Configuring the ATM SPAs

Size: px
Start display at page:

Download "Configuring the ATM SPAs"

Transcription

1 CHAPTER 7 This chapter provides information about configuring the ATM SPAs on the Catalyst 6500 Series switch. It includes the following sections:, page 7-1 Verifying the Interface Configuration, page 7-61 Configuration Examples, page 7-63 For information about managing your system images and configuration files, refer to the Cisco IOS Configuration Fundamentals Configuration Guide, Release 12.2 and Cisco IOS Configuration Fundamentals Reference, Release 12.2 publications. For more information about the commands used in this chapter, see the Catalyst 6500 Series Cisco IOS Reference, 12.2SX publication. Also refer to the related Cisco IOS Release 12.2 software command reference and master index publications. For more information about accessing these publications, see the Related Documentation section on page xlv. This section describes the most common configurations for the ATM SPAs on a Catalyst 6500 Series switch. It contains procedures for the following configurations: Required, page 7-2 Specifying the Interface Address on a SPA, page 7-3 Modifying the Interface MTU Size, page 7-3 Creating a Permanent Virtual Circuit, page 7-6 Creating a PVC on a Point-to-Point Subinterface, page 7-8 Configuring a PVC on a Multipoint Subinterface, page 7-10 Configuring RFC 1483 Bridging for PVCs, page 7-12 Configuring RFC 1483 Bridging for PVCs with IEEE 802.1Q Tunneling, page 7-15 Configuring ATM RFC 1483 Half-Bridging, page 7-17 Configuring ATM Routed Bridge Encapsulation, page 7-20 Configuring RFC 1483 Bridging of Routed Encapsulations, page 7-22 Configuring MPLS over RBE, page 7-25 Configuring Aggregate WRED for PVCs, page

2 Creating and Configuring Switched Virtual Circuits, page 7-33 Configuring Traffic Parameters for PVCs or SVCs, page 7-37 Configuring Virtual Circuit Classes, page 7-40 Configuring Virtual Circuit Bundles, page 7-42 Configuring Multi-VLAN to VC Support, page 7-45 Configuring Link Fragmentation and Interleaving with Virtual Templates, page 7-45 Configuring the Distributed Compressed Real-Time Protocol, page 7-48 Configuring Automatic Protection Switching, page 7-50 Configuring SONET and SDH Framing, page 7-56 Configuring for Transmit-Only Mode, page 7-57 Saving the Configuration, page 7-58 Shutting Down and Restarting an Interface on a SPA, page 7-58 Shutting Down an ATM Shared Port Adapter, page 7-60 Required The ATM SPA interface must be initially configured with an IP address to allow further configuration. Some of the required configuration commands implement default values that might or might not be appropriate for your network. If the default value is correct for your network, then you do not need to configure the command. To perform the basic configuration of each interface, perform this task beginning in global configuration mode: Step 1 Router(config)# interface atm slot/subslot/port Enters interface configuration mode for the indicated port on the specified ATM SPA. Step 2 Router(config-if)# ip address address mask [secondary] (Optional in some configurations) Assigns the specified IP address and subnet mask to the interface. Repeat the command with the optional secondary keyword to assign additional, secondary IP addresses to the port. Step 3 Router(config-if)# description string (Optional) Assigns an arbitrary string, up to 80 characters long, to the interface. This string can identify the purpose or owner of the interface, or any other information that might be useful for monitoring and troubleshooting. Step 4 Router(config-if)# no shutdown Enables the interface. Repeat Step 1 through Step 4 for each port on the ATM SPA to be configured. Step 5 Router(config-if)# end Exits interface configuration mode and returns to privileged EXEC mode. 7-2

3 Specifying the Interface Address on a SPA Two ATM SPAs can be installed in a SIP. SPA interface ports begin numbering with 0 from left to right. Single-port SPAs use only the port number 0. To configure or monitor SPA interfaces, you need to specify the physical location of the SIP, SPA, and interface in the CLI. The interface address format is slot/subslot/port, where: slot Specifies the chassis slot number in the Catalyst 6500 Series switch where the SIP is installed. subslot Specifies the secondary slot of the SIP where the SPA is installed. port Specifies the number of the individual interface port on a SPA. The following example shows how to specify the first interface (0) on a SPA installed in the first subslot of a SIP (0) installed in chassis slot 3: Router(config)# interface serial 3/0/0 This command shows a serial SPA as a representative example, however the same slot/subslot/port format is similarly used for other SPAs (such as ATM and POS) and other non-channelized SPAs. For more information about identifying slots and subslots, see the Identifying Slots and Subslots for SIPs, SSCs, and SPAs section on page 4-2. Modifying the Interface MTU Size The maximum transmission unit (MTU) values might need to be reconfigured from their defaults on the ATM SPAs to match the values used in your network. Interface MTU Configuration Guidelines When configuring the interface MTU size on an ATM SPA, consider the following guidelines. The Cisco IOS software supports several types of configurable MTU options at different levels of the protocol stack. You should ensure that all MTU values are consistent to avoid unnecessary fragmentation of packets. These MTU values are the following: Interface MTU Configured on a per-interface basis and defines the maximum packet size (in bytes) that is allowed for traffic received on the network. The ATM SPA checks traffic coming in from the network and drops packets that are larger than this maximum value. Because different types of Layer 2 interfaces support different MTU values, choose a value that supports the maximum possible packet size that is possible in your particular network topology. IP MTU Configured on a per-interface or per-subinterface basis and determines the largest maximum IP packet size (in bytes) that is allowed on the IP network without being fragmented. If an IP packet is larger than the IP MTU value, the ATM SPA fragments it into smaller IP packets before forwarding it on to the next hop. Multiprotocol Label Switching (MPLS) MTU Configured on a per-interface or per-subinterface basis and defines the MTU value for packets that are tagged with MPLS labels or tag headers. When an IP packet that contains MPLS labels is larger than the MPLS MTU value, the ATM SPA fragments it into smaller IP packets. When a non-ip packet that contains MPLS labels is larger than the MPLS MTU value, the ATM SPA drops it. 7-3

4 All devices on a particular physical medium must have the same MPLS MTU value to allow proper MPLS operation. Because MPLS labels are added on to the existing packet and increase the packet s size, choose appropriate MTU values so as to avoid unnecessarily fragmenting MPLS-labeled packets. If the IP MTU or MPLS MTU values are currently the same size as the interface MTU, changing the interface MTU size also automatically sets the IP MTU or MPLS MTU values to the new value. Changing the interface MTU value does not affect the IP MTU or MPLS MTU values if they are not currently set to the same size as the interface MTU. Different encapsulation methods and the number of MPLS MTU labels add additional overhead to a packet. For example, SNAP encapsulation adds an 8-byte header, IEEE 802.1Q encapsulation adds a 2-byte header, and each MPLS label adds a 4-byte header. Consider the maximum possible encapsulations and labels that are to be used in your network when choosing the MTU values. Tip The MTU values on the local ATM SPA interfaces must match the values being used in the ATM network and remote ATM interface. Changing the MTU values on an ATM SPA does not reset the local interface, but be aware that other platforms and ATM SPAs do reset the link when the MTU value changes. This could cause a momentary interruption in service, so we recommend changing the MTU value only when the interface is not being used. The interface MTU value on the ATM SPA also determines which packets are recorded as giants in the show interfaces atm command. The interface considers a packet to be a giant packet when it is more than 24 bytes larger than the interface MTU size. For example, if using an MTU size of 1500 bytes, the interface increments the giants counter when it receives a packet larger than 1524 bytes. Interface MTU Configuration Task To change the MTU values on the ATM SPA interfaces, perform this task beginning in global configuration mode: Step 1 Router(config)# interface atm slot/subslot/port Enters interface configuration mode for the indicated port on the specified ATM SPA. Step 2 Router(config-if)# mtu bytes (Optional) Configure the maximum transmission unit (MTU) size for the interface. The valid range for bytes is from 64 to 9216 bytes, with a default of 4470 bytes. As a general rule, do not change the MTU value unless you have a specific application need to do so. If the IP MTU or MPLS MTU values are currently the same size as the interface MTU, changing the interface MTU size also automatically sets the IP MTU or MPLS MTU values to the same value. Step 3 Router(config-if)# ip mtu bytes (Optional) Configures the MTU value, in bytes, for IP packets on this interface. The valid range for an ATM SPA is 64 to 9288, with a default value equal to the MTU value configured in Step

5 Step 4 Router(config-if)# mpls mtu bytes (Optional) Configures the MTU value, in bytes, for MPLS-labeled packets on this interface. The valid range for an ATM SPA is 64 to 9216 bytes, with a default value equal to the MTU value configured in Step 2. Verifying the MTU Size Repeat Step 1 through Step 4 for each interface port on the ATM SPA to be configured. Step 5 Router(config-if)# end Exits interface configuration mode and returns to privileged EXEC mode. To verify the MTU sizes for an interface, use the show interface, show ip interface, and show mpls interface commands, as in the following example: Router# show interface atm 4/1/0 ATM4/1/0 is up, line protocol is up Hardware is SPA-4XOC3-ATM, address is 000d.2959.d5ca (bia 000d.2959.d5ca) MTU 4470 bytes, sub MTU 4470, BW Kbit, DLY 80 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ATM, loopback not set Encapsulation(s): AAL maximum active VCs, 0 current VCCs VC idle disconnect time: 300 seconds 0 carrier transitions Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/0 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 output buffer failures, 0 output buffers swapped out Router# show ip interface atm 4/1/0 ATM4/1/0 is up, line protocol is up Internet address is /24 Broadcast address is Address determined by non-volatile memory MTU is 4470 bytes Helper address is not set Directed broadcast forwarding is disabled Multicast reserved groups joined: Outgoing access list is not set Inbound access list is not set Proxy ARP is enabled Security level is default Split horizon is enabled ICMP redirects are always sent ICMP unreachables are always sent ICMP mask replies are never sent IP fast switching is enabled IP fast switching on the same interface is disabled 7-5

