Step 1
|
configure
RP/0/RSP0/CPU0:router# configure
|
Enters global configuration mode.
|
Step 2
|
hw-module subslot
subslot-id
cardtype {t3 |
e3}
RP/0/RSP0/CPU0:router(config)# hw-module subslot 0/1/0 cardtype t3
|
Sets the card type for the SPA.
-
t3—Specifies T3 connectivity of 44,210 kbps through the network,
using B3ZS coding. This is the default setting.
-
e3—Specifies a wide-area digital transmission scheme used
predominantly in Europe that carries data at a rate of 34,010 kbps.
|
Step 3
|
controller t3
interface-path-id
RP/0/RSP0/CPU0:router(config)# controller t3 0/1/0/0
|
Creates a T3 controller and enters the T3 controller
configuration mode. Specifies the T3 controller interface-path-id identifier
with the
rack/slot/module/port
notation.
|
Step 4
|
mode
mode
RP/0/RSP0/CPU0:router(config-t3)# mode t1
|
Sets the mode of interface. The possible modes are:
-
atm—clear channel carrying atm
-
e1—channelize into 21 E1s
-
serial—clear channel carrying hdlc like payload
-
t1—channelized into 28 T1s
|
Step 5
|
controller t1
interface-path-id
RP/0/RSP0/CPU0:router(config-t3)# controller t1 0/1/0/0
|
Creates a T1 controller and enters the T1 controller
configuration submode. Specifies the T1 controller
interface-path-id
with the
rack/slot/module/port
notation.
|
Step 6
|
mode
mode
RP/0/RSP0/CPU0:router(config-t1)# mode atm
|
Sets the mode of interface. The possible modes are:
-
atm—clear channel carrying atm
-
e1—channelize into 21 E1s
-
serial—clear channel carrying hdlc like payload
-
t1—channelized into 28 T1s
|
Step 7
|
interface atm
interface-path-id
RP/0/RSP0/CPU0:router(config-t1)# interface atm 0/1/0/0
|
Creates an ATM interface and enters ATM interface configuration
mode. Specifies the ATM interface with the
rack/slot/module/port
notation.
|
Step 8
|
interface atm
interface-path-id .subinterface
point-to-point
RP/0/RSP0/CPU0:router(config-if)# interface atm 0/1/0/1.1 point-to-point
|
Creates an ATM subinterface as one endpoint of a point-to-point
link and enters ATM subinterface configuration mode. Specifies the ATM
interface with the
rack/slot/module/port.subinterface
notation.
|
Step 9
|
pvc
vpi /vci
RP/0/RSP0/CPU0:router(config-subif)# pvc 10/100
|
Creates an ATM permanent virtual circuit (PVC) and enters ATM
PVC configuration submode.
|
Step 10
|
ipv4 address
ipv4_address/prefix
RP/0/RSP0/CPU0:router(config-atm-vc)#ipv4 address 10.212.4.22 255.255.255.0
|
Assigns an IP address and subnet mask to the subinterface.
|
Step 11
|
end or
commit
RP/0/RSP0/CPU0:router(config-sonet)# end
or
RP/0/RSP0/CPU0:router(config-sonet)# commit
RP/0/RSP0/CPU0:router# configure
|
Saves configuration changes.
-
When you issue the
end command, the system prompts you to commit
changes:
Uncommitted changes found, commit them before exiting(yes/no/cancel)?
[cancel]:
-
Entering
yes saves configuration changes to the running configuration
file, exits the configuration session, and returns the router to EXEC mode.
-
Entering
no exits the configuration session and returns the router to
EXEC mode without committing the configuration changes.
-
Entering
cancel leaves the router in the current configuration
session without exiting or committing the configuration changes.
-
Use the
commit command to save the configuration changes
to the running configuration file and remain within the configuration session.
How to Configure Clear
Channel ATM with Virtual Path (VP) Tunnels
This task describes how to
configure a T3 ATM path with multiple VP tunnels.
configure
Enters global configuration mode.
|
Step 12
|
hw-module subslot
subslot-id
cardtype {t3 |
e3}
RP/0/RSP0/CPU0:router(config)# hw-module subslot 0/1/0 cardtype t3
|
Sets the card type for the SPA.
-
t3—Specifies T3 connectivity of 44,210 kbps through the network,
using B3ZS coding. This is the default setting.
-
e3—Specifies a wide-area digital transmission scheme used
predominantly in Europe that carries data at a rate of 34,010 kbps.
|
Step 13
|
controller t3
interface-path-id
RP/0/RSP0/CPU0:router(config)# controller t3 0/1/0/0
|
Creates a T3 controller and enters the T3 controller
configuration mode. Specifies the T3 controller
interface-path-id with the
rack/slot/module/port
notation.
|
Step 14
|
mode
mode
RP/0/RSP0/CPU0:router(config-t3)# mode t1
|
Sets the mode of interface. The possible modes are:
-
atm—clear channel carrying atm
-
e1—channelize into 21 E1s
-
serial—clear channel carrying hdlc like payload
-
t1—channelized into 28 T1s
|
Step 15
|
interface atm
interface-path-id
RP/0/RSP0/CPU0:router(config-t1)# interface atm 0/1/0/0
|
Creates an ATM interface and enters ATM interface configuration
mode. Specifies the ATM interface with the
rack/slot/module/port
notation.
|
Step 16
|
vp-tunnel
vpi
RP/0/RSP0/CPU0:router (config)# vp-tunnel 10
|
Configures a vp-tunnel on an ATM interface.
|
Step 17
|
interface atm
interface-path-id .subinterface
point-to-point
RP/0/RSP0/CPU0:router(config-if)# interface atm 0/1/0/1.1 point-to-point
|
Creates an ATM subinterface as one endpoint of a point-to-point
link and enters ATM subinterface configuration mode. Specifies the ATM
interface with the
rack/slot/module/port.subinterface
notation.
|
Step 18
|
pvc
vpi /vci
RP/0/RSP0/CPU0:router(config-subif)# pvc 10/100
|
Creates an ATM permanent virtual circuit (PVC) and enters ATM
PVC configuration submode.
|
Step 19
|
ipv4 address
ipv4_address/prefix
RP/0/RSP0/CPU0:router(config-atm-vc)#ipv4 address 10.212.8.22 255.255.255.0
|
Assigns an IP address and subnet mask to the subinterface.
|
Step 20
|
interface atm
interface-path-id .subinterface
point-to-point
RP/0/RSP0/CPU0:router(config-if)# interface atm 0/1/0/1.2 point-to-point
|
Creates an ATM subinterface as one endpoint of a point-to-point
link and enters ATM subinterface configuration mode. Specifies the ATM
interface with the
rack/slot/module/port.subinterface
notation.
|
Step 21
|
pvc
vpi /vci
RP/0/RSP0/CPU0:router(config-subif)# pvc 10/200
|
Creates an ATM permanent virtual circuit (PVC) and enters ATM
PVC configuration submode.
|
Step 22
|
ipv4 address
ipv4_address/prefix
RP/0/RSP0/CPU0:router(config-atm-vc)#ipv4 address 10.212.12.22 255.255.255.0
|
Assigns an IP address and subnet mask to the subinterface.
|
Step 23
|
end or
commit
RP/0/RSP0/CPU0:router(config-sonet)# end
or
RP/0/RSP0/CPU0:router(config-sonet)# commit
|
Saves configuration changes.
-
When you issue the
end command, the system prompts you to commit
changes:
Uncommitted changes found, commit them before exiting(yes/no/cancel)?
[cancel]:
-
Entering
yes saves configuration changes to the running configuration
file, exits the configuration session, and returns the router to EXEC mode.
-
Entering
no exits the configuration session and returns the router to
EXEC mode without committing the configuration changes.
-
Entering
cancel leaves the router in the current configuration
session without exiting or committing the configuration changes.
-
Use the
commit command to save the configuration changes
to the running configuration file and remain within the configuration session.
|