Blame mibs/ietf/RADIUS-ACC-SERVER-MIB

Packit 022b05
RADIUS-ACC-SERVER-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
       MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY,
Packit 022b05
       Counter32, Integer32,
Packit 022b05
       IpAddress, TimeTicks, mib-2      FROM SNMPv2-SMI
Packit 022b05
       SnmpAdminString                  FROM SNMP-FRAMEWORK-MIB
Packit 022b05
       InetAddressType, InetAddress     FROM INET-ADDRESS-MIB
Packit 022b05
       MODULE-COMPLIANCE, OBJECT-GROUP  FROM SNMPv2-CONF;
Packit 022b05
Packit 022b05
radiusAccServMIB MODULE-IDENTITY
Packit 022b05
       LAST-UPDATED "200608210000Z"  -- 21 August 2006
Packit 022b05
       ORGANIZATION "IETF RADIUS Extensions Working Group."
Packit 022b05
       CONTACT-INFO
Packit 022b05
              " Bernard Aboba
Packit 022b05
                Microsoft
Packit 022b05
                One Microsoft Way
Packit 022b05
                Redmond, WA  98052
Packit 022b05
                US
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                Phone: +1 425 936 6605
Packit 022b05
                EMail: bernarda@microsoft.com"
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The MIB module for entities implementing the server
Packit 022b05
              side of the Remote Authentication Dial-In User
Packit 022b05
              Service (RADIUS) accounting protocol.  Copyright (C)
Packit 022b05
              The Internet Society (2006).  This version of this
Packit 022b05
              MIB module is part of RFC 4671; see the RFC itself
Packit 022b05
              for full legal notices."
Packit 022b05
       REVISION "200608210000Z"  -- 21 August 2006
Packit 022b05
       DESCRIPTION
Packit 022b05
             "Revised version as published in RFC 4671.  This
Packit 022b05
              version obsoletes that of RFC 2621 by deprecating
Packit 022b05
              the MIB table containing IPv4-only address formats
Packit 022b05
              and defining a new table to add support for version-
Packit 022b05
              neutral IP address formats.  The remaining MIB objects
Packit 022b05
              from RFC 2621 are carried forward into this version."
Packit 022b05
       REVISION "199906110000Z"    -- 11 Jun 1999
Packit 022b05
       DESCRIPTION "Initial version as published in RFC 2621."
Packit 022b05
       ::= { radiusAccounting 1 }
Packit 022b05
Packit 022b05
radiusMIB  OBJECT-IDENTITY
Packit 022b05
       STATUS  current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The OID assigned to RADIUS MIB work by the IANA."
Packit 022b05
       ::= { mib-2 67 }
Packit 022b05
Packit 022b05
radiusAccounting  OBJECT IDENTIFIER ::= {radiusMIB 2}
Packit 022b05
Packit 022b05
radiusAccServMIBObjects  OBJECT IDENTIFIER
Packit 022b05
      ::= { radiusAccServMIB 1 }
Packit 022b05
Packit 022b05
radiusAccServ  OBJECT IDENTIFIER
Packit 022b05
      ::= { radiusAccServMIBObjects 1 }
Packit 022b05
Packit 022b05
radiusAccServIdent OBJECT-TYPE
Packit 022b05
       SYNTAX      SnmpAdminString
Packit 022b05
       MAX-ACCESS  read-only
Packit 022b05
       STATUS      current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The implementation identification string for the
Packit 022b05
              RADIUS accounting server software in use on the
Packit 022b05
              system, for example, 'FNS-2.1'."
Packit 022b05
       ::= {radiusAccServ 1}
Packit 022b05
Packit 022b05
radiusAccServUpTime OBJECT-TYPE
Packit 022b05
       SYNTAX      TimeTicks
Packit 022b05
       MAX-ACCESS  read-only
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       STATUS      current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "If the server has a persistent state (e.g., a
Packit 022b05
              process), this value will be the time elapsed (in
Packit 022b05
              hundredths of a second) since the server process was
Packit 022b05
              started.  For software without persistent state, this
Packit 022b05
              value will be zero."
Packit 022b05
       ::= {radiusAccServ 2}