6 IP Flow switching is disabled IP Feature Fast switching turbo vector IP Null turbo vector VPN Routing/Forwarding "vpn2600-2" IP multicast fast switching is enabled IP multicast distributed fast switching is disabled IP route-cache flags are Fast, CEF Router Discovery is disabled IP output packet accounting is disabled IP access violation accounting is disabled TCP/IP header compression is disabled RTP/IP header compression is disabled Probe proxy name replies are disabled Policy routing is disabled Network address translation is disabled WCCP Redirect outbound is disabled WCCP Redirect exclude is disabled BGP Policy Mapping is disabled Router# show mpls interface atm 4/1/0 detail Interface ATM3/0: IP labeling enabled (ldp) LSP Tunnel labeling not enabled MPLS operational MPLS turbo vector MTU = 4470 ATM labels: Label VPI = 1 Label VCI range = Control VC = 0/32 To view the maximum possible size for datagrams passing out the interface using the configured MTU value, use the show atm interface atm command: Router# show atm interface atm 4/1/0 Interface ATM4/1/0: AAL enabled: AAL5, Maximum VCs: 4096, Current VCCs: 2 Maximum Transmit Channels: 0 Max. Datagram Size: 4528 PLIM Type: SONET Kbps, TX clocking: LINE Cell-payload scrambling: ON sts-stream scrambling: ON 8359 input, 8495 output, 0 IN fast, 0 OUT fast, 0 out drop Avail bw = Config. is ACTIVE Creating a Permanent Virtual Circuit To use a permanent virtual circuit (PVC), configure the PVC in both the switch and the ATM switch. PVCs remain active until the circuit is removed from either configuration. To create a PVC on the ATM interface and enter interface ATM VC configuration mode, perform this task beginning in global configuration mode: 7-6

7 Step 1 Router(config)# interface atm slot/subslot/port or Router(config)# interface atm slot/subslot/port.subinterface Enters interface or subinterface configuration mode for the indicated port on the specified ATM SPA. Step 2 Router(config-if)# ip address address mask Assigns the specified IP address and subnet mask to the interface or subinterface. Step 3 Router(config-if)# atm tx-latency milliseconds (Optional) Configures the default transmit latency for VCs on this ATM SPA interface. The valid range for milliseconds is from 1 to 200, with a default of 100 milliseconds. Step 4 Router(config-if)# pvc [name] vpi/vci [ilmi qsaal] Step 5 Configures a new ATM PVC by assigning its VPI/VCI numbers and enters ATM VC configuration mode. The valid values for vpi/vci are: vpi Specifies the VPI ID. The valid range is 0 to 255. vci Specifies the VCI ID. The valid range is 1 to Values 1 to 31 are reserved and should not be used, except for 5 for the QSAAL PVC and 16 for the ILMI PVC. You can also configure the following options: name (Optional) An arbitrary string that identifies this PVC. ilmi (Optional) Configures the VC to exclusively carry ILMI protocol traffic (default). qsaal (Optional) Configures the VC to exclusively carry qsaal protocol traffic. When using the pvc command, remember that the vpi/vci combination forms a unique identifier for the interface and all of its subinterfaces. If you specify a vpi/vci combination that has been used on another subinterface, the Cisco IOS software assumes that you want to modify that PVC s configuration and automatically switches to its parent subinterface. Router(config-if-atm-vc)# protocol protocol {protocol-address inarp} [[no] broadcast] Configures the PVC for a particular protocol and maps it to a specific protocol-address. protocol Typically set to either ip or ppp, but other values are possible. protocol-address Destination address or virtual interface template for this PVC (if appropriate for the protocol). inarp Specifies that the PVC uses Inverse ARP to determine its address. [no] broadcast (Optional) Specifies that this mapping should (or should not) be used for broadcast packets. Step 6 Router(config-if-atm-vc)# inarp minutes (Optional) If using Inverse ARP, configures how often the PVC transmits Inverse ARP requests to confirm its address mapping. The valid range is 1 to 60 minutes, with a default of 15 minutes. Step 7 Router(config-if-atm-vc)# encapsulation aal5snap (Optional) Configures the ATM adaptation layer (AAL) and encapsulation type. The default and only supported type is aal5snap. 7-7

8 Step 8 Router(config-if-atm-vc)# tx-limit buffers (Optional) Specifies the number of transmit buffers for this VC. The valid range is from 1 to 57343, with a default value that is based on the current VC line rate and on the latency value that is configured with the atm tx-latency command. Repeat Step 4 through Step 8 for each PVC to be configured on this interface. Step 9 Router(config-if-atm-vc)# end Exits ATM VC configuration mode and returns to privileged EXEC mode. Verifying a PVC Configuration To verify the configuration of a particular PVC, use the show atm pvc command: Router# show atm pvc 1/100 ATM3/0/0: VCD: 1, VPI: 1, VCI: 100 UBR, PeakRate: AAL5-LLC/SNAP, etype:0x0, Flags: 0xC20, VCmode: 0x0 OAM frequency: 0 second(s), OAM retry frequency: 1 second(s) OAM up retry count: 3, OAM down retry count: 5 OAM Loopback status: OAM Disabled OAM VC status: Not Managed ILMI VC status: Not Managed InARP frequency: 15 minutes(s) Transmit priority 6 InPkts: , OutPkts: , InBytes: , OutBytes: InPRoc: 1, OutPRoc: 1, Broadcasts: 0 InFast: 0, OutFast: 0, InAS: , OutAS: InPktDrops: 0, OutPktDrops: 0 CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation: 0, CPIErrors: 0 Out CLP=1 Pkts: 0 OAM cells received: 0 F5 InEndloop: 0, F5 InSegloop: 0, F5 InAIS: 0, F5 InRDI: 0 F4 InEndloop: 0, F4 InSegloop: 0, F4 InAIS: 0, F4 InRDI: 0 OAM cells sent: 0 F5 OutEndloop: 0, F5 OutSegloop: 0, F5 OutRDI: 0 F4 OutEndloop: 0, F4 OutSegloop: 0, F4 OutRDI: 0 OAM cell drops: 0 Status: UP VC 1/100 doesn't exist on 7 of 8 ATM interface(s) Tip To verify the configuration and current status of all PVCs on a particular interface, you can also use the show atm vc interface atm command. Creating a PVC on a Point-to-Point Subinterface Use point-to-point subinterfaces to provide each pair of switches with its own subnet. When you create a PVC on a point-to-point subinterface, the switch assumes it is the only point-to-point PVC that is configured on the subinterface, and it forwards all IP packets with a destination IP address in the same subnet to this VC. To configure a point-to-point PVC, perform this task beginning in global configuration mode: 7-8

9 Step 1 Router(config)# interface atm slot/subslot/port.subinterface point-to-point Creates the specified point-to-point subinterface on the given port on the specified ATM SPA, and enters subinterface configuration mode. Step 2 Router(config-subif)# ip address address mask Assigns the specified IP address and subnet mask to this subinterface. Step 3 Step 4 Step 5 Router(config-subif)# pvc [name] vpi/vci [ilmi qsaal] Configures a new ATM PVC by assigning its VPI/VCI numbers and enters ATM VC configuration mode. The valid values for vpi/vci are: vpi Specifies the VPI ID. The valid range is 0 to 255. vci Specifies the VCI ID. The valid range is 1 to Values 1 to 31 are reserved and should not be used, except for 5 for the QSAAL PVC and 16 for the ILMI PVC. You can also configure the following options: name (Optional) An arbitrary string that identifies this PVC. ilmi (Optional) Configures the PVC to use ILMI encapsulation (default). qsaal (Optional) Configures the PVC to use QSAAL encapsulation. When using the pvc command, remember that the vpi/vci combination forms a unique identifier for the interface and all of its subinterfaces. If you specify a vpi/vci combination that has been used on another subinterface, the Cisco IOS software assumes that you want to modify that PVC s configuration and automatically switches to its parent subinterface. Router(config-if-atm-vc)# protocol protocol protocol-address [[no] broadcast] Router(config-if-atm-vc)# encapsulation aal5snap Configures the PVC for a particular protocol and maps it to a specific protocol-address. protocol Typically set to ppp for point-to-point subinterfaces, but other values are possible. protocol-address Destination address or virtual template interface for this PVC (as appropriate for the specified protocol). [no] broadcast (Optional) Specifies that this mapping should (or should not) be used for broadcast packets. The protocol command also has an inarp option, but this option is not meaningful on point-to-point PVCs that use a manually configured address. (Optional) Configures the ATM adaptation layer (AAL) and encapsulation type. The default and only supported type is aal5snap. Repeat Step 1 through Step 5 for each point-to-point subinterface to be configured on this ATM SPA. Step 6 Router(config-if)# end Exits interface configuration mode and returns to privileged EXEC mode. 7-9

