Cisco Systems 10000 Network Router User Manual


 
16-16
Cisco 10000 Series Router Software Configuration Guide
OL-2226-23
Chapter 16 Configuring RADIUS Features
RADIUS Attribute 31: PPPoX Calling Station ID
debug commands during periods of lower network traffic and fewer users. Debugging during these
periods decreases the likelihood that increased debug command processing overhead will affect system
use.
Example 16-2 debug radius Command Output
*Sep 14 14:54:43.259: RADIUS(00000008): Send Access-Request to 10.0.0.8:1645 id1645/34,
len 121
*Sep 14 14:54:43.259: RADIUS: authenticator C3 81 6B 7A F8 38 F9 FE - E6 82 A6 91 92 54 44
66
*Sep 14 14:54:43.259: RADIUS: Framed-Protocol [7] 6 PPP [1]
*Sep 14 14:54:43.259: RADIUS: User-Name [1] 8 "johndoe"
*Sep 14 14:54:43.259: RADIUS: CHAP-Password [3] 19 *
*Sep 14 14:54:43.259: RADIUS: NAS-Port-Type [61] 6 Virtual [5]
*Sep 14 14:54:43.259: RADIUS: NAS-Port [5] 6 0
*Sep 14 14:54:43.259: RADIUS: NAS-Port-Id [87] 9 "8/0/0/0"
*Sep 14 14:54:43.259: RADIUS: Calling-Station-Id [31] 35
":c10k.xtnet.com:my_interface:00b0.c2ef.8400"
*Sep 14 14:54:43.259: RADIUS: Service-Type [6] 6 Framed [2]
*Sep 14 14:54:43.259: RADIUS: NAS-IP-Address [4] 6 10.0.0.119
Configuration Example for PPPoX Calling Station ID
The following PPP termination aggregation (PTA) and L2TP access concentrator (LAC) example shows
how to configure your LAC for preauthorization by downloading the Logical Line ID:
aaa new-model
aaa authentication ppp default group radius
aaa authorization network default group radius
aaa session-id common
!
hostname c10k
ip domain-name xtnet.com
!-------- hostname and domain name are included in the nas-port type CSID---
vc-class atm ppp_auto1200
vpn service service_control
protocol pppoe group PPPOETEST
encapsulation aal5autoppp Virtual-Template1 group PPPOETEST
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Loopback10
ip address 172.16.1.1 255.255.255.0
!
interface FastEthernet0/0/0
ip address 10.0.0.119 255.255.255.0
speed 100
full-duplex
!
interface ATM1/0/0
no ip address
shutdown
no atm pxf queuing
atm ilmi-keepalive
pvc 0/16 ilmi
!
!