< Home

display radius-server item

Function

The display radius-server item command shows the RADIUS server configuration.

Format

display radius-server item { ip-address { ipv4-address | ipv6-address } { accounting | authentication } | template template-name }

Parameters

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.

Views

ALL views

Default Level

3: Management level

Usage Guidelines

The display radius-server item command shows the RADIUS server configuration.

Example

# 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                                                              
 ------------------------------------------------------------------------------ 
Table 1 Description of the display radius-server item template command output

Item

Description

STState Status of the RADIUS server template.
  • STState-up: indicates that the RADIUS server template is UP status.
  • STState-down: indicates that the RADIUS server template is DOWN status.
STChgTime Time when the RADIUS server template status changes.

Type

RADIUS server type: authentication or accounting server.
  • auth-server: indicates authentication server.
  • acct-server: indicates accounting server.

State

RADIUS server status.
  • state-up: indicates that the RADIUS server is in UP status.
  • state-down: indicates that the RADIUS server is in DOWN status.
  • state-probe: indicates that the RADIUS server is in detection status.

AlarmFlag

Alarm flag.

  • true: indicates that an alarm about status change has been sent.
  • false: indicates that an alarm about status change is not sent.

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.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >