Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

on Mist for the EXneed to add an dot1x port to see the radius config
on Config template


At Switch Level
Config on the EX

Link


Radius and dot1zdot1x


Code Block
titleEX Config
root@NP_ground_floor> show configuration groups | display set | match dot1x
set groups mist-script event-options policy log-on-system-events events dot1xd_auth_session_deleted
set groups mist-script event-options policy log-on-system-events events dot1xd_rcvd_eaplogof_athntictd
set groups mist-script event-options policy log-on-system-events events dot1xd_usr_access_denied
set groups mist-script event-options policy log-on-system-events events dot1xd_usr_authenticated
set groups mist-script event-options policy log-on-system-events events dot1xd_usr_session_disconnected
set groups mist-dpc event-options policy dynamic-port-detect events dot1xd_usr_authenticated
set groups top access profile dot1x authentication-order radius
set groups top access profile dot1x radius authentication-server 192.168.0.21
set groups dot1x interfaces <*> unit 0 family ethernet-switching vlan members default


root@NP_ground_floor> show configuration groups | display set | match radius
set groups top access radius-server 192.168.0.21 port 1812
set groups top access radius-server 192.168.0.21 secret "$9$vnRWxdaZjqPQdb2aGUmPFn/90IEcyeM8RE"
set groups top access radius-server 192.168.0.21 timeout 5
set groups top access radius-server 192.168.0.21 retry 3
set groups top access profile dot1x authentication-order radius
set groups top access profile dot1x radius authentication-server 192.168.0.21