10-User Access and Authentication

HomeSupportReference GuidesMIB CompanionH3C Security Products MIB Reference(Comware 7)-6W10010-User Access and Authentication
03-HH3C-RADIUS-MIB
Title Size Download
03-HH3C-RADIUS-MIB 165.58 KB

HH3C-RADIUS-MIB

About this MIB

Use this MIB to obtain and configure RADIUS server settings.

MIB file name

hh3c-radius.mib

Root object

iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).hh3c(25506).hh3cCommon(2).hh3cRadius(13)

Scalar objects

hh3cRadiusAuthErrThreshold

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cRadiusAuthErrThreshold (1.3.6.1.4.1.25506.2.13.1.3.1)

read-write

Unsigned32

Unsigned32 (1..100)

Authentication failure alarm threshold.

As per the MIB.

 

hh3cRadiusStatistic

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cRadiusStatAccReq

(1.3.6.1.4.1.25506.2.13.6.1)

read-only

Counter64

Standard MIB values.

Number of RADIUS accounting requests sent to the RADIUS server, including start-accounting requests and real-time accounting requests.

As per the MIB.

hh3cRadiusStatAccAck

(1.3.6.1.4.1.25506.2.13.6.2)

read-only

Counter64

Standard MIB values.

Number of RADIUS accounting responses received from the RADIUS server.

As per the MIB.

hh3cRadiusStatLogoutReq

(1.3.6.1.4.1.25506.2.13.6.3)

read-only

Counter64

Standard MIB values.

Number of logout requests sent to the RADIUS server.

As per the MIB.

hh3cRadiusStatLogoutAck

(1.3.6.1.4.1.25506.2.13.6.4)

read-only

Counter64

Standard MIB values.

Number of logout responses received from the RADIUS server.

As per the MIB.

 

Tabular objects

hh3cRdInfoTable

About this table

Use this table to configure or obtain RADIUS authentication scheme settings. Each RADIUS scheme contains a primary authentication server, a secondary authentication server, and other settings.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Supported

Supported

Supported

 

Columns

The table index is hh3cRdGroupName.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cRdGroupName (1.3.6.1.4.1.25506.2.13.1.1.1.1)

not-accessible

DisplayString

OCTET STRING (1..32)

Name of a RADIUS scheme.

As per the MIB.

hh3cRdPrimUdpPort (1.3.6.1.4.1.25506.2.13.1.1.1.3)

read-create

Integer32

Standard MIB values.

Port number of the primary authentication server.

Value range: 1 to 65535.

hh3cRdPrimState (1.3.6.1.4.1.25506.2.13.1.1.1.4)

read-create

INTEGER

active(1),

block(2)

Status of the primary authentication server.

As per the MIB.

hh3cRdSecUdpPort (1.3.6.1.4.1.25506.2.13.1.1.1.6)

read-create

Integer32

Standard MIB values.

Port number of the secondary authentication server.

Value range: 1 to 65535.

hh3cRdSecState (1.3.6.1.4.1.25506.2.13.1.1.1.7)

read-create

INTEGER

active(1),

block(2)

Status of the secondary authentication server.

As per the MIB.

hh3cRdKey (1.3.6.1.4.1.25506.2.13.1.1.1.8)

read-create

DisplayString

OCTET STRING (1..32)

Shared key for communication with the authentication server.

The shared key is a string of 0 to 64 characters.

When read, this object returns a zero-length string.

hh3cRdRetry (1.3.6.1.4.1.25506.2.13.1.1.1.9)

read-create

Integer32

Standard MIB values.

Maximum number of attempts for transmitting an authentication packet to the authentication server.

Value range: 1 to 20.

hh3cRdTimeout (1.3.6.1.4.1.25506.2.13.1.1.1.10)

read-create

Integer32

Standard MIB values.

Response timeout time for the RADIUS authentication server, in seconds.

Value range: 1 to 10.

hh3cRdPrimAuthIpAddrType (1.3.6.1.4.1.25506.2.13.1.1.1.11)

read-create

InetAddressType

Standard MIB values.

Type of the IP address for the primary authentication server.

You must specify hh3cRdPrimAuthIpAddrType and hh3cRdPrimAuthIpAddr in pairs in an SNMP request.

hh3cRdPrimAuthIpAddr (1.3.6.1.4.1.25506.2.13.1.1.1.12)

read-create

InetAddress

OCTET STRING (0..255)