10 Verifying a Point-to-Point PVC Configuration To verify the configuration of a particular PVC, use the show atm pvc command: Router# show atm pvc 3/12 ATM3/1/0.12: VCD: 3, VPI: 3, VCI: 12 UBR, PeakRate: AAL5-LLC/SNAP, etype:0x0, Flags: 0xC20, VCmode: 0x0 OAM frequency: 0 second(s), OAM retry frequency: 1 second(s) OAM up retry count: 3, OAM down retry count: 5 OAM Loopback status: OAM Disabled OAM VC status: Not Managed ILMI VC status: Not Managed InARP frequency: 15 minutes(s) Transmit priority 6 InPkts: , OutPkts: , InBytes: , OutBytes: InPRoc: 1, OutPRoc: 1, Broadcasts: 0 InFast: 0, OutFast: 0, InAS: , OutAS: InPktDrops: 0, OutPktDrops: 0 CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation: 0, CPIErrors: 0 Out CLP=1 Pkts: 0 OAM cells received: 0 F5 InEndloop: 0, F5 InSegloop: 0, F5 InAIS: 0, F5 InRDI: 0 F4 InEndloop: 0, F4 InSegloop: 0, F4 InAIS: 0, F4 InRDI: 0 OAM cells sent: 0 F5 OutEndloop: 0, F5 OutSegloop: 0, F5 OutRDI: 0 F4 OutEndloop: 0, F4 OutSegloop: 0, F4 OutRDI: 0 OAM cell drops: 0 Status: UP Tip To verify the configuration and current status of all PVCs on a particular interface, you can also use the show atm vc interface atm command. Configuring a PVC on a Multipoint Subinterface Creating a multipoint subinterface allows you to create a point-to-multipoint PVC that can be used as a broadcast PVC for all multicast requests. To create a PVC on a multipoint subinterface, perform this task beginning in global configuration mode: Step 1 Router(config)# interface atm slot/subslot/port.subinterface multipoint Creates the specified point-to-multipoint subinterface on the given port on the specified ATM SPA, and enters subinterface configuration mode. Step 2 Router(config-subif)# ip address address mask Assigns the specified IP address and subnet mask to this subinterface. Step 3 Router(config-subif)# no ip directed-broadcast (Optional) Disables the forwarding of IP directed broadcasts, which are sometimes used in denial of service (DOS) attacks. 7-10

11 Step 4 Step 5 Router(config-subif)# pvc [name] vpi/vci [ilmi qsaal] Configures a new ATM PVC by assigning its VPI/VCI numbers and enters ATM VC configuration mode. The valid values for vpi/vci are: vpi Specifies the VPI ID. The valid range is 0 to 255. vci Specifies the VCI ID. The valid range is 1 to Values 1 to 31 are reserved and should not be used, except for 5 for the QSAAL PVC and 16 for the ILMI PVC. You can also configure the following options: name (Optional) An arbitrary string that identifies this PVC. ilmi (Optional) Configures the PVC to use ILMI encapsulation (default). qsaal (Optional) Configures the PVC to use QSAAL encapsulation. When using the pvc command, remember that the vpi/vci combination forms a unique identifier for the interface and all of its subinterfaces. If you specify a vpi/vci combination that has been used on another subinterface, the Cisco IOS software assumes that you want to modify that PVC s configuration and automatically switches to its parent subinterface. Router(config-if-atm-vc)# protocol protocol {protocol-address inarp} broadcast Configures the PVC for a particular protocol and maps it to a specific protocol-address. protocol Typically set to ip for multipoint subinterfaces, but other values are possible. protocol-address Destination address or virtual template interface for this PVC (if appropriate for the protocol). inarp Specifies that the PVC uses Inverse ARP to determine its address. broadcast Specifies that this mapping should be used for multicast packets. Step 6 Router(config-if-atm-vc)# inarp minutes (Optional) If using Inverse ARP, configures how often the PVC transmits Inverse ARP requests to confirm its address mapping. The valid range is 1 to 60 minutes, with a default of 15 minutes. Step 7 Router(config-if-atm-vc)# encapsulation aal5snap (Optional) Configures the ATM adaptation layer (AAL) and encapsulation type. The default and only supported type is aal5snap. Repeat Step 1 through Step 7 for each multipoint subinterface to be configured on this ATM SPA. Step 8 Router(config-if)# end Exits interface configuration mode and returns to privileged EXEC mode. 7-11

12 Verifying a Multipoint PVC Configuration To verify the configuration of a particular PVC, use the show atm pvc command: Router# show atm pvc 1/120 ATM3/1/0.120: VCD: 1, VPI: 1, VCI: 120 UBR, PeakRate: AAL5-LLC/SNAP, etype:0x0, Flags: 0xC20, VCmode: 0x0 OAM frequency: 0 second(s), OAM retry frequency: 1 second(s) OAM up retry count: 3, OAM down retry count: 5 OAM Loopback status: OAM Disabled OAM VC status: Not Managed ILMI VC status: Not Managed InARP frequency: 15 minutes(s) Transmit priority 6 InPkts: , OutPkts: , InBytes: , OutBytes: InPRoc: 1, OutPRoc: 1, Broadcasts: 0 InFast: 0, OutFast: 0, InAS: 94964, OutAS: InPktDrops: 0, OutPktDrops: 0 CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation: 0, CPIErrors: 0 Out CLP=1 Pkts: 0 OAM cells received: 0 F5 InEndloop: 0, F5 InSegloop: 0, F5 InAIS: 0, F5 InRDI: 0 F4 InEndloop: 0, F4 InSegloop: 0, F4 InAIS: 0, F4 InRDI: 0 OAM cells sent: 0 F5 OutEndloop: 0, F5 OutSegloop: 0, F5 OutRDI: 0 F4 OutEndloop: 0, F4 OutSegloop: 0, F4 OutRDI: 0 OAM cell drops: 0 Status: UP To verify the configuration and current status of all PVCs on a particular interface, you can also use the show atm vc interface atm command. Configuring RFC 1483 Bridging for PVCs RFC 1483, Multiprotocol Encapsulation over ATM Adaptation Layer 5, specifies the implementation of point-to-point bridging of Layer 2 PDUs from an ATM interface. Figure 7-1 shows an example in which the two routers receive VLANs over their respective trunk links and then forward that traffic out through the ATM interfaces into the ATM cloud. In this example, the device with the ATM SPA is shown as a router, but it can also be a Catalyst 6500 series switch. Figure 7-1 Example of RFC 1483 Bridging Topology Trunk ports RFC 1483 Trunk ports ports Switch 1 Router 1 Router 2 Switch 2 ATM Tip RFC 1483 has been updated and superseded by RFC 2684, Multiprotocol Encapsulation over ATM Adaptation Layer

13 RFC 1483 Bridging for PVCs Configuration Guidelines When configuring RFC 1483 bridging for PVCs, consider the following guidelines: PVCs must use AAL5 Subnetwork Access Protocol (SNAP) encapsulation. To use the Virtual Trunking Protocol (VTP), ensure that each main interface has a subinterface that has been configured for the management VLANs (VLANs 1 and ). VTP is not supported on bridged VCs on a Cisco 7600 SIP-200. RFC 1483 bridging in a switched virtual circuit (SVC) environment is not supported. The 1-Port OC-48c/STM-16 ATM SPA does not support RFC 1483 bridging. RFC 1483 Bridging for PVCs Configuration Task To configure RFC 1483 bridging for PVCs, perform this task beginning in global configuration mode: Step 1 Step 2 Router(config)# interface atm slot/subslot/port.subinterface point-to-point Router(config-subif)# pvc [name] vpi/vci [ilmi qsaal] (Optional) Creates the specified point-to-point subinterface on the given port on the specified ATM SPA card, and enters subinterface configuration mode. Although it is most common to create the PVCs on subinterfaces, you can also omit this step to create the PVCs for RFC 1483 bridging on the main interface. Configures a new ATM PVC by assigning its VPI/VCI numbers and enters ATM VC configuration mode. The valid values for vpi/vci are: vpi Specifies the VPI ID. The valid range is 0 to 255. vci Specifies the VCI ID. The valid range is 1 to Values 1 to 31 are reserved and should not be used, except for 5 for the QSAAL PVC and 16 for the ILMI PVC. You can also configure the following options: name (Optional) An arbitrary string that identifies this PVC. ilmi (Optional) Configures the PVC to use ILMI encapsulation (default). qsaal (Optional) Configures the PVC to use QSAAL encapsulation. 7-13

14 Step 3 Step 4 Router(config-if-atm-vc)#bridge-domain vlan-id [access dot1q dot1q-tunnel] [ignore-bpdu-pid] {pvst-tlv CE-vlan} [increment] [split-horizon] Router(config-if-atm-vc)# encapsulation aal5snap Binds the PVC to the specified vlan-id. You can optionally specify the following keywords: dot1q (Optional) Includes the IEEE 802.1Q tag, which preserves the VLAN ID and class of service (CoS) information across the ATM cloud. dot1q-tunnel (Optional) Enables tunneling of IEEE 802.1Q VLANs over the same link. See the Configuring RFC 1483 Bridging for PVCs with IEEE 802.1Q Tunneling section on page ignore-bpdu-pid (Optional) Ignores bridge protocol data unit (BPDU) packets, to allow interoperation with ATM customer premises equipment (CPE) devices that do not distinguish BPDU packets from data packets. Without this keyword, IEEE BPDUs are sent out using a PID of 0x00-0E, which complies with RFC With this keyword, IEEE BPDUs are sent out using a PID of 0x00-07, which is normally reserved for RFC 1483 data. pvst-tlv When transmitting, the pvst-tlv keyword translates PVST+ BPDUs into IEEE BPDUs. When receiving, the pvst-tlv keyword translates IEEE BPDUs into PVST+ BPDUs. split-horizon (Optional) Enables RFC 1483 split horizon mode to globally prevent bridging between PVCs in the same VLAN. (Optional) Configures the ATM adaptation layer (AAL) and encapsulation type. The default and only supported type is aal5snap. Repeat Step 1 through Step 4 for each interface on the ATM SPA to be configured. Step 5 Router(config-if-atm-vc)# end Exits ATM VC configuration mode and returns to privileged EXEC mode. Verifying the RFC 1483 Bridging Configuration To verify the RFC 1483 bridging configuration and status, use the show interface atm command: Router# show interface atm 6/1/0.3 ATM6/1/0.3 is up, line protocol is up Hardware is SPA-4XOC3-ATM Internet address is /24 MTU 4470 bytes, BW Kbit, DLY 80 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ATM 5 packets input, 566 bytes 5 packets output, 566 bytes 1445 OAM cells input, 1446 OAM cells output 7-14

