Troubleshooting Bridging and IRB over ATM PVCs

Size: px
Start display at page:

Download "Troubleshooting Bridging and IRB over ATM PVCs"

Transcription

1 Troubleshooting Bridging and IRB over ATM PVCs Document ID: Contents Introduction Prerequisites Requirements Components Used Conventions Point to Point and Multipoint Interfaces Bridged Format RFC 1483 PDU Protocols to Route Off Network Troubleshoot Step One Step Two Step Three Step Four Step Five Step Six Control Broadcasts with Aging Timers Known Issue: Padding Ethernet Frames Related Information Introduction This document provides troubleshooting steps for request for comments RFC 1483 bridged format ATM permanent virtual circuits (PVCs). RFC 1483 defines how packets of both routable and non routable protocols are encapsulated for transport over an ATM link. Specifying encapsulation aal5snap (also the default) configures an ATM interface to prepend a logical link control (LLC) and subnetwork access protocol (SNAP) header. This header serves the same purpose as it does on Ethernet networks by allowing multiple protocols to be carried over the same virtual connection. Prerequisites Requirements There are no specific requirements for this document. Components Used This document is not restricted to specific software and hardware versions. Conventions For more information on document conventions, refer to the Cisco Technical Tips Conventions.

2 Point to Point and Multipoint Interfaces ATM supports two types of interfaces: Point to pointeach interface has only a single virtual circuit (VC). Data frames, that also include address resolution protocol (ARP) broadcasts, received on one subinterface are forwarded to the other subinterfaces that are configured in the same bridge group. This enables two remote users to communicate. MultipointEach interface has multiple VCs. Standard bridging rules specify that data frames are never forwarded out from the port on which they are received. An ARP request received from one remote user is not forwarded to the other remote users on VCs under the same multipoint subinterface or even on a main interface, which is multipoint by default. It is important to understand these implications of bridging rules. The interface type determines whether two remote users on the same IP network can communicate and receive each other's ARPs. Bridged Format RFC 1483 PDU LLC and SNAP headers use a routed format or a bridged format. A bridged format does not necessarily mean that the encapsulated protocol is not routable. Instead, it is used when one side of the link supports only the bridged format Protocol Data Units (PDUs), such as in these applications: Connection between a router and a Catalyst switch in a corporate campus ATM network. Connection between a router and digital subscriber line (DSL) users that connect through a DSL access multiplexer (DSLAM). In both applications, the ATM router interface usually serves as the default gateway for the remote users. Then, integrated routing and bridging (IRB), routed bridge encapsulation (RBE) or bridged style PVCs provide the mechanism for routing traffic off network. The LLC header consists of three one octet fields: The SNAP header, identified with an LLC value of 0xAA AA 03, uses this format: The organizational unique identifier (OUI) field identifies the organization administering the meaning of the two octet Protocol Identifier (PID) field. Together, the OUI and PID fields identify a distinct routed or bridged protocol. Use the debug atm packet interface atm command to view these LLC or SNAP header values. Caution: Before you issue debug commands, refer to Important Information on Debug Commands #show debug ATM packets debugging is on

3 Displaying packets on interface ATM5/0.1 only This output means: 06:07:06: ATM5/0.1(O): VCD:0x3 VPI:0x1 VCI:0x32 DM:0x0 SAP:AAAA CTL:03 OUI:0080C2 TYPE:0007 Length:0x80 06:07:06: A CD5 F07C F 0000 FF01 B :07:06: EC 05DF 05A C ABCD ABCD ABCD ABCD 06:07:06: ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD 06:07:06: ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ATM5/0.1(O)The interface transmits an output packet. VCD:0x3 VPI:0x1 VCI:0x32The PVC uses a virtual circuit descriptor (VCD) of 3, a virtual path identifier (VPI) of 1, and a virtual channel identifier (VCI) of 0x32 or decimal 50. The router presents all the header values in hexadecimal format. Convert these values to decimal to ensure that the ATM headers use the correct values. SAP:AAAAA SNAP header follows. OUI:0080C2The OUI is assigned to the IEEE committee. It identifies an Ethernet bridged format PDU. TYPE:0007The type or protocol ID field is used with Ethernet media to indicate whether the sending ATM bridge retained or removed the Ethernet frame's frame check sequence (FCS). An ATM adaptation layer 5 (AAL5) encapsulation trailer includes a four byte CRC that provides the same protection against changes during transmission as does the Ethernet FCS. 0x00 01 Ethernet FCS is preserved 0x00 07 Ethernet FCS is not preserved. Cisco IOS based devices usually do not transmit (but receive) frames with the Ethernet FCS preserved. You cannot change this with a configuration command. ABCD ABCD ABCDCisco ping packets use a default payload pattern of ABCD. In addition to data packets, bridged ATM interfaces send spanning tree packets when configured to run either the IEEE or Digital Equipment Corporation (DEC) version of this protocol. Enable spanning tree with the help of the bridge {group#} protocol {ieee dec} command unless remote users have no alternate way into your bridged network. In this case, disabling spanning tree reduces the amount of calculation that the router needs to perform to build a loop free topology of your network. Spanning tree hello packets use a Type value of 0x000E. A router that acts as a bridge transmits a hello packet every two seconds by default. 04:58:11: ATM5/0.1(O): VCD:0x3 VPI:0x1 VCI:0x32 DM:0x0 SAP:AAAA CTL:03 OUI:0080C2 TYPE:000E Length:0x2F 04:58:11: C 99F C 99F :58:11: F :58:11: 04:58:13: ATM5/0.1(O): VCD:0x3 VPI:0x1 VCI:0x32 DM:0x0 SAP:AAAA CTL:03 OUI:0080C2 TYPE:000E Length:0x2F 04:58:13: C 99F C 99F :58:13: F 0029 Protocols to Route Off Network Cisco IOS Software supports three protocols to route off network (to a different IP network number) in RFC

