cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3169
Views
0
Helpful
0
Replies

ipv6 prefix delegation accounting messages cisco pppoe server

joeudes204
Level 1
Level 1

Dears, good morning

According to configurations below, we are running a ppisco cisco server delivering ipv4 and ipv6.

 

aaa authentication login default local
aaa authentication login usuarios local
aaa authentication ppp default if-needed group radius
aaa authorization network default group radius
aaa accounting send counters ipv6
aaa accounting network default
action-type start-stop
group radius
!
aaa accounting resource default
action-type start-stop
group radius


aaa server radius dynamic-author
client 10.0.0.1
port 3799

ipv6 dhcp pool ISP
prefix-delegation pool ipv6-pd
dns-server 2001:db8::6
domain-name teste.local


bba-group pppoe bbag-pppoe
virtual-template 1


interface GigabitEthernet0/2
mtu 1480
no ip address
ip virtual-reassembly in
duplex auto
speed auto
pppoe enable group bbag-pppoe
ipv6 address 2001:db8:4::/126


interface Virtual-Template1
mtu 1480
ip unnumbered Loopback0
aaa connect-info topsapp
peer default ipv6 pool pppoe-pool
ipv6 address autoconfig
ipv6 enable
ipv6 nd other-config-flag
no ipv6 nd ra suppress
ipv6 nd ra lifetime 21600
ipv6 nd ra interval 4 3
ipv6 dhcp server ISP
ppp authentication chap
ppp ipcp dns 1.x.x.x 2.x.x.x


ipv6 local pool pppoe-pool 2001:db8:15::/48 64
ipv6 local pool ipv6-pd 201:db8:14::/48 56

radius-server attribute 218 mandatory
radius-server attribute 4 10.0.0.1
radius-server accounting system host-config
radius-server vsa send cisco-nas-port
!
radius server topsapp
address ipv4 10.0.1.1 auth-port 1812 acct-port 1813
key teste

 

However on return to server radius the cisco is not reporting the prefix-delegation being assigned to the client as debug from the radius server below. It only returns the ipv4 assigned dynamically by radius, and ipv6-prefix. However it does not return the prefix delegation that is the one used on the LAN of the client router.

 

Acct-Session-Id = "00000024"
Framed-Protocol = PPP
Framed-IPv6-Prefix = 2001:db8:15::/64
Framed-Interface-Id = 0:0:0:6
Framed-IP-Address = 172.16.1.176
Cisco-AVPair = "ppp-disconnect-cause=User cleared from exec prompt"
User-Name = "loja3"
Acct-Authentic = RADIUS
Cisco-AVPair = "connect-progress=LAN Ses Up"
Cisco-AVPair = "nas-tx-speed=1000000000"
Cisco-AVPair = "nas-rx-speed=1000000000"
Acct-Session-Time = 27604
Acct-Input-Octets = 245280
Acct-Output-Octets = 1137747
Acct-Input-Packets = 5090
Acct-Output-Packets = 15803
Acct-Terminate-Cause = Admin-Reset
Cisco-AVPair = "disc-cause-ext=Local Admin Disc"
Acct-Status-Type = Stop
NAS-Port-Type = Virtual
Cisco-NAS-Port = "0/0/2/0"
NAS-Port = 0
NAS-Port-Id = "0/0/2/0"
Connect-Info = "topsapp"
Cisco-AVPair = "client-mac-address=000c.42bc.f1bd"
Service-Type = Framed-User
NAS-IP-Address = 177.66.96.18
Attr-151 = 0x3438323833314343
Acct-Delay-Time = 0

 

Is there any configuration to be made so that the prefix-delegation information is also returned to the radius server?

0 Replies 0