"default interface" equivalent for SG300/500 switches?

Can anyone tell me if there is an equivalent CLI command to reset an interface configuration to default?
In IOS it is "default interface <interface>" which removes all configuration from that switch port. I don't seem to be able to find the same in the SG series CLI.
Thanks,
Rob

Hello Rob,
There isn't an equivalent command on the SG series switches, but I will be bringing it up as a feature request, because it would be quite useful.
Until then the only way to reset a port would be to use all of the no versions of the commands, which I know can be a bit of a pain.
Thank you for choosing Cisco,
Christopher Ebert - Advanced Network Support Engineer
Cisco Small Business Support Center
*please rate helpful posts*

Similar Messages

  • Unable to create IPv4 Interface entries on SG300-20 switch

    This is a brand new switch, set to L3 mode, and I am connected to port 5. By default, all ports have VLAN1 (management) set as their PVID and are set to trunk mode. I can connect without issue, and nothing else is connected to the switch.
    I have performed a master reset (both via the web interface and by holding the reset button for 20 seconds) several times, and anytime I try to assign an IP to a VLAN on the page located at IP Configuration > IP Management and Interfaces > IPv4 Interface, I lose connectivity to the switch and it must be reset.
    I make no changes to VLAN1 (management) or the port I am connected to, but the issue persists. Is my switch bad? Thanks in advance.

    hi Terry,
    What is happening is, your switch has several types of IP addresses,
    --static IP (you set this)
    --dhcp (a server or router sets this)
    --default (if neither of the other is set) 192.168.1.254.
    If the sg300 or 500 device has the default IP  and you add another IP interface ( on a vlan or on a port) it will determine that static or dhcp interface is the management interface and the 'default' address will not work any more.
    The workaround for this is:
    When you are configuring layer 3 routing on a sg300 or 500 switch, once the switch is in l3 mode You need to:
    1- give each vlan  interface a static IP  starting with vlan1.  This can be the same as the default 192.168.1.254, but I recommend picking another address in case you decide to add another switch in the future.
    2- Before setting an IP on the new vlan, assign an access port to the new vlan (so you can move your workstation to that  vlan) for management if needed.  vlan management --> port vlan membership.  Once you assign the ip address, and your management interface goes away, move your pc to the port on the new vlan, give it a static, and reconnect to the new IP address.
    3- use the console cable and CLI to configure the vlan interface, as the console port does not go down, or loose connectivity when configuring vlans.
    Hope this helps,
    Dan

  • Default interface command for SG50052

    Hello 
    I am trying to set an interface back to its defaults but with no success at all. Actually is a trunk interface and I want to make it access again. With no switchport mode and then switchport mode trunk I get a message about wrong VLAN assignments.

    Hi,
    Configure as below:
    switchxxxxxx(config)# interface gi1
    switchxxxxxx(config-if)# no switchport mode trunk
    switchxxxxxx(config-if)# switchport mode access
    switchxxxxxx(config-if)# switchport access vlan 2(required vlan number)
    regards
    Moorthy

  • Hi, i wanted to resize my windows partion. I was thinking of using the default backup system for windows. Then switching to mac partion, deleting the bootcamp and then restoring a new enlarged partion from the backup. Is this possible?

    hi,
    i wanted to resize my windows partition. I was thinking of using the default backup system for windows. Then switching to mac partion, deleting the bootcamp and then restoring a new enlarged partition from the backup. Is this possible?

    I see youhave gotten recommendatons for using WinClone or CampTune.  I have used both and they both work well.
    You have asked about using the WIndows 7 utility to backup your drive and restor it onto a larger partition.  I will tell you fro experience that this will probably not do what you want, and may do something that you don't want.  You can use the Windows 7 native backup tool to make a backup of your Windows 7 partition.  It will most liekly end-up making a dive image of the whole drive.  When yourestore that backup, it will try to re-create teh partitions of exactly the same size as they were when the backup was taken, so it won't increase your partition size for you.  Worse, since Windows doesn't natively know how to read./write HFS+ volumes, the backup will make a partition for your MacOS (replacing any you may have now), except that the copy restored by WIndows will be totally worthless, and you will not be able to boot MacOS from it, or even read it under MacOS.
    Now I will tell you that I've also had some fairly good success working with the free tool CloneZilla.  Since it hasn't been mentioned yet, and everything else mentioned does cost you money, I thought I would throw it out.  CloneZilla is not as easy to use as the tools mentioned, but it has worked for me int hte past, so it is something to consider.  I tend to use CampTune myself, but that was because I purchased a bundle deal for them and it was included in that deal.

  • Alternative Transceiver MGBSX1 for SG300-28SFP-K9-UK switch ? Need your help..

    In Bangladesh, someone from Cisco has said that "MGBSX1" transceiver for "SG300-28SFP-K9-UK"  is not available right now though I have not find out this kind of eol in the Cisco Web portal.
    Can somebody suggest me alternative transceiver and ensure me the information is right or wrong ?
    I have searched many times but not found any alternative.
    Thanks in advance..
    Jamshed Uddin

    Hi Jamshed,
    The MGBSX1 Transceiver is not EOL. You can purchase these online from Amazon, CDW ,NewEgg, TigerDirect or any Cisco reseller.
    Regards,
    Chris

  • Problems setting up public/private vlans on sg300-52 switches

    A real beginner here with a problem on how to setup 3 SG300-52 (in L2 mode) as per this diagram:
    Port 1 on all switches should be able to talk to each other and access the blob at the right.
    The ports 25 on the other hand should only be able to talk among themselves in their own
    private vlan. They are to carry sensitive traffic.
    So I created 3 vlans, vlan 78 for ports gi1, gi51 and vlan 10 for port25,49,50 and a dummy vlan: 666
    with the intent of segratating vlan 10 from vlan 78.
    My attempts so far have failed.
    ports gi49-50 are configured as trunk ports and gi1,gi51 as access ports as the following
    cli output (excerpts of the startup config):
    vlan database
    vlan 10,78,666
    exit
    interface vlan 1
    ip address 172.16.10.11 255.255.255.0
    no ip address dhcp
    interface gigabitethernet1
    switchport mode access
    switchport access vlan 78
    interface gigabitethernet25
    switchport mode access
    switchport access vlan 10
    interface gigabitethernet49
    switchport trunk allowed vlan add 10,78
    switchport trunk native vlan 666
    switchport default-vlan tagged
    interface gigabitethernet50
    switchport trunk allowed vlan add 10,78
    switchport trunk native vlan 666
    switchport default-vlan tagged
    interface gigabitethernet51
    switchport mode access
    switchport access vlan 78
    Ports gi1 can talk to each other and access the blob but ports 25 refuse to talk to each other. But as soon as I remove
    the access links to the blob they can! Obviously, at that point port gi1 lose access.
    Is such a topology feasable or even advisable?
    Thanks,
    jf

    Hi Jean,
    Here's a pretty picture
    Now I will explain.
    The layer 3 switch is going to service as your core switch.
    Vlan 78 looks like your BLOB connection.
    Vlan 10 and 666 look like they don't belong on the BLOB.
    So how to configure this-
    You will want to configure the switch that connects directly to the BLOB as the layer 3 switch depicted in my diagram.
    Layer 3 switch, follow this document
    https://supportforums.cisco.com/docs/DOC-27038
    Bear with me, I am making up random numbers since I don't know what you want or will use.
    So VLAN 78 looks like the BLOB and 10 and 666 are staying out of the BLOB.
    config t
    vlan database
    vlan 10, 78, 666
    int vlan 1
    ip address 192.168.1.254 /24
    int vlan 10
    ip address 192.168.2.254 /24
    int vlan 78
    ip address 192.168.3.254 /24
    int vlan 666
    ip address 192.168.4.254 /24
    Configure the port you want to go to the BLOB, I am assuming vlan 78.
    config t
    int gi01
    switchport mode access
    switchport access vlan 78 (that 3750, what is the native vlan of the port it is connecting to??)
    Next, configure the downlink port to connect the layer 2 switch
    config t
    int gi0/2
    switchport mode trunk
    switchport trunk allowed vlan add 10, 78, 666  (this will make the port native vlan 1 untagged, rest ports tagged)
    On the downstream switch you need to configure an uplink and downlink with the respective vlans. It will remain layer 2 mode.
    config t
    vlan database
    vlan 10, 78, 666
    int gi0/1
    switchport mode trunk
    switchport trunk allowed vlan add 10, 78, 666
    int gi0/2
    switchport mode trunk
    switchport trunk allowed vlan add 10, 78, 666
    Same thing for the last switch, it will remain layer 2 mode
    config t
    vlan database
    vlan 10, 78, 666
    int gi0/1
    switchport mode trunk
    switchport trunk allowed vlan add 10, 78, 666
    int gi0/2
    switchport mode trunk
    switchport trunk allowed vlan add 10, 78, 666
    Let me know if this works out or if it is not logical for you.
    -Tom
    Please mark answered for helpful posts

  • How to do "default interface" on IOS XR?

    Hi Guys,
    Does anybody know an equivalent of “default interface” for IOS XR or a smart way to delete hundreds of attachment circuits for single physical interface?
    Appreciate your comments.
    Regards,
    Vasil

    Hello Vasil,
    Use "no" with * to remove them.
    For example we have gigabitEthernet 0/1/0/6 and we like to remove all the sub interfaces. Use "no gigabitEthernet 0/1/0/6.*"
    To make the main config to default, use "no gigabitEthernet 0/1/0/6"
    Before coming, you can use "show" to see what going to be removed:
    RP/0/RSP0/CPU0:mercy(config)#no interface gigabitEthernet 0/1/0/6.*
    RP/0/RSP0/CPU0:mercy(config)#show
    Wed Oct 10 16:01:14.212 CEST
    Building configuration...
    !! IOS XR Configuration 4.2.1
    no interface GigabitEthernet0/1/0/6.2
    no interface GigabitEthernet0/1/0/6.3
    end
    RP/0/RSP0/CPU0:mercy(config)#
    Regards,
    /A

  • Default interface reset issue after ISE configuration

    Hi,
    We're testing VOIP phones with ISE. ISE detects the phones by MAB and places them in our Voice VLAN with a DACL for security, this works fine.
    After the tests I configured the port to a non ISE port (default interface) and added the normal working configuration.
    Result is that the IP phone doesn't get an IP address. If I plug the same phone on a different interface on the same switch it's working again.
    I have no idea why this strange behavior occurs, maybe someone can help me out.
    Thanks, Michael

    A reboot solves the problem temporary, so it looks like the running switch holds back some old configuration until a reboot

  • BPM Error: no interface action for sender or receiver found

    Dear All
    I am doing an HTTP to Proxy scenario using BPM Synch Asynch bridge. The error in HTTP is error 500 (Internal Serve Error)
    I am getting following error in moni
    <Trace level="1" type="T">select interface namespace urn:WorkDelivery</Trace>
      <Trace level="1" type="T">--start determination of receiver interface action</Trace>
      <Trace level="1" type="T">Loop 0000000001</Trace>
      <Trace level="1" type="T">select interface LocationSynch_Abs</Trace>
      <Trace level="1" type="T">select interface namespace urn:WorkDelivery</Trace>
      <Trace level="1" type="T">--no interface action for sender or receiver found</Trace>
      <Trace level="1" type="T">Hence set action to DEL</Trace>
      </SAP:Trace>
    I have seen some posts on sdn regarding the same problem but couldn't get any solution out of it.
    Please let me know how can this problem be solved.
    Sourabh

    I am using Two Synchronous interfaces:
    Synh_Out: Used before BPM
    Sync_Abs inside Synch/Asynch bridge:
    I am using an switch step to check a condition then in both the branches I have a send step and a transformation step:
    Send step1 is using one Asynch Abstract Interface
    Send step2 is using Another Asynch Abstract Interface. These Interfaces have different message types.
    The Transformation step in both the branchs have same operation mapping.
    The laststep after switch step is closing A/S bridge.
    There are two RDs after after BPM. They are having the same Interfaces as there in the respective send steps.
    I can see the xml version of my BPM
    Edited by: Sourabh Nirmal on Mar 30, 2010 8:56 AM

  • Equivalent for an "IP accounting" in MPLS Network

    Do we have an equivalent for an IP accounting in an interface in MPLS network. I would like to know this to identify traffic flowing across a WAN interface which is being tag/label switched

    Thanks gopal. However this command "show tag-switching forwarding table" did not help me find a host in a network choking up the WAN link. I heard from one of the cisco reps saying cisco is releasing an IOS to do this in Feb. I hope that helps.

  • Snmp configuration for SG300

    Hi,
    Am trying to configure SNMP functionality for the first time on an SG300-28 switch so I can use mrtg to monitor it.  I've defined no users, 2 groups (mrtg and mrtg2 for SNMPv1 and SNMPv2 respectively), both with No authentication required.  Default View of Read.  I also defined a Basic Community type and called it sg300, with the View Name of Default.  Under Views I changed nothing; the Default has 1 Object ID subtree included.
    The mrtg CFGMaker in cannot retrieve any information from the switch.   I've used it before with routers, Windows servers, etc. with no problem so I have to be overlooking something specific to this switch. 
    Much appreciated.
    --Ben

    Agreed Jonathan was correct, that was the part I missed the first time through.  I walked through again to make sure there wasn't anything else and have attached the notes I took, mostly so I'll have them next time I have to do it :)
    Steps to configure SNMP for MRTG on SG200-26
    ***Note*** These are minimum steps only for a lab environment additional security settings may be required for production use.
    Switch is starting at factory reset configuration state
    Login to the switch
    Default ip 192.168.1.254
    Username: cisco
    Password: cisco
    Change Password
    Expand SNMP Section on bottom of left navigation
    Highlight communities on the expanded SNMP section
    Click the Add button
    Enter the IP address of the system that will be making SNMP requests to your switch
    Community string: mrtg (or whatever you want to use)
    Ensure Read Only is selected for your access mode
    Click Apply
    Click Close
    Expand the Security Section on the left navigation bar
    Highlight TCP/UDP Services
    Click the Checkbox to enable SNMP Service at the top of the screen
    Click Apply
    In the top right hand corner you should see a flashing save button, make sure to save your config if your happy with it.
    “Snmpwalk –c mrtg 192.168.1.254” Should now run and return
    ***Note*** If your looking for port numbers in the output they start with .49 for port 1 and go to .74 for port 26.
    IF-MIB::ifHCOutOctets.49 = Counter64: 0
    IF-MIB::ifHCOutOctets.50 = Counter64: 0
    IF-MIB::ifHCOutOctets.51 = Counter64: 0
    IF-MIB::ifHCOutOctets.52 = Counter64: 0
    IF-MIB::ifHCOutOctets.53 = Counter64: 0
    IF-MIB::ifHCOutOctets.54 = Counter64: 0
    IF-MIB::ifHCOutOctets.55 = Counter64: 0
    IF-MIB::ifHCOutOctets.56 = Counter64: 0
    IF-MIB::ifHCOutOctets.57 = Counter64: 0
    IF-MIB::ifHCOutOctets.58 = Counter64: 0
    IF-MIB::ifHCOutOctets.59 = Counter64: 2849723
    IF-MIB::ifHCOutOctets.60 = Counter64: 0
    IF-MIB::ifHCOutOctets.61 = Counter64: 0
    IF-MIB::ifHCOutOctets.62 = Counter64: 0
    IF-MIB::ifHCOutOctets.63 = Counter64: 0
    IF-MIB::ifHCOutOctets.64 = Counter64: 0
    IF-MIB::ifHCOutOctets.65 = Counter64: 0
    IF-MIB::ifHCOutOctets.66 = Counter64: 0
    IF-MIB::ifHCOutOctets.67 = Counter64: 0
    IF-MIB::ifHCOutOctets.68 = Counter64: 0
    IF-MIB::ifHCOutOctets.69 = Counter64: 0
    IF-MIB::ifHCOutOctets.70 = Counter64: 0
    IF-MIB::ifHCOutOctets.71 = Counter64: 0
    IF-MIB::ifHCOutOctets.72 = Counter64: 0
    IF-MIB::ifHCOutOctets.73 = Counter64: 0
    IF-MIB::ifHCOutOctets.74 = Counter64: 0

  • SG300-10P switching problem

    Hello
    I have a Synology disk on port 4 on my SG300-10P switch and my computer on port 6 both on the VLAN 1, the only VLAN on my switch. Accessing this disk with the IP address is slow and data transfer to the disk is slow as well. So I traced the route (Administration > Traceroute)
    to the disk and found that it is looping outside to the router and back to the switch. How can I get the switch to access the disk directly?
    Thanks in advance
    Leo

    Hi Leo, there shouldn't be a reason the packets are being sent to the default gateway if you're on the same subnet and the same vlan.
    Are you using the loca IP address of the Synology disk or are you trying to hairpin (using the WAN ip address instead of local IP address)?
    -Tom
    Please mark answered for helpful posts

  • LAG configuration issue on Cisco SG300 52 Switch

    Hi everybody,
    I am having an issue with LAG configuration on a Cisco SG300 52 switch. I have connected four Ge ports on the switch to the four NICs of a Dell R710 Server on which I installed Windows Server 2008 R2. Without LAG configured, these ports would forward traffic to and from the Dell server fine. However, if I configure LAG on the ports with LACP enabled, then they would not forward any network traffic. Debugging shows that the ports are up but their forwarding status show N/A. Am I missing any configuration? Can I configure LAG on edgeports? Or is there any compatibility issue?
    Any help  from you guys will be greatly appreciated.
    Thank you.
    Vishal

    Hi Dave,
    Thank you for your quick response and sorry to have looked at it late. Well, I already resolved the issue and like you pointed out, it was the configuration of the Dell NICs. I had to configure NIC teaming and there was a bug with the Broadcom NIC management software. I had to download this piece of software again and I was then able to configure NIC teaming on it. I initially thought that it was already configured because we got the Dell server "pre-installed with pretty much everything".
    Anyway thank you for your assistance. Oh I have a question though if you don't mind clearing my doubt. We have bought 7 of these SG300 Switches and I would like to use all of them
    in a hierarchical design as core, distribution and access layer switches because I believe this switch has got all the qualities to be used at all the three layers. We have about 100 users in our company at the moment but expecting growth of about 10-20 employees per year. Would you think a hierarchical network design for a 100 users is a bit of an overkill? Would you think these SG300 switches can handle network traffic at the distribution and core layers? I worked out the average daily traffic is only about 4 Mbps.
    Thank you for your valuable guidance.
    Kind regards,
    Vishal
    Date: Mon, 12 Sep 2011 08:09:40 -0600
    From: [email protected]
    To: [email protected]
    Subject: - Re: LAG configuration issue on Cisco SG300 52 Switch
    Cisco Support Community
    Re: LAG configuration issue on Cisco SG300 52 Switch created by David Hornstein in Small Business Switches - View the full discussion
    Hi Chundunsing,
    Thank you for the purchase of my switch.
    Chundunsing, I love the way you worded your question ; "I am having an issue with LAG configuration on a Cisco SG300 52 switch." ,but seriously you are having a problem with interfacing the dell with my switch.
    You have LAG working to the Dell R710 teamed NICs and god knows what NICs or drivers you are using to acheive this.
    Now LAG is providing , load balancing between the LAG ports.
    Now LAG is providing , link redundancy for connectibity to the Dell R710.
    If there is a configuration issue , it sure seems the way you have it configured without LACP is still working. But you have the option when you create a LAP group to enable LACP. You can see this as a tick box in the LAG group.
    But might i also install, recently firmware version 1.1.1.8, just came out.
    Please be sure to;
    Step 1. update the firmware on the switch and
    Step 2. select it as the 'active image.'
    Step 3 rebbot the switch to utilize this active image.
    If you are having any trouble doing this the admin guide references how to achieve this. for your concenience I have atteched the guide to this posting.
    regards Dave
    Reply to this message by going to Cisco Support Community
    Start a new discussion in Small Business Switches at Cisco Support Community

  • ASR9000/XR - BNG - L3 sub-interface limit for trunk (4096) error - what is the work around?

    We currently have 7,500 broadband subscribers that we will be terminating on our ASR 9001.
    Each one of our customers will be terminating on a sub-interface on a bundle.
    On the 9k, there will be a QoS policy applied to rate-limit their broadband connection (see example below).
    The challenge that we are running into right now is scaling beyond 4096 L3 sub-interfaces. When running through this in our lab, we receive the following fail message:
    RP/0/RSP0/CPU0:BNG(config-subif)#show config failed
    Tue Mar 10 18:32:07.552 UTC
    !! SEMANTIC ERRORS: This configuration was rejected by 
    !! the system due to semantic errors. The individual 
    !! errors with each failed configuration command can be 
    !! found below.
    interface Bundle-Ether10.6941171
    !!% The L3 sub-interface limit for the trunk interface has been reached: Trunk limit for L3 subinterfaces on Bundle-Ether10 is 4096
    We have added the following on to each of the sub-interfaces to "fake" out the NPU, but even with SPD configured, we are receiving the max 4096 message:
    service-policy output <POLICY> subscriber-parent resource-id 0
    service-policy output <POLICY> subscriber-parent resource-id 1
    service-policy output <POLICY> subscriber-parent resource-id 2
    service-policy output <POLICY> subscriber-parent resource-id 3
    It is my understanding that we have a total of 4 resource ID's to use (0-3) and the ASR 9001 will support up to 32,000 sub-interfaces (system wide or 8,000 sub interfaces per resource-id).
    See attached image for reference this design.
    Main question to the community is what is the work around to scale beyond 4096 L3 sub-interfaces??
    In our case it is not feasible to bring in additional bundles and spread the customers out.
    Look forward to your responses.
    Below is a sample configuration:
    policy-map 10M_D
     class class-default
      shape average 10100000 bps 
     end-policy-map
    policy-map 10M_U
     class class-default
      police rate 10300000 bps 
       exceed-action drop
     end-policy-map
    interface Bundle-Ether10.650102
     description ---INT: GigabitEthernet0/0/1.650102 NAME: TEST #1---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 0
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 102
    interface Bundle-Ether10.650103
     description ---GigabitEthernet0/0/1.650103 NAME: TEST #2---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 1
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 103
    interface Bundle-Ether10.650104
     description ---INT: GigabitEthernet0/0/1.650104 NAME: TEST #3---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 2
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 104
    interface Bundle-Ether10.650105
     description ---INT: GigabitEthernet0/0/1.650105 NAME: TEST #4---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 3
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 105
    interface Bundle-Ether10.650106
     description ---INT: GigabitEthernet0/0/1.650106 NAME: TEST #5---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 0
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 106
    interface Bundle-Ether10.650107
     description ---INT: GigabitEthernet0/0/1.650107 NAME: TEST #6---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 1
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 107
    interface Bundle-Ether10.650108
     description ---INT: GigabitEthernet0/0/1.650108 NAME: TEST #7---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 2
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 108
    interface Bundle-Ether10.650109
     description ---INT: GigabitEthernet0/0/1.650109 NAME: TEST #8---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 3
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 109

    xander,
    Thanks for sharing the QinQ username, works perfectly.
    couple of design questions for you.
    #1 - If i have >7500 subscribers that will be terminating on this bundle, would this be the best design to ensure that i can scale up to 32,000 subscribers on the BE <leveraging the subscriber-parent resource-id (0-4)>
    EXAMPLE
    interface Bundle-Ether10.100
    description BE10.100 – Area 1 - BNG customers - QinQ
    ipv4 point-to-point
    ipv4 unnumbered Loopback0
    service-policy output <POLICY> subscriber-parent resource-id 0
    service-policy type control subscriber IP_PM
    ipsubscriber ipv4 l2-connected
    initiator dhcp
    encapsulation ambiguous dot1q 100 second-dot1q any
    interface Bundle-Ether10.200
    description BE10.200 – Area 2 - BNG customers - QinQ
    ipv4 point-to-point
    ipv4 unnumbered Loopback0
    service-policy output <POLICY> subscriber-parent resource-id 1
    service-policy type control subscriber IP_PM
    ipsubscriber ipv4 l2-connected
    initiator dhcp
    encapsulation ambiguous dot1q 200 second-dot1q any
    interface Bundle-Ether10.300
    description BE10.300 – Area 3 - BNG customers - QinQ
    ipv4 point-to-point
    ipv4 unnumbered Loopback0
    service-policy output <POLICY> subscriber-parent resource-id 3
    service-policy type control subscriber IP_PM
    ipsubscriber ipv4 l2-connected
    initiator dhcp
    encapsulation ambiguous dot1q 300 second-dot1q any
    interface Bundle-Ether10.400
    description BE10.400 – Area 4 - BNG customers - QinQ
    ipv4 point-to-point
    ipv4 unnumbered Loopback0
    service-policy output <POLICY> subscriber-parent resource-id 4
    service-policy type control subscriber IP_PM
    ipsubscriber ipv4 l2-connected
    initiator dhcp
    encapsulation ambiguous dot1q 400 second-dot1q any
    #2 - How do I verify in XR the CoA speed profile that is pushed down from RADIUS to a given subscriber?
    I thought I might see the dynamic policy using the command below, but no luck.
    Do you know the correct command?
    RP/0/RSP0/CPU0:bng-asr9001#show policy-map inter be10.1.ip5
    Wed Apr 1 14:12:06.390 UTC
    Bundle-Ether10.1.ip5 input: __sub_55ffffff8b7dffffffad
    Class class-default
    Classification statistics (packets/bytes) (rate - kbps)
    Matched : 126959/10831088 14
    Transmitted : N/A
    Total Dropped : N/A
    Policy __sub_55ffffff8b7dffffffad_child1 Class class-default
    Classification statistics (packets/bytes) (rate - kbps)
    Matched : 126959/10831088 14
    Transmitted : N/A
    Total Dropped : 325/322582 0
    Policing statistics (packets/bytes) (rate - kbps)
    Policed(conform) : 126634/10508506 14
    Policed(exceed) : 325/322582 0
    Policed(violate) : 0/0 0
    Policed and dropped : 325/322582
    Policed and dropped(parent policer) : N/A
    Bundle-Ether10.1.ip5 output: __sub_6effffff81ffffffbfffffffdb
    Class class-default
    Classification statistics (packets/bytes) (rate - kbps)
    Matched : 199642/280153690 453
    Transmitted : N/A
    Total Dropped : N/A
    Policy __sub_6effffff81ffffffbfffffffdb_child1 Class class-default
    Classification statistics (packets/bytes) (rate - kbps)
    Matched : 199642/280153690 453
    Transmitted : N/A
    Total Dropped : 26930/38989025 61
    Policing statistics (packets/bytes) (rate - kbps)
    Policed(conform) : 172712/241164665 392
    Policed(exceed) : 26930/38989025 61
    Policed(violate) : 0/0 0
    Policed and dropped : 26930/38989025
    Policed and dropped(parent policer) : N/A
    RP/0/RSP0/CPU0:bng-asr9001#
    #3 - CoA QoS profile -> I'm using the following avpair for ingress / egress qos.  However when validating against a speed test server, my results are well above the 10Mbps / 10Mbps I have provisioned.  Actual is more of in the ~15Mbps/15Mbps range. 
    Am I missing additional config in the policing section?
    cisco-avpair = "ip:qos-policy-in=add-class(sub, (class-default,class-default),police(10000))",
    cisco-avpair += "ip:qos-policy-out=add-class(sub, (class-default,class-default),police(10000))"
    Appreciate it in advance xander!
    -ae

  • Re:Can't able to access shared folders from different VLANs in SG300 series switches

    Hi All,
    I supplied 3 numbers of SG300 series switches for the sole reason to have inter-vlan routing. I created 4 VLANs in the switches and made one switch as Layer 3 switch and other 2 as Layer 2 switch. Inter-Vlan routing is working fine. I am able to ping PCs from different VLANs. But I am not to access shared folders. Customer has installed Window 2003 server installed and it is in VLAN 1. There are some folders created in this server and it is very important for users to have access to the folders.Also, I am not able to access shared folders in other VLANs. I have created a case with Cisco small business and I got a reply saying that the switches will not support shared folder feature, which I think is not real. I am getting a very time to implement this solution in the network. I have a Sonicwall firewall after Core switch which is connected to ISP.
    ISP<----->Sonicwall FW<----->Core Switch<------>Layer 2 switch<------>Layer 2 switch
    Kindly help me out to resolve this issue.
    Regards,
    Prashant K

    Hi Prashant,
    I think you're running into a Windows firewall issue. SMB file sharing, by default I believe, is only allowed on your local subnet. Please try disabling windows firewall on the computer hosting the shared folder, then see if you can access the shared file.
    Best,
    David
    PS: It looks like this post got published twice. You can delete the other one using the task bar on the right.
    Please remember to rate helpful resonses and identify correct answers.