4 1483 bridged applications. These protocols are IRB, RBE, and bridged style PVCs. All of them allow the ATM interface to receive bridged format PDUs. However, they differ in a few key ways. For example, IRB runs each packet through the bridging forwarding path and, when appropriate, the routing forwarding path. It requires a Layer 2 and a Layer 3 lookup. In contrast, RBE assumes that the packet is to be routed and runs the packet through the routing path only. CEF support for RBE was introduced in Cisco IOS Software Release 12.1(5)T (Cisco bug ID CSCdr37618 only) ). CEF support for IRB and BVI interfaces was introduced in Cisco IOS Software Releases 12.2(3)T and 12.2(3) (Cisco bug ID CSCdm66218 only) ). Previously, when enabling IRB, Cisco IOS Software printed a message which indicatesd that the packets were "punted" to the next lower switching path. In Frame Relay and non IP configurations, IRB is the best solution. However, Cisco recommends that you consider RBE when the configuration supports it. Cisco offers several sample configurations and white papers to assist you to configure RFC 1483 bridging. Basic PVC Configuration Using Bridged RFC 1483 Sample Configurations for Cisco 7200 Broadband Aggregation RFC 1483 Bridging Baseline Architecture Routed Bridged Encapsulation Baseline Architecture ATM Routed Bridge Encaps Feature Overview Cisco 6400 series ATM Routed Bridge Encapsulation Feature Overview Cisco 3600 series, Cisco 4500 series, Cisco 7200 series, and Cisco 7500 series. RBE is not discussed further in this document. The next sections focus on standard bridging and IRB. Troubleshoot If you encounter problems with bridged format PVCs, use these troubleshooting steps. For more detailed guidance on this, contact Cisco Technical Support. Step One Ensure that both ends of the ATM link send bridged format PDUs. With each received packet, the ATM interface checks the ATM LLC or SNAP header fields. It confirms that the packet uses the same bridged or routed format. If not, the packet is discarded. Only these configurations are supported. Router (routed format) (routed format) Router Router (bridged format) (bridged format) Bridge Bridge (bridged format) (bridged format) Bridge 1. Turn on debug atm packet interface atm and look at the OUI and PID fields. An OUI value of 0x0080C2 indicates a bridged format PDU. A value of 0x indicates a routed format PDU. Limit the debug's effect on the router by being as specific as possible with the debug configuration #debug atm packet int atm 5/0.1 ATM packets debugging is on Displaying packets on interface ATM5/0.1 only #ping Type escape sequence to abort. Sending 5, 100 byte ICMP Echos to , timeout is 2 seconds:

5 2.!!!!! Success rate is 100 percent (5/5), round trip min/avg/max = 4/4/8 ms # 06:07:06: ATM5/0.1(O): VCD:0x3 VPI:0x1 VCI:0x32 DM:0x0 SAP:AAAA CTL:03 OUI:0080C2 TYPE:0007 Length:0x80 06:07:06: A CD5 F07C F 0000 FF01 B :07:06: EC 05DF 05A C ABCD ABCD ABCD A 06:07:06: ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD A 06:07:06: ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD 06:07:06: 06:07:06: ATM5/0.1(I): VCD:0x3 VPI:0x1 VCI:0x32 Type:0x0 SAP:AAAA CTL:03 OUI:0080C2 TYPE:0007 Length:0x8 06:07:06: CD5 F07C A F 0000 FE01 B :07:06: EC 05DF 05A C ABCD ABCD ABCD A 06:07:06: ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD A 06:07:06: ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD 06:07:06: Ensure that you are able to view the debug output if you Telnet to the router with the help of the terminal monitor command. To display debug command output and system error messages for the current terminal and session, use the terminal monitor EXEC command. Direct all debug output to the buffer instead of the console. To do so, execute the logging buffered and no logging console commands in global configuration mode. Confirm your changes with the help of the show logging command. All terminal parameter setting commands are set locally. They do not remain in effect after the session ends. cisco#terminal monitor % Console already monitors 3. Display the VC table with the show atm vc command. Confirm that the status (Sts) of the VC is UP #show atm vc VC not configured on interface ATM2/0 VCD / Peak Avg/Min Burst Interface Name VPI VCI Type Encaps SC Kbps Kbps Cells 5/ PVC SNAP UBR / PVC SNAP UBR Once you determine the virtual circuit descriptor (VCD) of your PVC, issue show atm vc {vcd#}. Confirm incrementing InPkts and OutPkts counters. Check whether only one counter is incrementing. Symptoms of a mismatched PDU format include failed pings with incrementing InPkts and OutPkts values. 7200#show atm vc 3 ATM5/0.1: VCD: 3, VPI: 1, VCI: 50 UBR, PeakRate: AAL5 LLC/SNAP, etype:0x0, Flags: 0xC20, VCmode: 0x0 OAM frequency: 0 second(s) InARP frequency: 15 minutes(s) Transmit priority 4 InPkts: 43, OutPkts: 0, InBytes: 1849, OutBytes: 0 InPRoc: 43, OutPRoc: 0, Broadcasts: 0 InFast: 0, OutFast: 0, InAS: 0, OutAS: 0 InPktDrops: 0, OutPktDrops: 0 CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation: 0, CPIErrors: Out CLP=1 Pkts: 0 OAM cells received: 0 OAM cells sent: 0 Status: UP

