11 radius-server accounting host, Radius, Server accounting host – PLANET WGSW-52040 User Manual

Page 684

Advertising
background image

44-224

Usage guide:

The source IPv6 address must belongs to one of the IPv6 interface of the switch, otherwise a failure message of

binding IPv6 address will be returned when the switch send RADIUS packet. We suggest using the IPv6 address of

loopback interface as source IPv6 address, it avoids that the packets from RADIUS server are dropped when the

interface link-down.

Example:

Configure the source ipv6 address of RADIUS packet as 2001:da8:456::1.

Switch#radius nas-ipv6 2001:da8:456::1

44.11 radius-server accounting host

Command:

radius-server accounting host {<ipv4-address> | <ipv6-address>} [port <port-number>] [key {0 | 7} <string>]

[primary]

no radius-server accounting host {<ipv4-address> | <ipv6-address>}

Function:

Specifies the IPv4/IPv6 address and the port number, whether be primary server for RADIUS accounting server; the

no command deletes the RADIUS accounting server.

Parameters:

<ipv4-address> | <ipv6-address> stands for the server IPv4/IPv6 address;

<port-number> for server listening port number from 0 to 65535;

<string> is the key string. If key option is set as 0, the key is not encrypted and its range should not exceed 64

characters, if key option is set as 7, the key is encrypted and its range should not exceed 64 characters;

primary for primary server. Multiple RADIUS sever can be configured and would be available. RADIUS server will

be searched by the configured order if primary is not configured, otherwise, the

specified RADIUS server will be

used first.

Command Mode:

Global Mode

Default:

No RADIUS accounting server is configured by default.

Advertising