15 Layer 2 Protocol Tunneling Topology CLI Configuration Task To enable BPDU translation for the Layer 2 Protocol Tunneling (L2PT) topologies, use the following command: bridge-domain PE-vlan dot1q-tunnel ignore-bpdu-pid pvst-tlv CE-vlan Configuring RFC 1483 Bridging for PVCs with IEEE 802.1Q Tunneling RFC 1483 bridging (see the Configuring RFC 1483 Bridging for PVCs section on page 7-12) can also include IEEE 802.1Q tunneling, which allows service providers to aggregate multiple VLANs over a single VLAN, while still keeping the individual VLANs segregated and preserving the VLAN IDs for each customer. This tunneling simplifies traffic management for the service provider, while securing the customer networks. Also, the IEEE 802.1Q tunneling is configured only on the service provider switches, so it does not require any additional configuration on the customer-side switches. The customer side is not aware of the configuration. For complete information on IEEE 802.1Q tunneling on the Catalyst 6500 series switch, see the Catalyst 6500 Series Cisco IOS Software Configuration Guide, 12.2SX at the following URL: l RFC 1483 has been updated and superseded by RFC 2684, Multiprotocol Encapsulation over ATM Adaptation Layer 5. RFC 1483 Bridging for PVCs with IEEE 802.1Q Tunneling Configuration Guidelines When configuring RFC 1483 bridging for PVCs with IEEE 802.1Q tunneling, consider the following guidelines: Customer equipment must be configured for RFC 1483 bridging with IEEE 802.1Q tunneling, using the bridge-domain dot1q ATM VC configuration command. See the Configuring RFC 1483 Bridging for PVCs section on page 7-12 for more information. PVCs must use AAL5 encapsulation. RFC 1483 bridged PVCs must terminate on the ATM SPA, and the traffic forwarded over this bridged connection to the edge must be forwarded through an Ethernet port. To use the Virtual Trunking Protocol (VTP), each main interface should have a subinterface that has been configured for the management VLANs (VLANs 1 and ). RFC 1483 bridging in a switched virtual circuit (SVC) environment is not supported. 7-15

16 RFC 1483 Bridging for PVCs with IEEE 802.1Q Tunneling Configuration Task To configure RFC 1483 bridging for PVCs with IEEE 802.1Q tunneling, perform this task beginning in global configuration mode: Step 1 Step 2 Step 3 Step 4 Router(config)# interface atm slot/subslot.port.subinterface point-to-point Router(config-subif)# pvc [name] vpi/vci [ilmi qsaal] (Optional) Creates the specified point-to-point subinterface on the given port on the specified ATM SPA, and enters subinterface configuration mode. Although it is most common to create the PVCs on subinterfaces, you can also omit this step to create the PVCs for RFC 1483 bridging on the main interface. Configures a new ATM PVC by assigning its VPI/VCI numbers and enters ATM VC configuration mode. The valid values for vpi/vci are: vpi Specifies the VPI ID. The valid range is 0 to 255. vci Specifies the VCI ID. The valid range is 1 to Values 1 to 31 are reserved and should not be used, except for 5 for the QSAAL PVC and 16 for the ILMI PVC. You can also configure the following options: name (Optional) An arbitrary string that identifies this PVC. ilmi (Optional) Configures the PVC to use ILMI encapsulation (default). qsaal (Optional) Configures the PVC to use QSAAL encapsulation. When using the pvc command, remember that the vpi/vci combination forms a unique identifier for the interface and all of its subinterfaces. If you specify a vpi/vci combination that has been used on another subinterface, the Cisco IOS software assumes that you want to modify that PVC s configuration and automatically switches to its parent subinterface. Router(config-if-atm-vc)# bridge-domain vlan-id dot1q-tunnel Router(config-if-atm-vc)# encapsulation aal5snap Binds the PVC to the specified vlan-id and enables the use of IEEE 802.1Q tunneling on the PVC. This preserves the VLAN ID information across the ATM cloud. (Optional) Configures the ATM adaptation layer (AAL) and encapsulation type. The default and only supported type is aal5snap. Repeat Step 1 through Step 4 for each interface on the ATM SPA to be configured. Step 5 Router(config-if-atm-vc)# end Exits ATM VC configuration mode and returns to privileged EXEC mode. 7-16

17 Verifying the RFC 1483 for PVCs Bridging with IEEE 802.1Q Tunneling Configuration To verify the IEEE 802.1Q tunneling on an ATM SPA, use the show 12-protocol-tunnel command: Router# show l2protocol-tunnel COS for Encapsulated Packets: 5 Port Protocol Shutdown Drop Encapsulation Decapsulation Drop Threshold Threshold Counter Counter Counter Gi4/2 cdp stp vtp ATM6/2/1 cdp n/a n/a n/a stp n/a n/a n/a vtp n/a n/a n/a The counters in the output of the show l2protocol-tunnel command are not applicable for ATM interfaces when IEEE 802.1Q tunneling is enabled. Use the following command to display the interfaces that are configured with an IEEE 802.1Q tunnel: Router# show dot1q-tunnel LAN Port(s) Gi4/2 ATM Port(s) ATM6/2/1 Configuring ATM RFC 1483 Half-Bridging The ATM SPA supports ATM RFC 1483 half-bridging, which routes IP traffic from a stub-bridged ATM LAN over bridged RFC 1483 Ethernet traffic, without using integrated routing and bridging (IRB). This allows bridged traffic that terminates on an ATM PVC to be routed on the basis of the destination IP address. For example, Figure 7-2 shows a remote bridged Ethernet network connecting to a routed network over a device that bridges the Ethernet LAN to the ATM interface. Figure 7-2 ATM RFC 1483 Half-Bridging ATM 4/1/ Ethernet subnet When half-bridging is configured, the ATM interface receives the bridged IP packets and routes them according to each packet s IP destination address. Similarly, when packets are routed to this ATM PVC, it then forwards them out as bridged packets on its bridge connection. 7-17

18 This use of a stub network topology offers better performance and flexibility over integrated routing and bridging (IRB). This also helps to avoid a number of issues such as broadcast storms and security risks. In particular, half-bridging reduces the potential security risks that are associated with normal bridging configurations. Because the ATM interface allocates a single virtual circuit (VC) to a subnet (which could be as small as a single IP address), half-bridging limits the size of the nonsecured network that can be allowed access to the larger routed network. This makes half-bridging configurations ideally suited for customer access points, such digital subscriber lines (DSL). RFC 1483 has been updated and superseded by RFC 2684, Multiprotocol Encapsulation over ATM Adaptation Layer 5. However, to avoid confusion, this document continues to use the previously-used terminology of RFC 1483 ATM half-bridging. To configure a point-to-multipoint ATM PVC for ATM half-bridging, use the configuration task in the following section. Use the following configuration task when you want to configure point-to-multipoint PVCs for half-bridging operation. Use the configuration task in the next section, Configuring ATM Routed Bridge Encapsulation, to configure a point-to-point PVC for similar functionality. ATM RFC 1483 Half-Bridging Configuration Guidelines When configuring ATM RFC 1483 half-bridging, consider the following guidelines: Supports only IP traffic and access lists. Supports only fast switching and process switching. Supports only PVCs that are configured on multipoint subinterfaces. SVCs are not supported for half-bridging. A maximum of one PVC can be configured for half-bridging on each subinterface. Other PVCs can be configured on the same subinterface, as long as they are not configured for half-bridging as well. The same PVC cannot be configured for both half-bridging and full bridging. ATM RFC 1483 Half-Bridging Configuration Task To configure ATM RFC 1483 half-bridging, perform this task beginning in global configuration mode: Step 1 Step 2 Router(config)# interface atm slot/subslot/port.subinterface multipoint Router(config-subif)# ip address address mask [secondary] Creates the specified point-to-point subinterface on the given port on the specified ATM SPA, and enters subinterface configuration mode. Assigns the specified IP address and subnet mask to this subinterface. This IP address should be on the same subnet as the remote bridged network (the Ethernet network). 7-18

