To create and populate a PPPoE service name table on the router:
- host1(config)#pppoe-service-name-table myServiceTable1
This command accesses PPPoE Service Name Table Configuration mode and builds a default PPPoE service name table named myServiceTable1. The table contains a single empty service name entry associated with the default action, terminate, as shown in Table 18. With no further service name entries, this table directs the router to respond to all PADI requests containing an empty service name tag.
Table 18: Default PPPoE Service Name Table
|
Service-Name |
Action |
|---|---|
|
“ ” |
Terminate |
- host1(config-pppoe-service-name-table)#service
myISPService
- host1(config-pppoe-service-name-table)#service
myQOSClass1
- host1(config-pppoe-service-name-table)#service
myQOSClass2
- host1(config-pppoe-service-name-table)#service
empty-service-name drop
These commands build the PPPoE service name table shown in Table 19. This table directs the router to send a PADO packet in response to all PADI requests containing the myISPService, myQOSClass1, or myQOSClass2 service name tag, and to ignore (drop) all PADI requests containing empty service name tags.
Table 19: PPPoE Service Name Table with Entries
|
Service-Name |
Action |
|---|---|
|
“myISPService” |
Terminate |
|
“myQOSClass1” |
Terminate |
|
“myQOSClass2” |
Terminate |
|
“ ” |
Drop |
- host1(config-pppoe-service-name-table)#exit
- host1(config)#show pppoe-service-name-table
name myServiceTable1
pppoe-service-name-table
- host1(config)#pppoe-service-name-table myServiceTable1
service
- host1(config-pppoe-service-name-table)#service
myISPService
- host1(config-pppoe-service-name-table)#service
empty-service-name drop