dot1x radius-server
This command defines the RADIUS server for 802.1X authentication.
Syntax
dot1x radius-server host <a.b.c.d> auth-port <UDP port> key <shared secret value> dot1x radius-server host <a.b.c.d> auth-port <UDP port> obscured-key <shared secret value> dot1x radius-server local
Command |
Description |
---|---|
a.b.c.d |
Defines the RADIUS server IP address. |
UDP port |
Defines the UDP port to use. |
shared secret value |
Defines the shared secret value string. |
key |
Defines a shared secret. |
obscured-key |
Copies a shared secret from existing configuration. |
Command Mode
Privileged User
Example
This example defines an external RADIUS server.
(config-data)# dot1x radius-server host 10.3.4.250 auth-port 1812 key 123456