19 Step 3 Step 4 Router(config-subif)# pvc [name] vpi/vci [ilmi qsaal] Configures a new ATM PVC by assigning its VPI/VCI numbers and enters ATM VC configuration mode. The valid values for vpi/vci are: vpi Specifies the VPI ID. The valid range is 0 to 255. vci Specifies the VCI ID. The valid range is 1 to Values 1 to 31 are reserved and should not be used, except for 5 for the QSAAL PVC and 16 for the ILMI PVC. You can also configure the following options: name (Optional) An arbitrary string that identifies this PVC. ilmi (Optional) Configures the PVC to use ILMI encapsulation (default). qsaal (Optional) Configures the PVC to use QSAAL encapsulation. When using the pvc command, remember that the vpi/vci combination forms a unique identifier for the interface and all of its subinterfaces. If you specify a vpi/vci combination that has been used on another subinterface, the Cisco IOS software assumes that you want to modify that PVC s configuration and automatically switches to its parent subinterface. Router(config-if-atm-vc)# encapsulation aal5snap bridge (Optional) Configures the ATM adaptation layer (AAL) and encapsulation type, and specifies that half-bridging should be used. Step 5 Router(config-if-atm-vc)# end Exits ATM VC configuration mode and returns to privileged EXEC mode. Verifying the ATM RFC 1483 Half-Bridging Configuration To verify the ATM RFC 1483 half-bridging configuration, use the show atm vc command: Router# show atm vc 20 ATM4/0/0.20: VCD: 20, VPI: 1, VCI: 20 UBR, PeakRate: AAL5-LLC/SNAP, etype:0x0, Flags: 0xC20, VCmode: 0x0 OAM frequency: 0 second(s) InARP frequency: 15 minutes(s), 1483-half-bridged-encap Transmit priority 6 InPkts: 2411, OutPkts: 2347, InBytes: , OutBytes: InPRoc: 226, OutPRoc: 0 InFast: 0, OutFast: 0, InAS: 2185, OutAS: 2347 InPktDrops: 1, OutPktDrops: 0 InByteDrops: 0, OutByteDrops: 0 CrcErrors: 139, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation: 0, CPIErrors: 0 Out CLP=1 Pkts: 0 OAM cells received: 0 OAM cells sent: 0 Status: UP 7-19

20 Configuring ATM Routed Bridge Encapsulation The ATM SPAs support ATM Routed Bridge Encapsulation (RBE), which is similar in functionality to RFC 1483 ATM half-bridging, except that ATM half-bridging is configured on a point-to-multipoint PVC, while RBE is configured on a point-to-point PVC (see the Configuring ATM RFC 1483 Half-Bridging section on page 7-17). The 1-Port OC-48c/STM-16 ATM SPA does not support RBE. Use the following configuration task to configure a point-to-point subinterface and PVC for RBE bridging. RFC 1483 has been updated and superseded by RFC 2684, Multiprotocol Encapsulation over ATM Adaptation Layer 5. ATM Routed Bridge Encapsulation Configuration Guidelines When configuring ATM RBE, consider the following guidelines: Supported only on ATM SPAs in a Cisco 7600 SIP-200. RBE is not supported when using a Cisco 7600 SIP-400. Supports only AAL5SNAP encapsulation. Supports only IP access lists, not MAC-layer access lists. Supports only fast switching and process switching. Supports distributed Cisco Express Forwarding (dcef). Supports only PVCs on point-to-point subinterfaces. SVCs are not supported for half-bridging. The bridge-domain command cannot be used on any PVC that is configured for RBE, because an RBE PVC acts as the termination point for bridged packets. The atm bridge-enable command, which was used in previous releases on other ATM interfaces, is not supported on ATM SPA interfaces. The IS-IS protocol is not supported with point-to-point PVCs that are configured for RBE bridging. RBE Configuration Limitation Supports Only One Remote MAC Address On the Catalyst 6500 Series switch with the Supervisor Engine 720 and the following port adapters, an ATM PVC with an RBE configuration can send packets to only a single MAC address: ATM SPA on the Cisco 7600 SIP-200 line card This restriction occurs because the Catalyst 6500 Series switch keeps only one MAC address attached to an RBE PVC. The MAC address-to-pvc mapping is refreshed when a packet is received from the host. If there are multiple hosts connected to the PVC, the mapping will not be stable and traffic forwarding will be affected. 7-20

21 The solution to this problem is as follows: 1. Configure the ATM PVC for RFC 1483 bridging using the bridge domain vlan x command line interface. 2. Configure an interface vlan vlan x with the IP address of the RBE subinterface. ATM Routed Bridge Encapsulation Configuration Task To configure ATM routed bridge encapsulation, perform this task beginning in global configuration mode: Step 1 Router(config)# interface atm slot/subslot/port.subinterface point-to-point Creates the specified multipoint subinterface on the given port on the specified ATM SPA, and enters subinterface configuration mode. Step 2 Router(config-subif)# atm route-bridge ip Enables ATM RFC 1483 half-bridging (RBE bridging). Step 3 Step 4 Step 5 Router(config-subif)# ip address address mask [secondary] Router(config-subif)# pvc [name] vpi/vci [ilmi qsaal] The atm route-bridge ip command can be given either before or after you create the PVC. Assigns the specified IP address and subnet mask to this subinterface. This IP address should be on the same subnet as the remote bridged network (the Ethernet network). Configures a new ATM PVC by assigning its VPI/VCI numbers and enters ATM VC configuration mode. The valid values for vpi/vci are: vpi Specifies the VPI ID. The valid range is 0 to 255. vci Specifies the VCI ID. The valid range is 1 to Values 1 to 31 are reserved and should not be used, except for 5 for the QSAAL PVC and 16 for the ILMI PVC. You can also configure the following options: name (Optional) An arbitrary string that identifies this PVC. ilmi (Optional) Configures the PVC to use ILMI encapsulation (default). qsaal (Optional) Configures the PVC to use QSAAL encapsulation. When using the pvc command, remember that the vpi/vci combination forms a unique identifier for the interface and all of its subinterfaces. If you specify a vpi/vci combination that has been used on another subinterface, the Cisco IOS software assumes that you want to modify that PVC s configuration and automatically switches to its parent subinterface. Router(config-if-atm-vc)# encapsulation aal5snap (Optional) Configures the ATM adaptation layer (AAL) and encapsulation type. The only supported encapsulation for an RBE PVC is aal5snap. Step 6 Router(config-if-atm-vc)# end Exits ATM VC configuration mode and returns to privileged EXEC mode. 7-21

22 The atm route-bridge ip command, like other subinterface configuration commands, is not automatically removed when you delete a subinterface. If you want to remove a subinterface and recreate it without the half-bridging, be sure to manually remove the half-bridging configuration, using the no atm route-bridge ip command. Verifying the ATM Routed Bridge Encapsulation Configuration To verify the RBE bridging configuration, use the show ip cache verbose command: Router# show ip cache verbose IP routing cache 3 entries, 572 bytes 9 adds, 6 invalidates, 0 refcounts Minimum invalidation interval 2 seconds, maximum interval 5 seconds, quiet interval 3 seconds, threshold 0 requests Invalidation rate 0 in last second, 0 in last 3 seconds Last full cache invalidation occurred 00:30:34 ago Prefix/Length Age Interface Next Hop / :30:10 Ethernet3/1/ C9F2A81D BB / :00:04 ATM1/1/ AA030080C F5D201C / :06:09 ATM1/1/ AA030080C E01E8D3F901C0800 Configuring RFC 1483 Bridging of Routed Encapsulations Bridging of routed encapsulations (BRE) enables the ATM SPA to receive RFC 1483 routed encapsulated packets and forward them as Layer 2 frames. In a BRE configuration, the PVC receives the routed PDUs, removes the RFC 1483 routed encapsulation header, and adds an Ethernet MAC header to the packet. The Layer 2 encapsulated packet is then switched by the supervisor engine to the Layer 2 interface determined by the VLAN number and destination MAC. The 1-Port OC-48c/STM-16 ATM SPA does not support bridging. Figure 7-3 shows a topology where an interface on an ATM SPA receives routed PDUs from the ATM cloud and encapsulates them as Layer 2 frames. It then forwards the frames to the Layer 2 customer device. In this example, the device with the ATM SPA is shown as a Cisco 7600 series router, but it can also be a Catalyst 6500 series switch. Figure 7-3 Example BRE Topology CPE 1 Cisco 7600 Edge router CPE 2 Ethernet frames ATM RFC 1483 Routed Encapsulated ATM PDUs CE

23 RFC 1483 Bridging of Routed Encapsulations Configuration Guidelines When configuring RFC 1483 bridging of routed encapsulations, consider the following guidelines: BRE requires that the ATM SPAs are installed in a Cisco 7600 SIP-200. PVCs must use AAL5 encapsulation. RFC 1483 bridged PVCs must terminate on the ATM SPA, and the traffic forwarded over this bridged connection to the edge must be forwarded through an Ethernet port. To use the Virtual Trunking Protocol (VTP), each main interface should have a subinterface that has been configured for the management VLANs (VLANs 1 and ). BRE is not supported when using a Cisco 7600 SIP-400. Concurrent configuration of RFC 1483 bridging and BRE on the same PVC and VLAN is not supported. Bridging between RFC 1483 bridged PVCs is not supported. RFC 1483 bridging in a switched virtual circuit (SVC) environment is not supported. RFC 1483 Bridging of Routed Encapsulations Configuration Task To configure RFC 1483 bridging of routed encapsulations, perform this task beginning in global configuration mode: Step 1 Router(config)# interface atm slot/subslot/port Enters interface configuration mode for the indicated port on the specified ATM SPA. Step 2 Router(config-if)# no ip address Assigns no IP address to the interface. Step 3 Router(config-if)# spanning-tree bpdufilter enable (Optional) Blocks all Spanning Tree BPDUs on the ATM interface. This command should be used if this ATM interface is configured only for BRE VLANs. If this ATM interface is configured for both BRE and RFC 1483 bridged VLANs, do not enter this command unless you want to explicitly block BPDUs on the interface. Step 4 Router(config-if)# no shutdown Enables the interface. Step 5 Router(config-if)# interface atm slot/subslot/port.subinterface point-to-point Creates the specified point-to-point subinterface on the given port on the specified ATM SPA, and enters subinterface configuration mode. Step 6 Router(config-subif)# no ip address Assigns no IP address to the subinterface. 7-23