Packit 022b05
Packit 022b05
radiusAccServResetTime OBJECT-TYPE
Packit 022b05
       SYNTAX      TimeTicks
Packit 022b05
       MAX-ACCESS  read-only
Packit 022b05
       STATUS      current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "If the server has a persistent state (e.g., a process)
Packit 022b05
              and supports a 'reset' operation (e.g., can be told to
Packit 022b05
              re-read configuration files), this value will be the
Packit 022b05
              time elapsed (in hundredths of a second) since the
Packit 022b05
              server was 'reset.'  For software that does not
Packit 022b05
              have persistence or does not support a 'reset'
Packit 022b05
              operation, this value will be zero."
Packit 022b05
       ::= {radiusAccServ 3}
Packit 022b05
Packit 022b05
radiusAccServConfigReset OBJECT-TYPE
Packit 022b05
       SYNTAX INTEGER { other(1),
Packit 022b05
                        reset(2),
Packit 022b05
                        initializing(3),
Packit 022b05
                        running(4)}
Packit 022b05
       MAX-ACCESS  read-write
Packit 022b05
       STATUS      current
Packit 022b05
       DESCRIPTION
Packit 022b05
              "Status/action object to reinitialize any persistent
Packit 022b05
               server state.  When set to reset(2), any persistent
Packit 022b05
               server state (such as a process) is reinitialized as
Packit 022b05
               if the server had just been started.  This value will
Packit 022b05
               never be returned by a read operation.  When read,
Packit 022b05
               one of the following values will be returned:
Packit 022b05
                   other(1) - server in some unknown state;
Packit 022b05
                   initializing(3) - server (re)initializing;
Packit 022b05
                   running(4) - server currently running."
Packit 022b05
       ::= {radiusAccServ 4}
Packit 022b05
Packit 022b05
radiusAccServTotalRequests OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             "The number of packets received on the
Packit 022b05
              accounting port."
Packit 022b05
       REFERENCE "RFC 2866 section 4.1"
Packit 022b05
       ::= { radiusAccServ 5 }
Packit 022b05
Packit 022b05
radiusAccServTotalInvalidRequests OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS Accounting-Request packets
Packit 022b05
              received from unknown addresses."
Packit 022b05
       REFERENCE "RFC 2866 sections 2, 4.1"
Packit 022b05
       ::= { radiusAccServ 6 }
Packit 022b05
Packit 022b05
radiusAccServTotalDupRequests OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of duplicate RADIUS Accounting-Request
Packit 022b05
              packets received."
Packit 022b05
       REFERENCE "RFC 2866 section 4.1"
Packit 022b05
       ::= { radiusAccServ 7 }
Packit 022b05
Packit 022b05
radiusAccServTotalResponses OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS Accounting-Response packets
Packit 022b05
              sent."
Packit 022b05
       REFERENCE "RFC 2866 section 4.2"
Packit 022b05
       ::= { radiusAccServ 8 }
Packit 022b05
Packit 022b05
radiusAccServTotalMalformedRequests OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of malformed RADIUS Accounting-Request
Packit 022b05
              packets received.  Bad authenticators or unknown
Packit 022b05
              types are not included as malformed Access-Requests."
Packit 022b05
       REFERENCE "RFC 2866 section 3"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       ::= { radiusAccServ 9 }
Packit 022b05
Packit 022b05
radiusAccServTotalBadAuthenticators OBJECT-TYPE
Packit 022b05
      SYNTAX Counter32
Packit 022b05
      UNITS "packets"
Packit 022b05
      MAX-ACCESS read-only
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
            "The number of RADIUS Accounting-Request packets
Packit 022b05
             that contained an invalid authenticator."
Packit 022b05
      REFERENCE "RFC 2866 section 3"
Packit 022b05
      ::= { radiusAccServ 10 }
Packit 022b05
Packit 022b05
radiusAccServTotalPacketsDropped OBJECT-TYPE
Packit 022b05
      SYNTAX Counter32
Packit 022b05
      UNITS "packets"
Packit 022b05
      MAX-ACCESS read-only
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
            "The number of incoming packets silently discarded
Packit 022b05
             for a reason other than malformed, bad authenticators,
Packit 022b05
             or unknown types."