IP address of the primary authentication server.

As per the MIB.

hh3cRdSecAuthIpAddrType (1.3.6.1.4.1.25506.2.13.1.1.1.13)

read-create

InetAddressType

Standard MIB values.

Type of the IP address for the secondary authentication server.

You must specify hh3cRdSecAuthIpAddrType and hh3cRdSecAuthIpAddr in pairs in an SNMP request.

hh3cRdSecAuthIpAddr (1.3.6.1.4.1.25506.2.13.1.1.1.14)

read-create

InetAddress

OCTET STRING (0..255)

IP address of the secondary authentication server.

As per the MIB.

hh3cRdQuietTime (1.3.6.1.4.1.25506.2.13.1.1.1.16)

read-create

Integer32

Integer32 (0..255)

Quiet time for the authentication server to restore to the active status, in minutes.

Value range: 0 to 255.

hh3cRdUserNameFormat (1.3.6.1.4.1.25506.2.13.1.1.1.17)

read-create

INTEGER

withoutdomain(1),

withdomain(2) ,

keeporignal(3)

Format of usernames sent to the RADIUS server.

As per the MIB.

hh3cRdRowStatus (1.3.6.1.4.1.25506.2.13.1.1.1.18)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status.

As per the MIB.

hh3cRdSecKey (1.3.6.1.4.1.25506.2.13.1.1.1.19)

read-create

DisplayString

OCTET STRING (0..64)

Shared key for communication with the secondary authentication server.

The shared key is a string of 0 to 64 characters.

When read, this object returns a zero-length string.

hh3cRdPrimVpnName (1.3.6.1.4.1.25506.2.13.1.1.1.20)

read-create

DisplayString

OCTET STRING (0..31)

Name of the VPN to which the primary authentication server belongs.

As per the MIB.

hh3cRdSecVpnName (1.3.6.1.4.1.25506.2.13.1.1.1.21)

read-create

DisplayString

OCTET STRING (0..31)

Name of the VPN to which the secondary authentication server belongs.

As per the MIB.

hh3cRdAuthNasIpAddrType (1.3.6.1.4.1.25506.2.13.1.1.1.22)

read-create

InetAddressType

Standard MIB values.

Type of the NAS IP addresses for RADIUS authentication packets sent to the authentication server.

Not supported.

hh3cRdAuthNasIpAddr (1.3.6.1.4.1.25506.2.13.1.1.1.23)

read-create

 IpAddress

Standard MIB values.

NAS IPv4 address.

As per the MIB.

hh3cRdAuthNasIpv6Addr

(1.3.6.1.4.1.25506.2.13.1.1.1.24)

read-create

 Ipv6Address

Standard MIB values.

NAS IPv6 address.

As per the MIB.

 

hh3cRdAccInfoTable

About this table

Use this table to configure or obtain RADIUS accounting scheme settings. Each RADIUS scheme contains a primary accounting server, a secondary accounting server, and other settings.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Supported

Supported

Supported

 

You must specify hh3cRdAccRealTime and hh3cRdAccRealTimeUnit in pairs in an SNMP request.

Columns

The table index is hh3cRdAccGroupName.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cRdAccGroupName (1.3.6.1.4.1.25506.2.13.1.2.1.1)

not-accessible

DisplayString

OCTET STRING (1..32)

Name of a RADIUS accounting scheme.

As per the MIB.

hh3cRdPrimAccIpAddrType (1.3.6.1.4.1.25506.2.13.1.2.1.2)

read-create

InetAddressType

Standard MIB values.

Type of the IP address for the primary accounting server.

You must specify hh3cRdPrimAccIpAddrType and hh3cRdPrimAccIpAddr in pairs in an SNMP request.

hh3cRdPrimAccIpAddr (1.3.6.1.4.1.25506.2.13.1.2.1.3)

read-create

InetAddress

OCTET STRING (0..255)

IP address of the primary accounting server.

As per the MIB.

hh3cRdPrimAccUdpPort (1.3.6.1.4.1.25506.2.13.1.2.1.4)

read-create

Integer32

Standard MIB values.

Port number of the primary accounting server.

Value range: 1 to 65535.

hh3cRdPrimAccState (1.3.6.1.4.1.25506.2.13.1.2.1.5)

read-create

INTEGER

active(1),

block(2)

Status of the primary accounting server.

As per the MIB.

hh3cRdSecAccIpAddrType (1.3.6.1.4.1.25506.2.13.1.2.1.6)

