Hi
This should work
Example Config.
protocols {
dot1x {
authenticator {
authentication-profile-name hss-auth_prof;
interface {
ge-0/0/45.0 {
supplicant multiple;
quiet-period 3;
transmit-period 3;
mac-radius;
supplicant-timeout 10;
}
ge-0/0/46.0 {
supplicant multiple;
quiet-period 3;
transmit-period 3;
mac-radius;
supplicant-timeout 10;
}
}
}
}
ccess {
radius-server {
10.2.101.117 {
port 1812;
dynamic-request-port 3799;
source-address x.x.x.x;
}
}
profile hss-auth_prof {
authentication-order radius;
radius {
authentication-server x.x.x.x;
accounting-server x.x.x.x;
options {
nas-identifier x.x.x.x;
}
}
radius-server {
x.x.x.x {
dynamic-request-port 3799;
}
}
}
}
services {
ssh {
root-login allow;
protocol-version v2;
}
web-management {
http;
https {
system-generated-certificate;
}
}
}
Regards
Partha