Packit 022b05
      REFERENCE "RFC 2866 section 3"
Packit 022b05
      ::= { radiusAccServ 11 }
Packit 022b05
Packit 022b05
radiusAccServTotalNoRecords OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS Accounting-Request packets
Packit 022b05
              that were received and responded to but not
Packit 022b05
              recorded."
Packit 022b05
       ::= { radiusAccServ 12 }
Packit 022b05
Packit 022b05
radiusAccServTotalUnknownTypes OBJECT-TYPE
Packit 022b05
      SYNTAX Counter32
Packit 022b05
      UNITS "packets"
Packit 022b05
      MAX-ACCESS read-only
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
            "The number of RADIUS packets of unknown type that
Packit 022b05
             were received."
Packit 022b05
      REFERENCE "RFC 2866 section 4"
Packit 022b05
      ::= { radiusAccServ 13 }
Packit 022b05
Packit 022b05
radiusAccClientTable OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       SYNTAX     SEQUENCE OF RadiusAccClientEntry
Packit 022b05
       MAX-ACCESS not-accessible
Packit 022b05
       STATUS     deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The (conceptual) table listing the RADIUS accounting
Packit 022b05
              clients with which the server shares a secret."
Packit 022b05
       ::= { radiusAccServ 14 }
Packit 022b05
Packit 022b05
radiusAccClientEntry OBJECT-TYPE
Packit 022b05
       SYNTAX     RadiusAccClientEntry
Packit 022b05
       MAX-ACCESS not-accessible
Packit 022b05
       STATUS     deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "An entry (conceptual row) representing a RADIUS
Packit 022b05
              accounting client with which the server shares a
Packit 022b05
              secret."
Packit 022b05
       INDEX      { radiusAccClientIndex }
Packit 022b05
       ::= { radiusAccClientTable 1 }
Packit 022b05
Packit 022b05
RadiusAccClientEntry ::= SEQUENCE {
Packit 022b05
       radiusAccClientIndex                           Integer32,
Packit 022b05
       radiusAccClientAddress                         IpAddress,
Packit 022b05
       radiusAccClientID                        SnmpAdminString,
Packit 022b05
       radiusAccServPacketsDropped                    Counter32,
Packit 022b05
       radiusAccServRequests                          Counter32,
Packit 022b05
       radiusAccServDupRequests                       Counter32,
Packit 022b05
       radiusAccServResponses                         Counter32,
Packit 022b05
       radiusAccServBadAuthenticators                 Counter32,
Packit 022b05
       radiusAccServMalformedRequests                 Counter32,
Packit 022b05
       radiusAccServNoRecords                         Counter32,
Packit 022b05
       radiusAccServUnknownTypes                      Counter32
Packit 022b05
}
Packit 022b05
Packit 022b05
radiusAccClientIndex OBJECT-TYPE
Packit 022b05
       SYNTAX     Integer32 (1..2147483647)
Packit 022b05
       MAX-ACCESS not-accessible
Packit 022b05
       STATUS     deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "A number uniquely identifying each RADIUS accounting
Packit 022b05
              client with which this server communicates."
Packit 022b05
       ::= { radiusAccClientEntry 1 }
Packit 022b05
Packit 022b05
radiusAccClientAddress OBJECT-TYPE
Packit 022b05
       SYNTAX     IpAddress
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS     deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The NAS-IP-Address of the RADIUS accounting client
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
              referred to in this table entry."
Packit 022b05
       ::= { radiusAccClientEntry 2 }
Packit 022b05
Packit 022b05
radiusAccClientID OBJECT-TYPE
Packit 022b05
       SYNTAX     SnmpAdminString
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS     deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The NAS-Identifier of the RADIUS accounting client
Packit 022b05
              referred to in this table entry.  This is not
Packit 022b05
              necessarily the same as sysName in MIB II."
Packit 022b05
       REFERENCE "RFC 2865 section 5.32"
Packit 022b05
       ::= { radiusAccClientEntry 3 }
