Cisco Cisco IOS Software Release 12.3(4)T

ページ / 14
 
PPPoE Session Limit per NAS Port
  Configuration Examples for PPPoE Session Limit per NAS Port
6
Cisco IOS Release: Multiple releases (see the Feature History table)
DETAILED STEPS
Configuration Examples for 
PPPoE Session Limit per NAS Port
Configuring the LAC for per-NAS-Port Session Limits for PPPoE over ATM: 
Example
The following example shows how to configure per-NAS-port session limits for PPPoE over ATM on the 
LAC:
!
username lac password 0 lab
username lns password 0 lab
aaa new-model
!
aaa authentication ppp default group radius local
aaa authentication ppp mlist_nasport group radius
aaa authorization network mlist_nasport group radius 
aaa session-id common
ip subnet-zero
!
no ip domain lookup
ip host abrick 192.168.2.0
!
ip cef
subscriber access pppoe pre-authorize nas-port-id mlist_nasport
vpdn enable
!
vpdn-group l2tp_initiator
 request-dialin
  protocol l2tp
  domain domain1.com
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode. 
Enter your password if prompted.
Step 2
debug aaa authorization
Example:
Router# debug aaa authorization
Displays information on AAA authorization.
Step 3
debug radius 
[brief | hex]
Example:
Router# debug radius
Displays information about RADIUS.