6 Step Two Use the debug atm packet int atm and show atm vc {vcd#}commands to confirm that both sides send packets. Once it is confirmed, determine why there is no end to end connectivity. To do this, carry out the checks listed in step four of Troubleshooting IP over ATM PVC Connectivity. Step Three With packets destined for a remote user, the router consults the IP routing table to determine the egress interface. Then, it checks the IP ARP table associated with that interface for a destination Media Access Control (MAC) address to place in the Ethernet header. If it does not find an entry, the router generates an ARP request for the destination IP address. With RBE, the ARP request is forwarded to the destination interface only. With IRB, the ARP request is forwarded to all interfaces configured in the same bridge group. 1. Use the show ip arp command to confirm that the router has a complete entry in its IP ARP table for the user's IP address. The router automatically enters the Bridge Group Virtual Interface (BVI) in the ARP table. When pings fail, the router still creates an entry for the user's IP address in the ARP table. However, it lists an incomplete hardware address #show ip arp Protocol Address Age (min) Hardware Addr Type Interface Internet cd5.f07c ARPA BVI1 Internet Incomplete ARPA Internet c8b.fce0 ARPA Ethernet3/0 Internet b1e.9054 ARPA 2. Use the debug atm packet interface atm command to capture the broadcasted ARP request. Look for a destination MAC address of FFFF FFFF FFFF. The router sends five broadcasts #ping Type escape sequence to abort. Sending 5, 100 byte ICMP Echos to , timeout is 2 seconds: 05:45:12: ATM5/0.1(O): VCD:0x3 VPI:0x1 VCI:0x32 DM:0x0 SAP:AAAA CTL:03 OUI:0080C2 TYPE:0007 Length:0x4 05:45:12: 0000 FFFF FFFF FFFF CD5 F07C CD5 F07C 05:45:12: :45:12: The debug arp command also displays the transmitted ARP request from the correct interface. On the remote side, look for the incoming ARP request #debug arp? <cr> #debug arp ARP packet debugging is on #ping Type escape sequence to abort. Sending 5, 100 byte ICMP Echos to , timeout is 2 seconds: 05:49:01: IP ARP: creating incomplete entry for IP address: interface BVI 05:49:01: IP ARP: sent req src cd5.f07c, dst BVI1. 05:49:03: IP ARP: sent req src cd5.f07c, dst BVI1.

7 05:49:05: IP ARP: sent req src cd5.f07c, dst BVI1. 05:49:07: IP ARP: sent req src cd5.f07c, dst BVI1. 05:49:09: IP ARP: sent req src cd5.f07c, dst BVI1. Success rate is 0 percent (0/5) Step Four The ATM router interface examines the Ethernet encapsulation after the ATM LLC or SNAP encapsulation. A router that acts as a bridge needs to be able to associate a destination MAC address with an ATM VC. A router analyzes the source MAC address of encapsulated PDUs and adds entries to its bridging table. View this table with the show bridge command #show bridge Total of 300 station blocks, 299 free Codes: P permanent, S self Bridge Group 1: Address Action Interface Age RX count TX count a0 forward ATM5/ If the bridging table consists of several hundred or more entries, use these steps to simplify finding a single entry. 1. Issue the set terminal len 0 command. 2. Execute the show bridge command. 3. Capture the output in a file. 4. Issue the grep command from a UNIX workstation or otherwise search for the appropriate MAC address. Once you find an entry, use the show bridge verbose command to view receive and transmit counts for the particular remote user. Step Five #show bridge verbose include cd5.f07c BG Hash Address Action Interface VC Age RX count TX count 1 8C/ cd5.f07c forward ATM4/0/ Ensure that the member ports of the bridge group are in the correct Spanning Tree state. Ensure that all bridges point to the same designated root bridge. This output is from a bridge that is not the root #show spanning tree 1 Bridge group 1 is executing the ieee compatible Spanning Tree protocol Bridge Identifier has priority 32768, address c99.f718 Configured hello time 2, max age 20, forward delay 15 Current root has priority 32768, address c78.8fb8 Root port is 18 (ATM5/0.1), cost of root path is 14 Topology change flag not set, detected flag not set Number of topology changes 1 last change occurred 00:09:51 ago from ATM5/0.1 Times: hold 1, topology change 35, notification 2

8 hello 2, max age 20, forward delay 15 Timers: hello 0, topology change 0, notification 0, aging 300 Port 18 (ATM5/0.1) of Bridge group 1 is forwarding Port path cost 14, Port priority 128, Port Identifier Designated root has priority 32768, address c78.8fb8 Designated bridge has priority 32768, address c78.8fb8 Designated port id is 128.6, designated path cost 0 Timers: message age 2, forward delay 0, hold 0 Number of transitions to forwarding state: 1 BPDU: sent 142, received 160 This output is from a bridge that is the root. Step Six #show spanning tree 1 Bridge group 1 is executing the IEEE compatible Spanning Tree protocol Bridge Identifier has priority 32768, address c78.8fb8 Configured hello time 2, max age 20, forward delay 15 We are the root of the spanning tree Port Number size is 12 Topology change flag not set, detected flag not set Times: hold 1, topology change 35, notification 2 hello 2, max age 20, forward delay 15 Timers: hello 0, topology change 0, notification 0 bridge aging time 300 Port 6 (ATM4/0/0.1 RFC 1483) of Bridge group 1 is forwarding Port path cost 15, Port priority 128 Designated root has priority 32768, address c78.8fb8 Designated bridge has priority 32768, address c78.8fb8 Designated port is 6, path cost 0 Timers: message age 0, forward delay 0, hold 0 BPDU: sent 0, received 1 If two remote users can ping the ATM interface and off network IP addresses, but they cannot ping each other, determine whether they are configured under the same interface. Remote users cannot ping each other when configured on the same main interface or multipoint subinterface since broadcasts like ARP requests are not forwarded to the same interface on which they are received. Control Broadcasts with Aging Timers An important consideration in large IRB networks is the aging timer of IP ARP and bridge table entries. Always ensure that entries in both tables are aged almost simultaneously. Otherwise, there is unnecessary flooding of traffic in your links. The default ARP timeout is four hours. The default bridge aging time is ten minutes. For a remote user who is idle for ten minutes, the router purges the user's bridge table entry only and retains the ARP table entry. When the router needs to send traffic downstream to the remote user, it checks the ARP table and finds a valid entry that points to the MAC address. When the router checks the bridge table for this MAC address and fails to find it, the router floods the traffic out every VC in the bridge group. This flooding produces unnecessary amounts of traffic downstream. When both aging timers are configured with the same value, both timers expire at the same time. An entry for a remote user is purged in both tables. When the router needs to send traffic downstream to the remote user, it checks the ARP table, finds no entry, and transmits an ARP request packet for the user rather than sending the data traffic out every VC. When it receives the ARP response, the router continues data transmission on the

9 relevant VC only. Use these commands to set the ARP and bridge table aging times (config)#bridge 1 aging time? < > Seconds (config)#interface bvi (config if)#arp timeout? < > Seconds Known Issue: Padding Ethernet Frames RFC 2684 supersedes RFC 1483 for multiprotocol encapsulation over ATM. Section 5.2 of RFC 2684 requires an ATM bridged interface to pad received Ethernet/802.3 frames ( through incoming cells) to a minimum size that supports the MTU. RFC 2684 words this requirement like this: "A bridge that uses the Bridged Ethernet/802.3 encapsulation format with the preserved LAN FCS MUST includes padding. A bridge that uses the Bridged Ethernet/802.3 encapsulation format without the preserved LAN FCS MAY either include padding, or omit it. When a bridge receives a frame in this format without the LAN FCS, it MUST be able to insert the necessary padding (if none is already present) before forwarding to an Ethernet/802.3 subnetwork." Cisco implemented this requirement through these bug IDs: Bug ID CSCds02872 only) CSCds38408 only) CSCdr52760 only) CSCdu24062 only) CSCdu24059 only) CSCdp82703 Platform Particle based platforms such as Cisco 7200 series and 2600/3600 series routers. Route Switch Processors (RSPs) or Cisco 7500 routers. Catalyst XL switches. Gigabit switch routers (GSRs). Note: This bug ID is listed for informational purposes only. GSR Engine 0 ATM line cards, such as the 4xOC3 and 1xOC12, cannot implement the padding due to the current architecture. The remote device that actually receives the sub MTU frames and forwards them to Ethernet users must implement the required padding Catalyst 2800 switches. Catalyst 5000 switches.

10 only) Related Information ATM Technology Support Pages More ATM Information Technical Support Cisco Systems Contacts & Feedback Help Site Map Cisco Systems, Inc. All rights reserved. Terms & Conditions Privacy Statement Cookie Policy Trademarks of Cisco Systems, Inc. Updated: Dec 18, 2007 Document ID: 10404

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

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

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 the ATM SPAs

