Step 1 |
enable
Example:
|
Enables privileged EXEC mode.
|
Step 2 |
configure
terminal
Example:
Router# configure terminal
|
Enters global configuration mode.
|
Step 3 | Do one of the following:
-
interface
atm
slot/port.subinterface-number
point-to-point
-
- or
-
interface
atm
number.subinterface-number
point-to-point
-
-
-
interface
atm
slot/port.subinterface-number
multipoint
-
-
-
interface
atm
number.subinterface-number
multipoint
Example:
Router(config)# interface atm 6/0.200 point-to-point
Example:
Example:
Example:
Router(config)# interface atm 1/0/0.4 multipoint
|
Specifies the ATM point-to-point or multipoint subinterface using
the appropriate format of the
interface atm command.5
|
Step 4 |
svc
[name]
Example:
Router(config-subif)# svc cisco
|
Configures the SVC.
|
Step 5 |
encapsulation
aal5auto
Example:
Router(config-subif-atm-vc)# encapsulation aal5auto
|
Specifies encapsulation auto, which allows the SVC to use either
aal5snap or aal5mux encapsulation types.
|
Step 6 |
protocol
ppp
virtual-template
number
Example:
Router(config-subif-atm-vc)# protocol ppp virtual-template 6
|
Specifies that PPP is established over the ATM SVC using the
configuration from the specified virtual template.
|
Step 7 |
max
vc
number
Example:
Router(config-subif-atm-vc)# max vc 5
|
Specifies the maximum number of SVCs that can be established
using the current configuration.
|
Step 8 |
max
bandwidth
kbps
Example:
Router(config-subif-atm-vc)# max bandwidth 564
|
Specifies the total amount of bandwidth available to all SVCs in
the current configuration.
|
Step 9 |
exit
Example:
Router(config-subif-atm-vc)# exit
|
Exits VC configuration mode and returns to subinterface
configuration mode.
|
Step 10 |
exit
Example:
Router(config-subif)# exit
|
Exits subinterface configuration mode and returns to interface
configuration mode.
|
Step 11 |
atm
nsap-address
nsap-address
Example:
Router(config)#
atm nsap-address AB.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12
|
Sets the network service access point (NSAP) address for the ATM
interface.
|
Step 12 | exit
Example:
|
Exits configuration mode and returns to EXEC command mode.
|
Step 13 |
show
atm
svc
Example:
|
Displays all ATM SVCs and traffic information.
|
Step 14 |
show
atm
svc
ppp
Example:
|
Displays information about each SVC configured for PPP over ATM.
|