# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python RADIUS-ACC-SERVER-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/RADIUS-ACC-SERVER-MIB" MIB = { "moduleName" : "RADIUS-ACC-SERVER-MIB", "RADIUS-ACC-SERVER-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF RADIUS Extensions Working Group.""", "contact" : """ Bernard Aboba Microsoft One Microsoft Way Redmond, WA 98052 US Phone: +1 425 936 6605 EMail: bernarda@microsoft.com""", "description" : """The MIB module for entities implementing the server side of the Remote Authentication Dial-In User Service (RADIUS) accounting protocol. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4671; see the RFC itself for full legal notices.""", "revisions" : ( { "date" : "2006-08-21 00:00", "description" : """Revised version as published in RFC 4671. This version obsoletes that of RFC 2621 by deprecating the MIB table containing IPv4-only address formats and defining a new table to add support for version- neutral IP address formats. The remaining MIB objects from RFC 2621 are carried forward into this version.""", }, { "date" : "1999-06-11 00:00", "description" : """Initial version as published in RFC 2621.""", }, ), "identity node" : "radiusAccServMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "Counter32"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "IpAddress"}, {"module" : "SNMPv2-SMI", "name" : "TimeTicks"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, {"module" : "INET-ADDRESS-MIB", "name" : "InetAddressType"}, {"module" : "INET-ADDRESS-MIB", "name" : "InetAddress"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, ), "nodes" : { "radiusMIB" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67", "status" : "current", "description" : """The OID assigned to RADIUS MIB work by the IANA.""", }, # node "radiusAccounting" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2", }, # node "radiusAccServMIB" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1", "status" : "current", }, # node "radiusAccServMIBObjects" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1", }, # node "radiusAccServ" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1", }, # node "radiusAccServIdent" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The implementation identification string for the RADIUS accounting server software in use on the system, for example, 'FNS-2.1'.""", }, # scalar "radiusAccServUpTime" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """If the server has a persistent state (e.g., a process), this value will be the time elapsed (in hundredths of a second) since the server process was started. For software without persistent state, this value will be zero.""", }, # scalar "radiusAccServResetTime" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """If the server has a persistent state (e.g., a process) and supports a 'reset' operation (e.g., can be told to re-read configuration files), this value will be the time elapsed (in hundredths of a second) since the server was 'reset.' For software that does not have persistence or does not support a 'reset' operation, this value will be zero.""", }, # scalar "radiusAccServConfigReset" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "other" : { "nodetype" : "namednumber", "number" : "1" }, "reset" : { "nodetype" : "namednumber", "number" : "2" }, "initializing" : { "nodetype" : "namednumber", "number" : "3" }, "running" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readwrite", "description" : """Status/action object to reinitialize any persistent server state. When set to reset(2), any persistent server state (such as a process) is reinitialized as if the server had just been started. This value will never be returned by a read operation. When read, one of the following values will be returned: other(1) - server in some unknown state; initializing(3) - server (re)initializing; running(4) - server currently running.""", }, # scalar "radiusAccServTotalRequests" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of packets received on the accounting port.""", "reference" : """RFC 2866 section 4.1""", }, # scalar "radiusAccServTotalInvalidRequests" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets received from unknown addresses.""", "reference" : """RFC 2866 sections 2, 4.1""", }, # scalar "radiusAccServTotalDupRequests" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of duplicate RADIUS Accounting-Request packets received.""", "reference" : """RFC 2866 section 4.1""", }, # scalar "radiusAccServTotalResponses" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Response packets sent.""", "reference" : """RFC 2866 section 4.2""", }, # scalar "radiusAccServTotalMalformedRequests" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of malformed RADIUS Accounting-Request packets received. Bad authenticators or unknown types are not included as malformed Access-Requests.""", "reference" : """RFC 2866 section 3""", }, # scalar "radiusAccServTotalBadAuthenticators" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets that contained an invalid authenticator.""", "reference" : """RFC 2866 section 3""", }, # scalar "radiusAccServTotalPacketsDropped" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of incoming packets silently discarded for a reason other than malformed, bad authenticators, or unknown types.""", "reference" : """RFC 2866 section 3""", }, # scalar "radiusAccServTotalNoRecords" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets that were received and responded to but not recorded.""", }, # scalar "radiusAccServTotalUnknownTypes" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS packets of unknown type that were received.""", "reference" : """RFC 2866 section 4""", }, # scalar "radiusAccClientTable" : { "nodetype" : "table", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14", "status" : "deprecated", "description" : """The (conceptual) table listing the RADIUS accounting clients with which the server shares a secret.""", }, # table "radiusAccClientEntry" : { "nodetype" : "row", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1", "status" : "deprecated", "linkage" : [ "radiusAccClientIndex", ], "description" : """An entry (conceptual row) representing a RADIUS accounting client with which the server shares a secret.""", }, # row "radiusAccClientIndex" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.1", "status" : "deprecated", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "2147483647" }, ], "range" : { "min" : "1", "max" : "2147483647" }, }, }, "access" : "noaccess", "description" : """A number uniquely identifying each RADIUS accounting client with which this server communicates.""", }, # column "radiusAccClientAddress" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.2", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The NAS-IP-Address of the RADIUS accounting client referred to in this table entry.""", }, # column "radiusAccClientID" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.3", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The NAS-Identifier of the RADIUS accounting client referred to in this table entry. This is not necessarily the same as sysName in MIB II.""", "reference" : """RFC 2865 section 5.32""", }, # column "radiusAccServPacketsDropped" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.4", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of incoming packets received from this client and silently discarded for a reason other than malformed, bad authenticators, or unknown types.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccServRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.5", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of packets received from this client on the accounting port.""", "reference" : """RFC 2866 section 4.1""", }, # column "radiusAccServDupRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.6", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of duplicate RADIUS Accounting-Request packets received from this client.""", "reference" : """RFC 2866 section 4.1""", }, # column "radiusAccServResponses" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.7", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Response packets sent to this client.""", "reference" : """RFC 2866 section 4.2""", }, # column "radiusAccServBadAuthenticators" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.8", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets that contained invalid authenticators received from this client.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccServMalformedRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.9", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of malformed RADIUS Accounting-Request packets that were received from this client. Bad authenticators and unknown types are not included as malformed Accounting-Requests.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccServNoRecords" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.10", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets that were received and responded to but not recorded.""", }, # column "radiusAccServUnknownTypes" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.14.1.11", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS packets of unknown type that were received from this client.""", "reference" : """RFC 2866 section 4""", }, # column "radiusAccClientExtTable" : { "nodetype" : "table", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15", "status" : "current", "description" : """The (conceptual) table listing the RADIUS accounting clients with which the server shares a secret.""", }, # table "radiusAccClientExtEntry" : { "nodetype" : "row", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1", "status" : "current", "linkage" : [ "radiusAccClientExtIndex", ], "description" : """An entry (conceptual row) representing a RADIUS accounting client with which the server shares a secret.""", }, # row "radiusAccClientExtIndex" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "2147483647" }, ], "range" : { "min" : "1", "max" : "2147483647" }, }, }, "access" : "noaccess", "description" : """A number uniquely identifying each RADIUS accounting client with which this server communicates.""", }, # column "radiusAccClientInetAddressType" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.2", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """The type of address format used for the radiusAccClientInetAddress object.""", }, # column "radiusAccClientInetAddress" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.3", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readonly", "description" : """The IP address of the RADIUS accounting client referred to in this table entry, using the IPv6 address format.""", }, # column "radiusAccClientExtID" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The NAS-Identifier of the RADIUS accounting client referred to in this table entry. This is not necessarily the same as sysName in MIB II.""", "reference" : """RFC 2865 section 5.32""", }, # column "radiusAccServExtPacketsDropped" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of incoming packets received from this client and silently discarded for a reason other than malformed, bad authenticators, or unknown types. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccServExtRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of packets received from this client on the accounting port. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.""", "reference" : """RFC 2866 section 4.1""", }, # column "radiusAccServExtDupRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of duplicate RADIUS Accounting-Request packets received from this client. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.""", "reference" : """RFC 2866 section 4.1""", }, # column "radiusAccServExtResponses" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Response packets sent to this client. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.""", "reference" : """RFC 2866 section 4.2""", }, # column "radiusAccServExtBadAuthenticators" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets that contained invalid authenticators received from this client. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccServExtMalformedRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of malformed RADIUS Accounting-Request packets that were received from this client. Bad authenticators and unknown types are not included as malformed Accounting-Requests. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccServExtNoRecords" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets that were received and responded to but not recorded. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.""", }, # column "radiusAccServExtUnknownTypes" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS packets of unknown type that were received from this client. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.""", "reference" : """RFC 2866 section 4""", }, # column "radiusAccServerCounterDiscontinuity" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.1.1.15.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "units" : "centiseconds", "description" : """The number of centiseconds since the last discontinuity in the RADIUS Accounting Server counters. A discontinuity may be the result of a reinitialization of the RADIUS Accounting Server module within the managed entity.""", }, # column "radiusAccServMIBConformance" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.2", }, # node "radiusAccServMIBCompliances" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.2.1", }, # node "radiusAccServMIBGroups" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.2.2", }, # node }, # nodes "groups" : { "radiusAccServMIBGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.2.2.1", "status" : "deprecated", "members" : { "radiusAccServIdent" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServUpTime" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServResetTime" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServConfigReset" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalInvalidRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalDupRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalResponses" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalMalformedRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalNoRecords" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccClientAddress" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccClientID" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServDupRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServResponses" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServMalformedRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServNoRecords" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, }, # members "description" : """The collection of objects providing management of a RADIUS Accounting Server.""", }, # group "radiusAccServExtMIBGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.2.2.2", "status" : "current", "members" : { "radiusAccServIdent" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServUpTime" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServResetTime" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServConfigReset" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalInvalidRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalDupRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalResponses" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalMalformedRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalNoRecords" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServTotalUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccClientInetAddressType" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccClientInetAddress" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccClientExtID" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServExtPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServExtRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServExtDupRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServExtResponses" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServExtBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServExtMalformedRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServExtNoRecords" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServExtUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, "radiusAccServerCounterDiscontinuity" : { "nodetype" : "member", "module" : "RADIUS-ACC-SERVER-MIB" }, }, # members "description" : """The collection of objects providing management of a RADIUS Accounting Server.""", }, # group }, # groups "compliances" : { "radiusAccServMIBCompliance" : { "nodetype" : "compliance", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.2.1.1", "status" : "deprecated", "description" : """The compliance statement for accounting servers implementing the RADIUS Accounting Server MIB. Implementation of this module is for IPv4-only entities, or for backwards compatibility use with entities that support both IPv4 and IPv6.""", "requires" : { "radiusAccServMIBGroup" : { "nodetype" : "mandatory", "module" : "RADIUS-ACC-SERVER-MIB" }, }, # requires "refinements" : { "radiusAccServConfigReset" : { "module" : "RADIUS-ACC-SERVER-MIB", "writesyntax" : { "type" : { "basetype" : "Enumeration", "reset" : { "nodetype" : "namednumber", "number" : "2" }, }, }, # writesyntax "description" : """The only SETable value is 'reset' (2).""", }, }, # refinements }, # compliance "radiusAccServExtMIBCompliance" : { "nodetype" : "compliance", "moduleName" : "RADIUS-ACC-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.2.1.2.1.2", "status" : "current", "description" : """The compliance statement for accounting servers implementing the RADIUS Accounting Server IPv6 Extensions MIB. Implementation of this module is for entities that support IPv6, or support IPv4 and IPv6.""", "requires" : { "radiusAccServExtMIBGroup" : { "nodetype" : "mandatory", "module" : "RADIUS-ACC-SERVER-MIB" }, }, # requires "refinements" : { "radiusAccServConfigReset" : { "module" : "RADIUS-ACC-SERVER-MIB", "writesyntax" : { "type" : { "basetype" : "Enumeration", "reset" : { "nodetype" : "namednumber", "number" : "2" }, }, }, # writesyntax "description" : """The only SETable value is 'reset' (2).""", }, "radiusAccClientInetAddressType" : { "module" : "RADIUS-ACC-SERVER-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddressType", }, "ipv4" : { "nodetype" : "namednumber", "number" : "1" }, "ipv6" : { "nodetype" : "namednumber", "number" : "2" }, }, }, # syntax "description" : """An implementation is only required to support IPv4 and globally unique IPv6 addresses.""", }, "radiusAccClientInetAddress" : { "module" : "RADIUS-ACC-SERVER-MIB", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddress", }, "ranges" : [ { "min" : "4", "max" : "4" }, { "min" : "16", "max" : "16" }, ], "range" : { "min" : "4", "max" : "16" }, }, }, # syntax "description" : """An implementation is only required to support IPv4 and globally unique IPv6 addresses.""", }, }, # refinements }, # compliance }, # compliances }