read-create

InetAddressType

Standard MIB values.

Type of the IP address for the secondary accounting server.

You must specify hh3cRdSecAccIpAddrType and hh3cRdSecAccIpAddr in pairs in an SNMP request.

hh3cRdSecAccIpAddr (1.3.6.1.4.1.25506.2.13.1.2.1.7)

read-create

InetAddress

OCTET STRING (0..255)

IP address of the secondary accounting server.

As per the MIB.

hh3cRdSecAccUdpPort (1.3.6.1.4.1.25506.2.13.1.2.1.8)

read-create

Integer32

Standard MIB values.

Port number of the secondary accounting server.

Value range: 1 to 65535.

hh3cRdSecAccState (1.3.6.1.4.1.25506.2.13.1.2.1.9)

read-create

INTEGER

active(1),

block(2)

Status of the primary accounting server.

As per the MIB.

hh3cRdAccKey (1.3.6.1.4.1.25506.2.13.1.2.1.10)

read-create

DisplayString

OCTET STRING (0..64)

Shared key for communication with the accounting server.

The shared key is a string of 0 to 64 characters.

When read, this object returns a zero-length string.

hh3cRdAccRetry (1.3.6.1.4.1.25506.2.13.1.2.1.11)

read-create

Integer32

Standard MIB values.

Maximum number of attempts for transmitting an accounting packet to the accounting server.

Value range: 1 to 20.

hh3cRdAccTimeout (1.3.6.1.4.1.25506.2.13.1.2.1.12)

read-create

Integer32

Standard MIB values.

Response timeout time for the accounting server, in seconds.

Value range: 1 to 10.

hh3cRdAccServerType (1.3.6.1.4.1.25506.2.13.1.2.1.13)

read-create

INTEGER

standard(1),

iphotel(2),

portal(3),

extended(4)

Service type provided by the accounting server.

Not supported.

hh3cRdAccQuietTime (1.3.6.1.4.1.25506.2.13.1.2.1.14)

read-create

Integer32

Integer32 (0..255)

Quiet time for the accounting server to restore to the active status, in minutes.

Value range: 0 to 255.

hh3cRdAccFailureAction (1.3.6.1.4.1.25506.2.13.1.2.1.15)

read-create

INTEGER

ignore (1),

reject(2)

Action to take on accounting failure.

Not supported

hh3cRdAccRealTime (1.3.6.1.4.1.25506.2.13.1.2.1.16)

read-create

Integer32

Integer32 (0..71582)

Interval for sending real-time accounting packets (in minutes by default).

As per the MIB.

hh3cRdAccRealTimeRetry (1.3.6.1.4.1.25506.2.13.1.2.1.17)

read-create

Integer32

Integer32 (1..255)

Maximum number of accounting attempts.

As per the MIB.

hh3cRdAccDataFlowUnit (1.3.6.1.4.1.25506.2.13.1.2.1.20)

read-create

INTEGER

byte(1),

kiloByte(2),

megaByte(3),

gigaByte(4)

Data flow measurement unit for traffic statistics.

As per the MIB.

hh3cRdAccPacketUnit (1.3.6.1.4.1.25506.2.13.1.2.1.21)

read-create

INTEGER

onePacket(1),

kiloPacket (2),

megaPacket (3),

gigaPacket (4)

 

Packet measurement unit for traffic statistics.

As per the MIB.

hh3cRdAccRowStatus (1.3.6.1.4.1.25506.2.13.1.2.1.22)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status.

As per the MIB.

hh3cRdAcctOnEnable (1.3.6.1.4.1.25506.2.13.1.2.1.23)

read-create

TruthValue

true(1),

false(2)

Enabling status of the accounting-on feature.

As per the MIB.

hh3cRdAcctOnSendTimes (1.3.6.1.4.1.25506.2.13.1.2.1.24)

read-create

Integer32

Standard MIB values.

Maximum number of accounting-on packet transmission attempts.

As per the MIB.

hh3cRdAcctOnSendInterval (1.3.6.1.4.1.25506.2.13.1.2.1.25)

read-create

Integer32

Standard MIB values.

Interval for retransmitting an accounting-on packet.

As per the MIB.

hh3cRdSecAccKey (1.3.6.1.4.1.25506.2.13.1.2.1.26)

read-create

DisplayString

OCTET STRING (0..64)

Shared key for communication with the secondary accounting server.

