# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python RADIUS-AUTH-CLIENT-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/RADIUS-AUTH-CLIENT-MIB" MIB = { "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "RADIUS-AUTH-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) authentication protocol. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4668; see the RFC itself for full legal notices.""", "revisions" : ( { "date" : "2006-08-21 00:00", "description" : """Revised version as published in RFC 4668. This version obsoletes that of RFC 2618 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 2618 are carried forward into this version.""", }, { "date" : "1999-06-11 00:00", "description" : """Initial version as published in RFC 2618.""", }, ), "identity node" : "radiusAuthClientMIB", }, "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-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67", "status" : "current", "description" : """The OID assigned to RADIUS MIB work by the IANA.""", }, # node "radiusAuthentication" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1", }, # node "radiusAuthClientMIB" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2", "status" : "current", }, # node "radiusAuthClientMIBObjects" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1", }, # node "radiusAuthClient" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1", }, # node "radiusAuthClientInvalidServerAddresses" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Response packets received from unknown addresses.""", }, # scalar "radiusAuthClientIdentifier" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The NAS-Identifier of the RADIUS authentication client. This is not necessarily the same as sysName in MIB II.""", "reference" : """RFC 2865 section 5.32""", }, # scalar "radiusAuthServerTable" : { "nodetype" : "table", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3", "status" : "deprecated", "description" : """The (conceptual) table listing the RADIUS authentication servers with which the client shares a secret.""", }, # table "radiusAuthServerEntry" : { "nodetype" : "row", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1", "status" : "deprecated", "linkage" : [ "radiusAuthServerIndex", ], "description" : """An entry (conceptual row) representing a RADIUS authentication server with which the client shares a secret.""", }, # row "radiusAuthServerIndex" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.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 Authentication server with which this client communicates.""", }, # column "radiusAuthServerAddress" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.2", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The IP address of the RADIUS authentication server referred to in this table entry.""", }, # column "radiusAuthClientServerPortNumber" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.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 2865 section 3""", }, # column "radiusAuthClientRoundTripTime" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.4", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.""", }, # column "radiusAuthClientAccessRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.5", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions.""", "reference" : """RFC 2865 section 4.1""", }, # column "radiusAuthClientAccessRetransmissions" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.6", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server.""", "reference" : """RFC 2865 sections 2.5, 4.1""", }, # column "radiusAuthClientAccessAccepts" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.7", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Accept packets (valid or invalid) received from this server.""", "reference" : """RFC 2865 section 4.2""", }, # column "radiusAuthClientAccessRejects" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.8", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Reject packets (valid or invalid) received from this server.""", "reference" : """RFC 2865 section 4.3""", }, # column "radiusAuthClientAccessChallenges" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.9", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Challenge packets (valid or invalid) received from this server.""", "reference" : """RFC 2865 section 4.4""", }, # column "radiusAuthClientMalformedAccessResponses" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.10", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or Message Authenticator attributes or unknown types are not included as malformed access responses.""", }, # column "radiusAuthClientBadAuthenticators" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.11", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Response packets containing invalid authenticators or Message Authenticator attributes received from this server.""", "reference" : """RFC 2865 section 3, RFC 2869 section 5.14""", }, # column "radiusAuthClientPendingRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.12", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The number of RADIUS Access-Request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject, Access-Challenge, timeout, or retransmission.""", "reference" : """RFC 2865 section 2""", }, # column "radiusAuthClientTimeouts" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.13", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "timeouts", "description" : """The number of authentication 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 a Request as well as a timeout.""", "reference" : """RFC 2865 section 2, RFC 2869 section 2.3.2""", }, # column "radiusAuthClientUnknownTypes" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.14", "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 authentication port.""", }, # column "radiusAuthClientPacketsDropped" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.3.1.15", "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 authentication port and dropped for some other reason.""", }, # column "radiusAuthServerExtTable" : { "nodetype" : "table", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4", "status" : "current", "description" : """The (conceptual) table listing the RADIUS authentication servers with which the client shares a secret.""", }, # table "radiusAuthServerExtEntry" : { "nodetype" : "row", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1", "status" : "current", "linkage" : [ "radiusAuthServerExtIndex", ], "description" : """An entry (conceptual row) representing a RADIUS authentication server with which the client shares a secret.""", }, # row "radiusAuthServerExtIndex" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.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 Authentication server with which this client communicates.""", }, # column "radiusAuthServerInetAddressType" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.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 radiusAuthServerInetAddress object.""", }, # column "radiusAuthServerInetAddress" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.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 authentication server referred to in this table entry, using the version-neutral IP address format.""", }, # column "radiusAuthClientServerInetPortNumber" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.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 server. The value of zero (0) is invalid.""", "reference" : """RFC 2865 section 3""", }, # column "radiusAuthClientExtRoundTripTime" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.""", "reference" : """RFC 2865 section 2""", }, # column "radiusAuthClientExtAccessRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.""", "reference" : """RFC 2865 section 4.1""", }, # column "radiusAuthClientExtAccessRetransmissions" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.""", "reference" : """RFC 2865 sections 2.5, 4.1""", }, # column "radiusAuthClientExtAccessAccepts" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Accept packets (valid or invalid) received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.""", "reference" : """RFC 2865 section 4.2""", }, # column "radiusAuthClientExtAccessRejects" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Reject packets (valid or invalid) received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.""", "reference" : """RFC 2865 section 4.3""", }, # column "radiusAuthClientExtAccessChallenges" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Challenge packets (valid or invalid) received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.""", "reference" : """RFC 2865 section 4.4""", }, # column "radiusAuthClientExtMalformedAccessResponses" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or Message Authenticator attributes or unknown types are not included as malformed access responses. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.""", "reference" : """RFC 2865 sections 3, 4""", }, # column "radiusAuthClientExtBadAuthenticators" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Response packets containing invalid authenticators or Message Authenticator attributes received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.""", "reference" : """RFC 2865 section 3""", }, # column "radiusAuthClientExtPendingRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject, Access-Challenge, timeout, or retransmission.""", "reference" : """RFC 2865 section 2""", }, # column "radiusAuthClientExtTimeouts" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.14", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "timeouts", "description" : """The number of authentication 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 a Request as well as a timeout. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.""", "reference" : """RFC 2865 sections 2.5, 4.1""", }, # column "radiusAuthClientExtUnknownTypes" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.15", "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 authentication port. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.""", "reference" : """RFC 2865 section 4""", }, # column "radiusAuthClientExtPacketsDropped" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.16", "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 authentication port and dropped for some other reason. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.""", }, # column "radiusAuthClientCounterDiscontinuity" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.1.1.4.1.17", "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 Client counters. A discontinuity may be the result of a reinitialization of the RADIUS Client module within the managed entity.""", }, # column "radiusAuthClientMIBConformance" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.2", }, # node "radiusAuthClientMIBCompliances" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.2.1", }, # node "radiusAuthClientMIBGroups" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.2.2", }, # node }, # nodes "groups" : { "radiusAuthClientMIBGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.2.2.1", "status" : "deprecated", "members" : { "radiusAuthClientIdentifier" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientInvalidServerAddresses" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthServerAddress" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientServerPortNumber" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientRoundTripTime" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientAccessRetransmissions" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientAccessAccepts" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientAccessRejects" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientAccessChallenges" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientMalformedAccessResponses" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientPendingRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientTimeouts" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, }, # members "description" : """The basic collection of objects providing management of RADIUS Authentication Clients.""", }, # group "radiusAuthClientExtMIBGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.2.2.2", "status" : "current", "members" : { "radiusAuthClientIdentifier" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientInvalidServerAddresses" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthServerInetAddressType" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthServerInetAddress" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientServerInetPortNumber" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtRoundTripTime" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtAccessRetransmissions" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtAccessAccepts" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtAccessRejects" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtAccessChallenges" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtMalformedAccessResponses" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtPendingRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtTimeouts" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientExtPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, "radiusAuthClientCounterDiscontinuity" : { "nodetype" : "member", "module" : "RADIUS-AUTH-CLIENT-MIB" }, }, # members "description" : """The collection of extended objects providing management of RADIUS Authentication Clients using version-neutral IP address format.""", }, # group }, # groups "compliances" : { "radiusAuthClientMIBCompliance" : { "nodetype" : "compliance", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.2.1.1", "status" : "deprecated", "description" : """The compliance statement for authentication clients implementing the RADIUS Authentication 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" : { "radiusAuthClientMIBGroup" : { "nodetype" : "mandatory", "module" : "RADIUS-AUTH-CLIENT-MIB" }, }, # requires }, # compliance "radiusAuthClientExtMIBCompliance" : { "nodetype" : "compliance", "moduleName" : "RADIUS-AUTH-CLIENT-MIB", "oid" : "1.3.6.1.2.1.67.1.2.2.1.2", "status" : "current", "description" : """The compliance statement for authentication clients implementing the RADIUS Authentication Client IPv6 Extensions MIB. Implementation of this module is for entities that support IPv6, or support IPv4 and IPv6.""", "requires" : { "radiusAuthClientExtMIBGroup" : { "nodetype" : "mandatory", "module" : "RADIUS-AUTH-CLIENT-MIB" }, }, # requires "refinements" : { "radiusAuthServerInetAddressType" : { "module" : "RADIUS-AUTH-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.""", }, "radiusAuthServerInetAddress" : { "module" : "RADIUS-AUTH-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 }