Hello,
I am trying to authenticate an switch via radius but looks like imposible:
In huawei S2000, I use these commands:
radius scheme system
server-type huawei
primary authentication 127.0.0.1 1645
primary accounting 127.0.0.1 1646
user-name-format without-domain
q
radius scheme newradius
primary authentication 10.10.10.1 1812
accounting optional
key authentication xtlmsc5sg
user-name-format without-domain
q
domain company.com
radius-scheme newradius
access-limit enable 10
state active
vlan-assignment-mode integer
idle-cut disable
self-service-url disable
messenger time disable
q
domain system
radius-scheme system
access-limit disable
state active
vlan-assignment-mode integer
idle-cut disable
self-service-url disable
messenger time disable
But these commands are not possible to execute in S2300.
How can I solve this problem ?
Best regards,