The shared key is a string of 0 to 64 characters.

When read, this object returns a zero-length string.

hh3cRdPrimAccVpnName (1.3.6.1.4.1.25506.2.13.1.2.1.27)

read-create

DisplayString

OCTET STRING (0..31)

Name of the VPN to which the primary accounting server belongs.

As per the MIB.

hh3cRdSecAccVpnName

(1.3.6.1.4.1.25506.2.13.1.2.1.28)

read-create

DisplayString

OCTET STRING (0..31)

Name of the VPN to which the secondary accounting server belongs.

As per the MIB.

hh3cRdAccNasIpAddrType (1.3.6.1.4.1.25506.2.13.1.2.1.29)

read-create

InetAddressType

Standard MIB values.

Type of the NAS IP addresses for RADIUS accounting packets sent to the RADIUS accounting server.

Not supported.

hh3cRdAccNasIpAddr (1.3.6.1.4.1.25506.2.13.1.2.1.30)

read-create

IpAddress

Standard MIB values.

NAS IPv4 address.

As per the MIB.

hh3cRdAccNasIpv6Addr (1.3.6.1.4.1.25506.2.13.1.2.1.31)

read-create

Ipv6Address

Standard MIB values.

NAS IPv6 address.

As per the MIB.

hh3cRdAccRealTimeUnit

(1.3.6.1.4.1.25506.2.13.1.2.1.32)

read-create

INTEGER

minute(0),

second(1)

Interval for sending real-time accounting packets.

As per the MIB.

 

hh3cRdSecondaryAuthServerTable

About this table

Use this table to configure or obtain secondary RADIUS authentication server settings.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Supported

Supported

Supported

 

Columns

The table indexes are hh3cRdGroupName, hh3cRdSecondaryAuthIpAddrType, hh3cRdSecondaryAuthIpAddr, hh3cRdSecondaryAuthVpnNam, and hh3cRdSecondaryAuthUdpPort.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cRdSecondaryAuthIpAddrType (1.3.6.1.4.1.25506.2.13.1.4.1.1)

not-accessible

InetAddressType

Standard MIB values.

Type of the IP address for a secondary authentication server.

As per the MIB.

hh3cRdSecondaryAuthIpAddr (1.3.6.1.4.1.25506.2.13.1.4.1.2)

not-accessible

InetAddress

OCTET STRING (0..255)

IP address of the secondary authentication server.

As per the MIB.

hh3cRdSecondaryAuthVpnName (1.3.6.1.4.1.25506.2.13.1.4.1.3)

not-accessible

DisplayString

OCTET STRING (0..31)

Name of the VPN to which the secondary authentication server belongs.

As per the MIB.

hh3cRdSecondaryAuthUdpPort (1.3.6.1.4.1.25506.2.13.1.4.1.4)

not-accessible

Integer32

Integer32 (1..65535)

Port number of the secondary authentication server.

As per the MIB.

hh3cRdSecondaryAuthState (1.3.6.1.4.1.25506.2.13.1.4.1.5)

read-create

INTEGER

active(1),

block(2)

Status of the secondary authentication server.

As per the MIB.

hh3cRdSecondaryAuthKey (1.3.6.1.4.1.25506.2.13.1.4.1.6)

read-create

DisplayString

OCTET STRING (0..64)

Shared key for communication with the secondary authentication server.

The shared key is a string of 0 to 64 characters.

When read, this object returns a zero-length string.

hh3cRdSecondaryAuthRowStatus

(1.3.6.1.4.1.25506.2.13.1.4.1.7)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status.

As per the MIB.

 

hh3cRdSecondaryAccServerTable

About this table

Use this table to configure or obtain secondary RADIUS accounting server settings.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Supported

Supported

Supported

 

Columns

The table indexes are hh3cRdAccGroupName, hh3cRdSecondaryAccIpAddrType, hh3cRdSecondaryAccIpAddr, hh3cRdSecondaryAccVpnName, and hh3cRdSecondaryAccUdpPort.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cRdSecondaryAccIpAddrType (1.3.6.1.4.1.25506.2.13.1.5.1.1)

not-accessible

InetAddressType

Standard MIB values.

Type of the IP address for a secondary accounting server.

As per the MIB.

hh3cRdSecondaryAccIpAddr (1.3.6.1.4.1.25506.2.13.1.5.1.2)

not-accessible

InetAddress

OCTET STRING (0..255)

