display radius-server item { ip-address { ipv4-address | ipv6-address } { accounting | authentication } | template template-name }
Parameter |
Description |
Value |
---|---|---|
ip-address { ipv4-address | ipv6-address } |
Specifies the IP address of the RADIUS server. |
ipv4-address: The value is in dotted decimal notation. ipv6-address: The value is a 32-digit hexadecimal number. |
accounting | Indicates the RADIUS accounting server. |
- |
authentication | Indicates the RADIUS authentication server. |
- |
template template-name | Specifies the RADIUS server template name. |
The value must be an existing RADIUS server template name. |
# Display the configuration of RADIUS server template rds.
<HUAWEI> display radius-server item template rds ------------------------------------------------------------------------------ STState = STState-up STChgTime = - Type = auth-server State = state-up AlarmFlag = false STUseNum = 1 IPAddress = 192.168.30.1 AlarmTimer = 0xffffffff Head = 1057 Tail = 1311 ProbeID = 255 Type = acct-server State = state-up AlarmFlag = false STUseNum = 1 IPAddress = 192.168.30.1 AlarmTimer = 0xffffffff Head = 1057 Tail = 1311 ProbeID = 255 ------------------------------------------------------------------------------
Item |
Description |
---|---|
STState | Status of the RADIUS server template.
|
STChgTime | Time when the RADIUS server template status changes. |
Type |
RADIUS server type: authentication or accounting server.
|
State |
RADIUS server status.
|
AlarmFlag |
Alarm flag.
|
STUseNum |
RADIUS server template ID. |
IPAddress |
RADIUS server IP address. |
AlarmTimer |
ID of the alarm timer. |
Head |
Head pointer used to allocate the ID to RADIUS packets. |
Tail |
Tail pointer used to allocate the ID to RADIUS packets. |
ProbeID |
ID of probe packets. |