[c-nsp] PAP authentication failure

john travolta johnbesha at yahoo.com
Fri Jan 11 11:41:11 EST 2013


Hi,

I am trying to use Cisco ASR1002 for broadband services, 

when I debug PPP authentication I receive

"*Jan 11 07:58:47.071: ppp86 PPP: Using vpn set call direction
*Jan 11 07:58:47.071: ppp86 PPP: Treating connection as a callin
*Jan 11 07:58:47.071: ppp86 PPP: Session handle[BD000045] Session id[86]
*Jan 11 07:58:47.113: ppp86 PAP: I AUTH-REQ id 223 len 24 from "adslteam"
*Jan 11 07:58:47.113: ppp86 PAP: Authenticating peer adslteam
*Jan 11 07:58:47.114: ppp86 PPP: Sent PAP LOGIN Request
*Jan 11 07:58:47.143: ppp86 PPP: Received LOGIN Response PASS
*Jan 11 07:58:47.152: ppp86 PAP: O AUTH-NAK id 223 len 27 msg is "Authentication failure"
"

and here is the configuration.

aaa group server radius TEST
 server-private 10.10.10.17 auth-port 1812 acct-port 1813 key ******
!
aaa authentication login default local
aaa authentication ppp TEST group TEST
aaa authentication ppp callin group TEST
aaa authorization network TEST group TEST
aaa accounting exec TEST start-stop group TEST
aaa accounting network TEST start-stop group TEST


bba-group pppoe TEST
 virtual-template 1
 sessions per-vlan throttle 1 10 50


interface GigabitEthernet0/0/1
 no ip address
 negotiation auto
 pppoe enable group TEST



!
interface Virtual-Template1
 ip unnumbered Loopback1
 ip tcp adjust-mss 1400
 load-interval 30
 no peer default ip address
 ppp authentication pap TEST
 ppp authorization TEST
 ppp accounting TEST
!


radius-server vsa send accounting
radius-server vsa send authentication



Regards,
John


More information about the cisco-nsp mailing list