compass-core/mibs/HUAWEI-BRAS-RADIUS-MIB.mib

1876 lines
65 KiB
Plaintext

-- =================================================================
-- Copyright (C) 2005 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description:HUAWEI-BRAS-RADIUS-MIB
-- Reference:
-- Version: V1.0
-- History:
-- v1.1
-- modified by huangjun 2009-12-08
-- =================================================================
HUAWEI-BRAS-RADIUS-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwBRASMib
FROM HUAWEI-MIB
IpAddress, Unsigned32, Integer32, OBJECT-TYPE, MODULE-IDENTITY,NOTIFICATION-TYPE,
MODULE-COMPLIANCE,OBJECT-GROUP,NOTIFICATION-GROUP
FROM SNMPv2-SMI
EnabledStatus
FROM P-BRIDGE-MIB
DisplayString, RowStatus, TruthValue
FROM SNMPv2-TC
Ipv6Address
FROM IPV6-TC;
hwBRASRadius MODULE-IDENTITY
LAST-UPDATED "200504181334Z" -- April 18, 2005 at 13:34 GMT
ORGANIZATION
"
NanJing Institute,Huawei Technologies Co.,Ltd.
HuiHong Mansion,No.91 BaiXia Rd.
NanJing, P.R. of China
Zipcode:210001
Http://www.huawei.com
E-mail:support@huawei.com "
CONTACT-INFO
"The MIB contains objects of module COPS."
DESCRIPTION
"Description."
::= { hwBRASMib 15}
--
-- Node definitions
--
hwRadiusGroupObject OBJECT IDENTIFIER ::= { hwBRASRadius 1 }
hwRadiusGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwRadiusGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Radius Group Table.
"
::= { hwRadiusGroupObject 1 }
hwRadiusGroupEntry OBJECT-TYPE
SYNTAX HwRadiusGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Radius Group Entry.
Radius group table is used to configure the attribute of radius group including some public information of radius group.
Radius group table is uniquely identified by Radius group name which is the key word entered when radius group table is created and cannot be changed.
"
INDEX { hwRadiusGroupName }
::= { hwRadiusGroupTable 1 }
HwRadiusGroupEntry ::=
SEQUENCE {
hwRadiusGroupName
OCTET STRING,
hwRadiusServerKey
OCTET STRING,
hwRadiusServerProtType
INTEGER,
hwRadiusServerRetransmit
Integer32,
hwRadiusServerTimeout
Integer32,
hwRadiusServerAttrTran
TruthValue,
hwRadiusPacketUnit
INTEGER,
hwRadiusDomainInclude
INTEGER,
hwRadiusClassASCar
TruthValue,
hwRadiusAlgorithm
INTEGER,
hwRadiusServerNasPortFmt
OCTET STRING,
hwRadiusGroupRowStatus
RowStatus,
hwRadiusServerSourceInterface
OCTET STRING,
hwRadiusServerNasIpAddress
IpAddress ,
hwRadiusServerCallingStationId
OCTET STRING,
hwRadiusServerCallingStationIdDelimiter
OCTET STRING,
hwRadiusAttributeNoExistPolicy
INTEGER,
hwRadiusServerKeyType
INTEGER
}
hwRadiusGroupName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radius Group name.
"
::= { hwRadiusGroupEntry 1 }
hwRadiusServerKey OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..16))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius Server secret.
"
::= { hwRadiusGroupEntry 2 }
hwRadiusServerProtType OBJECT-TYPE
SYNTAX INTEGER
{
radius(1),
radiusPlus10(2),
radiusPlus11(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius protocol.
"
::= { hwRadiusGroupEntry 3 }
hwRadiusServerRetransmit OBJECT-TYPE
SYNTAX Integer32 (1..5)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Max number of radius packet retransmission.
"
::= { hwRadiusGroupEntry 4 }
hwRadiusServerTimeout OBJECT-TYPE
SYNTAX Integer32 (3..25)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius packet retransmission interval.
"
::= { hwRadiusGroupEntry 5 }
hwRadiusServerAttrTran OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Whether the function of Radius server attribute translation is enabled.
1 indicates that it is enabled.
2 indicates that it is disabled.
"
DEFVAL { false }
::= { hwRadiusGroupEntry 6 }
hwRadiusPacketUnit OBJECT-TYPE
SYNTAX INTEGER
{
byte(1),
kbyte(2),
mbyte(3),
gbyte(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The packet unit of Radius server which is active when the Radius protocol is standard.
"
DEFVAL { byte }
::= { hwRadiusGroupEntry 7 }
hwRadiusDomainInclude OBJECT-TYPE
SYNTAX INTEGER
{
includingDomain(1),
notIncludingDomain(2),
original(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Whether the domain of Radius server is included.
"
DEFVAL { includingdomain }
::= { hwRadiusGroupEntry 8 }
hwRadiusClassASCar OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server regards CLASS as CAR parameter.
"
DEFVAL { false }
::= { hwRadiusGroupEntry 9 }
hwRadiusAlgorithm OBJECT-TYPE
SYNTAX INTEGER
{
masterbackup(1),
shareloading(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Packet sending algorithm of Radius server.
"
DEFVAL { masterbackup }
::= { hwRadiusGroupEntry 10 }
hwRadiusServerNasPortFmt OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius Nas port format string.
"
::= { hwRadiusGroupEntry 11 }
hwRadiusGroupRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Row admin status.
Support add and delete."
::= { hwRadiusGroupEntry 12 }
hwRadiusServerSourceInterface OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..47))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server source interface name.
"
::= { hwRadiusGroupEntry 13 }
hwRadiusServerNasIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server NAS IP address"
::= { hwRadiusGroupEntry 14 }
hwRadiusServerCallingStationId OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..47))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server Calling-station-id"
::= { hwRadiusGroupEntry 15 }
hwRadiusServerCallingStationIdDelimiter OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..47))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server Calling-station-id-Delimiter"
::= { hwRadiusGroupEntry 16 }
hwRadiusAttributeNoExistPolicy OBJECT-TYPE
SYNTAX INTEGER
{
online(1),
offline(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius-attribute qos-profile no-exist-policy."
::= { hwRadiusGroupEntry 17 }
hwRadiusServerKeyType OBJECT-TYPE
SYNTAX INTEGER
{
simple(0),
cipher(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius Server secret type."
::= { hwRadiusGroupEntry 18 }
hwRadiusServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwRadiusServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Radius server group extend table.
"
::= { hwRadiusGroupObject 2 }
hwRadiusServerEntry OBJECT-TYPE
SYNTAX HwRadiusServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { hwRadiusGroupName ,hwRadiusServerIndex,hwRadiusServerType}
::= { hwRadiusServerTable 1 }
HwRadiusServerEntry ::=
SEQUENCE {
hwRadiusServerIndex
Integer32,
hwRadiusServerType
INTEGER,
hwRadiusServerVRF
OCTET STRING,
hwRadiusServerIP
IpAddress,
hwRadiusServerPort
Integer32,
hwRadiusServerWeight
Integer32,
hwRadiusServerSecretKey
OCTET STRING,
hwRadiusServerRowStatus
RowStatus,
hwRadiusServerPktSendNumber
Integer32,
hwRadiusServerPktSendInterval
Integer32,
hwRadiusServerSourceInterfaceEachServer
OCTET STRING,
hwRadiusServerResponses
Unsigned32,
hwRadiusServerSecretKeyType
INTEGER,
hwRadiusServerDeadCount
Integer32,
hwRadiusServerDeadTime
Integer32,
hwRadiusServerDeadInterval
Integer32
}
hwRadiusServerIndex OBJECT-TYPE
SYNTAX Integer32 (0..7)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IP address index of authentication and accounting server, read-only.
"
::= { hwRadiusServerEntry 1 }
hwRadiusServerType OBJECT-TYPE
SYNTAX INTEGER
{
auth(1),
acct(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Type of authentication and accounting server, read-only.
"
::= { hwRadiusServerEntry 2 }
hwRadiusServerVRF OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (1..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"VPN-instance of authentication and accounting server.
"
::= { hwRadiusServerEntry 3 }
hwRadiusServerIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP address of authentication and accounting server which is unnecessary to configure.
"
::= { hwRadiusServerEntry 4}
hwRadiusServerPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Port number of authentication and accounting server. Use the default value, if it is not configured.
"
::= { hwRadiusServerEntry 5 }
hwRadiusServerWeight OBJECT-TYPE
SYNTAX Integer32 (0..100)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Weight of authentication and accounting server, which is unnecessary to configure.
"
::= { hwRadiusServerEntry 6 }
hwRadiusServerSecretKey OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Secret of authentication and accounting server.
"
::= { hwRadiusServerEntry 7 }
hwRadiusServerRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Row admin status,either Add or Del.
Support add and delete.
"
::= { hwRadiusServerEntry 8 }
hwRadiusServerPktSendNumber OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of packets that can be sent
"
::= { hwRadiusServerEntry 9 }
hwRadiusServerPktSendInterval OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The interval for counting the number of sent packets(in sec)
"
::= { hwRadiusServerEntry 10 }
hwRadiusServerSourceInterfaceEachServer OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..1023))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server source interface name
"
::= { hwRadiusServerEntry 11 }
hwRadiusServerResponses OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of RADIUS packets received from this server.
"
::= { hwRadiusServerEntry 12 }
hwRadiusServerSecretKeyType OBJECT-TYPE
SYNTAX INTEGER
{
simple(0),
cipher(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Secret key type of authentication and accounting server.
"
::= { hwRadiusServerEntry 13 }
hwRadiusServerDeadCount OBJECT-TYPE
SYNTAX Integer32 (3..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radius server dead count.
"
::= { hwRadiusServerEntry 14 }
hwRadiusServerDeadTime OBJECT-TYPE
SYNTAX Integer32 (0..60)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radius server dead time.
"
::= { hwRadiusServerEntry 15 }
hwRadiusServerDeadInterval OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radius server dead interval.
"
::= { hwRadiusServerEntry 16 }
hwRadiusClientTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwRadiusClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Configuration table of server client end.
"
::= { hwRadiusGroupObject 3 }
hwRadiusClientEntry OBJECT-TYPE
SYNTAX HwRadiusClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { hwRadiusClientIP, hwRadiusClientVrf }
::= { hwRadiusClientTable 1}
HwRadiusClientEntry ::=
SEQUENCE {
hwRadiusClientIP
IpAddress,
hwRadiusClientVrf
OCTET STRING,
hwRadiusClientKey
OCTET STRING,
hwRadiusClientGroupName
OCTET STRING,
hwRadiusClientRowStatus
RowStatus,
hwRadiusClientKeyType
INTEGER
}
hwRadiusClientIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Client ip address.
"
::= { hwRadiusClientEntry 1 }
hwRadiusClientVrf OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Client vpn instance.
"
::= { hwRadiusClientEntry 2 }
hwRadiusClientKey OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..16))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Client share key.
"
::= { hwRadiusClientEntry 3 }
hwRadiusClientGroupName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Client group name.
"
::= { hwRadiusClientEntry 4 }
hwRadiusClientRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Client row status.
"
::= { hwRadiusClientEntry 5 }
hwRadiusClientKeyType OBJECT-TYPE
SYNTAX INTEGER
{
simple(0),
cipher(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Client share key type.
"
::= { hwRadiusClientEntry 6 }
hwRadiusAuthorServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwRadiusAuthorServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Configuration table of AUTHOR server.
"
::= { hwRadiusGroupObject 4 }
hwRadiusAuthorServerEntry OBJECT-TYPE
SYNTAX HwRadiusAuthorServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { hwRadiusAuthorServerIP, hwRadiusAuthorServerVrf}
::= { hwRadiusAuthorServerTable 1 }
HwRadiusAuthorServerEntry ::=
SEQUENCE {
hwRadiusAuthorServerIP
IpAddress,
hwRadiusAuthorServerVrf
OCTET STRING,
hwRadiusAuthorServerKey
OCTET STRING,
hwRadiusAuthorServerGroupName
OCTET STRING,
hwRadiusAuthorServerRowStatus
RowStatus,
hwRadiusAuthorServerKeyType
INTEGER
}
hwRadiusAuthorServerIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Authorization Server IP address.
"
::= { hwRadiusAuthorServerEntry 1 }
hwRadiusAuthorServerVrf OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Authorization Server VPN instance.
"
::= { hwRadiusAuthorServerEntry 2 }
hwRadiusAuthorServerKey OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..16))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Authorization Server share key.
"
::= { hwRadiusAuthorServerEntry 3 }
hwRadiusAuthorServerGroupName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Authorization Server group name.
"
::= { hwRadiusAuthorServerEntry 4 }
hwRadiusAuthorServerRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Authorization Server row status.
"
::= { hwRadiusAuthorServerEntry 5 }
hwRadiusAuthorServerKeyType OBJECT-TYPE
SYNTAX INTEGER
{
simple(0),
cipher(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Authorization Server share key type.
"
::= { hwRadiusAuthorServerEntry 6 }
hwRadiusSetting OBJECT IDENTIFIER ::= { hwRadiusGroupObject 5 }
hwRadiusSettingEntry OBJECT IDENTIFIER ::= { hwRadiusSetting 1 }
hwEnableSourcePortsExtended OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"To enable one or more ports to be used as the source ports for sending out RADIUS requests,default is 2.
"
::= { hwRadiusSettingEntry 1 }
hwSourcePortsExtendedStartPort OBJECT-TYPE
SYNTAX Integer32 (0|5000..55535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The start port to be used as the source ports for sending out RADIUS requests.
"
::= { hwRadiusSettingEntry 2 }
hwSourcePortsExtendedPortNum OBJECT-TYPE
SYNTAX Integer32 (0|1..32)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of port to be used as the source ports for sending out RADIUS requests.
"
::= { hwRadiusSettingEntry 3 }
hwRadiusResetStatAll OBJECT-TYPE
SYNTAX INTEGER
{
reset(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Reset statistics information of radius sending and receiving packets.
"
::= { hwRadiusSettingEntry 4 }
hwResetRadiusAttrCount OBJECT-TYPE
SYNTAX INTEGER
{
reset(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Reset RADIUS attribute count.
"
::= { hwRadiusSettingEntry 5 }
hwRadiusTotalDeadCount OBJECT-TYPE
SYNTAX Integer32 (3..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server total dead count.
"
::= { hwRadiusSettingEntry 6 }
hwRadiusTotalDeadTime OBJECT-TYPE
SYNTAX Integer32 (0..60)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server total dead time.
"
::= { hwRadiusSettingEntry 7 }
hwRadiusTotalDeadInterval OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server total dead interval.
"
::= { hwRadiusSettingEntry 8 }
hwRadiusStatAuthenIpv4Table OBJECT-TYPE
SYNTAX SEQUENCE OF HwRadiusStatAuthenIpv4Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Authentication packet statistics information for IPv4 radius server.
"
::= { hwRadiusGroupObject 6 }
hwRadiusStatAuthenIpv4Entry OBJECT-TYPE
SYNTAX HwRadiusStatAuthenIpv4Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { hwRadiusStatAuthenIpv4ServerIP, hwRadiusStatAuthenIpv4Vrf }
::= { hwRadiusStatAuthenIpv4Table 1 }
HwRadiusStatAuthenIpv4Entry ::=
SEQUENCE {
hwRadiusStatAuthenIpv4ServerIP
IpAddress,
hwRadiusStatAuthenIpv4Vrf
OCTET STRING,
hwRadiusStatAuthenIpv4Requests
Unsigned32,
hwRadiusStatAuthenIpv4Accepts
Unsigned32,
hwRadiusStatAuthenIpv4Rejects
Unsigned32,
hwRadiusStatAuthenIpv4Retransmissions
Unsigned32,
hwRadiusStatAuthenIpv4Challenges
Unsigned32,
hwRadiusStatAuthenIpv4MalformedResponses
Unsigned32,
hwRadiusStatAuthenIpv4BadAuthenticators
Unsigned32,
hwRadiusStatAuthenIpv4PendingRequests
Unsigned32,
hwRadiusStatAuthenIpv4Timeouts
Unsigned32,
hwRadiusStatAuthenIpv4UnknownTypes
Unsigned32,
hwRadiusStatAuthenIpv4DroppedPackets
Unsigned32
}
hwRadiusStatAuthenIpv4ServerIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radius server IP.
"
::= { hwRadiusStatAuthenIpv4Entry 1 }
hwRadiusStatAuthenIpv4Vrf OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"VPN-instance name.
"
::= { hwRadiusStatAuthenIpv4Entry 2 }
hwRadiusStatAuthenIpv4Requests OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Request packets.
"
::= { hwRadiusStatAuthenIpv4Entry 3 }
hwRadiusStatAuthenIpv4Accepts OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Accept packets.
"
::= { hwRadiusStatAuthenIpv4Entry 4 }
hwRadiusStatAuthenIpv4Rejects OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reject packets.
"
::= { hwRadiusStatAuthenIpv4Entry 5 }
hwRadiusStatAuthenIpv4Retransmissions OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Retransmission packets.
"
::= { hwRadiusStatAuthenIpv4Entry 6 }
hwRadiusStatAuthenIpv4Challenges OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Challenge packets.
"
::= { hwRadiusStatAuthenIpv4Entry 7 }
hwRadiusStatAuthenIpv4MalformedResponses OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Malformed response packets.
"
::= { hwRadiusStatAuthenIpv4Entry 8 }
hwRadiusStatAuthenIpv4BadAuthenticators OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bad packets.
"
::= { hwRadiusStatAuthenIpv4Entry 9 }
hwRadiusStatAuthenIpv4PendingRequests OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Pending packets.
"
::= { hwRadiusStatAuthenIpv4Entry 10 }
hwRadiusStatAuthenIpv4Timeouts OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Timeout packets.
"
::= { hwRadiusStatAuthenIpv4Entry 11 }
hwRadiusStatAuthenIpv4UnknownTypes OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unknown packets.
"
::= { hwRadiusStatAuthenIpv4Entry 12 }
hwRadiusStatAuthenIpv4DroppedPackets OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Dropped packets.
"
::= { hwRadiusStatAuthenIpv4Entry 13 }
hwRadiusStatAcctIpv4Table OBJECT-TYPE
SYNTAX SEQUENCE OF HwRadiusStatAcctIpv4Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Account packet statistics information for IPv4 radius server.
"
::= { hwRadiusGroupObject 7 }
hwRadiusStatAcctIpv4Entry OBJECT-TYPE
SYNTAX HwRadiusStatAcctIpv4Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { hwRadiusStatAcctIpv4ServerIP, hwRadiusStatAcctIpv4Vrf }
::= { hwRadiusStatAcctIpv4Table 1 }
HwRadiusStatAcctIpv4Entry ::=
SEQUENCE {
hwRadiusStatAcctIpv4ServerIP
IpAddress,
hwRadiusStatAcctIpv4Vrf
OCTET STRING,
hwRadiusStatAcctIpv4Requests
Unsigned32,
hwRadiusStatAcctIpv4Responses
Unsigned32,
hwRadiusStatAcctIpv4Retransmissions
Unsigned32,
hwRadiusStatAcctIpv4MalformedResponses
Unsigned32,
hwRadiusStatAcctIpv4BadAuthenticators
Unsigned32,
hwRadiusStatAcctIpv4PendingRequests
Unsigned32,
hwRadiusStatAcctIpv4Timeouts
Unsigned32,
hwRadiusStatAcctIpv4UnknownTypes
Unsigned32,
hwRadiusStatAcctIpv4DroppedPackets
Unsigned32
}
hwRadiusStatAcctIpv4ServerIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radius server IP.
"
::= { hwRadiusStatAcctIpv4Entry 1 }
hwRadiusStatAcctIpv4Vrf OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"VPN-instance name.
"
::= { hwRadiusStatAcctIpv4Entry 2 }
hwRadiusStatAcctIpv4Requests OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Request packets.
"
::= { hwRadiusStatAcctIpv4Entry 3 }
hwRadiusStatAcctIpv4Responses OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Response packets.
"
::= { hwRadiusStatAcctIpv4Entry 4 }
hwRadiusStatAcctIpv4Retransmissions OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Retransmission packets.
"
::= { hwRadiusStatAcctIpv4Entry 5 }
hwRadiusStatAcctIpv4MalformedResponses OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Malformed response packets.
"
::= { hwRadiusStatAcctIpv4Entry 6 }
hwRadiusStatAcctIpv4BadAuthenticators OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bad packets.
"
::= { hwRadiusStatAcctIpv4Entry 7 }
hwRadiusStatAcctIpv4PendingRequests OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Pending packets.
"
::= { hwRadiusStatAcctIpv4Entry 8 }
hwRadiusStatAcctIpv4Timeouts OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Timeout packets.
"
::= { hwRadiusStatAcctIpv4Entry 9 }
hwRadiusStatAcctIpv4UnknownTypes OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unknown packets.
"
::= { hwRadiusStatAcctIpv4Entry 10 }
hwRadiusStatAcctIpv4DroppedPackets OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Dropped packets.
"
::= { hwRadiusStatAcctIpv4Entry 11 }
hwRadiusStatAuthorIpv4Table OBJECT-TYPE
SYNTAX SEQUENCE OF HwRadiusStatAuthorIpv4Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Authorization packet statistics information for IPv4 radius server.
"
::= { hwRadiusGroupObject 8 }
hwRadiusStatAuthorIpv4Entry OBJECT-TYPE
SYNTAX HwRadiusStatAuthorIpv4Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { hwRadiusStatAuthorIpv4ServerType, hwRadiusStatAuthorIpv4ServerIP, hwRadiusStatAuthorIpv4Vrf }
::= { hwRadiusStatAuthorIpv4Table 1 }
HwRadiusStatAuthorIpv4Entry ::=
SEQUENCE {
hwRadiusStatAuthorIpv4ServerType
Integer32,
hwRadiusStatAuthorIpv4ServerIP
IpAddress,
hwRadiusStatAuthorIpv4Vrf
OCTET STRING,
hwRadiusStatAuthorIpv4Requests
Unsigned32,
hwRadiusStatAuthorIpv4Accepts
Unsigned32,
hwRadiusStatAuthorIpv4Rejects
Unsigned32,
hwRadiusStatAuthorIpv4BadAuthenticators
Unsigned32,
hwRadiusStatAuthorIpv4Retransmissions
Unsigned32,
hwRadiusStatAuthorIpv4MalformedResponses
Unsigned32,
hwRadiusStatAuthorIpv4Timeouts
Unsigned32,
hwRadiusStatAuthorIpv4UnknownTypes
Unsigned32,
hwRadiusStatAuthorIpv4DroppedPackets
Unsigned32
}
hwRadiusStatAuthorIpv4ServerType OBJECT-TYPE
SYNTAX Integer32 (1|2)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radius server type.
"
::= { hwRadiusStatAuthorIpv4Entry 1 }
hwRadiusStatAuthorIpv4ServerIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radius server IP.
"
::= { hwRadiusStatAuthorIpv4Entry 2 }
hwRadiusStatAuthorIpv4Vrf OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (1..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"VPN-instance name.
"
::= { hwRadiusStatAuthorIpv4Entry 3 }
hwRadiusStatAuthorIpv4Requests OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Request packets.
"
::= { hwRadiusStatAuthorIpv4Entry 4 }
hwRadiusStatAuthorIpv4Accepts OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Accept packets.
"
::= { hwRadiusStatAuthorIpv4Entry 5 }
hwRadiusStatAuthorIpv4Rejects OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reject packets.
"
::= { hwRadiusStatAuthorIpv4Entry 6 }
hwRadiusStatAuthorIpv4BadAuthenticators OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bad packets.
"
::= { hwRadiusStatAuthorIpv4Entry 7 }
hwRadiusStatAuthorIpv4Retransmissions OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Retransmission packets.
"
::= { hwRadiusStatAuthorIpv4Entry 8 }
hwRadiusStatAuthorIpv4MalformedResponses OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Malformed response packets.
"
::= { hwRadiusStatAuthorIpv4Entry 9 }
hwRadiusStatAuthorIpv4Timeouts OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Timeout packets.
"
::= { hwRadiusStatAuthorIpv4Entry 10 }
hwRadiusStatAuthorIpv4UnknownTypes OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unknown packets.
"
::= { hwRadiusStatAuthorIpv4Entry 11 }
hwRadiusStatAuthorIpv4DroppedPackets OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Dropped packets.
"
::= { hwRadiusStatAuthorIpv4Entry 12 }
hwRadiusStatAuthenIpv6Table OBJECT-TYPE
SYNTAX SEQUENCE OF HwRadiusStatAuthenIpv6Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Authentication packet statistics information for IPv4 radius server.
"
::= { hwRadiusGroupObject 9 }
hwRadiusStatAuthenIpv6Entry OBJECT-TYPE
SYNTAX HwRadiusStatAuthenIpv6Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { hwRadiusStatAuthenIpv6ServerIP}
::= { hwRadiusStatAuthenIpv6Table 1 }
HwRadiusStatAuthenIpv6Entry ::=
SEQUENCE {
hwRadiusStatAuthenIpv6ServerIP
Ipv6Address,
hwRadiusStatAuthenIpv6Requests
Unsigned32,
hwRadiusStatAuthenIpv6Accepts
Unsigned32,
hwRadiusStatAuthenIpv6Rejects
Unsigned32,
hwRadiusStatAuthenIpv6Retransmissions
Unsigned32,
hwRadiusStatAuthenIpv6Challenges
Unsigned32,
hwRadiusStatAuthenIpv6MalformedResponses
Unsigned32,
hwRadiusStatAuthenIpv6BadAuthenticators
Unsigned32,
hwRadiusStatAuthenIpv6PendingRequests
Unsigned32,
hwRadiusStatAuthenIpv6Timeouts
Unsigned32,
hwRadiusStatAuthenIpv6UnknownTypes
Unsigned32,
hwRadiusStatAuthenIpv6DroppedPackets
Unsigned32
}
hwRadiusStatAuthenIpv6ServerIP OBJECT-TYPE
SYNTAX Ipv6Address
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radius server IP.
"
::= { hwRadiusStatAuthenIpv6Entry 1 }
hwRadiusStatAuthenIpv6Requests OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Request packets.
"
::= { hwRadiusStatAuthenIpv6Entry 3 }
hwRadiusStatAuthenIpv6Accepts OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Accept packets.
"
::= { hwRadiusStatAuthenIpv6Entry 4 }
hwRadiusStatAuthenIpv6Rejects OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reject packets.
"
::= { hwRadiusStatAuthenIpv6Entry 5 }
hwRadiusStatAuthenIpv6Retransmissions OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Retransmission packets.
"
::= { hwRadiusStatAuthenIpv6Entry 6 }
hwRadiusStatAuthenIpv6Challenges OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Challenge packets.
"
::= { hwRadiusStatAuthenIpv6Entry 7 }
hwRadiusStatAuthenIpv6MalformedResponses OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Malformed response packets.
"
::= { hwRadiusStatAuthenIpv6Entry 8 }
hwRadiusStatAuthenIpv6BadAuthenticators OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bad packets.
"
::= { hwRadiusStatAuthenIpv6Entry 9 }
hwRadiusStatAuthenIpv6PendingRequests OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Pending packets.
"
::= { hwRadiusStatAuthenIpv6Entry 10 }
hwRadiusStatAuthenIpv6Timeouts OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Timeout packets.
"
::= { hwRadiusStatAuthenIpv6Entry 11 }
hwRadiusStatAuthenIpv6UnknownTypes OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unknown packets.
"
::= { hwRadiusStatAuthenIpv6Entry 12 }
hwRadiusStatAuthenIpv6DroppedPackets OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Dropped packets.
"
::= { hwRadiusStatAuthenIpv6Entry 13 }
hwRadiusStatAcctIpv6Table OBJECT-TYPE
SYNTAX SEQUENCE OF HwRadiusStatAcctIpv6Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Account packet statistics information for IPv4 radius server.
"
::= { hwRadiusGroupObject 10 }
hwRadiusStatAcctIpv6Entry OBJECT-TYPE
SYNTAX HwRadiusStatAcctIpv6Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { hwRadiusStatAcctIpv6ServerIP }
::= { hwRadiusStatAcctIpv6Table 1 }
HwRadiusStatAcctIpv6Entry ::=
SEQUENCE {
hwRadiusStatAcctIpv6ServerIP
Ipv6Address,
hwRadiusStatAcctIpv6Requests
Unsigned32,
hwRadiusStatAcctIpv6Responses
Unsigned32,
hwRadiusStatAcctIpv6Retransmissions
Unsigned32,
hwRadiusStatAcctIpv6MalformedResponses
Unsigned32,
hwRadiusStatAcctIpv6BadAuthenticators
Unsigned32,
hwRadiusStatAcctIpv6PendingRequests
Unsigned32,
hwRadiusStatAcctIpv6Timeouts
Unsigned32,
hwRadiusStatAcctIpv6UnknownTypes
Unsigned32,
hwRadiusStatAcctIpv6DroppedPackets
Unsigned32
}
hwRadiusStatAcctIpv6ServerIP OBJECT-TYPE
SYNTAX Ipv6Address
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radius server IP.
"
::= { hwRadiusStatAcctIpv6Entry 1 }
hwRadiusStatAcctIpv6Requests OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Request packets.
"
::= { hwRadiusStatAcctIpv6Entry 3 }
hwRadiusStatAcctIpv6Responses OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Response packets.
"
::= { hwRadiusStatAcctIpv6Entry 4 }
hwRadiusStatAcctIpv6Retransmissions OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Retransmission packets.
"
::= { hwRadiusStatAcctIpv6Entry 5 }
hwRadiusStatAcctIpv6MalformedResponses OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Malformed response packets.
"
::= { hwRadiusStatAcctIpv6Entry 6 }
hwRadiusStatAcctIpv6BadAuthenticators OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bad packets.
"
::= { hwRadiusStatAcctIpv6Entry 7 }
hwRadiusStatAcctIpv6PendingRequests OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Pending packets.
"
::= { hwRadiusStatAcctIpv6Entry 8 }
hwRadiusStatAcctIpv6Timeouts OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Timeout packets.
"
::= { hwRadiusStatAcctIpv6Entry 9 }
hwRadiusStatAcctIpv6UnknownTypes OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unknown packets.
"
::= { hwRadiusStatAcctIpv6Entry 10 }
hwRadiusStatAcctIpv6DroppedPackets OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Dropped packets.
"
::= { hwRadiusStatAcctIpv6Entry 11 }
hwRadiusAttrCountTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwRadiusAttrCountEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Radius attribute count table.
"
::= { hwRadiusGroupObject 11 }
hwRadiusAttrCountEntry OBJECT-TYPE
SYNTAX HwRadiusAttrCountEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { hwAttributeName }
::= { hwRadiusAttrCountTable 1 }
HwRadiusAttrCountEntry ::=
SEQUENCE {
hwAttributeName
DisplayString,
hwAuthRequestPacketNum
Integer32,
hwAuthAcceptPacketNum
Integer32,
hwAuthRejectPacketNum
Integer32,
hwAcctRequestPacketNum
Integer32,
hwAcctResponsePacketNum
Integer32,
hwCOARequestPacketNum
Integer32,
hwCOAAcknowledgePacketNum
Integer32,
hwDMRequestPacketNum
Integer32,
hwDMAcknowledgePacketNum
Integer32
}
hwAttributeName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The attribute name.
"
::= { hwRadiusAttrCountEntry 1 }
hwAuthRequestPacketNum OBJECT-TYPE
SYNTAX Integer32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attribute in authentication request packet.
"
::= { hwRadiusAttrCountEntry 2 }
hwAuthAcceptPacketNum OBJECT-TYPE
SYNTAX Integer32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attribute in authentication accept packet.
"
::= { hwRadiusAttrCountEntry 3 }
hwAuthRejectPacketNum OBJECT-TYPE
SYNTAX Integer32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attribute in authentication reject packet.
"
::= { hwRadiusAttrCountEntry 4 }
hwAcctRequestPacketNum OBJECT-TYPE
SYNTAX Integer32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attribute in accounting request packet.
"
::= { hwRadiusAttrCountEntry 5 }
hwAcctResponsePacketNum OBJECT-TYPE
SYNTAX Integer32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attribute in accounting response packet.
"
::= { hwRadiusAttrCountEntry 6 }
hwCOARequestPacketNum OBJECT-TYPE
SYNTAX Integer32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attribute in COA request packet.
"
::= { hwRadiusAttrCountEntry 7 }
hwCOAAcknowledgePacketNum OBJECT-TYPE
SYNTAX Integer32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attribute in COA acknowledge packet.
"
::= { hwRadiusAttrCountEntry 8 }
hwDMRequestPacketNum OBJECT-TYPE
SYNTAX Integer32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attribute in DM request packet.
"
::= { hwRadiusAttrCountEntry 9 }
hwDMAcknowledgePacketNum OBJECT-TYPE
SYNTAX Integer32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of attribute in DM acknowledge packet.
"
::= { hwRadiusAttrCountEntry 10 }
---Radius server up/down trap
hwRadiusMIBTrap OBJECT IDENTIFIER ::= { hwBRASRadius 2 }
hwRadiusTrapObject OBJECT IDENTIFIER ::= { hwRadiusMIBTrap 1 }
hwStateChangeServerIp OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"IP address of authentication or accounting server which state is changed.
"
::= { hwRadiusTrapObject 1 }
hwStateChangeServerVrf OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (1..31))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
" VPN-instance of authentication or accounting server which state is changed.
"
::= { hwRadiusTrapObject 2 }
hwRadiusTrapsDefine OBJECT IDENTIFIER ::= { hwRadiusMIBTrap 2 }
hwRadiusServerTraps OBJECT IDENTIFIER ::= { hwRadiusTrapsDefine 1 }
hwRadiusAuthServerUp NOTIFICATION-TYPE
OBJECTS { hwStateChangeServerIp,hwStateChangeServerVrf }
STATUS current
DESCRIPTION
"
1 Notice/Trap name: Radius authentication server up
2 Notice/Trap generation cause: Radius authentication server up
3 Repair suggestions:
Check radius authentication server status .
"
::= { hwRadiusServerTraps 1 }
hwRadiusAuthServerDown NOTIFICATION-TYPE
OBJECTS { hwStateChangeServerIp,hwStateChangeServerVrf }
STATUS current
DESCRIPTION
"
1 Notice/Trap name: Radius authentication server down
2 Notice/Trap generation cause: Radius authentication server down
3 Repair suggestions:
Check radius authentication server status .
"
::= { hwRadiusServerTraps 2 }
hwRadiusAcctServerUp NOTIFICATION-TYPE
OBJECTS { hwStateChangeServerIp,hwStateChangeServerVrf }
STATUS current
DESCRIPTION
"
1 Notice/Trap name: Radius accounting server up
2 Notice/Trap generation cause: Radius accounting server up
3 Repair suggestions:
Check radius accounting server status .
"
::= { hwRadiusServerTraps 3 }
hwRadiusAcctServerDown NOTIFICATION-TYPE
OBJECTS { hwStateChangeServerIp,hwStateChangeServerVrf }
STATUS current
DESCRIPTION
"
1 Notice/Trap name: Radius accounting server down
2 Notice/Trap generation cause: Radius accounting server down
3 Repair suggestions:
Check radius accounting server status .
"
::= { hwRadiusServerTraps 4 }
-- ============== conformance information ==============
hwRadiusConformance OBJECT IDENTIFIER ::= { hwBRASRadius 3 }
hwRadiusCompliances OBJECT IDENTIFIER ::= { hwRadiusConformance 1 }
hwRadiusCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for systems supporting
the this module."
MODULE -- this module
MANDATORY-GROUPS {hwRadiusGroupGroup, hwRadiusServerGroup,
hwRadiusClientGroup, hwRadiusAuthorServerGroup,
hwRadiusSettingGroup, hwRadiusTrapObjectGroup, hwRadiusTrapsDefineGroup }
::= { hwRadiusCompliances 1 }
-- ============== groups ==============
hwRadiusGroups OBJECT IDENTIFIER ::= { hwRadiusConformance 2 }
hwRadiusGroupGroup OBJECT-GROUP
OBJECTS {
hwRadiusGroupName,
hwRadiusServerKey,
hwRadiusServerProtType,
hwRadiusServerRetransmit,
hwRadiusServerTimeout,
hwRadiusServerAttrTran,
hwRadiusPacketUnit,
hwRadiusDomainInclude,
hwRadiusClassASCar,
hwRadiusAlgorithm,
hwRadiusServerNasPortFmt,
hwRadiusGroupRowStatus,
hwRadiusServerSourceInterface,
hwRadiusServerNasIpAddress ,
hwRadiusServerCallingStationId,
hwRadiusServerCallingStationIdDelimiter,
hwRadiusAttributeNoExistPolicy
}
STATUS current
DESCRIPTION
"The radius group."
::= { hwRadiusGroups 1 }
hwRadiusServerGroup OBJECT-GROUP
OBJECTS {
hwRadiusServerIndex,
hwRadiusServerType,
hwRadiusServerVRF,
hwRadiusServerIP,
hwRadiusServerPort,
hwRadiusServerWeight,
hwRadiusServerSecretKey,
hwRadiusServerRowStatus,
hwRadiusServerPktSendNumber,
hwRadiusServerPktSendInterval,
hwRadiusServerSourceInterfaceEachServer,
hwRadiusServerResponses,
hwRadiusServerSecretKeyType,
hwRadiusServerDeadCount,
hwRadiusServerDeadTime,
hwRadiusServerDeadInterval
}
STATUS current
DESCRIPTION
"The Radius Server group."
::= { hwRadiusGroups 2 }
hwRadiusClientGroup OBJECT-GROUP
OBJECTS {
hwRadiusClientIP,
hwRadiusClientVrf,
hwRadiusClientKey,
hwRadiusClientGroupName,
hwRadiusClientRowStatus
}
STATUS current
DESCRIPTION
"The Radius Client group."
::= { hwRadiusGroups 3 }
hwRadiusAuthorServerGroup OBJECT-GROUP
OBJECTS {
hwRadiusAuthorServerIP,
hwRadiusAuthorServerVrf,
hwRadiusAuthorServerKey,
hwRadiusAuthorServerGroupName,
hwRadiusAuthorServerRowStatus
}
STATUS current
DESCRIPTION
"The Radius Author Server group."
::= { hwRadiusGroups 4 }
hwRadiusSettingGroup OBJECT-GROUP
OBJECTS {
hwEnableSourcePortsExtended,
hwSourcePortsExtendedStartPort,
hwSourcePortsExtendedPortNum
}
STATUS current
DESCRIPTION
"The common setting of Radius server."
::= { hwRadiusGroups 5 }
hwRadiusTrapObjectGroup OBJECT-GROUP
OBJECTS {
hwStateChangeServerIp,
hwStateChangeServerVrf
}
STATUS current
DESCRIPTION
"The Radius Trap Object group."
::= { hwRadiusGroups 6 }
hwRadiusTrapsDefineGroup NOTIFICATION-GROUP
NOTIFICATIONS {
hwRadiusAuthServerUp,
hwRadiusAuthServerDown,
hwRadiusAcctServerUp,
hwRadiusAcctServerDown
}
STATUS current
DESCRIPTION
"The Radius Traps Define group."
::= { hwRadiusGroups 7 }
-- ============== conformance information define end ==============
END