Step 1
|
enable
|
Enables privileged EXEC mode.
|
Step 2
|
configure
terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 3
|
interface
type
number
[name-tag ]
Device(config)# interface ATM 0
|
Configures an interface type and enters interface configuration mode.
|
Step 4
|
no ip address
Device(config-if)# no ip address
|
Disables IP processing on the interface.
|
Step 5
|
no atm ilmi-keepalive
Device(config-if)# no atm ilmi-keepalive
|
Disables Interim Local Management Interface (ILMI) keepalives on the interface.
|
Step 6
|
exit
|
Exits interface configuration mode.
|
Step 7
|
interface
type
number
[name-tag ]
Device(config)# interface ATM 0.1 point-to-point
|
Configures an interface type and enters interface configuration mode.
|
Step 8
|
pvc vpi/ vci
Device(config-if)# pvc 4/46
|
Creates an ATM permanent virtual circuit (PVC), and enters ATM virtual circuit configuration mode.
|
Step 9
|
vbr-nrt output-pcr output-scr
Device(config-if-atm-vc)# vbr-nrt 738 738
|
Configures the variable bit rate-nonreal time (VBR-NRT) quality of service (QoS) and specifies the output peak cell rate
(PCR), and output sustainable cell rate (SCR) for an ATM permanent virtual circuit (PVC).
|
Step 10
|
pppoe-client dial-pool-number number
Device(config-if-atm-vc)# pppoe-client dial-pool-number 1
|
Configures a PPP over Ethernet (PPPoE) client and specifies the dial-on-demand routing (DDR) functionality.
|
Step 11
|
exit
Device(config-if-atm-vc)# exit
|
Exits ATM virtual circuit configuration mode.
|
Step 12
|
exit
|
Exits interface configuration mode.
|
Step 13
|
interface
type
number
[name-tag ]
Device(config)# interface Dialer 0
|
Configures an interface type and enters interface configuration mode.
|
Step 14
|
mtu ip-address
Device(config-if)# mtu 1200
|
Adjusts the maximum packet size or maximum transmission unit (MTU) size.
|
Step 15
|
ip address ip-address mask
Device(config-if)# ip address 172.16.0.0 255.0.0.0
|
Sets the primary IP address for the interface.
|
Step 16
|
encapsulation encapsulation-type
Device(config-if)# encapsulation ppp
|
Sets the encapsulation method used by the interface.
|
Step 17
|
dialer pool number
Device(config-if)# dialer pool 1
|
Specifies the dialing pool that the dialer interface uses to connect to a specific destination subnetwork.
|
Step 18
|
dialer-group number
Device(config-if)# dialer-group 1
|
Controls access by configuring the interface to belong to a specific dialing group.
|
Step 19
|
service-policy output name
Device(config-if)# service-policy output dialer-output-sp
|
Attaches a policy map to an output interface that will be used as the service policy for the interface.
|
Step 20
|
exit
|
Exits interface configuration mode.
|
Step 21
|
dialer-list dialer-group protocol protocol-name permit
Device(config)# dialer-list 1 protocol ip permit
|
Defines a dial-on-demand routing (DDR) dialer list for dialing by protocol or by a combination of a protocol and a previously
defined access list.
|