Basic PVC Configuration Using Bridged RFC 1483
Basic PVC Configuration Using Bridged RFC 1483
Basic PVC Configuration Using Bridged RFC 1483
Table of Contents
Basic PVC Configuration Using Bridged RFC 1483.......................................................................................1
Introduction.............................................................................................................................................1
Prerequisites............................................................................................................................................1
Requirements....................................................................................................................................1
Components Used.............................................................................................................................1
Conventions......................................................................................................................................2
Bridged RFC 1483..................................................................................................................................2
Configure................................................................................................................................................2
Network Diagram.............................................................................................................................3
Configurations..................................................................................................................................3
Configurations for Cisco IOS Software Release 11.3T and Earlier.................................................4
Verify......................................................................................................................................................5
Troubleshoot...........................................................................................................................................7
Related Information................................................................................................................................7
i
Basic PVC Configuration Using Bridged RFC 1483
Introduction
Prerequisites
Requirements
Components Used
Conventions
Bridged RFC 1483
Configure
Network Diagram
Configurations
Configurations for Cisco IOS Software Release 11.3T and Earlier
Verify
Troubleshoot
Related Information
Introduction
This document illustrates a sample configuration between three routers and an ATM switch, using Logical
Link Control (LLC) encapsulation. Router A routes on the Ethernet and performs bridging between Router B
and Router C. Router B and Router C bridge between the ATM and Ethernet. No mapping is done on the PVC
for bridging, because all VCs on a bridged subinterface are automatically used for bridging.
In the sample configuration, Router B and Router C are only used as Layer 2 devices, with end stations
attached to their Ethernets. Therefore, you need to turn off ip routing on Router B and C.
Note: This document focuses on permanent virtual circuit (PVC) configurations on Cisco routers that run
Cisco IOS® software. For PVC configuration examples on Cisco WAN switches, please click here.
Prerequisites
Requirements
There are no specific requirements for this document.
Components Used
The information in this document is based on these software and hardware versions:
• Cisco IOS Software Release 11.2 or later is needed for integrated routing and bridging (IRB).
Commands were enhanced in Cisco IOS Software Release 11.3T, and the enhanced commands are
used in the configurations that immediately follow the network diagram.
The information in this document was created from the devices in a specific lab environment. All of the
devices used in this document started with a cleared (default) configuration. If your network is live, make sure
that you understand the potential impact of any command.
• virtual circuit (VC) multiplexingThe user defines one PVC per protocol. This method uses more
VCs than LLC encapsulation, but reduces overhead. This is because a header is not necessary.
• LLC/SNAP EncapsulationThe user multiplexes multiple protocols over a single ATM VC. The
protocol of a carried protocol data unit (PDU) is identified by prefixing the PDU with a Logical Link
Control (LLC)/Subnetwork Access Protocol (SNAP) header.
LLC/SNAP headers use a routed format or a bridged format. The format of the ATM Adaptation Layer 5
(AAL5) common part convergence sublayer (CPCS)−PDU Payload field for bridged Ethernet/802.3 PDUs is
seen here:
A bridged format does not necessarily mean that the encapsulated protocol is not routable. Rather, it typically
is used when one side of the link supports only the bridged−format PDUs. For example, in a connection
between a router and a Catalyst switch in a corporate campus ATM network. In this application, the router
interface typically serves as the default gateway for the remote users. Then, integrated routing and bridging
(IRB), routed bridge encapsulation (RBE) or bridged−style PVCs (BPVCs) provide the mechanism to route
traffic off−network.
These protocols allow the ATM interface to receive bridged−format PDUs. However, they have important
differences in performance. Cisco recommends that you consider RBE when the configuration supports it.
Configure
In this section, you are presented with the information to configure the features described in this document.
Network Diagram
This document uses this network setup:
• In the example, 1/116 is switched to 1/116 by the ATM switch and 1/118 is switched to 1/118.
• The topology is a hub−and−spoke topology where Router A is the hub. Each PVC uses a different
subinterface to ensure that PDUs received from Router B can be forwarded back out to Router C.
Otherwise, flooded traffic that comes on one PVC on a subinterface is not flooded back on another
PVC on the same subinterface.
• All ATM subinterfaces are configured as multipoint. A multipoint subinterface supports multiple
VCs. A point−to−point subinterface supports only one VC.
• This example uses IRB for routing off−network. Refer to Configuring Integrated Routing and
Bridging in the Cisco IOS Bridging and IBM Networking Configuration Guide for guidance on the
use of IRB commands. See the Related Information section for links to sample configurations of RBE
and BPVCs.
Configurations
This document uses these configurations:
Router B
no ip routing
!
interface Ethernet0/0
no ip address
bridge−group 1
!
interface ATM1/0
no ip address
!
interface ATM1/0.116 point−to−point
pvc 1/116
encapsulation aal5snap
!
bridge−group 1
!
bridge 1 protocol ieee
Router C
no ip routing
!
interface Ethernet0/0
no ip address
bridge−group 1
!
interface ATM1/0
no ip address
!
interface ATM1/0.118 point−to−point
pvc 1/118
encapsulation aal5snap
!
bridge−group 1
!
bridge 1 protocol ieee
Router B
no ip routing
!
interface Ethernet0/0
no ip address
bridge−group 1
!
Router C
no ip routing
!
interface Ethernet0/0
no ip address
bridge−group 1
!
interface ATM1/0
no ip address
!
interface ATM1/0.118 point−to−point
atm pvc 8 1 118 aal5snap bridge
bridge−group 1
!
bridge−group 1 protocol ieee
Verify
This section provides information you can use to confirm your configuration is working properly.
Certain show commands are supported by the Output Interpreter Tool ( registered customers only) , which allows
you to view an analysis of show command output.
• show atm pvc <vpi/vci> (for Cisco IOS Software Release 11.3T and later )Displays all ATM PVCs
and traffic information. This includes the ATM VPI and VCI numbers.
Router_A#show spanning−tree
Router_A#
• show bridgeDisplays classes of entries in the bridge forwarding database.
Router_A#show bridge
Bridge Group 1:
Troubleshoot
Refer to Troubleshooting Bridging and IRB over ATM PVCs for detailed troubleshooting tips.
Related Information
• Frequently Asked Questions About Bridging on ATM Interfaces
• Configuring Bridged−Style PVCs on ATM Interfaces in the GSR and 7500 Series
• Routed Bridged Encapsulation Baseline Architecture
• RFC 1483
• Technical Support − Cisco Systems
All contents are Copyright © 1992−2004 Cisco Systems, Inc. All rights reserved. Important Notices and Privacy Statement.