Step 1 |
enable
|
Enables the privileged EXEC mode.
Enter your password if prompted.
|
Step 2 |
configure terminal
Router# configure terminal
|
Enters the global configuration mode.
|
Step 3 |
interface atm slot/module/port
Router(config)# interface atm slot/module/port
|
Creates or modifies an ATM interface. Enters the interface configuration mode. Here:
slot/module/port
is the interface number.
|
Step 4 |
mac-address
mac-address
Router(config-if)# mac-address mac-address
|
Specifies the mac address for an interface.
|
Step 5 |
no ip address
Router(config-if)# no ip address
|
Disables IP processing on the interface by removing its IP
address.
|
Step 6 |
atm clock internal
Router(config-if)#atm clock internal
|
Synchronizes the timer between two back-to-back ATM interfaces.
|
Step 7 |
atm oam flush
Router(config-if)# atm oam flush
|
Drops all the current and future Operation, Administration, and Maintenance (OAM) cells received on the ATM interface.
|
Step 8 |
no atm ilmi-keepalive
Router(config-if)# no atm ilmi-keepalive
|
Disables the Interim Local Management Interface (ILMI) keepalives.
|
Step 9 |
exit
|
Exits the interface configuration mode.
|
Step 10 |
bba-group
pppoe
{group-name | global }
Router(config)# bba-group pppoe group-name
|
Defines a PPPoE profile, and enters the BBA group configuration mode.
The global keyword creates a profile that serves as the default profile for any PPPoE port that is not assigned a specific profile.
|
Step 11 |
virtual-template
template-number
Router(config-bba-group)# virtual-template template-number
|
Specifies which virtual template will be used to clone virtual access interfaces.
|
Step 12 |
sessions
per-vc
limit
per-vc-limit
[threshold threshold-value ]
Router(config-bba-group)# sessions per-vc limit per-vc-limit
|
Specifies the maximum number of PPPoE sessions that can be established over an
ATM permanent virtual circuit (PVC)
|
Step 13 |
sessions
per-mac
limit
per-mac-limit
Router(config-bba-group)# sessions per-mac limit per-mac limit
|
Sets the maximum number of PPPoE sessions permitted per MAC address in a PPPoE profile.
|
Step 14 |
sessions
per-vlan
limit
per-vlan-limit
Router(config-bba-group)# sessions per-vlan limit per-vlan-limit
|
Specifies the maximum number of PPPoE sessions
permitted per VLAN in a PPPoE profile.
|
Step 15 |
sessions
per-vc
throttle
per-vc-throttle
Router(config-bba-group)# sessions per-vc throttle per-vc-throttle
|
Configures PPPoE connection throttling, which limits the number of PPPoE session requests that can be made from a VC.
|
Step 16 |
exit
Router(config-bba-group)# exit
|
Exits the BBA group configuration mode and returns to the global configuration mode.
|
Step 17 |
interface
atm
slot/subslot/port
[subinterface ][point-to-point | multipoint ]
Router(config)# interface atm slot/subslot/port multipoint
|
Configures the ATM interface and enters the subinterface configuration mode.
|
Step 18 |
atm pvp
vpi
[peak-rate]
Router(config-subif)# atm pvp vpi[peak-rate]
|
Creates a permanent virtual path (PVP) used to multiplex (or bundle) one or more VCs.
|
Step 19 |
pvc
vpi/vci
Router(config-subif)# atm pvp vpi[peak-rate]
|
Creates or assigns a name to an ATM PVC and enters ATM virtual circuit configuration mode.
|
Step 20 |
vbr-nrt
output-pcr output-scr [output-maxburstsize]
Router(config-if-atm-vc)# vbr-nrt output-pcr output-scr [output-maxburstsize]
|
Configures the VBR-nRT QoS and specifies output peak cell rate (PCR), output sustainable cell rate (SCR), and output maximum
burst cell size for an ATM PVC, PVC range, switched virtual circuit (SVC), VC class, or VC bundle member.
|
Step 21 |
dbs
enable
[aggregated | maximum ]
Router(config-if-atm-vc)# dbs enable
|
Applies the Dynamic Subscriber Bandwidth Selection QoS parameters.
|
Step 22 |
encapsulation
aal5snap
Router(config-if-atm-vc)# encapsulation aal5snap
|
Configures the ATM adaptation layer (AAL) and encapsulation type for an ATM VC.
|
Step 23 |
protocol
pppoe
group
{group-name | global }
Router(config-if-atm-vc)# protocol pppoe group group-name
|
Enables PPPoE sessions to be established on PVCs.
group specifies a PPPoE profile (bba-group) to be used by the PPPoE sessions on the interface.
group-name is the name of the PPPoE profile (bba-group) to be used by the PPPoE sessions on the interface.
group group-name points to the bba-group to be used for applying a virtual template interface with QoS policies to sessions.
|
Step 24 |
end
Router(config-if-atm-vc)# end
|
Ends the session and returns to the privileged EXEC mode.
|