Step 1 |
enable
|
Enables privileged EXEC mode.
|
Step 2 |
configure terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 3 |
interface atm
slot/ subslot/ port
Device(config)# interface atm 9/1/1
|
Enables the ATM interface and enters interface configuration mode.
|
Step 4 |
atm
mcpt-timers
timer1
timer2
timer3
Device(config-if)# atm mcpt-timers 100 200 300
|
Sets the Maximum Cell Packing Timeout (MCPT) values in microseconds.
|
Step 5 |
exit
|
Exits interface configuration mode.
|
Step 6 |
configure terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 7 |
interface atm
slot/ subslot/ portt.subslot multipoint
Device(config)# interface atm 9/1/1.1 multipoint
|
Enters subinterface configuration mode and creates a multipoint subinterface on the given port on the specified ATM Shared
Port Adapter (SPA).
|
Step 8 |
no ip address
Device(config-subif)# no ip address
|
Removes the interface IP address.
|
Step 9 |
atm
enable-ilmi-trap
Device(config-subif)# atm enable-ilmi-trap
|
Generates an Integrated Local Management Interface (ILMI) atmfVccChange trap when an ATM interface or subinterface is enabled
or shut down.
|
Step 10 |
cell-packing
maxcells
mcpt-timer
timer-number
Device(config-subif)# cell-packing 20 mcpt-timer 2
|
Enables ATM over MPLS to pack multiple ATM cells into each MPLS packet within the MCPT timing.
|
Step 11 |
end
Router(config-subif)# end
|
Exits to privileged EXEC mode.
|
Step 12 |
interface
pseudowire
number
Router(config)# interface pseudowire 100
|
Specifies the pseudowire interface and enters interface configuration mode.
|
Step 13 |
encapsulation
mpls
Router(config-if)# encapsulation mpls
|
Specifies that Multiprotocol Label Switching (MPLS) is used as the data encapsulation method.
|
Step 14 |
neighbor
peer-address
vcid-value
Router(config-if)# neighbor 10.1.1.1 100
|
Specifies the peer IP address and virtual circuit (VC) ID value of the Layer 2 VPN (L2VPN) pseudowire.
|
Step 15 |
exit
|
Exits interface configuration mode.
|
Step 16 |
l2vpn xconnect
context
context-name
Router(config)# l2vpn xconnect context con1
|
Creates a Layer 2 VPN (L2VPN) cross connect context and enters xconnect configuration mode.
|
Step 17 |
member pseudowire
interface-number
Router(config-xconnect)# member pseudowire 100
|
Specifies a member pseudowire to form a Layer 2 VPN (L2VPN) cross connect.
|
Step 18 |
member gigabitethernet
interface-number
Router(config-xconnect)# member GigabitEthernet0/0/0.1
|
Specifies the location of the Gigabit Ethernet
member interface.
|
Step 19 |
end
Router(config-xconnect)# end
|
Exits to privileged EXEC mode.
|
Step 20 |
pvc
vpi/ vci
l2transport
Device(config-subif)# pvc 10/100 l2transport
|
Assigns a VPI and virtual channel identifier (VCI).
|
Step 21 |
Repeat Step 12 for the number of PVCs that you want to configure.
|
|
Step 22 |
end
Device(config-subif)# end
|
Exits subinterface configuration mode and returns to privileged EXEC mode.
|