Packit 022b05
Packit 022b05
-- Server Counters
Packit 022b05
--
Packit 022b05
-- Requests - DupRequests - BadAuthenticators - MalformedRequests -
Packit 022b05
-- UnknownTypes -  PacketsDropped - Responses = Pending
Packit 022b05
--
Packit 022b05
-- Requests - DupRequests - BadAuthenticators - MalformedRequests -
Packit 022b05
-- UnknownTypes - PacketsDropped - NoRecords = entries logged
Packit 022b05
Packit 022b05
radiusAccServPacketsDropped OBJECT-TYPE
Packit 022b05
      SYNTAX Counter32
Packit 022b05
      UNITS "packets"
Packit 022b05
      MAX-ACCESS read-only
Packit 022b05
      STATUS deprecated
Packit 022b05
      DESCRIPTION
Packit 022b05
           "The number of incoming packets received
Packit 022b05
            from this client and silently discarded
Packit 022b05
            for a reason other than malformed, bad
Packit 022b05
            authenticators, or unknown types."
Packit 022b05
     REFERENCE "RFC 2866 section 3"
Packit 022b05
     ::= { radiusAccClientEntry  4 }
Packit 022b05
Packit 022b05
radiusAccServRequests OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of packets received from this
Packit 022b05
              client on the accounting port."
Packit 022b05
       REFERENCE "RFC 2866 section 4.1"
Packit 022b05
       ::= { radiusAccClientEntry  5 }
Packit 022b05
Packit 022b05
radiusAccServDupRequests OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of duplicate RADIUS Accounting-Request
Packit 022b05
              packets received from this client."
Packit 022b05
       REFERENCE "RFC 2866 section 4.1"
Packit 022b05
       ::= { radiusAccClientEntry 6 }
Packit 022b05
Packit 022b05
radiusAccServResponses OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS Accounting-Response packets
Packit 022b05
              sent to this client."
Packit 022b05
       REFERENCE "RFC 2866 section 4.2"
Packit 022b05
       ::= { radiusAccClientEntry  7 }
Packit 022b05
Packit 022b05
radiusAccServBadAuthenticators OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS Accounting-Request packets
Packit 022b05
              that contained invalid authenticators received
Packit 022b05
              from this client."
Packit 022b05
       REFERENCE "RFC 2866 section 3"
Packit 022b05
       ::= { radiusAccClientEntry  8 }
Packit 022b05
Packit 022b05
radiusAccServMalformedRequests OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of malformed RADIUS Accounting-Request
Packit 022b05
              packets that were received from this client.
Packit 022b05
              Bad authenticators and unknown types
Packit 022b05
              are not included as malformed Accounting-Requests."
Packit 022b05
       REFERENCE "RFC 2866 section 3"
Packit 022b05
       ::= { radiusAccClientEntry  9 }
Packit 022b05
Packit 022b05
radiusAccServNoRecords OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS Accounting-Request packets
Packit 022b05
              that were received and responded to but not
Packit 022b05
              recorded."
Packit 022b05
       ::= { radiusAccClientEntry  10 }
Packit 022b05
Packit 022b05
radiusAccServUnknownTypes OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS packets of unknown type that
Packit 022b05
              were received from this client."
Packit 022b05
       REFERENCE "RFC 2866 section 4"
Packit 022b05
       ::= { radiusAccClientEntry  11 }
Packit 022b05
Packit 022b05
Packit 022b05
-- New MIB objects added in this revision
Packit 022b05
Packit 022b05
radiusAccClientExtTable OBJECT-TYPE
Packit 022b05
       SYNTAX     SEQUENCE OF RadiusAccClientExtEntry
Packit 022b05
       MAX-ACCESS not-accessible
Packit 022b05
       STATUS     current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The (conceptual) table listing the RADIUS accounting
Packit 022b05
              clients with which the server shares a secret."
Packit 022b05
       ::= { radiusAccServ 15 }
Packit 022b05
Packit 022b05
radiusAccClientExtEntry OBJECT-TYPE
Packit 022b05
       SYNTAX     RadiusAccClientExtEntry
Packit 022b05
       MAX-ACCESS not-accessible
Packit 022b05
       STATUS     current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "An entry (conceptual row) representing a RADIUS
Packit 022b05
              accounting client with which the server shares a
Packit 022b05
              secret."
Packit 022b05
       INDEX      { radiusAccClientExtIndex }
Packit 022b05
       ::= { radiusAccClientExtTable 1 }
