Configuring Bridged IP
To configure an ATM interface using bridged IP encapsulation:
- Configure a physical interface.
host1(config)#interface atm 0/1- Configure the subinterface.
host1(config-if)#interface atm 0/1.20- Configure a PVC on the subinterface by specifying the virtual circuit descriptor (VCD), the virtual path identifier (VPI), the virtual channel identifier (VCI), and the encapsulation type.
host1(config-if)#atm pvc 10 22 100 aal5snap- Configure bridged IP encapsulation.
host1(config-if)#encapsulation bridge1483- Assign an IP address and subnet mask to the PVC.
host1(config-subif)#ip address 192.168.10.20 255.255.255.0- (Optional) Use the appropriate show commands to verify your configuration.
host1#show atm interface 0/1host1#show atm vc 0/1 10host1#show atm subinterface 0/1.20For more information about using these commands, see Monitoring ATM in Chapter 1, Configuring ATM.
atm pvc
- vcdUnique number that identifies a virtual circuit in the range 12147483647. The VCD value has no relationship to the VPI and VCI values and has meaning only to the E-series router.
- vpi8-bit field in the ATM cell header. The VPI value is unique on a single link, not throughout the ATM network, because it has meaning only to the E-series router. The VPI value must match the value on the ATM switch.
- vci16-bit field in the ATM cell header. The VCI value is unique on a single link, not throughout the ATM network, because it has meaning only to the router. You cannot set both the VPI and VCI to 0.
- encapsulation type:
- aal5snapSpecifies a logical link control (LLC) encapsulated circuit. An LLC/Subnetwork Access Protocol (LLC/SNAP) header precedes the protocol datagram.
- aal5muxipSpecifies a multiplexed circuit used for IP only.
host1(config-if)#atm pvc 10 22 100 aal5snapUse the no version to remove the specified PVC. encapsulation bridge1483
- Use to configure bridged IP as the encapsulation method on an interface.
- Use the unrestrictedProxyArp keyword to allow the router to perform unrestricted processing of ARP requests even if the route is on the same interface on which the request is received. See Proxy ARP for details.
- Example
host1(config-if)#encapsulation bridge1483Use the no version to remove bridged IP as the encapsulation method on the interface. interface atm
- Use to configure an ATM interface.
- To specify an ATM interface for ERX-7xx models, ERX-14xx models, and ERX-310 routers, use the slot/port.[subinterface ] format.
- slotNumber of the chassis slot
- portPort number on the I/O module
- subinterfaceNumber of the subinterface in the range 12147483647
- To specify an ATM interface for E120 and E320 routers, use the slot/adapter/port[.subinterface ] format.
- slotNumber of the chassis slot
- adapterIdentifier for the IOA within the E320 chassis, either 0 or 1, where:
- 0 indicates that the IOA is installed in the right IOA bay (E120 router) or the upper IOA bay (E320 router).
- 1 indicates that the IOA is installed in the left IOA bay (E120 router) or the lower IOA bay (E320 router).
- For more information, see Creating a Basic Configuration in Chapter 1, Configuring ATM.
- Examples
host1(config)#interface atm 3/1.20host1(config)#interface atm 5/0/1.20Use the no version to remove the ATM subinterface or the logical interface.