IP address of the secondary accounting server.

As per the MIB.

hh3cRdSecondaryAccVpnName (1.3.6.1.4.1.25506.2.13.1.5.1.3)

not-accessible

DisplayString

OCTET STRING (0..31)

Name of the VPN to which the secondary accounting server belongs.

As per the MIB.

hh3cRdSecondaryAccUdpPort (1.3.6.1.4.1.25506.2.13.1.5.1.4)

not-accessible

Integer32

Integer32 (1..65535)

Port number of the secondary accounting server.

As per the MIB.

hh3cRdSecondaryAccState (1.3.6.1.4.1.25506.2.13.1.5.1.5)

read-create

INTEGER

active(1),

block(2)

Status of the secondary accounting server.

As per the MIB.

hh3cRdSecondaryAccKey (1.3.6.1.4.1.25506.2.13.1.5.1.6)

read-create

DisplayString

OCTET STRING (0..64)

Shared key for communication with the secondary accounting server.

The shared key is a string of 0 to 64 characters.

When read, this object returns a zero-length string.

hh3cRdSecondaryAccRowStatus

(1.3.6.1.4.1.25506.2.13.1.5.1.7)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status.

As per the MIB.

 

hh3cRadiusAccServerTable

About this table

This table collects packet statistics by RADIUS accounting server, which is not implemented by standard MIBs.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

 

Columns

The table index is radiusAccServerIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cRadiusAccClientStartRequests (1.3.6.1.4.1.25506.2.13.2.1.1.1.1)

read-only

Counter32

Standard MIB values.

Number of start-accounting requests sent to the RADIUS server.

As per the MIB.

hh3cRadiusAccClientStartResponses (1.3.6.1.4.1.25506.2.13.2.1.1.1.2)

read-only

Counter32

Standard MIB values.

Number of start-accounting requests received from the RADIUS server.

As per the MIB.

hh3cRadiusAccClientInterimRequests (1.3.6.1.4.1.25506.2.13.2.1.1.1.3)

read-only

Counter32

Standard MIB values.

Number of real-time accounting request sent to the RADIUS server.

As per the MIB.

hh3cRadiusAccClientInterimResponses (1.3.6.1.4.1.25506.2.13.2.1.1.1.4)

read-only

Counter32

Standard MIB values.

Number of real-time accounting requests received from the RADIUS server.

As per the MIB.

hh3cRadiusAccClientStopRequests (1.3.6.1.4.1.25506.2.13.2.1.1.1.5)

read-only

Counter32

Standard MIB values.

Number of stop-accounting request sent to the RADIUS server.

As per the MIB.

hh3cRadiusAccClientStopResponses (1.3.6.1.4.1.25506.2.13.2.1.1.1.6)

read-only

Counter32

Standard MIB values.

Number of stop-accounting requests received from the RADIUS server.

As per the MIB.

 

hh3cRadiusAuthServerTable

About this table

This table collects authentication failure statistics by RADIUS authentication server, which is not implemented by standard MIBs.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

 

Columns

The table index is radiusAuthServerIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cRadiusAuthFailureTimes (1.3.6.1.4.1.25506.2.13.4.1.1.1.1)

read-only

Counter32

Standard MIB values.

Number of authentication failures.

As per the MIB.

hh3cRadiusAuthTimeoutTimes (1.3.6.1.4.1.25506.2.13.4.1.1.1.2)

read-only

Counter32

Standard MIB values.

Number of authentication timeouts.

As per the MIB.

hh3cRadiusAuthRejectTimes (1.3.6.1.4.1.25506.2.13.4.1.1.1.3)

read-only

Counter32

Standard MIB values.

Number of authentication rejections.

As per the MIB.

 

Notifications

hh3cRadiusAuthErrTrap

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.13.3.0.3

Authentication failure alarm threshold crossing.

Informational

N/A

N/A

OFF

 

Description

This notification is generated when the authentication failure ratio reaches the authentication failure alarm threshold.

Status control

ON

CLI: Use the snmp-agent trap enable radius authentication-error-threshold command.

OFF

CLI: Use the undo snmp-agent trap enable radius authentication-error-threshold command.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.2.1.67.1.2.1.1.3.1.2 (radiusAuthServerAddress)

IP address of an authentication server.

Yes

IP Address

Standard MIB values.

1.3.6.1.2.1.67.1.2.1.1.3.1.3 (radiusAuthClientServerPortNumber)

