I'm using IPoE with ipv4/ipv6 , (NE8000)
When we need to block client access for browsing, we send a specific pool via RADIUS.
RADIUS disconnects the user's IPoE session and on the next connection it sends the pool parameters
Framed-Pool = pool_bloqueio
Huawei-Delegated-IPv6-Prefix-Pool = pool_bloqueio_ipv6
After user reconnection, IPv4 changes the pool normally, but IPv6 does not change, it remains the same as in the previous session and the client continues browsing with ipv6.
the ONT only changes the ipv6 when off/on.
Can anyone give any idea how I can resolve this?
domain suno.ipoe
authentication-scheme auth_ixc
accounting-scheme acct_ixc
radius-server group ixc
ip-pool pool-ipoe-v4
ipv6-pool ipoe-pool-v6-delegation
ipv6-pool ipoe-pool-v6-prefix
dns primary-ip x.x.x.160
dns second-ip x.x.x.161
dns primary-ipv6 x:x::160
dns second-ipv6 x:x::161
accounting-start-delay 10 online user-type ppp ipoe static
interface GigabitEthernet0/1/3.3010
description JNE-NOKIA-IPOE
ipv6 enable
ipv6 address auto link-local
statistic enable
user-vlan 116 120
pppoe-server bind Virtual-Template 1
ipv6 nd autoconfig managed-address-flag
ipv6 nd autoconfig other-flag
bas
#
access-type layer2-subscriber default-domain authentication suno.ipoe
client-option82
authentication-method bind
authentication-method-ipv6 bind
user detect retransmit 2 interval 20
arp-trigger
ipv6-trigger
nd-trigger
#
ipv6 prefix ipoe-delegation1 delegation
prefix x:x:AB10::/48 delegating-prefix-length 56
lifetime preferred-lifetime days 0 hours 0 minutes 10 valid-lifetime days 0 hours 0 minutes 20
#
#
ipv6 pool ipoe-pool-v6-delegation bas delegation
renew-time-percent 10 rebind-time-percent 20
dns-server 2804:4068::160 2804:4068::161
prefix ipoe-delegation1
#
Thank's