Local Template-Based ATM PVC Provisioning

Local Template-Based ATM PVC Provisioning The Local Template-Based ATM Provisioning feature enables ATM permanent virtual circuits (PVCs) to be provisioned automatically as needed from a local configuration. ATM PVC autoprovisioning can be configured

More information

Local Template-Based ATM PVC Provisioning

Local Template-Based ATM PVC Provisioning Local Template-Based ATM PVC Provisioning Last Updated: August 29, 2012 The Local Template-Based ATM Provisioning feature enables ATM permanent virtual circuits (PVCs) to be provisioned automatically as

More information

Configuring Layer 2 Local Switching

Configuring Layer 2 Local Switching CHAPTER 17 The Layer 2 Local Switching feature allows you to switch Layer 2 data between two physical or virtual interfaces of the same type on the same router. The interfaces can be on the same line card

More information

Troubleshooting Input Drops on ATM Router Interfaces

Troubleshooting Input Drops on ATM Router Interfaces Troubleshooting Input Drops on ATM Router Interfaces Document ID: 8625 Contents Introduction Prerequisites Requirements Components Used Conventions Traditional Reasons for Input Drops Understanding Throttles

More information

Troubleshooting Bridging and IRB over ATM PVCs

Troubleshooting Bridging and IRB over ATM PVCs Troubleshooting Bridging and IRB over ATM PVCs Document ID: 10404 Contents Introduction Prerequisites Requirements Components Used Conventions Point to Point and Multipoint Interfaces Bridged Format RFC

More information

Troubleshooting ATM PVCs in a WAN Environment

Troubleshooting ATM PVCs in a WAN Environment 22 CHAPTER Troubleshooting ATM PVCs in a WAN Environment This chapter describes how to troubleshoot ATM problems that are seen when transporting L2 frames/l3 packets over a WAN backbone. The following

More information

Asynchronous Transfer Mode Configuration Guide, Cisco IOS XE Everest (Cisco ASR 900 Series)

Asynchronous Transfer Mode Configuration Guide, Cisco IOS XE Everest (Cisco ASR 900 Series) Asynchronous Transfer Mode Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 900 Series) First Published: 2017-04-04 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

Configuring the Circuit Emulation over Packet Shared Port Adapter

Configuring the Circuit Emulation over Packet Shared Port Adapter Configuring the Circuit Emulation over Packet Shared Port Adapter Release History This chapter provides information about configuring the Circuit Emulation over Packet (CEoP) shared port adapters (SPAs)

More information

Cisco - Understanding the UBR Service Category for ATM Virtual Circuits

Cisco - Understanding the UBR Service Category for ATM Virtual Circuits Page 1 of 9 Understanding the UBR Service Category for ATM Virtual Circuits Document ID: 10530 Contents Introduction Prerequisites Requirements Components Used Conventions Advantages and Disadvantages

More information

Configuring Link Aggregation on the ML-MR-10 card

Configuring Link Aggregation on the ML-MR-10 card CHAPTER 34 Configuring Link Aggregation on the ML-MR-10 card This chapter applies to the ML-MR-10 card and describes how to configure link aggregation for the ML-Series cards, both EtherChannel and packet-over-sonet/sdh

More information

sequencing {transmit receive both resync number} no sequencing {transmit receive both resync number}

sequencing {transmit receive both resync number} no sequencing {transmit receive both resync number} sequencing sequencing To configure the direction in which sequencing is enabled for data packets in a Layer 2 pseudowire, use the sequencing command in pseudowire class configuration mode. To remove the

More information

Implementing QoS for IPv6

Implementing QoS for IPv6 Implementing QoS for IPv6 Last Updated: August 1, 2012 Finding Feature Information, page 1 Restrictions for Implementing QoS for IPv6, page 1 Information About Implementing QoS for IPv6, page 2 How to

More information

PPPoA/PPPoE Autosense for ATM PVCs

PPPoA/PPPoE Autosense for ATM PVCs PPPoA/PPPoE Autosense for ATM PVCs Feature History Release 12.1(1)DC 12.2(4)T 12.2(4)T3 12.2(27)SBA Modification This feature was introduced on the Cisco 6400 UAC. Support for this feature was added to

More information

Understanding Packet Counters in show policy map interface Output

Understanding Packet Counters in show policy map interface Output Understanding Packet Counters in show policy map interface Output Document ID: 10107 Contents Introduction Prerequisites Requirements Components Used Conventions What Is Congestion? What Is the Difference

More information

Configuring Voice over ATM

Configuring Voice over ATM Configuring Voice over ATM This chapter describes Voice over ATM (VoATM) and contains the following sections: VoATM Overview, page 421 VoATM Prerequisite Tasks, page 425 VoATM Configuration Task List,

More information

Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs

Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs First Published: May 2, 2005 Last Updated: November 24, 2010 The Providing Connectivity Using ATM Routed Bridge Encapsulation over

More information

Configuring IRB. Integrated Routing and Bridging CHAPTER

Configuring IRB. Integrated Routing and Bridging CHAPTER CHAPTER 11 This chapter describes how to configure integrated routing and bridging (IRB) for the ML-Series card. For more information about the Cisco IOS commands used in this chapter, refer to the Cisco

More information

Implementing QoS for IPv6

Implementing QoS for IPv6 Implementing QoS for IPv6 Last Updated: February 15, 2012 Finding Feature Information, page 1 Restrictions for Implementing QoS for IPv6, page 1 Information About Implementing QoS for IPv6, page 2 How

More information

Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs

Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs Last Updated: December 5, 2011 The Providing Connectivity Using ATM Routed Bridge Encapsulation over PVCs feature provides the functionality

More information

Frame Relay to ATM Service Interworking (FRF.8) on the 7200 Series Router Using Inverse Multiplexing Over ATM (IMA)

Frame Relay to ATM Service Interworking (FRF.8) on the 7200 Series Router Using Inverse Multiplexing Over ATM (IMA) Frame Relay to ATM Service Interworking (FRF.8) on the 7200 Series Router Using Inverse Multiplexing Over ATM (IMA) Document ID: 42147 Contents Introduction Prerequisites Requirements Components Used Conventions

More information

Configuring Interfaces on the ML-Series Card

Configuring Interfaces on the ML-Series Card 5 CHAPTER This chapter describes basic interface configuration for the ML-Series card to help you get your ML-Series card up and running. Advanced packet-over-sonet (POS) interface configuration is covered

More information

Ethernet over GRE Tunnels

Ethernet over GRE Tunnels The feature allows customers to leverage existing low end residential gateways to provide mobility services to mobile nodes using Proxy Mobile IPv6 (PMIPv6), General Packet Radio Service (GPRS) Tunneling

More information

Configuring ATM Router Module Interfaces

Configuring ATM Router Module Interfaces 24 CHAPTER This chapter describes steps required to configure the ATM router module on the Catalyst 8540 MSR, Catalyst 8510 MSR, and LightStream 1010 ATM switch routers, and the enhanced ATM router module

More information

ATM PVC Bundle Enhancement MPLS EXP-Based PVC Selection

ATM PVC Bundle Enhancement MPLS EXP-Based PVC Selection ATM PVC Bundle Enhancement MPLS EXP-Based PVC Selection This document describes enhancements to the ATM virtual circuit (VC) bundle management feature, which allows you to configure multiple VCs that have

More information

Enhanced Voice and QoS for ADSL and G.SHDSL

Enhanced Voice and QoS for ADSL and G.SHDSL Enhanced Voice and QoS for ADSL and G.SHDSL Last Updated: December 4, 2012 QoS features make it possible to effectively combine voice and data traffic in the same WAN connection without sacrificing quality

More information

Using Serial Ports to Connect to ATM with DXI Encapsulation

Using Serial Ports to Connect to ATM with DXI Encapsulation Using Serial Ports to Connect to ATM with DXI Encapsulation Document ID: 10418 Contents Introduction Prerequisites Requirements Components Used Conventions Physical Setup ATM DXI Modes ATM DXI Headers

More information

Configuring the Cisco ASR 1000 Series Modular Ethernet Line Card

Configuring the Cisco ASR 1000 Series Modular Ethernet Line Card Configuring the Cisco ASR 1000 Series Modular Ethernet Line Card This chapter provides information about configuring the Cisco ASR 1000 Series Modular Ethernet Line Card on the Cisco ASR 1000 Series Routers.

More information

Configuring Virtual Interfaces

Configuring Virtual Interfaces Configuring Virtual Interfaces Virtual interfaces are software-based interfaces that you create in the memory of the networking device using Cisco IOS commands. Virtual interfaces do not have a hardware

More information

Configuring the 2-Port and 4-Port Clear Channel T3/E3 SPAs

Configuring the 2-Port and 4-Port Clear Channel T3/E3 SPAs 20 CHAPTER Configuring the 2-Port and 4-Port Clear Channel T3/E3 SPAs This chapter provides information about configuring the 2-Port and 4-Port Clear Channel T3/E3 Shared Port Adapters (SPAs) on the Catalyst

More information

L2VPN Interworking. Finding Feature Information

L2VPN Interworking. Finding Feature Information Interworking is a transforming function that is required to interconnect two heterogeneous attachment circuits (ACs). Several types of interworking functions exist. The function that is used would depend

More information

1 of :22

1 of :22 Feedback: Help us help you Please rate this document. Excellent Good Average Fair Poor This document solved my problem. Yes No Just Browsing Suggestions to improve this document. (512 character limit)

More information

Global Interface Commands on Cisco IOS XR Software

