Cisco Systems 1000 Series Network Router User Manual


 
16-38
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
OL-16506-17
Chapter 16 Configuring MPLS Layer 2 VPNs
Configuring Gigabit EtherChannel for Virtual Private Wire Service
Step 11
channel-group channel-group-number timeslots range
Example:
Router(config-controller)# channel-group 0 timeslots
1-24
Configures serial WAN on a T1 or E1 interface.
Step 12
exit
Exits pseudowire class configuration mode.
Step 13
pseudowire-class [pw-class-name]
Example:
Router(config)# pseudowire-class atm-fr-bridged
Establishes a pseudowire class with a name that you
specify and enters the pseudowire class
configuration mode.
Step 14
encapsulation mpls
Example:
Router(config-pw-class)# encapsulation mpls
Enables MPLS encapsulation on the interface.
Step 15
interworking ethernet
Example:
Router(config-pw-class)# interworking ethernet
Enables the L2VPN Ethernet interworking feature.
Step 16
exit
Exits pseudowire class configuration mode.
Step 17
interface loopback loopback-interface-number
Example:
Router(config)# interface loopback 0
Specifies the Loopback logical interface.
Step 18
ip address ip-address mask
Example:
Router(config-if)# ip address 44.1.1.2
255.255.255.255
Specifies the IP address for the Loopback interface.
Step 19
exit
Exits the interface configuration mode.
Step 20
interface serial slot/subslot/port:timeslot
Example:
Router(config)# interface Serial0/3/0:0
Specifies a serial interface created on a channelized
T1 controller.
Step 21
no ip address
Example:
Router(config-if)# no ip address
Removes the previously configured IP address.
Step 22
encapsulation ppp
Example:
Router(config-if)# encapsulation frame-relay
Configures the PPP (for serial interface)
encapsulation on serial interface.
Command or Action Purpose