Step 1 |
enable
|
Enables
privileged EXEC mode.
|
Step 2 |
configure terminal
Router# configure terminal
|
Enters global
configuration mode.
|
Step 3 |
pseudowire-class
pw-class-name
Router(config)# pseudowire-class hspw_aps
|
Specifies the
name of a PW class and enters PW class configuration mode.
|
Step 4 |
encapsulation mpls
Router(config-pw-class)# encapsulation mpls
|
Specifies that
MPLS is used as the data encapsulation method for tunneling Layer 2 traffic
over the PW.
|
Step 5 |
status peer topology dual-homed
Router(config-pw-class)# status peer topology dual-homed
|
Enables the
reflection of the attachment circuit status on both the primary and secondary
PWs. This configuration is necessary if the peer PEs are connected to a
dual-homed device.
|
Step 6 |
exit
Router(config-pw-class)# exit
|
Exits PW class
configuration mode.
|
Step 7 |
redundancy
Router(config)# redundancy
|
Enters the
redundancy configuration mode.
|
Step 8 |
interchassis group
group-id
Router(config-red)# interchassis group 50
|
Configures an
interchassis group within the redundancy configuration mode and enters the
interchassis redundancy mode.
|
Step 9 |
member ip
ip-address
Router(config-r-ic)# member ip 60.60.60.2
|
Configures the
IP address of the peer member group.
|
Step 10 |
backbone interface
slot/bay/port
Router(config-r-ic)#
backbone interface GigabitEthernet 0/3
|
Specifies the
backbone interface.
-
slot—Chassis slot
number, which is always 0.
-
port—Port or
interface number. The range is from 0 to 7 for Gigabit Ethernet.
|
Step 11 |
exit
Router(config-r-ic)# exit
|
Exits the
redundancy mode.
|
Step 12 |
controller SONET
slot/bay/port
Router(config)# controller SONET 0/5/2
|
Selects and
configures a SONET controller and enters controller configuration mode.
-
slot—Chassis slot
number, which is always 0.
-
port—Port or
interface number. The range is from 0 to 7 for Gigabit Ethernet.
|
Step 13 |
framing [SDH |
SONET]
Router(config-controller)# framing SONET
|
Configures
the controller with framing type. SONET framing is the default option.
|
Step 14 |
clock source line
Router(config-controller)# clock source line
|
Sets the
clocking for individual T1 or E1 links.
|
Step 15 |
sts-1
sts1-number
Router(config-controller)# sts-1 1
|
Specifies the
STS identifier.
|
Step 16 |
mode vt-15
Router(config-ctrlr-sts1)# mode vt-15
|
Specifies the
STS-1 mode of operation.
|
Step 17 |
vtg
vtg_number
t1
t1_line_number
cem-group
group-number
timeslots
time-slot-range
Router(config-ctrlr-sts1)# vtg 1 t1 1 cem-group 0 timeslots 1-24
|
Creates a
Circuit Emulation Services over Packet Switched Network circuit emulation
(CESoPSN) CEM group.
-
vtg—Specifies the VTG number from 1-7.
-
t1—Specifies the T1 line.
-
t1_line_number—Specifies the T1 line number.
-
cem-group—Creates a circuit emulation (CEM) channel from one
or more time slots of a T1 line.
-
group-number—CEM identifier to be used for this group of
time slots. For T1 ports, the range is from 0 to 23.
-
timeslots—Specifies that a list of time slots is to be used
as specified by the
time-slot-range argument.
-
time-slot-range—Specifies the time slots to be included in
the CEM channel. The list of time slots may include commas and hyphens with no
spaces between the numbers.
|
Step 18 |
exit
Router(config-ctrlr-sts1)# exit
|
Exits from
the STS configuration mode.
|
Step 19 |
aps group
group_id
Router(config-controller)# aps group 1
|
Configures
the APS group for CEM.
|
Step 20 |
aps [working |
protect]
aps-group-number
Router(config-controller)# aps working 1
|
Configures
the APS group as working or protect interface.
Note
|
For MR-APS,
one router must be configured as aps working 1 and the other router must be
configured as aps protect 1.
|
|
Step 21 |
aps hspw-icrm-grp
group-number
Router(config-controller)# aps hspw-icrm-group 1
|
Associates
the APS group to an ICRM group number.
|
Step 22 |
exit
Router(config-controller)# exit
|
Ends the
controller session and returns to the configuration mode.
|
Step 23 |
interface cem
slot/bay/port
Router(config)# interface cem 0/5/2
|
Configures a
serial interface and enters the interface configuration mode
-
slot—Chassis slot
number, which is always 0.
-
port—Port or
interface number. The range is from 0 to 7 for Gigabit Ethernet.
|
Step 24 |
cem
group-number
|
Selects the
CEM circuit (group) to configure a PW for.
|
Step 25 |
xconnect
peer-ip-address
vcid
pw-class
pw-class-name
Router(config-if-srv)# xconnect 3.3.3.3 1 pw-class hspw_aps
|
Specifies the
IP address of the peer PE router and the 32-bit virtual circuit identifier
shared between the PEs at each end of the control channel.
-
peer-ip-address—IP address of the remote provider edge (PE)
peer. The remote router ID can be any IP address, as long as it is reachable.
-
vcid
—32-bit identifier of the virtual circuit (VC) between the
PE routers.
-
pw-class—Specifies the PW class.
-
pw-class-name—Specifies the name of the PW class.
Note
|
The peer
router IP address and virtual circuit ID must be a unique combination on the
router.
|
|
Step 26 |
backup peer
peer-id
vc-id
pw-class
pw-class-name
Router(config-if-srv)# backup peer 4.3.3.3 90 pw-class vpws
|
Specifies a
redundant peer for a PW virtual circuit.
-
peer-id
vc-id—Specifies IP address of the remote peer.
-
pw-class—Specifies the PW class.
-
pw-class-name—Specifies the name of the PW class.
|
Step 27 |
end
Router(config-if-srv)# end
|
Returns to
privileged EXEC mode.
|