Global Interface Commands on Cisco IOS XR Software Global Interface Commands on Cisco IOS XR Software This module provides global command line interface (CLI) commands for configuring interfaces on the Cisco CRS Router. HR-613 bandwidth (global) Global

More information

FlexWAN and Enhanced FlexWAN Software Features Configuration Information

FlexWAN and Enhanced FlexWAN Software Features Configuration Information CHAPTER 3 FlexWAN and Enhanced FlexWAN Software Features Configuration Information Software features supported by the port adapters installed in a FlexWAN or Enhanced FlexWAN are documented in the port

More information

Address Resolution Protocol

Address Resolution Protocol The (ARP) feature performs a required function in IP routing. ARP finds the hardware address, also known as Media Access Control (MAC) address, of a host from its known IP address. ARP maintains a cache

More information

Configuring 4-Port Gigabit Ethernet WAN Optical Services Modules

Configuring 4-Port Gigabit Ethernet WAN Optical Services Modules CHAPTER 4 Configuring 4-Port Gigabit Ethernet WAN Optical Services Modules This chapter provides an overview of the features supported on the 4-port Gigabit Ethernet WAN Optical Services Modules (OSM-2+4GE-WAN+

More information

CCNA Practice test. 2. Which protocol can cause high CPU usage? A. NTP B. WCCP C. Telnet D. SNMP Answer: D

CCNA Practice test. 2. Which protocol can cause high CPU usage? A. NTP B. WCCP C. Telnet D. SNMP Answer: D 1. Which network would support at least 30 hosts? A. 10.0.0.0 255.255.255.252 B. 10.0.0.0 255.255.255.240 C. 10.0.0.0 255.255.255.224 D. 10.0.0.0 255.255.255.248 2. Which protocol can cause high CPU usage?

More information

Frame Relay Queueing and Fragmentation at the Interface

Frame Relay Queueing and Fragmentation at the Interface Frame Relay Queueing and Fragmentation at the Interface Last Updated: October 6, 2011 The Frame Relay Queueing and Fragmentation at the Interface feature introduces support for low-latency queueing (LLQ)

More information

Voice over ATM Switched Virtual Circuits on the Cisco MC3810

Voice over ATM Switched Virtual Circuits on the Cisco MC3810 Voice over ATM Switched Virtual Circuits on the Cisco MC3810 This document describes voice over Asynchronous Transfer Mode (VoATM) switched virtual circuits (SVCs) for the Cisco MC3810 multiservice access

More information

Single-router APS for the Cisco Series Router

Single-router APS for the Cisco Series Router Single-router APS for the Cisco 12000 Series Router This feature provides 1+1 single-router automatic protection switching (SR-APS) for the Cisco 12000 series ISE ATM line cards (Engine 3) installed in

More information

MPLS AToM ATM AAL5 over MPLS

MPLS AToM ATM AAL5 over MPLS MPLS AToM ATM AAL5 over MPLS Feature History Release 12.0(10)ST 12.0(21)ST 12.0(22)S Modification This feature was introduced to support the Cisco 12000 Series router. This feature was updated to support

More information

Configuring Gigabit Ethernet Interfaces

Configuring Gigabit Ethernet Interfaces This chapter explains how to configure the Gigabit Ethernet (GE) interface on the Cisco ASR 901 router. Configuring the Interface, page 1 Setting the Speed and Duplex Mode, page 2 Enabling the Interface,

More information

Global Interface Commands on the Cisco ASR 9000 Series Router

Global Interface Commands on the Cisco ASR 9000 Series Router Global Interface Commands on the Cisco ASR 9000 Series Router This module provides global command line interface (CLI) commands for configuring interfaces on the Cisco ASR 9000 Series Aggregation Services

More information

Global Interface Commandsonthe Cisco IOS XR Software

Global Interface Commandsonthe Cisco IOS XR Software Global Interface Commandsonthe Cisco IOS XR Software This module describes the global command line interface (CLI) commands for configuring interfaces on the Cisco CRS Router. bandwidth (global), page

More information

8-Port OC-3 STM-1 ATM Line Card for Cisco Series Internet Routers

8-Port OC-3 STM-1 ATM Line Card for Cisco Series Internet Routers 8-Port OC-3 STM-1 ATM Line Card for Cisco 12000 Series Internet Routers Feature History Release 12.0(22)S 12.0(23)S Modification This feature was introduced on Cisco 12000 series Internet Routers. Software

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 4 This chapter describes how to configure interfaces for the Catalyst 4500 series switches. It also provides guidelines, procedures, and configuration examples. This chapter includes the following

More information

Configuring T1/E1 Interfaces

Configuring T1/E1 Interfaces This chapter provides information about configuring the T1/E1 interface module on the chassis. It includes the following sections: For information about managing your system images and configuration files,

More information

Global Interface Commands on the. Cisco ASR 9000 Series Router.

Global Interface Commands on the. Cisco ASR 9000 Series Router. Global Interface Commands on the Cisco ASR 9000 Series Router This module describes the global command line interface (CLI) commands for configuring interfaces on the Cisco ASR 9000 Series Router. bandwidth

More information

Configuring the Fast Ethernet and Gigabit Ethernet SPAs

Configuring the Fast Ethernet and Gigabit Ethernet SPAs CHAPTER 10 Configuring the Fast Ethernet and Gigabit Ethernet SPAs This chapter provides information about configuring the 4-Port Fast Ethernet SPA, 8-Port Fast Ethernet SPA, 1-Port 10-Gigabit Ethernet

More information

Configuring IEEE 802.3ad Link Bundling and Load Balancing

Configuring IEEE 802.3ad Link Bundling and Load Balancing Configuring IEEE 802.3ad Link Bundling and Load Balancing This document describes how the IEEE 802.3ad link bundling and load balancing leverages the EtherChannel infrastructure within Cisco software to

More information

GRE Tunnel with VRF Configuration Example

GRE Tunnel with VRF Configuration Example GRE Tunnel with VRF Configuration Example Document ID: 46252 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Caveats

More information

Application Guide. VLANs for improved Q-SYS performance

Application Guide. VLANs for improved Q-SYS performance Application Guide Rev. A, 6 June 2018 OPTIMIZE Q-SYS PERFORMANCE: CREATE DEDICATED VLANS. One way to greatly ensure the reliability and performance of a Q-SYS network is putting Q-SYS traffic on one or

More information

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling 9 CHAPTER Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling Virtual private networks (VPNs) provide enterprise-scale connectivity on a shared infrastructure, often Ethernet-based, with the

More information

Configuring the 4-Port Serial Interface SPA

Configuring the 4-Port Serial Interface SPA This chapter provides information about configuring the 4-Port Serial Interface SPA on Cisco ASR 1000 Series Routers. Configuration Tasks, page 1 Verifying the Interface Configuration, page 11 Configuration

More information

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling CHAPTER 8 Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling Virtual private networks (VPNs) provide enterprise-scale connectivity on a shared infrastructure, often Ethernet-based, with the same security,

More information

What Bytes Are Counted by IP to ATM CoS Queueing?

What Bytes Are Counted by IP to ATM CoS Queueing? What Bytes Are Counted by IP to ATM CoS Queueing? Document ID: 10420 Contents Introduction Prerequisites Requirements Components Used Conventions Determine the Value for the Bandwidth Statement in a QoS

More information

Understanding the Maximum Number of Active Virtual Circuits on Cisco ATM Router Interfaces

Understanding the Maximum Number of Active Virtual Circuits on Cisco ATM Router Interfaces Understanding the Maximum Number of Active Virtual Circuits on Cisco ATM Router Interfaces Document ID: 24871 Contents Introduction Prerequisites Requirements Components Used Conventions ATM Five Byte

More information

Configuring T1/E1 Interfaces

Configuring T1/E1 Interfaces Effective Cisco IOS-XE Release 3.14.0S, the Cisco ASR-920-24SZ-IM, ASR-920-24SZ-M, ASR-920-24TZ-M Aggregation Services Router supports the following types of interface modules (IMs): 8x1G Cu IM (A900-IMA8T)

More information

Management IP Interface

Management IP Interface The management interface is used for the video control plane messages, such as session creation and deletion, between the Logical Edge Devices (LED) and the external Edge Resource Manager (ERM) server.

More information

PPPoE on ATM. Finding Feature Information. Prerequisites for PPPoE on ATM. Restrictions for PPPoE on ATM

PPPoE on ATM. Finding Feature Information. Prerequisites for PPPoE on ATM. Restrictions for PPPoE on ATM This feature module describes the PPP over Ethernet (PPPoE) on ATM feature. The feature provides the ability to connect a network of hosts over a simple bridging-access device to a remote access concentrator.

More information

Layer 2 Local Switching

Layer 2 Local Switching Layer 2 Local Switching First Published: December 17, 2003 Last Updated: November 24, 2010 The Layer 2 Local Switching feature allows you to switch Layer 2 data in two ways: Between two interfaces on the

More information

frame-relay lmi-n391dte

frame-relay lmi-n391dte frame-relay lmi-n391dte frame-relay lmi-n391dte To set a full status polling interval, use the frame-relay lmi-n391dte interface configuration command. To restore the default interval value, assuming that

More information

Lab - Troubleshooting Connectivity Issues

Lab - Troubleshooting Connectivity Issues Lab - Troubleshooting Connectivity Issues Topology Addressing Table R1 ISP Objectives Device Interface IP Address Subnet Mask Default Gateway G0/1 192.168.1.1 255.255.255.0 N/A S0/0/0 10.1.1.1 255.255.255.252

More information

Configuring Serial Interfaces

Configuring Serial Interfaces This chapter configures the serial interface module (PN: A900-IMASER14A/S) Async R232 serial data using Transparent Pseudowire (PW) over MPLS network on the Cisco ASR 900 Series Router. It includes the

More information

Configuring Weighted Random Early Detection

Configuring Weighted Random Early Detection Configuring Weighted Random Early Detection This chapter describes the tasks for configuring Weighted Random Early Detection (WRED), distributed WRED (DWRED), flow-based WRED, and DiffServ Compliant WRED

More information

N:1 PVC Mapping to PWE with Nonunique VPIs

N:1 PVC Mapping to PWE with Nonunique VPIs N:1 PVC Mapping to PWE with Nonunique VPIs The N:1 PVC Mapping to PseudoWire Emulation (PWE) with Nonunique virtual path identifiers (VPIs) feature maps one or more ATM permanent virtual circuits (PVCs)

More information

lane global-lecs-address

lane global-lecs-address lane global-lecs-address lane global-lecs-address To specify a list of LECS addresses to use when the addresses cannot be obtained from the ILMI, use the lane global-lecs-address command in interface configuration

More information

Configuring Management Interfaces on Cisco IOS XR Software

Configuring Management Interfaces on Cisco IOS XR Software Configuring Management Interfaces on Cisco IOS XR Software This module describes configuration procedures for management interfaces on the route processors (RPs). Although the management interfaces on

More information

Chapter 1 Configuring ATM

Chapter 1 Configuring ATM Chapter 1 Configuring ATM This chapter introduces basic Asynchronous Transfer Mode (ATM) concepts, describes features of the ATM interfaces, and provides information for configuring ATM on E-series routers.

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 6 This chapter describes how to configure interfaces for the Catalyst 4500 series switches. It also provides guidelines, procedures, and configuration examples. This chapter includes the following

More information

QoS: Match on ATM CLP

QoS: Match on ATM CLP QoS: Match on ATM CLP First Published: May 7, 2004 Last Updated: February 28, 2006 The QoS: Match on ATM CLP feature allows you to match and classify packets arriving at an interface on the basis of the

More information

IPv6 Tunnel through an IPv4 Network

IPv6 Tunnel through an IPv4 Network IPv6 Tunnel through an IPv4 Network Document ID: 25156 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations (Manual IPv6 Mode) Configurations

More information

RealCiscoLAB.com. Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions

RealCiscoLAB.com. Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions RealCiscoLAB.com CCNPv6 SWITCH Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions Topology Objective Background Route between VLANs using a 3560 switch with an internal route

More information

Configuring T1/E1 Interfaces

Configuring T1/E1 Interfaces This chapter provides information about configuring the T1/E1 interface module on the chassis. It includes the following sections: For information about managing your system images and configuration files,

More information

Where Do I Apply a QoS Service Policy on an ATM Interface?

Where Do I Apply a QoS Service Policy on an ATM Interface? Where Do I Apply a QoS Service Policy on an ATM Interface? Document ID: 10050 Contents Introduction Prerequisites Requirements Components Used Conventions Decision Criteria Policies on Cisco 2600, 3600,

More information

HP MSR Router Series. Layer 2 LAN Switching Command Reference(V7)

HP MSR Router Series. Layer 2 LAN Switching Command Reference(V7) HP MSR Router Series Layer 2 LAN Switching Command Reference(V7) Part number: 5998-7738b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright 2015 Hewlett-Packard

More information

Configuring Weighted Random Early Detection

Configuring Weighted Random Early Detection Configuring Weighted Random Early Detection Last Updated: December 8, 2011 This module describes the tasks for configuring Weighted Random Early Detection (WRED) on a router. Finding Feature Information,

More information

N:1 PVC Mapping to PWE with Nonunique VPIs

N:1 PVC Mapping to PWE with Nonunique VPIs The N:1 PVC Mapping to PseudoWire Emulation (PWE) with Nonunique virtual path identifiers (VPIs) feature maps one or more ATM permanent virtual circuits (PVCs) to a single pseudowire (PW). There are two

More information

Configuring Weighted Random Early Detection

Configuring Weighted Random Early Detection Feature History Release Cisco IOS Modification For information about feature support in Cisco IOS software, use Cisco Feature Navigator. This module describes the tasks for configuring Weighted Random

More information

Implementing Tunnels. Finding Feature Information

Implementing Tunnels. Finding Feature Information This module describes the various types of tunneling techniques. Configuration details and examples are provided for the tunnel types that use physical or virtual interfaces. Many tunneling techniques

More information

Unsupported Commands in Cisco IOS Release 12.2(25)SEE

Unsupported Commands in Cisco IOS Release 12.2(25)SEE APPENDIX C Unsupported Commands in Cisco IOS Release 12.2(25)SEE This appendix lists some of the command-line interface (CLI) commands that appear when you enter the question mark (?) at the Catalyst 3750

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 About MPLS L2VPN 1 Comparison with traditional VPN 2 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 Overview 1 Comparison with traditional VPN 1 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration task list 4 Configuring

More information

Lossless Compression R1 ATM Cell Switching and External BITS Clocking Source

Lossless Compression R1 ATM Cell Switching and External BITS Clocking Source Lossless Compression R1 ATM Cell Switching and External BITS Clocking Source The Lossless Compression R1, ATM Cell Switching, and External BITS Clocking Source features introduce a new compression technique

More information

ICND1 Router Questions

ICND1 Router Questions ICND1 Router Questions Question 1 Which two of these functions do routers perform on packets? (Choose two) A. examine the Layer 2 headers of inbound packets and use that information to determine the next

More information

Configuring POS. POS on the ML-Series Card. ML-Series SONET and SDH Circuit Sizes CHAPTER

Configuring POS. POS on the ML-Series Card. ML-Series SONET and SDH Circuit Sizes CHAPTER CHAPTER 5 This chapter describes advanced packet-over-sonet/sdh (POS) interface configuration for the ML-Series card. Basic POS interface configuration is included in Chapter 4, Configuring Interfaces.

More information

Configuring TCP Header Compression

Configuring TCP Header Compression Configuring TCP Header Compression First Published: January 30, 2006 Last Updated: May 5, 2010 Header compression is a mechanism that compresses the IP header in a packet before the packet is transmitted.

More information

Using Multilink PPP over ATM Links

Using Multilink PPP over ATM Links Using Multilink PPP over ATM Links First Published: May 2, 2005 Last Updated: March 21, 2011 This module contains conceptual information and configuration tasks for using Multilink PPP over ATM links.

More information

Using Setup Mode to Configure a Cisco Networking Device

Using Setup Mode to Configure a Cisco Networking Device Using Setup Mode to Configure a Cisco Networking Device First Published: August 9, 2005 Last Updated: December 3, 2010 Setup mode provides an interactive menu to help you to create an initial configuration

More information

Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks

Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks First Published: October 21, 2009 Last Updated: Sept 17, 2010 The Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for

More information

Configuring MPLS Egress NetFlow Accounting and Analysis

Configuring MPLS Egress NetFlow Accounting and Analysis Configuring MPLS Egress NetFlow Accounting and Analysis This module contains information about and instructions for configuring the MPLS Egress NetFlow Accounting feature. The MPLS Egress NetFlow Accounting

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 9 This chapter describes how to configure interfaces on the Catalyst 6500 series switches. This chapter consists of these sections: Understanding Interface Configuration, page 9-2 Using the Interface,

More information

Configuring Ethernet Interfaces

Configuring Ethernet Interfaces This chapter provides information about configuring the Gigabit Ethernet interface on the Cisco ASR 920 Series Router. For more information about the commands used in this chapter, see the Cisco IOS XE

More information

Software Configuration of ATM ISE Line Cards for Cisco Series Routers

Software Configuration of ATM ISE Line Cards for Cisco Series Routers Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers This feature module describes the software configuration for the Cisco 4-Port ATM Internet Services Engine (ISE) line cards in

More information

Cisco Discovery Protocol Version 2

Cisco Discovery Protocol Version 2 Cisco Discovery Protocol (formerly known as CDP) is a Layer 2, media-independent, and network-independent protocol that runs on Cisco devices and enables networking applications to learn about directly

More information

Configuring Ethernet Interfaces

Configuring Ethernet Interfaces This chapter provides information about configuring the Gigabit Ethernet interface on the Cisco ASR 920 Series Router. For more information about the commands used in this chapter, see the Cisco IOS XE

More information

Configuring the SS7 Q.703 High Speed Port Adapter

Configuring the SS7 Q.703 High Speed Port Adapter CHAPTER 4 Configuring the SS7 Q.703 High Speed Port Adapter This chapter contains the following sections: Using the EXEC Command Interpreter, page 4-1 Configuring the Interfaces, page 4-2 Checking the

More information

atm txbuff atm txbuff number no atm txbuff Syntax Description

atm txbuff atm txbuff number no atm txbuff Syntax Description atm txbuff atm txbuff To set the maximum number of transmit buffers for simultaneous packet fragmentation, use the atm txbuff interface configuration command. To restore the default value, use the no form

More information

Packet Classification Using the Frame Relay DLCI Number

Packet Classification Using the Frame Relay DLCI Number Packet Classification Using the Frame Relay DLCI Number The Packet Classification Using the Frame Relay DLCI Number feature allows customers to match and classify traffic on the basis of one or more Frame

More information

Configuring Address Resolution Protocol Options

Configuring Address Resolution Protocol Options Configuring Address Resolution Protocol Options Last Updated: December 13, 2011 Address Resolution Protocol (ARP) performs a required function in IP routing. ARP finds the hardware address, also known

More information