# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python RADIUS-ACC-CLIENT-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/RADIUS-ACC-CLIENT-MIB" MIB = { "moduleName" : "RADIUS-ACC-CLIENT-MIB", "RADIUS-ACC-CLIENT-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 client 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 4670; see the RFC itself for full legal notices.""", "revisions" : ( { "date" : "2006-08-21 00:00", "description" : """Revised version as published in RFC 4670. This version obsoletes that of RFC 2620 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 2620 are carried forward into this version.""", }, { "date" : "1999-06-11 00:00", "description" : """Initial version as published in RFC 2620.""", }, ), "identity node" : "radiusAccClientMIB", }, "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" : "Gauge32"}, {"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" : "INET-ADDRESS-MIB", "name" : "InetPortNumber"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, ), "nodes" : { "radiusMIB" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-CLIENT-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-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2", }, # node "radiusAccClientMIB" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2", "status" : "current", }, # node "radiusAccClientMIBObjects" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1", }, # node "radiusAccClient" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1", }, # node "radiusAccClientInvalidServerAddresses" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Response packets received from unknown addresses.""", }, # scalar "radiusAccClientIdentifier" : { "nodetype" : "scalar", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The NAS-Identifier of the RADIUS accounting client. This is not necessarily the same as sysName in MIB II.""", "reference" : """RFC 2865 section 5.32""", }, # scalar "radiusAccServerTable" : { "nodetype" : "table", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3", "status" : "deprecated", "description" : """The (conceptual) table listing the RADIUS accounting servers with which the client shares a secret.""", }, # table "radiusAccServerEntry" : { "nodetype" : "row", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1", "status" : "deprecated", "linkage" : [ "radiusAccServerIndex", ], "description" : """An entry (conceptual row) representing a RADIUS accounting server with which the client shares a secret.""", }, # row "radiusAccServerIndex" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.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 server with which this client communicates.""", }, # column "radiusAccServerAddress" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.2", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The IP address of the RADIUS accounting server referred to in this table entry.""", }, # column "radiusAccClientServerPortNumber" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.3", "status" : "deprecated", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "description" : """The UDP port the client is using to send requests to this server.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccClientRoundTripTime" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.4", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """The time interval between the most recent Accounting-Response and the Accounting-Request that matched it from this RADIUS accounting server.""", "reference" : """RFC 2866 section 2""", }, # column "radiusAccClientRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.5", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets sent. This does not include retransmissions.""", "reference" : """RFC 2866 section 4.1""", }, # column "radiusAccClientRetransmissions" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.6", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets retransmitted to this RADIUS accounting server. Retransmissions include retries where the Identifier and Acct-Delay have been updated, as well as those in which they remain the same.""", "reference" : """RFC 2866 section 2""", }, # column "radiusAccClientResponses" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.7", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS packets received on the accounting port from this server.""", "reference" : """RFC 2866 section 4.2""", }, # column "radiusAccClientMalformedResponses" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.8", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of malformed RADIUS Accounting-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators and unknown types are not included as malformed accounting responses.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccClientBadAuthenticators" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.9", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Response packets that contained invalid authenticators received from this server.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccClientPendingRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.10", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets sent to this server that have not yet timed out or received a response. This variable is incremented when an Accounting-Request is sent and decremented due to receipt of an Accounting-Response, a timeout, or a retransmission.""", "reference" : """RFC 2866 section 2""", }, # column "radiusAccClientTimeouts" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.11", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "timeouts", "description" : """The number of accounting timeouts to this server. After a timeout, the client may retry to the same server, send to a different server, or give up. A retry to the same server is counted as a retransmit as well as a timeout. A send to a different server is counted as an Accounting-Request as well as a timeout.""", "reference" : """RFC 2866 section 2""", }, # column "radiusAccClientUnknownTypes" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.12", "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 server on the accounting port.""", "reference" : """RFC 2866 section 4""", }, # column "radiusAccClientPacketsDropped" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.3.1.13", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS packets that were received from this server on the accounting port and dropped for some other reason.""", }, # column "radiusAccServerExtTable" : { "nodetype" : "table", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4", "status" : "current", "description" : """The (conceptual) table listing the RADIUS accounting servers with which the client shares a secret.""", }, # table "radiusAccServerExtEntry" : { "nodetype" : "row", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1", "status" : "current", "linkage" : [ "radiusAccServerExtIndex", ], "description" : """An entry (conceptual row) representing a RADIUS accounting server with which the client shares a secret.""", }, # row "radiusAccServerExtIndex" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.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 server with which this client communicates.""", }, # column "radiusAccServerInetAddressType" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.2", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """The type of address format used for the radiusAccServerInetAddress object.""", }, # column "radiusAccServerInetAddress" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.3", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readonly", "description" : """The IP address of the RADIUS accounting server referred to in this table entry, using the version-neutral IP address format.""", }, # column "radiusAccClientServerInetPortNumber" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetPortNumber", }, "ranges" : [ { "min" : "1", "max" : "65535" }, ], "range" : { "min" : "1", "max" : "65535" }, }, }, "access" : "readonly", "description" : """The UDP port the client is using to send requests to this accounting server. The value zero (0) is invalid.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccClientExtRoundTripTime" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """The time interval between the most recent Accounting-Response and the Accounting-Request that matched it from this RADIUS accounting server.""", "reference" : """RFC 2866 section 2""", }, # column "radiusAccClientExtRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets sent. This does not include retransmissions. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.""", "reference" : """RFC 2866 section 4.1""", }, # column "radiusAccClientExtRetransmissions" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets retransmitted to this RADIUS accounting server. Retransmissions include retries where the Identifier and Acct-Delay have been updated, as well as those in which they remain the same. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.""", "reference" : """RFC 2866 section 2""", }, # column "radiusAccClientExtResponses" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS packets received on the accounting port from this server. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.""", "reference" : """RFC 2866 section 4.2""", }, # column "radiusAccClientExtMalformedResponses" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of malformed RADIUS Accounting-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators and unknown types are not included as malformed accounting responses. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccClientExtBadAuthenticators" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Response packets that contained invalid authenticators received from this server. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.""", "reference" : """RFC 2866 section 3""", }, # column "radiusAccClientExtPendingRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Accounting-Request packets sent to this server that have not yet timed out or received a response. This variable is incremented when an Accounting-Request is sent and decremented due to receipt of an Accounting-Response, a timeout, or a retransmission. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.""", "reference" : """RFC 2866 section 2""", }, # column "radiusAccClientExtTimeouts" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "timeouts", "description" : """The number of accounting timeouts to this server. After a timeout, the client may retry to the same server, send to a different server, or give up. A retry to the same server is counted as a retransmit as well as a timeout. A send to a different server is counted as an Accounting-Request as well as a timeout. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.""", "reference" : """RFC 2866 section 2""", }, # column "radiusAccClientExtUnknownTypes" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.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 from this server on the accounting port. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.""", "reference" : """RFC 2866 section 4""", }, # column "radiusAccClientExtPacketsDropped" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.14", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS packets that were received from this server on the accounting port and dropped for some other reason. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.""", }, # column "radiusAccClientCounterDiscontinuity" : { "nodetype" : "column", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.1.1.4.1.15", "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 Client counters. A discontinuity may be the result of a reinitialization of the RADIUS Accounting Client module within the managed entity.""", }, # column "radiusAccClientMIBConformance" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.2", }, # node "radiusAccClientMIBCompliances" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.2.1", }, # node "radiusAccClientMIBGroups" : { "nodetype" : "node", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.2.2", }, # node }, # nodes "groups" : { "radiusAccClientMIBGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.2.2.1", "status" : "deprecated", "members" : { "radiusAccClientIdentifier" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientInvalidServerAddresses" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccServerAddress" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientServerPortNumber" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientRoundTripTime" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientRetransmissions" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientResponses" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientMalformedResponses" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientPendingRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientTimeouts" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, }, # members "description" : """The basic collection of objects providing management of RADIUS Accounting Clients.""", }, # group "radiusAccClientExtMIBGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.2.2.2", "status" : "current", "members" : { "radiusAccClientIdentifier" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientInvalidServerAddresses" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccServerInetAddressType" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccServerInetAddress" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientServerInetPortNumber" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientExtRoundTripTime" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientExtRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientExtRetransmissions" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientExtResponses" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientExtMalformedResponses" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientExtBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientExtPendingRequests" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientExtTimeouts" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientExtUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientExtPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, "radiusAccClientCounterDiscontinuity" : { "nodetype" : "member", "module" : "RADIUS-ACC-CLIENT-MIB" }, }, # members "description" : """The basic collection of objects providing management of RADIUS Accounting Clients.""", }, # group }, # groups "compliances" : { "radiusAccClientMIBCompliance" : { "nodetype" : "compliance", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.2.1.1", "status" : "deprecated", "description" : """The compliance statement for accounting clients implementing the RADIUS Accounting Client MIB. Implementation of this module is for IPv4-only entities, or for backwards compatibility use with entities that support both IPv4 and IPv6.""", "requires" : { "radiusAccClientMIBGroup" : { "nodetype" : "mandatory", "module" : "RADIUS-ACC-CLIENT-MIB" }, }, # requires }, # compliance "radiusAccClientExtMIBCompliance" : { "nodetype" : "compliance", "moduleName" : "RADIUS-ACC-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.2.2.2.1.2", "status" : "current", "description" : """The compliance statement for accounting clients implementing the RADIUS Accounting Client IPv6 Extensions MIB. Implementation of this module is for entities that support IPv6, or support IPv4 and IPv6.""", "requires" : { "radiusAccClientExtMIBGroup" : { "nodetype" : "mandatory", "module" : "RADIUS-ACC-CLIENT-MIB" }, }, # requires "refinements" : { "radiusAccServerInetAddressType" : { "module" : "RADIUS-ACC-CLIENT-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.""", }, "radiusAccServerInetAddress" : { "module" : "RADIUS-ACC-CLIENT-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 }