Port number of the authentication server.

Yes

INTEGER

1.. 65535

 

Recommended action

No action is required.

 

hh3cRadiusAuthenticationServerUpTrap

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.13.3.0.4

Authentication server up

Informational

N/A

N/A

OFF

 

Description

This notification is generated when the status of an authentication server changes from blocked to active.

Status control

ON

CLI: Use the snmp-agent trap enable radius authentication-server-up command.

OFF

CLI: Use the undo snmp-agent trap enable radius authentication-server-up command.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.2.1.67.1.2.1.1.3.1.2 (radiusAuthServerAddress)

IP address of an authentication server.

Yes

IP Address

Standard MIB values.

1.3.6.1.2.1.67.1.2.1.1.3.1.3 (radiusAuthClientServerPortNumber)

Port number of the authentication server.

Yes

INTEGER

1.. 65535

 

Recommended action

No action is required.

 

hh3cRadiusAccountingServerUpTrap

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.13.3.0.5

Accounting server up

Informational

N/A

N/A

OFF

 

Description

This notification is generated when the status of an accounting server changes from blocked to active.

Status control

ON

CLI: Use the snmp-agent trap enable radius accounting-server-up command.

OFF

CLI: Use the undo snmp-agent trap enable radius accounting-server-up command.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.2.1.67.2.2.1.1.3.1.2 (radiusAccServerAddress)

IP address of an accounting server.

Yes

IP Address

Standard MIB values.

1.3.6.1.2.1.67.2.2.1.1.3.1.3 (radiusAccClientServerPortNumber)

Port number of the accounting server.

Yes

INTEGER

1.. 65535

 

Recommended action

No action is required.

 

hh3cRadiusAuthenticationServerDownTrap

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.13.3.0.6

Authentication server down

Informational

N/A

N/A

OFF

 

Description

This notification is generated when the status of an authentication server changes from active to blocked.

Status control

ON

CLI: Use the snmp-agent trap enable radius authentication-server-down command.

OFF

CLI: Use the undo snmp-agent trap enable radius authentication-server-down command.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.2.1.67.1.2.1.1.3.1.2 (radiusAuthServerAddress)

IP address of an authentication server.

Yes

IP Address

Standard MIB values.

1.3.6.1.2.1.67.1.2.1.1.3.1.3 (radiusAuthClientServerPortNumber)

Port number of the authentication server.

Yes

INTEGER

1.. 65535

 

Recommended action

No action is required.

 

hh3cRadiusAccountingServerDownTrap

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.13.3.0.7

Accounting server down

Informational

N/A

N/A

OFF

 

Description

This notification is generated when the status of an accounting server changes from active to blocked.

Status control

ON

CLI: Use the snmp-agent trap enable radius accounting-server-down command.

OFF

CLI: Use the undo snmp-agent trap enable radius accounting-server-down command.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.2.1.67.2.2.1.1.3.1.2 (radiusAccServerAddress)

IP address of an accounting server.

Yes

IP Address

Standard MIB values.

1.3.6.1.2.1.67.2.2.1.1.3.1.3 (radiusAccClientServerPortNumber)

Port number of an accounting server.

Yes

INTEGER

1.. 65535

 

Recommended action

No action is required.

 

hh3cRadiusAuthServerDownTrap

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.13.3.1

Authentication server down

Informational

N/A

N/A

OFF

 

Description

This notification is generated when the status of an authentication server changes from active to blocked.

Status control

ON

CLI: Use the snmp-agent trap enable radius authentication-server-down command.

OFF

CLI: Use the undo snmp-agent trap enable radius authentication-server-down command.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.2.1.67.1.2.1.1.3.1.2 (radiusAuthServerAddress)

IP address of an authentication server.

Yes

IP Address

Standard MIB values.

1.3.6.1.2.1.67.1.2.1.1.3.1.3 (radiusAuthClientServerPortNumber)

Port number of the authentication server.

Yes

INTEGER

1.. 65535

1.3.6.1.4.1.25506.2.13.7.1

 (hh3cRadiusServerFirstTrapTime)

Time when the notification was generated.

No

Timeticks

Standard MIB values.

 

Recommended action

No action is required.

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Intelligent Storage
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
  • Technical Blogs
All Support
  • Become A Partner
  • Partner Policy & Program
  • Global Learning
  • Partner Sales Resources
  • Partner Business Management
  • Service Business
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网