# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python RADIUS-AUTH-SERVER-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/RADIUS-AUTH-SERVER-MIB" MIB = { "moduleName" : "RADIUS-AUTH-SERVER-MIB", "RADIUS-AUTH-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) authentication protocol. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4669; see the RFC itself for full legal notices.""", "revisions" : ( { "date" : "2006-08-21 00:00", "description" : """Revised version as published in RFC 4669. This version obsoletes that of RFC 2619 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 2619 are carried forward into this version.""", }, { "date" : "1999-06-11 00:00", "description" : """Initial version as published in RFC 2619.""", }, ), "identity node" : "radiusAuthServMIB", }, "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-AUTH-SERVER-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-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1", }, # node "radiusAuthServMIB" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1", "status" : "current", }, # node "radiusAuthServMIBObjects" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1", }, # node "radiusAuthServ" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1", }, # node "radiusAuthServIdent" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The implementation identification string for the RADIUS authentication server software in use on the system, for example, 'FNS-2.1'.""", }, # scalar "radiusAuthServUpTime" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.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 "radiusAuthServResetTime" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.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 "radiusAuthServConfigReset" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.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 "radiusAuthServTotalAccessRequests" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.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 authentication port.""", "reference" : """RFC 2865 section 4.1""", }, # scalar "radiusAuthServTotalInvalidRequests" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Request packets received from unknown addresses.""", "reference" : """RFC 2865 section 4.1""", }, # scalar "radiusAuthServTotalDupAccessRequests" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of duplicate RADIUS Access-Request packets received.""", "reference" : """RFC 2865 section 4.1""", }, # scalar "radiusAuthServTotalAccessAccepts" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Accept packets sent.""", "reference" : """RFC 2865 section 4.2""", }, # scalar "radiusAuthServTotalAccessRejects" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Reject packets sent.""", "reference" : """RFC 2865 section 4.3""", }, # scalar "radiusAuthServTotalAccessChallenges" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Challenge packets sent.""", "reference" : """RFC 2865 section 4.4""", }, # scalar "radiusAuthServTotalMalformedAccessRequests" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of malformed RADIUS Access-Request packets received. Bad authenticators and unknown types are not included as malformed Access-Requests.""", "reference" : """RFC 2865 section 4.1""", }, # scalar "radiusAuthServTotalBadAuthenticators" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Authentication-Request packets that contained invalid Message Authenticator attributes received.""", "reference" : """RFC 2865 section 3""", }, # scalar "radiusAuthServTotalPacketsDropped" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of incoming packets silently discarded for some reason other than malformed, bad authenticators or unknown types.""", "reference" : """RFC 2865 section 3""", }, # scalar "radiusAuthServTotalUnknownTypes" : { "nodetype" : "scalar", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.14", "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 2865 section 4""", }, # scalar "radiusAuthClientTable" : { "nodetype" : "table", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15", "status" : "deprecated", "description" : """The (conceptual) table listing the RADIUS authentication clients with which the server shares a secret.""", }, # table "radiusAuthClientEntry" : { "nodetype" : "row", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1", "status" : "deprecated", "linkage" : [ "radiusAuthClientIndex", ], "description" : """An entry (conceptual row) representing a RADIUS authentication client with which the server shares a secret.""", }, # row "radiusAuthClientIndex" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.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 client with which this server communicates.""", }, # column "radiusAuthClientAddress" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1.2", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "readonly", "description" : """The NAS-IP-Address of the RADIUS authentication client referred to in this table entry.""", "reference" : """RFC 2865 section 2""", }, # column "radiusAuthClientID" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1.3", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The NAS-Identifier of the RADIUS authentication 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 "radiusAuthServAccessRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1.4", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of packets received on the authentication port from this client.""", "reference" : """RFC 2865 section 4.1""", }, # column "radiusAuthServDupAccessRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1.5", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of duplicate RADIUS Access-Request packets received from this client.""", "reference" : """RFC 2865 section 4.1""", }, # column "radiusAuthServAccessAccepts" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1.6", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Accept packets sent to this client.""", "reference" : """RFC 2865 section 4.2""", }, # column "radiusAuthServAccessRejects" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1.7", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Reject packets sent to this client.""", "reference" : """RFC 2865 section 4.3""", }, # column "radiusAuthServAccessChallenges" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1.8", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Challenge packets sent to this client.""", "reference" : """RFC 2865 section 4.4""", }, # column "radiusAuthServMalformedAccessRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1.9", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of malformed RADIUS Access-Request packets received from this client. Bad authenticators and unknown types are not included as malformed Access-Requests.""", "reference" : """RFC 2865 section 3""", }, # column "radiusAuthServBadAuthenticators" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1.10", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Authentication-Request packets that contained invalid Message Authenticator attributes received from this client.""", "reference" : """RFC 2865 section 3""", }, # column "radiusAuthServPacketsDropped" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.1.11", "status" : "deprecated", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of incoming packets from this client silently discarded for some reason other than malformed, bad authenticators or unknown types.""", "reference" : """RFC 2865 section 3""", }, # column "radiusAuthServUnknownTypes" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.15.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 client.""", "reference" : """RFC 2865 section 4""", }, # column "radiusAuthClientExtTable" : { "nodetype" : "table", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16", "status" : "current", "description" : """The (conceptual) table listing the RADIUS authentication clients with which the server shares a secret.""", }, # table "radiusAuthClientExtEntry" : { "nodetype" : "row", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1", "status" : "current", "linkage" : [ "radiusAuthClientExtIndex", ], "description" : """An entry (conceptual row) representing a RADIUS authentication client with which the server shares a secret.""", }, # row "radiusAuthClientExtIndex" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.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 client with which this server communicates.""", }, # column "radiusAuthClientInetAddressType" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.2", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """The type of address format used for the radiusAuthClientInetAddress object.""", }, # column "radiusAuthClientInetAddress" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.3", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readonly", "description" : """The IP address of the RADIUS authentication client referred to in this table entry, using the version-neutral IP address format.""", }, # column "radiusAuthClientExtID" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The NAS-Identifier of the RADIUS authentication 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 "radiusAuthServExtAccessRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of packets received on the authentication port from this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.""", "reference" : """RFC 2865 section 4.1""", }, # column "radiusAuthServExtDupAccessRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of duplicate RADIUS Access-Request packets received from this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.""", "reference" : """RFC 2865 section 4.1""", }, # column "radiusAuthServExtAccessAccepts" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Accept packets sent to this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.""", "reference" : """RFC 2865 section 4.2""", }, # column "radiusAuthServExtAccessRejects" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Reject packets sent to this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.""", "reference" : """RFC 2865 section 4.3""", }, # column "radiusAuthServExtAccessChallenges" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Access-Challenge packets sent to this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.""", "reference" : """RFC 2865 section 4.4""", }, # column "radiusAuthServExtMalformedAccessRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of malformed RADIUS Access-Request packets received from this client. Bad authenticators and unknown types are not included as malformed Access-Requests. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.""", "reference" : """RFC 2865 sections 3, 4.1""", }, # column "radiusAuthServExtBadAuthenticators" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of RADIUS Authentication-Request packets that contained invalid Message Authenticator attributes received from this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.""", "reference" : """RFC 2865 section 3""", }, # column "radiusAuthServExtPacketsDropped" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "packets", "description" : """The number of incoming packets from this client silently discarded for some reason other than malformed, bad authenticators or unknown types. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.""", "reference" : """RFC 2865 section 3""", }, # column "radiusAuthServExtUnknownTypes" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.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 client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.""", "reference" : """RFC 2865 section 4""", }, # column "radiusAuthServCounterDiscontinuity" : { "nodetype" : "column", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.1.1.16.1.14", "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 Server counters. A discontinuity may be the result of a reinitialization of the RADIUS Server module within the managed entity.""", }, # column "radiusAuthServMIBConformance" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.2", }, # node "radiusAuthServMIBCompliances" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.2.1", }, # node "radiusAuthServMIBGroups" : { "nodetype" : "node", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.2.2", }, # node }, # nodes "groups" : { "radiusAuthServMIBGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.2.2.1", "status" : "deprecated", "members" : { "radiusAuthServIdent" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServUpTime" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServResetTime" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServConfigReset" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalInvalidRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalDupAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalAccessAccepts" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalAccessRejects" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalAccessChallenges" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalMalformedAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthClientAddress" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthClientID" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServDupAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServAccessAccepts" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServAccessRejects" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServAccessChallenges" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServMalformedAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, }, # members "description" : """The collection of objects providing management of a RADIUS Authentication Server.""", }, # group "radiusAuthServExtMIBGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.2.2.2", "status" : "current", "members" : { "radiusAuthServIdent" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServUpTime" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServResetTime" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServConfigReset" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalInvalidRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalDupAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalAccessAccepts" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalAccessRejects" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalAccessChallenges" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalMalformedAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServTotalUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthClientInetAddressType" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthClientInetAddress" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthClientExtID" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServExtAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServExtDupAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServExtAccessAccepts" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServExtAccessRejects" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServExtAccessChallenges" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServExtMalformedAccessRequests" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServExtBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServExtPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServExtUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, "radiusAuthServCounterDiscontinuity" : { "nodetype" : "member", "module" : "RADIUS-AUTH-SERVER-MIB" }, }, # members "description" : """The collection of objects providing management of a RADIUS Authentication Server.""", }, # group }, # groups "compliances" : { "radiusAuthServMIBCompliance" : { "nodetype" : "compliance", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.2.1.1", "status" : "deprecated", "description" : """The compliance statement for authentication servers implementing the RADIUS Authentication 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" : { "radiusAuthServMIBGroup" : { "nodetype" : "mandatory", "module" : "RADIUS-AUTH-SERVER-MIB" }, }, # requires "refinements" : { "radiusAuthServConfigReset" : { "module" : "RADIUS-AUTH-SERVER-MIB", "writesyntax" : { "type" : { "basetype" : "Enumeration", "reset" : { "nodetype" : "namednumber", "number" : "2" }, }, }, # writesyntax "description" : """The only SETable value is 'reset' (2).""", }, }, # refinements }, # compliance "radiusAuthServMIBExtCompliance" : { "nodetype" : "compliance", "moduleName" : "RADIUS-AUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.67.1.1.2.1.2", "status" : "current", "description" : """The compliance statement for authentication servers implementing the RADIUS Authentication Server IPv6 Extensions MIB. Implementation of this module is for entities that support IPv6, or support IPv4 and IPv6.""", "requires" : { "radiusAuthServExtMIBGroup" : { "nodetype" : "mandatory", "module" : "RADIUS-AUTH-SERVER-MIB" }, }, # requires "refinements" : { "radiusAuthServConfigReset" : { "module" : "RADIUS-AUTH-SERVER-MIB", "writesyntax" : { "type" : { "basetype" : "Enumeration", "reset" : { "nodetype" : "namednumber", "number" : "2" }, }, }, # writesyntax "description" : """The only SETable value is 'reset' (2).""", }, "radiusAuthClientInetAddressType" : { "module" : "RADIUS-AUTH-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.""", }, "radiusAuthClientInetAddress" : { "module" : "RADIUS-AUTH-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 }