This command configures the link-local-address of the RADIUS server and the outgoing interface to be used by the RADIUS client to communicate with the RADIUS server. The outgoing interface can be any physical interface or service port or network port.
| Default | None |
| Format | radius server host {auth | acct} link-local link-local-address interface {unit/slot/port | network | serviceport } [name servername] [port port] |
| Mode | Global Config |
| Field | Description |
|---|---|
| link-local-address | The IP address of the server. |
| interface | The interface for the RADIUS client to use for outgoing RADIUS messages. |
| servername | The alias name to identify the server. |
| port | The port number to use to connect to the specified RADIUS server. |
Example: The following shows an examples of the command.
(Switch) (Config) #radius server host auth link-local fe80::208:a1ff:fe7e:4519 interface network name auth_server port 1813 (Switch) (Config) #radius server host acct link-local fe80::208:a1ff:fe7e:4519 interface serviceport name acct_server port 1813