< Home

display radius-server item

Function

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

Format

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

Parameters

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.

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.

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

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.

  • 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.

id

RADIUS protocol packet ID.

userid

Online user ID.

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