display radius-server item { ip-address ip-address { accounting | authentication } | template template-name }
Parameter |
Description |
Value |
|---|---|---|
ip-address ip-address |
Specifies the IP address of the RADIUS server. |
The value is in dotted decimal notation. |
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.
All models except USG6635E/6655E, USG6680E and USG6712E/6716E:
<sysname> display radius-server item template rds
mng-plane:
------------------------------------------------------------------------------
Type = auth-server
State = state-up
AlarmFlag = false
STUseNum = 1
IPAddress = 10.137.145.122
AlarmTimer = 0xffffffff
Head = 287
Tail = 541
ProbeID = 255
id 1 userid 570
id 8 userid 85
------------------------------------------------------------------------------
ctrl-plane:
------------------------------------------------------------------------------
Type = auth-server
State = state-up
AlarmFlag = false
STUseNum = 1
IPAddress = 10.137.145.122
AlarmTimer = 0xffffffff
Head = 287
Tail = 541
ProbeID = 255
id 1 userid 570
id 8 userid 85
------------------------------------------------------------------------------
USG6680E and USG6712E/6716E:
<sysname> display radius-server item template rds
slot 0,cpu 0:
------------------------------------------------------------------------------
Type = auth-server
State = state-up
AlarmFlag = false
STUseNum = 1
IPAddress = 10.137.145.122
AlarmTimer = 0xffffffff
Head = 287
Tail = 541
ProbeID = 255
id 1 userid 570
id 8 userid 85
------------------------------------------------------------------------------
Item |
Description |
|---|---|
mng-plane |
Management plane. |
ctrl-plane |
Control plane. |
slot |
Slot ID of the SPU. |
cpu |
CPU ID. |
Type |
RADIUS server type: authentication or accounting server. |
State |
RADIUS server status, which can be state-up, state-down, or state-probe. |
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. |
id |
RADIUS protocol packet ID. |
userid |
Online user ID. |