Configuring the ATM SPAs 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

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 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 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

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

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 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

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

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

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

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: 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

Important Information on Debug Commands

Important Information on Debug Commands Important Information on Debug Commands Document ID: 10374 Contents Introduction Prerequisites Requirements Components Used Warnings Conventions Before Debugging Obtaining Debug Outputs Other Pre Debug

More information

Configuring the Cisco 827 Router as a PPPoE Client With NAT

Configuring the Cisco 827 Router as a PPPoE Client With NAT Configuring the Cisco 827 Router as a PPPoE Client With NAT Document ID: 8514 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify

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

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

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

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

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 Frame Relay-ATM Interworking

Configuring Frame Relay-ATM Interworking The Frame Relay-ATM Interworking features enable Frame Relay and ATM networks to exchange data, despite differing network protocols. There are two types of Frame Relay-ATM Interworking: FRF.5 Frame Relay-ATM

More information

Configuring Frame Relay-ATM Interworking

Configuring Frame Relay-ATM Interworking Configuring -ATM Interworking The -ATM Interworking features enable and ATM networks to exchange data, despite differing network protocols. There are two types of -ATM Interworking: FRF.5 -ATM Network

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

Table of Contents. Cisco RFC1483 Bridging Baseline Architecture

Table of Contents. Cisco RFC1483 Bridging Baseline Architecture Table of Contents RFC1483 Bridging Baseline Architecture...1 Introduction...1 Assumption...1 Technology Brief...1 Advantages and Disadvantages of RFC1483 Bridging...1 Advantages...2 Disadvantages...2 Implementation

More information

How to Verify Cisco Express Forwarding Switching

How to Verify Cisco Express Forwarding Switching How to Verify Cisco Express Forwarding Switching Document ID: 47205 Contents Introduction Prerequisites Requirements Components Used Conventions What Is Cisco IOS Switching? Verification Steps Understand

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

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

Understanding Issues Related to Inter VLAN Bridging

Understanding Issues Related to Inter VLAN Bridging Understanding Issues Related to Inter VLAN Bridging Document ID: 11072 Contents Introduction Prerequisites Requirements Components Used Conventions Spanning Tree Topology Concerns Recommended Use of Hierarchical

More information

Troubleshooting Transparent Bridging Environments

Troubleshooting Transparent Bridging Environments Troubleshooting Transparent Bridging Environments Document ID: 10543 This information from the Internetwork Troubleshooting Guide was first posted on CCO here. As a service to our customers, selected chapters

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

Cisco Configuring Hub and Spoke Frame Relay

Cisco Configuring Hub and Spoke Frame Relay Table of Contents Configuring Hub and Spoke Frame Relay...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 Configure...1 Network Diagram...2 Configurations...2

More information

Ethernet Overhead Accounting

Ethernet Overhead Accounting The feature enables the router to account for downstream Ethernet frame headers when applying shaping to packets. Finding Feature Information, page 1 Restrictions for, page 1 Information About, page 2

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

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

Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC

Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC Document ID: 12889 Contents Introduction Before You Begin Conventions Prerequisites Components Used Configure Network

More information

Troubleshooting Transparent Bridging Environments