Maybe you are looking for

  • I am getting error in report.

    Please search the forums before posting Hi Xperts, When i am executing the report,i am getting the report with unit ERR.Which is not correct. Instead of ERR i should get some units. Can any one help me on this? Regards, satish Edited by: Arun Varadar

  • Win 8.0 to win 8.1 on imac mid 2010

    I've tried to upgrade my windows 8.0 installed on my iMac 27 - mid 2010 - 11.3 - Boot Rom IM112.0057.B01 - EFI 1.8 SMC 1.59F2 to latest windows 8.1 released yesterday BUT upgrade failed with this error: 0xc1900101-0x40019 I've latest bootcamp 5.0.503

  • Planning not working properly when user has Oracle Jinitiator installed

    Hi we have a lot of users that have Oracle Jinitiator installed to use with a system named Banner. These users have a few issues when using 11.1.1.3 - the enter key is not recognized on web forms and users cannot see business rules to execute them. H

  • Messaging Server on Windows

    Hi folks. I'm trying to install Messaging Server 5.2 on a Win machine and I get the following error: "A serious problem ocurred while installing the iPlanet Messaging Server domain component tree (msg.ugldap.dctree.inf) It reported the following prob

  • I have a gps case for my ipod touch How can I download a gps telenav for my ipod?

    I try to install but it's say is no compatible with this device... Thanks