"The MIB module for entities implementing the statistics
side of the Remote Access Dialin User Service (RADIUS)
authentication protocol."
- REVISION "0001020000Z"
+ REVISION "0001020000Z"
DESCRIPTION "Experimental Version"
::= { radiusStatistics 1 }
::= { radiusStatMIB 7 }
radiusStatNASEntry OBJECT-TYPE
- SYNTAX RadiusNASStatEntry
+ SYNTAX RadiusStatNASEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry (conceptual row) representing a Network
Access Server"
- INDEX { NASIndex }
+ INDEX { nasIndex }
::= { radiusStatNASTable 1 }
RadiusStatNASEntry ::= SEQUENCE {
- NASIndex Integer32,
- NASAddress IpAddress,
- NASID SnmpAdminString,
- NASLines Counter32,
- NASLinesInUse Counter32,
- NASLinesIdle Counter32,
+ nasIndex Integer32,
+ nasAddress IpAddress,
+ nasID SnmpAdminString,
+ nasLines Counter32,
+ nasLinesInUse Counter32,
+ nasLinesIdle Counter32,
}
-NASIndex OBJECT-TYPE
+nasIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
"A number uniquely identifying each NAS"
::= { radiusStatNASEntry 1 }
-NASAddress OBJECT-TYPE
+nasAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
"The NAS-IP-Address"
::= { radiusStatNASEntry 2 }
-NASID OBJECT-TYPE
+nasID OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
"The NAS-Identifier"
::= { radiusStatNASEntry 3 }
-NASLines OBJECT-TYPE
+nasLines OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
"The number of lines served by the NAS"
::= { radiusStatNASEntry 4 }
-NASLinesInUse OBJECT-TYPE
+nasLinesInUse OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
"The number of lines currently in use on this NAS"
::= { radiusStatNASEntry 5 }
-NASLinesIdle OBJECT-TYPE
+nasLinesIdle OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
radiusStatPortID Integer32,
radiusStatPortFramedAddress IpAddress,
radiusStatPortTotalLogins Counter32,
- radiusStatPortStatus Counter32,
+ radiusStatPortStatus INTEGER,
radiusStatPortStatusDate SnmpAdminString,
radiusStatPortUpTime TimeTicks,
- radiusStatPortLastLogin SnmpAdminString,
+ radiusStatPortLastLoginName SnmpAdminString,
radiusStatPortLastLoginDate SnmpAdminString,
radiusStatPortLastLogoutDate SnmpAdminString,
radiusStatPortIdleTotalTime TimeTicks,