[c-nsp] ASR1001 and PPPoE Forwarding

Olivier CALVANO o.calvano at gmail.com
Sat Jan 18 09:40:43 EST 2020


Hi


i have a Cisco ASR 1001 in pppoe server connected to a FTTH NNI, with in
configuration:

aaa new-model
aaa group server radius radius-pool
 server-private 172.16.1.1 auth-port 1812 acct-port 1813 key XXXX
 ip radius source-interface Loopback0
!
aaa authentication ppp ppp-radius group radius-pool
aaa authorization network network-radius group radius-pool
aaa accounting network network-radius


bba-group pppoe FTTH_Host
 virtual-template 1


interface GigabitEthernet0/0/1.218
 encapsulation dot1Q 218
 pppoe enable group FTTH_Host

interface Virtual-Template1
 mtu 1492
 ip unnumbered Loopback0
 no peer default ip address
 ppp authentication chap pap



I want use this router for forward PPPoE to another router based on radius
but actually router don't sent request to radius and in logs i have:



Jan 18 14:37:49.910: PPPoE 0: I PADI  R:c4ad.3479.dbd5 L:ffff.ffff.ffff 218
Gi0/0/1.218
Jan 18 14:37:49.910:  Service tag: NULL Tag
Jan 18 14:37:49.910: PPPoE 0: O PADO, R:5087.8999.9f83 L:c4ad.3479.dbd5 218
Gi0/0/1.218
Jan 18 14:37:49.910:  Service tag: NULL Tag
Jan 18 14:37:49.921: PPPoE 0: I PADR  R:c4ad.3479.dbd5 L:5087.8999.9f83 218
Gi0/0/1.218
Jan 18 14:37:49.921:  Service tag: NULL Tag
Jan 18 14:37:49.921: PPPoE : encap string prepared
Jan 18 14:37:49.921: [189]PPPoE 1190: Access IE handle allocated
Jan 18 14:37:49.921: [189]PPPoE 1190: AAA get retrieved attrs
Jan 18 14:37:49.921: [189]PPPoE 1190: AAA get nas port details
Jan 18 14:37:49.921: [189]PPPoE 1190: Error adjusting nas port format did
Jan 18 14:37:49.921: dyn_attrs->xmit_rate: 1000000000 dyn_attrs->rcv_rate:
1000000000
Jan 18 14:37:49.921: [189]PPPoE 1190: AAA get dynamic attrs
Jan 18 14:37:49.921: [189]PPPoE 1190: AAA unique ID 17E0F allocated
Jan 18 14:37:49.921: [189]PPPoE 1190: No AAA accounting method list
Jan 18 14:37:49.921: [189]PPPoE 1190: Service request sent to SSS
Jan 18 14:37:49.921: [189]PPPoE 1190: Created, Service: None
R:5087.8999.9f83 L:c4ad.3479.dbd5 218 Gi0/0/1.218
Jan 18 14:37:49.922: [189]PPPoE 1190: State NAS_PORT_POLICY_INQUIRY
 Event SSS MORE KEYS
Jan 18 14:37:49.922: [189]PPPoE 1190: data path set to PPP
Jan 18 14:37:49.922: [189]PPPoE 1190: Segment (SSS class): PROVISION
Jan 18 14:37:49.922: [189]PPPoE 1190: State PROVISION_PPP    Event SSM
PROVISIONED
Jan 18 14:37:49.922: [189]PPPoE 1190: O PADS  R:c4ad.3479.dbd5
L:5087.8999.9f83 Gi0/0/3.600
Jan 18 14:37:49.922: [189]PPPoE 1190 <Gi0/0/1.218:218>: Unable to add line
attributes from ANCP
Jan 18 14:37:49.922: [189]PPPoE 1190: Unable to Add ANCP Line attributes to
the PPPoE Authen attributes
Jan 18 14:37:50.016: PPPoE : Method list does not exists
Jan 18 14:37:50.026: [189]PPPoE 1190: State LCP_NEGOTIATION    Event PPP
DISCONNECT
Jan 18 14:37:50.026: [189]PPPoE 1190: O PADT  R:c4ad.3479.dbd5
L:5087.8999.9f83 Gi0/0/3.600
Jan 18 14:37:50.026: [189]PPPoE 1190: Destroying  R:c4ad.3479.dbd5
L:5087.8999.9f83 600 Gi0/0/3.600
Jan 18 14:37:50.026: dyn_attrs->xmit_rate: 1000000000 dyn_attrs->rcv_rate:
1000000000
Jan 18 14:37:50.026: [189]PPPoE 1190: AAA get dynamic attrs
Jan 18 14:37:50.026: [189]PPPoE 1190: AAA account stopped
Jan 18 14:37:50.027: PPPoE 1190: I PADT  R:c4ad.3479.dbd5 L:5087.8999.9f83
218 Gi0/0/1.218
  Jan 18 14:37:50.027: [189]PPPoE 1190: Segment (SSS class): UNPROVISION
Jan 18 14:37:51.644: %SEC-6-IPACCESSLOGP: list VTY_ACCESS denied tcp
37.119.109.79(6598) -> 0.0.0.0(23), 1 packet



anyone know this problems ?

regards
Olivier


More information about the cisco-nsp mailing list