Troubleshooting Transparent Bridging Environments CHAPTER Troubleshooting Transparent Bridging Environments Transparent bridges were first developed at Digital Equipment Corporation (Digital) in the early 1980s and are now very popular in Ethernet/IEEE

More information

MPLS AToM Overview. Documentation Specifics. Feature Overview

MPLS AToM Overview. Documentation Specifics. Feature Overview MPLS AToM Overview This document provides an introduction to MPLS AToM and includes the following sections: Documentation Specifics, page 14 Feature Overview, page 14 Benefits, page 26 What To Do Next,

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

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

Understanding the Available Bit Rate (ABR) Service Category for ATM VCs

Understanding the Available Bit Rate (ABR) Service Category for ATM VCs Understanding the Available Bit Rate (ABR) Service Category for ATM VCs Document ID: 10415 Contents Introduction Prerequisites Requirements Components Used Conventions What is ABR? Resource Management

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

Chapter 5: Maintaining and Troubleshooting Routing Solutions

Chapter 5: Maintaining and Troubleshooting Routing Solutions Chapter 5: Maintaining and Troubleshooting Routing Solutions CCNP TSHOOT: Maintaining and Troubleshooting IP Networks Course v6 1 Troubleshooting Network Layer Connectivity 2 Routing and Routing Data Structures

More information

IP over ATM. IP over ATM. Agenda. IP over ATM : Solving the Problem I.

IP over ATM. IP over ATM. Agenda. IP over ATM : Solving the Problem I. IP over ATM IP over ATM Classical IP over ATM, MARS, MCS, NHRP, LANE, MPOA ATM is connection-oriented Assumes connection-oriented applications IP is connection-less Assumes connection-less network Significant

More information

Step 2. Manual configuration of global unicast and link-local addresses

Step 2. Manual configuration of global unicast and link-local addresses Lab: ICMPv6 and ICMPv6 Neighbor Discovery CIS 116 IPv6 Fundamentals Enter your answers to the questions in this lab using Canvas Quiz DHCPv6 Lab. Part 1: Setup Step 1. Basics a. Log into NetLab: ccnp.bayict.cabrillo.edu

More information

Cisco PPPoE Baseline Architecture for the Cisco UAC 6400

Cisco PPPoE Baseline Architecture for the Cisco UAC 6400 Cisco PPPoE Baseline Architecture for the Cisco UAC 6400 Document ID: 12915 Contents Introduction Assumption Technology Brief Advantages and Disadvantages of PPPoE Architecture Advantages Disadvantages

More information

HWP2 Application level query routing HWP1 Each peer knows about every other beacon B1 B3

HWP2 Application level query routing HWP1 Each peer knows about every other beacon B1 B3 HWP2 Application level query routing HWP1 Each peer knows about every other beacon B2 B1 B3 B4 B5 B6 11-Feb-02 Computer Networks 1 HWP2 Query routing searchget(searchkey, hopcount) Rget(host, port, key)

More information

Troubleshooting High CPU Utilization Due to the IP Input Process

Troubleshooting High CPU Utilization Due to the IP Input Process Troubleshooting High CPU Utilization Due to the IP Input Process Document ID: 41160 Contents Introduction Prerequisites Requirements Components Used Conventions IP Input Sample IP Packet Debugging Session

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

Configuring IS IS over IPv6

Configuring IS IS over IPv6 Configuring IS IS over IPv6 Document ID: 40262 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Troubleshooting

More information

LANE, CES, and VBR PVCs in Shaped VP Tunnels

LANE, CES, and VBR PVCs in Shaped VP Tunnels LANE, CES, and VBR PVCs in Shaped VP Tunnels Document ID: 10493 Contents Introduction Prerequisites Requirements Components Used Conventions Assumptions Configure Network Diagram Configurations Troubleshoot

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

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

Manually Configured IPv6 over IPv4 Tunnels

Manually Configured IPv6 over IPv4 Tunnels This feature provides support for manually configured IPv6 over IPv4 tunnels. A manually configured tunnel is equivalent to a permanent link between two IPv6 domains over an IPv4 backbone. Finding Feature

More information

Internetworking Part 1

Internetworking Part 1 CMPE 344 Computer Networks Spring 2012 Internetworking Part 1 Reading: Peterson and Davie, 3.1 22/03/2012 1 Not all networks are directly connected Limit to how many hosts can be attached Point-to-point:

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

Cisco Configuring and Troubleshooting Frame Relay

Cisco Configuring and Troubleshooting Frame Relay Table of Contents Configuring and Troubleshooting Frame Relay...1 Related Information...2 Introduction...3 Configuring Basic Frame Relay...6 Introduction...6 Network Diagram...6 Configurations...6 debug

More information

Configuring ATM SNMP Trap and OAM Enhancements

