| Step 1 |
enable
Example:
|
Enables privileged EXEC mode.
-
Enter your password if prompted.
|
| Step 2 |
configure
terminal
Example:
Router# configure terminal
|
Enters global configuration mode.
|
| Step 3 |
bba-group
pppoe
{group-name | global}
Example:
Router(config)# bba-group pppoe pppoe-group
|
Enters BBA group configuration mode and defines a PPPoE profile.
|
| Step 4 |
virtual-template
template-number
Example:
Router(config-bba-group)# virtual-template 1
|
Configures a PPPoE profile with a virtual template to be used for cloning virtual access interfaces.
-
The template-number argument is an identifying number of the virtual template that will be used to clone virtual-access interfaces.
|
| Step 5 |
tag
ppp-max-payload
[minimum value maximum value] [deny]
Example:
Router(config-bba-group)# tag ppp-max-payload minimum 1200 maximum 3000
|
Specifies a range for the ppp-max payload tag value that will be accepted by the BRAS.
-
Default values are 1492 for the minimum and 1500 for the maximum.
-
The ppp-max-payload tag value accepted from the client cannot exceed the physical interface value for MTU minus 8.
|
| Step 6 |
sessions
per-mac
iwf
limit
per-mac-limit
Example:
Router(config-bba-group)# sessions per-mac iwf limit 200
|
Specifies a limit for IWF-specific sessions per MAC address (separate from session limits that are not IWF-specific).
-
If this command is not entered, the normal MAC-address session limit is applied to IWF sessions.
-
The per-mac-limit argument specifies the allowable number of IWF sessions. The default is 100.
|
| Step 7 |
interface
{fastethernet | gigabitethernet | tengigabitethernet} slot /subslot/ port[subinterface]
Example:
Router(config-bba-group)# interface gigabitethernet 0/0/0
|
Enters interface configuration mode for a Gigabit Ethernet interface.
|
| Step 8 |
pppoe
enable
[group
group-name]
Example:
Router(config-if)# pppoe enable group 1
|
Enables PPPoE sessions on an Ethernet interface or subinterface.
|
| Step 9 |
virtual-template
template-number
Example:
Router(config-if)# virtual-template 1
|
Configures a PPPoE profile with a virtual template to be used for cloning virtual access interfaces.
-
The template-number argument is an identifying number of the virtual template that will be used to clone virtual-access interfaces.
|
| Step 10 |
ppp
lcp
echo
mru
verify
[minimum value]
Example:
Router(config-if)# ppp lcp echo mru verify minimum 1304
|
Verifies the negotiated MRU and adjusts the PPP virtual access interface MTU for troubleshooting purposes.
-
If the optional minimum keyword is entered, the value can be from 64 to 1500.
-
If the verification of minimum MTU succeeds, the PPP connection’s interface MTU is set to that value. This reset is useful when you troubleshoot and need to adjust the sessions according to underlying physical network capability. After this command is configured, IP Control Protocol (IPCP) is delayed until verification of the MTU is completed at the LCP.
|
| Step 11 |
end
Example:
|
Exits the current configuration mode and returns to privileged EXEC mode.
|
| Step 12 |
show
pppoe
session
[all| packets]
Example:
Router# show pppoe session all
|
Verifies the configuration and displays session information.
-
all
--Displays output indicating if a session is IWF-specific or if the PPP-Max-Payload tag is in the discovery frame and accepted.
-
packets
--Displays packet statistics for the PPPoE session.
|