Dear All,
I have a NE20E-S2F configured to operate PPPoE in some interfaces and IPoE in other ones.
If I send the radius attribute Framed-IP-Address=191.xx.xx.132 to a client connecting with PPPoE, the IP is received and works fine.
But, when I send the same parameter to a client who is connecting with IPoE, I see this message:
[~NAS-BEMBARATOSBC]dis aaa online-fail-record username 1500/2/3/4447535421400E6D
-------------------------------------------------------------------
User name : 1500/2/3/4447535421400E6D@panda
Domain name : panda
User MAC : 64d1-543e-327c
User access type : IPoE
User interface : GigabitEthernet0/3/2.1700
User access PeVlan/CeVlan : 1700/-
User IP address : -
User ID : 25605
User authen state : Authened
User acct state : AcctIdle
User author state : AuthorIdle
User login time : 2019-07-10 08:57
Online fail reason : Radius alloc incorrect IP
-------------------------------------------------------------------
Here are the configurations of interfaces:
interface Eth-Trunk1.1700
description IPOE-CLIENTE
ipv6 enable
ipv6 address auto link-local
user-vlan 1700
ipv6 nd autoconfig managed-address-flag
ipv6 nd autoconfig other-flag
bas
#
access-type layer2-subscriber default-domain authentication panda
client-option82
authentication-method bind
authentication-method-ipv6 bind
#
#
interface GigabitEthernet0/3/2.1200
description Teste PPPoE
ipv6 enable
ipv6 address auto link-local
user-vlan 1200
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 ppp-user panda
ipv6 nd ra unicast
#
#
And here are domain configurations
domain panda
authentication-scheme auth
accounting-scheme acct1
radius-server group rd1
ip-pool pool_cgnat
#
ip pool pool_cgnat bas local
gateway 100.68.0.1 255.255.224.0
section 0 100.68.0.2 100.68.31.254
dns-server 8.8.8.8 8.8.4.4
#
Where is my mistake?