Configuring ATM SNMP Trap and OAM Enhancements Configuring ATM SNMP Trap and OAM Enhancements The ATM SNMP Trap and OAM Enhancements feature provides the ability to send Simple Network Management Protocol (SNMP) notifications for ATM permanent virtual

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

Asymmetric Routing with Bridge Groups on Catalyst 2948G L3 and 4908G L3 Switches

Asymmetric Routing with Bridge Groups on Catalyst 2948G L3 and 4908G L3 Switches Asymmetric Routing with Bridge Groups on Catalyst 2948G L3 and 4908G L3 Switches Document ID: 14975 Contents Introduction Prerequisites Requirements Components Used Conventions Overview of Distributed

More information

Understanding How Routing Updates and Layer 2 Control Packets Are Queued on an Interface with a QoS Service Policy

Understanding How Routing Updates and Layer 2 Control Packets Are Queued on an Interface with a QoS Service Policy Understanding How Routing Updates and Layer 2 Control Packets Are Queued on an Interface with a QoS Service Policy Document ID: 18664 Contents Introduction Prerequisites Requirements Components Used Conventions

More information

Part 5: Link Layer Technologies. CSE 3461: Introduction to Computer Networking Reading: Chapter 5, Kurose and Ross

Part 5: Link Layer Technologies. CSE 3461: Introduction to Computer Networking Reading: Chapter 5, Kurose and Ross Part 5: Link Layer Technologies CSE 3461: Introduction to Computer Networking Reading: Chapter 5, Kurose and Ross 1 Outline PPP ATM X.25 Frame Relay 2 Point to Point Data Link Control One sender, one receiver,

More information

RSVP Scalability Enhancements

RSVP Scalability Enhancements This document describes the Cisco Resource Reservation Protocol (RSVP) scalability enhancements. It identifies the supported platforms, provides configuration examples, and lists related IOS command line

More information

Lab Using Wireshark to Examine Ethernet Frames

Lab Using Wireshark to Examine Ethernet Frames Topology Objectives Part 1: Examine the Header Fields in an Ethernet II Frame Part 2: Use Wireshark to Capture and Analyze Ethernet Frames Background / Scenario When upper layer protocols communicate with

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

Unspecified Bit Rate Plus and ATM Enhancements

Unspecified Bit Rate Plus and ATM Enhancements Unspecified Bit Rate Plus and ATM Enhancements Last Updated: December 4, 2012 Feature History Release 12.2(2)XB 12.2(8)T Modification The UBR+ and ATM Enhancements for Service Provider Integrated Access

More information

Using NAT in Overlapping Networks

Using NAT in Overlapping Networks Using NAT in Overlapping Networks Document ID: 13774 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Related Information

More information

Netopia R7100 Application Note Part Number

Netopia R7100 Application Note Part Number Netopia R7100 Application Note Part Number 6190003-00-01 Copper Edge 200 and Cisco Configuration Using RFC1483 via V.35 Written by: Ryan Eccles Date: 12/17/99 Revised: None This application note describes

More information

IDSL Overview. Contents. Prerequisites. Document ID: Requirements

IDSL Overview. Contents. Prerequisites. Document ID: Requirements IDSL Overview Document ID: 7911 Contents Introduction Prerequisites Requirements Components Used Conventions Configure a CPE for a Remote User Network Diagram Step by Step Instructions Configure the Telco

More information

cable modem dhcp proxy nat on Cisco Cable Modems

cable modem dhcp proxy nat on Cisco Cable Modems cable modem dhcp proxy nat on Cisco Cable Modems Document ID: 12176 Contents Introduction Prerequisites Requirements Components Used Conventions Dynamic NAT Versus Static NAT Configuration Using cable

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

Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch

Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch Learning Objectives Configure and verify Frame Relay point-to-point subinterfaces Configure and verify the operation of Integrated

More information

Lab Using Wireshark to Examine Ethernet Frames

Lab Using Wireshark to Examine Ethernet Frames Topology Objectives Part 1: Examine the Header Fields in an Ethernet II Frame Part 2: Use Wireshark to Capture and Analyze Ethernet Frames Background / Scenario When upper layer protocols communicate with

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

Packet Switching. Hongwei Zhang Nature seems to reach her ends by long circuitous routes.

Packet Switching. Hongwei Zhang  Nature seems to reach her ends by long circuitous routes. Problem: not all networks are directly connected Limitations of directly connected networks: limit on the number of hosts supportable limit on the geographic span of the network Packet Switching Hongwei

More information

Autosense for ATM PVCs and MUX SNAP Encapsulation