Packit 022b05
Packit 022b05
RadiusAccClientExtEntry ::= SEQUENCE {
Packit 022b05
       radiusAccClientExtIndex               Integer32,
Packit 022b05
       radiusAccClientInetAddressType        InetAddressType,
Packit 022b05
       radiusAccClientInetAddress            InetAddress,
Packit 022b05
       radiusAccClientExtID                  SnmpAdminString,
Packit 022b05
       radiusAccServExtPacketsDropped        Counter32,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       radiusAccServExtRequests              Counter32,
Packit 022b05
       radiusAccServExtDupRequests           Counter32,
Packit 022b05
       radiusAccServExtResponses             Counter32,
Packit 022b05
       radiusAccServExtBadAuthenticators     Counter32,
Packit 022b05
       radiusAccServExtMalformedRequests     Counter32,
Packit 022b05
       radiusAccServExtNoRecords             Counter32,
Packit 022b05
       radiusAccServExtUnknownTypes          Counter32,
Packit 022b05
       radiusAccServerCounterDiscontinuity   TimeTicks
Packit 022b05
}
Packit 022b05
Packit 022b05
radiusAccClientExtIndex OBJECT-TYPE
Packit 022b05
       SYNTAX     Integer32 (1..2147483647)
Packit 022b05
       MAX-ACCESS not-accessible
Packit 022b05
       STATUS     current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "A number uniquely identifying each RADIUS accounting
Packit 022b05
              client with which this server communicates."
Packit 022b05
       ::= { radiusAccClientExtEntry 1 }
Packit 022b05
Packit 022b05
       radiusAccClientInetAddressType OBJECT-TYPE
Packit 022b05
         SYNTAX     InetAddressType
Packit 022b05
         MAX-ACCESS read-only
Packit 022b05
         STATUS     current
Packit 022b05
         DESCRIPTION
Packit 022b05
               "The type of address format used for the
Packit 022b05
                radiusAccClientInetAddress object."
Packit 022b05
         ::= { radiusAccClientExtEntry 2 }
Packit 022b05
Packit 022b05
   radiusAccClientInetAddress OBJECT-TYPE
Packit 022b05
         SYNTAX     InetAddress
Packit 022b05
         MAX-ACCESS read-only
Packit 022b05
         STATUS     current
Packit 022b05
         DESCRIPTION
Packit 022b05
               "The IP address of the RADIUS accounting
Packit 022b05
                client referred to in this table entry, using
Packit 022b05
                the IPv6 address format."
Packit 022b05
         ::= { radiusAccClientExtEntry 3 }
Packit 022b05
Packit 022b05
radiusAccClientExtID OBJECT-TYPE
Packit 022b05
       SYNTAX     SnmpAdminString
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS     current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The NAS-Identifier of the RADIUS accounting client
Packit 022b05
              referred to in this table entry.  This is not
Packit 022b05
              necessarily the same as sysName in MIB II."
Packit 022b05
       REFERENCE "RFC 2865 section 5.32"
Packit 022b05
       ::= { radiusAccClientExtEntry 4 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
-- Server Counters
Packit 022b05
--
Packit 022b05
-- Requests - DupRequests - BadAuthenticators - MalformedRequests -
Packit 022b05
-- UnknownTypes -  PacketsDropped - Responses = Pending
Packit 022b05
--
Packit 022b05
-- Requests - DupRequests - BadAuthenticators - MalformedRequests -
Packit 022b05
-- UnknownTypes - PacketsDropped - NoRecords = entries logged
Packit 022b05
Packit 022b05
radiusAccServExtPacketsDropped OBJECT-TYPE
Packit 022b05
      SYNTAX Counter32
Packit 022b05
      UNITS "packets"
Packit 022b05
      MAX-ACCESS read-only
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
           "The number of incoming packets received from this
Packit 022b05
            client and silently discarded for a reason other
Packit 022b05
            than malformed, bad authenticators, or unknown types.
Packit 022b05
            This counter may experience a discontinuity when the
Packit 022b05
            RADIUS Accounting Server module within the managed
Packit 022b05
            entity is reinitialized, as indicated by the current
Packit 022b05
            value of radiusAccServerCounterDiscontinuity."
Packit 022b05
     REFERENCE "RFC 2866 section 3"
Packit 022b05
     ::= { radiusAccClientExtEntry  5 }
Packit 022b05
Packit 022b05
radiusAccServExtRequests OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of packets received from this
Packit 022b05
              client on the accounting port.  This counter
Packit 022b05
              may experience a discontinuity when the
Packit 022b05
              RADIUS Accounting Server module within the
Packit 022b05
              managed entity is reinitialized, as indicated by
Packit 022b05
              the current value of
Packit 022b05
              radiusAccServerCounterDiscontinuity."
Packit 022b05
       REFERENCE "RFC 2866 section 4.1"
Packit 022b05
       ::= { radiusAccClientExtEntry  6 }
Packit 022b05
Packit 022b05
radiusAccServExtDupRequests OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of duplicate RADIUS Accounting-Request
Packit 022b05
              packets received from this client.  This counter
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
              may experience a discontinuity when the RADIUS
Packit 022b05
              Accounting Server module within the managed
Packit 022b05
              entity is reinitialized, as indicated by the
Packit 022b05
              current value of
Packit 022b05
              radiusAccServerCounterDiscontinuity."
Packit 022b05
       REFERENCE "RFC 2866 section 4.1"
Packit 022b05
       ::= { radiusAccClientExtEntry 7 }
Packit 022b05
Packit 022b05
radiusAccServExtResponses OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS Accounting-Response packets
Packit 022b05
              sent to this client.  This counter may experience
Packit 022b05
              a discontinuity when the RADIUS Accounting Server
Packit 022b05
              module within the managed entity is reinitialized,
Packit 022b05
              as indicated by the current value of
Packit 022b05
              radiusAccServerCounterDiscontinuity."
Packit 022b05
       REFERENCE "RFC 2866 section 4.2"
Packit 022b05
       ::= { radiusAccClientExtEntry  8 }
Packit 022b05
Packit 022b05
radiusAccServExtBadAuthenticators OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS Accounting-Request packets
Packit 022b05
              that contained invalid authenticators received
Packit 022b05
              from this client.  This counter may experience a
Packit 022b05
              discontinuity when the RADIUS Accounting Server
Packit 022b05
              module within the managed entity is reinitialized,
Packit 022b05
              as indicated by the current value of
Packit 022b05
              radiusAccServerCounterDiscontinuity."
Packit 022b05
       REFERENCE "RFC 2866 section 3"
Packit 022b05
       ::= { radiusAccClientExtEntry  9 }
Packit 022b05
Packit 022b05
radiusAccServExtMalformedRequests OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of malformed RADIUS Accounting-Request
Packit 022b05
              packets that were received from this client.
Packit 022b05
              Bad authenticators and unknown types are not
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
              included as malformed Accounting-Requests.  This
Packit 022b05
              counter may experience a discontinuity when the
Packit 022b05
              RADIUS Accounting Server module within the managed
Packit 022b05
              entity is reinitialized, as indicated by the current
Packit 022b05
              value of radiusAccServerCounterDiscontinuity."
Packit 022b05
       REFERENCE "RFC 2866 section 3"
Packit 022b05
       ::= { radiusAccClientExtEntry  10 }
Packit 022b05
Packit 022b05
radiusAccServExtNoRecords OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS Accounting-Request packets
Packit 022b05
              that were received and responded to but not
Packit 022b05
              recorded.  This counter may experience a
Packit 022b05
              discontinuity when the RADIUS Accounting Server
Packit 022b05
              module within the managed entity is reinitialized,
Packit 022b05
              as indicated by the current value of
Packit 022b05
              radiusAccServerCounterDiscontinuity."
Packit 022b05
       ::= { radiusAccClientExtEntry  11 }
Packit 022b05
Packit 022b05
radiusAccServExtUnknownTypes OBJECT-TYPE
Packit 022b05
       SYNTAX Counter32
Packit 022b05
       UNITS "packets"
Packit 022b05
       MAX-ACCESS read-only
Packit 022b05
       STATUS current
Packit 022b05
       DESCRIPTION
Packit 022b05
             "The number of RADIUS packets of unknown type that
Packit 022b05
              were received from this client.  This counter may
Packit 022b05
              experience a discontinuity when the RADIUS Accounting
Packit 022b05
              Server module within the managed entity is
Packit 022b05
              reinitialized, as indicated by the current value of
Packit 022b05
              radiusAccServerCounterDiscontinuity."
Packit 022b05
       REFERENCE "RFC 2866 section 4"
Packit 022b05
       ::= { radiusAccClientExtEntry  12 }
Packit 022b05
Packit 022b05
radiusAccServerCounterDiscontinuity OBJECT-TYPE
Packit 022b05
         SYNTAX TimeTicks
Packit 022b05
         UNITS "centiseconds"
Packit 022b05
         MAX-ACCESS read-only
Packit 022b05
         STATUS current
Packit 022b05
         DESCRIPTION
Packit 022b05
               "The number of centiseconds since the last
Packit 022b05
                discontinuity in the RADIUS Accounting Server
Packit 022b05
                counters.  A discontinuity may be the result of
Packit 022b05
                a reinitialization of the RADIUS Accounting Server
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                module within the managed entity."
Packit 022b05
         ::= { radiusAccClientExtEntry 13 }
Packit 022b05
Packit 022b05
Packit 022b05
-- conformance information
Packit 022b05
Packit 022b05
radiusAccServMIBConformance  OBJECT IDENTIFIER
Packit 022b05
       ::= { radiusAccServMIB 2 }
Packit 022b05
Packit 022b05
radiusAccServMIBCompliances  OBJECT IDENTIFIER
Packit 022b05
       ::= { radiusAccServMIBConformance 1 }
Packit 022b05
Packit 022b05
radiusAccServMIBGroups  OBJECT IDENTIFIER
Packit 022b05
       ::= { radiusAccServMIBConformance 2 }
Packit 022b05
Packit 022b05
Packit 022b05
-- compliance statements
Packit 022b05
Packit 022b05
radiusAccServMIBCompliance MODULE-COMPLIANCE
Packit 022b05
       STATUS  deprecated
Packit 022b05
       DESCRIPTION
Packit 022b05
            "The compliance statement for accounting servers
Packit 022b05
            implementing the RADIUS Accounting Server MIB.
Packit 022b05
            Implementation of this module is for IPv4-only
Packit 022b05
            entities, or for backwards compatibility use with
Packit 022b05
            entities that support both IPv4 and IPv6."
Packit 022b05
       MODULE  -- this module
Packit 022b05
       MANDATORY-GROUPS { radiusAccServMIBGroup }
Packit 022b05
Packit 022b05
       OBJECT        radiusAccServConfigReset
Packit 022b05
       WRITE-SYNTAX  INTEGER { reset(2) }
Packit 022b05
       DESCRIPTION  "The only SETable value is 'reset' (2)."
Packit 022b05
Packit 022b05
       ::= { radiusAccServMIBCompliances 1 }
Packit 022b05
Packit 022b05
radiusAccServExtMIBCompliance MODULE-COMPLIANCE
Packit 022b05
       STATUS  current
Packit 022b05
       DESCRIPTION
Packit 022b05
            "The compliance statement for accounting
Packit 022b05
            servers implementing the RADIUS Accounting
Packit 022b05
            Server IPv6 Extensions MIB.  Implementation of
Packit 022b05
            this module is for entities that support IPv6,
Packit 022b05
            or support IPv4 and IPv6."
Packit 022b05
       MODULE  -- this module
Packit 022b05
       MANDATORY-GROUPS { radiusAccServExtMIBGroup }
Packit 022b05
Packit 022b05
       OBJECT        radiusAccServConfigReset
Packit 022b05
       WRITE-SYNTAX  INTEGER { reset(2) }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       DESCRIPTION  "The only SETable value is 'reset' (2)."
Packit 022b05
Packit 022b05
       OBJECT radiusAccClientInetAddressType
Packit 022b05
        SYNTAX InetAddressType { ipv4(1), ipv6(2) }
Packit 022b05
        DESCRIPTION
Packit 022b05
              "An implementation is only required to support
Packit 022b05
               IPv4 and globally unique IPv6 addresses."
Packit 022b05
Packit 022b05
        OBJECT radiusAccClientInetAddress
Packit 022b05
        SYNTAX InetAddress ( SIZE (4|16) )
Packit 022b05
        DESCRIPTION
Packit 022b05
              "An implementation is only required to support
Packit 022b05
               IPv4 and globally unique IPv6 addresses."
Packit 022b05
Packit 022b05
       ::= { radiusAccServMIBCompliances 2 }
Packit 022b05
Packit 022b05
Packit 022b05
-- units of conformance
Packit 022b05
Packit 022b05
radiusAccServMIBGroup OBJECT-GROUP
Packit 022b05
      OBJECTS {radiusAccServIdent,
Packit 022b05
               radiusAccServUpTime,
Packit 022b05
               radiusAccServResetTime,
Packit 022b05
               radiusAccServConfigReset,
Packit 022b05
               radiusAccServTotalRequests,
Packit 022b05
               radiusAccServTotalInvalidRequests,
Packit 022b05
               radiusAccServTotalDupRequests,
Packit 022b05
               radiusAccServTotalResponses,
Packit 022b05
               radiusAccServTotalMalformedRequests,
Packit 022b05
               radiusAccServTotalBadAuthenticators,
Packit 022b05
               radiusAccServTotalPacketsDropped,
Packit 022b05
               radiusAccServTotalNoRecords,
Packit 022b05
               radiusAccServTotalUnknownTypes,
Packit 022b05
               radiusAccClientAddress,
Packit 022b05
               radiusAccClientID,
Packit 022b05
               radiusAccServPacketsDropped,
Packit 022b05
               radiusAccServRequests,
Packit 022b05
               radiusAccServDupRequests,
Packit 022b05
               radiusAccServResponses,
Packit 022b05
               radiusAccServBadAuthenticators,
Packit 022b05
               radiusAccServMalformedRequests,
Packit 022b05
               radiusAccServNoRecords,
Packit 022b05
               radiusAccServUnknownTypes
Packit 022b05
              }
Packit 022b05
      STATUS  deprecated
Packit 022b05
      DESCRIPTION
Packit 022b05
            "The collection of objects providing management of
Packit 022b05
             a RADIUS Accounting Server."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
      ::= { radiusAccServMIBGroups 1 }
Packit 022b05
Packit 022b05
radiusAccServExtMIBGroup OBJECT-GROUP
Packit 022b05
      OBJECTS {radiusAccServIdent,
Packit 022b05
               radiusAccServUpTime,
Packit 022b05
               radiusAccServResetTime,
Packit 022b05
               radiusAccServConfigReset,
Packit 022b05
               radiusAccServTotalRequests,
Packit 022b05
               radiusAccServTotalInvalidRequests,
Packit 022b05
               radiusAccServTotalDupRequests,
Packit 022b05
               radiusAccServTotalResponses,
Packit 022b05
               radiusAccServTotalMalformedRequests,
Packit 022b05
               radiusAccServTotalBadAuthenticators,
Packit 022b05
               radiusAccServTotalPacketsDropped,
Packit 022b05
               radiusAccServTotalNoRecords,
Packit 022b05
               radiusAccServTotalUnknownTypes,
Packit 022b05
               radiusAccClientInetAddressType,
Packit 022b05
               radiusAccClientInetAddress,
Packit 022b05
               radiusAccClientExtID,
Packit 022b05
               radiusAccServExtPacketsDropped,
Packit 022b05
               radiusAccServExtRequests,
Packit 022b05
               radiusAccServExtDupRequests,
Packit 022b05
               radiusAccServExtResponses,
Packit 022b05
               radiusAccServExtBadAuthenticators,
Packit 022b05
               radiusAccServExtMalformedRequests,
Packit 022b05
               radiusAccServExtNoRecords,
Packit 022b05
               radiusAccServExtUnknownTypes,
Packit 022b05
               radiusAccServerCounterDiscontinuity
Packit 022b05
              }
Packit 022b05
      STATUS  current
Packit 022b05
      DESCRIPTION
Packit 022b05
            "The collection of objects providing management of
Packit 022b05
             a RADIUS Accounting Server."
Packit 022b05
      ::= { radiusAccServMIBGroups 2 }
Packit 022b05
Packit 022b05
END