Autosense for ATM PVCs and MUX SNAP Encapsulation Autosense for ATM PVCs and MUX SNAP Encapsulation The PPPoA/PPPoE Autosense for ATM PVCs feature enables a router to distinguish between incoming PPP over ATM (PPPoA) and PPP over Ethernet (PPPoE) over

More information

Configuring and Troubleshooting Frame Relay

Configuring and Troubleshooting Frame Relay Configuring and Troubleshooting Frame Relay Document ID: 16563 Interactive: This document offers customized analysis of your Cisco device. Contents Introduction Before You Begin Conventions Prerequisites

More information

isco Cisco PPPoE Baseline Architecture for the Cisco UAC

isco Cisco PPPoE Baseline Architecture for the Cisco UAC isco Cisco PPPoE Baseline Architecture for the Cisco UAC Table of Contents Cisco PPPoE Baseline Architecture for the Cisco UAC 6400...1...1 Introduction...1 Assumption...1 Technology Brief...2 Advantages

More information

Configuring EtherChannel Between Catalyst 2900XL/3500XL Switches and CatOS Switches

Configuring EtherChannel Between Catalyst 2900XL/3500XL Switches and CatOS Switches Configuring EtherChannel Between Catalyst 2900XL/3500XL Switches and CatOS Switches Document ID: 14974 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

Communication Media Module IP Connectivity

Communication Media Module IP Connectivity Communication Media Module IP Connectivity Document ID: 91263 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Configure Configurations Packet Flow Troubleshoot

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

Troubleshooting High CPU Utilization Due to Interrupts

Troubleshooting High CPU Utilization Due to Interrupts Troubleshooting High CPU Utilization Due to Interrupts Document ID: 41120 Contents Introduction Prerequisites Requirements Components Used Conventions Possible Causes of High CPU Utilization Due to Interrupts

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

This chapter describes how to configure ATM on Cisco routers.

This chapter describes how to configure ATM on Cisco routers. Configuring ATM Last Updated: December 4, 2012 This chapter describes how to configure ATM on Cisco routers. Finding Feature Information, page 1 How to Configure ATM, page 1 ATM Configuration Examples,

More information

Bridging Commands. December Cisco IOS Bridging Command Reference BR-1

Bridging Commands. December Cisco IOS Bridging Command Reference BR-1 Bridging Commands BR-1 access-expression Bridging Commands access-expression To define an access expression, use the access-expression command in interface configuration mode. To remove the access expression

More information

Provisioning Broadband Aggregators Topics

Provisioning Broadband Aggregators Topics CHAPTER 7 The Cisco Broadband Access Center software enables you to provision services on broadband aggregators. Provisioning occurs after you create administrative networks and network devices. See Chapter

More information

SEN366 (SEN374) (Introduction to) Computer Networks

SEN366 (SEN374) (Introduction to) Computer Networks SEN366 (SEN374) (Introduction to) Computer Networks Prof. Dr. Hasan Hüseyin BALIK (12 th Week) The Internet Protocol 12.Outline Principles of Internetworking Internet Protocol Operation Internet Protocol

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

Routing Between VLANs Overview

Routing Between VLANs Overview Routing Between VLANs Overview This chapter provides an overview of VLANs. It describes the encapsulation protocols used for routing between VLANs and provides some basic information about designing VLANs.

More information

Configuring Interfaces and Circuits

Configuring Interfaces and Circuits CHAPTER 5 This chapter describes how to configure the CSS interfaces and circuits and how to bridge interfaces to Virtual LANs (VLANs). Information in this chapter applies to all CSS models, except where

More information

PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement

PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement The PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement feature provides a method by which the digital subscriber line access multiplexer

More information

Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS Release 12.2SX

Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS Release 12.2SX Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS Release 12.2SX Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel:

More information

Understanding and Troubleshooting Idle Timeouts

Understanding and Troubleshooting Idle Timeouts Understanding and Troubleshooting Idle Timeouts Document ID: 23423 Contents Introduction Prerequisites Requirements Components Used Conventions Common Problems and Symptoms Idle Timeouts Interesting Traffic

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

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

show tag-switching tdp discovery

show tag-switching tdp discovery show tag-switching tdp discovery show tag-switching tdp discovery To display the status of the LDP discovery process, use the show tag-switching tdp discovery command in privileged EXEC mode. This command

More information

Configuring IP Services

Configuring IP Services This module describes how to configure optional IP services. For a complete description of the IP services commands in this chapter, refer to the Cisco IOS IP Application Services Command Reference. To

More information

Configuring Transparent Bridging

Configuring Transparent Bridging Configuring Transparent Bridging Document ID: 10676 Contents Introduction Before You Begin Conventions Prerequisites Components Used Bridging Transparent Bridging Configuration Examples Example 1: Simple

More information