# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python RADIUS-DYNAUTH-SERVER-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/RADIUS-DYNAUTH-SERVER-MIB" MIB = { "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "RADIUS-DYNAUTH-SERVER-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF RADEXT Working Group""", "contact" : """ Stefaan De Cnodder Alcatel Francis Wellesplein 1 B-2018 Antwerp Belgium Phone: +32 3 240 85 15 EMail: stefaan.de_cnodder@alcatel.be Nagi Reddy Jonnala Cisco Systems, Inc. Divyasree Chambers, B Wing, O'Shaugnessy Road, Bangalore-560027, India. Phone: +91 94487 60828 EMail: njonnala@cisco.com Murtaza Chiba Cisco Systems, Inc. 170 West Tasman Dr. San Jose CA, 95134 Phone: +1 408 525 7198 EMail: mchiba@cisco.com """, "description" : """The MIB module for entities implementing the server side of the Dynamic Authorization Extensions to the Remote Authentication Dial-In User Service (RADIUS) protocol. Copyright (C) The Internet Society (2006). Initial version as published in RFC 4673; for full legal notices see the RFC itself.""", "revisions" : ( { "date" : "2006-08-29 00:00", "description" : """Initial version as published in RFC 4673.""", }, ), "identity node" : "radiusDynAuthServerMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Counter32"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-SMI", "name" : "TimeTicks"}, {"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" : { "radiusDynAuthServerMIB" : { "nodetype" : "node", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146", "status" : "current", }, # node "radiusDynAuthServerMIBObjects" : { "nodetype" : "node", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1", }, # node "radiusDynAuthServerScalars" : { "nodetype" : "node", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.1", }, # node "radiusDynAuthServerDisconInvalidClientAddresses" : { "nodetype" : "scalar", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of Disconnect-Request packets received from unknown addresses. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", }, # scalar "radiusDynAuthServerCoAInvalidClientAddresses" : { "nodetype" : "scalar", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of CoA-Request packets received from unknown addresses. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", }, # scalar "radiusDynAuthServerIdentifier" : { "nodetype" : "scalar", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The NAS-Identifier of the RADIUS Dynamic Authorization Server. This is not necessarily the same as sysName in MIB II.""", "reference" : """RFC 2865, Section 5.32, NAS-Identifier.""", }, # scalar "radiusDynAuthClientTable" : { "nodetype" : "table", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2", "status" : "current", "description" : """The (conceptual) table listing the RADIUS Dynamic Authorization Clients with which the server shares a secret.""", }, # table "radiusDynAuthClientEntry" : { "nodetype" : "row", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1", "status" : "current", "linkage" : [ "radiusDynAuthClientIndex", ], "description" : """An entry (conceptual row) representing one Dynamic Authorization Client with which the server shares a secret.""", }, # row "radiusDynAuthClientIndex" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.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 Dynamic Authorization Client with which this Dynamic Authorization Server communicates. This number is allocated by the agent implementing this MIB module and is unique in this context.""", }, # column "radiusDynAuthClientAddressType" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """The type of IP address of the RADIUS Dynamic Authorization Client referred to in this table entry.""", }, # column "radiusDynAuthClientAddress" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readonly", "description" : """The IP address value of the RADIUS Dynamic Authorization Client referred to in this table entry, using the version neutral IP address format. The type of this address is determined by the value of the radiusDynAuthClientAddressType object.""", }, # column "radiusDynAuthServDisconRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of RADIUS Disconnect-Requests received from this Dynamic Authorization Client. This also includes the RADIUS Disconnect-Requests that have a Service-Type attribute with value 'Authorize Only'. This counter may experience a discontinuity when the DAS module (re)starts as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM).""", }, # column "radiusDynAuthServDisconAuthOnlyRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of RADIUS Disconnect-Requests that include a Service-Type attribute with value 'Authorize Only' received from this Dynamic Authorization Client. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM).""", }, # column "radiusDynAuthServDupDisconRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of duplicate RADIUS Disconnect-Request packets received from this Dynamic Authorization Client. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM).""", }, # column "radiusDynAuthServDisconAcks" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "replies", "description" : """The number of RADIUS Disconnect-ACK packets sent to this Dynamic Authorization Client. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM).""", }, # column "radiusDynAuthServDisconNaks" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "replies", "description" : """The number of RADIUS Disconnect-NAK packets sent to this Dynamic Authorization Client. This includes the RADIUS Disconnect-NAK packets sent with a Service-Type attribute with value 'Authorize Only' and the RADIUS Disconnect-NAK packets sent because no session context was found. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM).""", }, # column "radiusDynAuthServDisconNakAuthOnlyRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "replies", "description" : """The number of RADIUS Disconnect-NAK packets that include a Service-Type attribute with value 'Authorize Only' sent to this Dynamic Authorization Client. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM).""", }, # column "radiusDynAuthServDisconNakSessNoContext" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "replies", "description" : """The number of RADIUS Disconnect-NAK packets sent to this Dynamic Authorization Client because no session context was found. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM).""", }, # column "radiusDynAuthServDisconUserSessRemoved" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "sessions", "description" : """The number of user sessions removed for the Disconnect-Requests received from this Dynamic Authorization Client. Depending on site- specific policies, a single Disconnect request can remove multiple user sessions. In cases where this Dynamic Authorization Server has no knowledge of the number of user sessions that are affected by a single request, each such Disconnect-Request will count as a single affected user session only. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM).""", }, # column "radiusDynAuthServMalformedDisconRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of malformed RADIUS Disconnect-Request packets received from this Dynamic Authorization Client. Bad authenticators and unknown types are not included as malformed Disconnect-Requests. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM), and Section 2.3, Packet Format.""", }, # column "radiusDynAuthServDisconBadAuthenticators" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of RADIUS Disconnect-Request packets that contained an invalid Authenticator field received from this Dynamic Authorization Client. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM), and Section 2.3, Packet Format.""", }, # column "radiusDynAuthServDisconPacketsDropped" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.14", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of incoming Disconnect-Requests from this Dynamic Authorization Client silently discarded by the server application for some reason other than malformed, bad authenticators, or unknown types. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.1, Disconnect Messages (DM), and Section 2.3, Packet Format.""", }, # column "radiusDynAuthServCoARequests" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.15", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of RADIUS CoA-requests received from this Dynamic Authorization Client. This also includes the CoA requests that have a Service-Type attribute with value 'Authorize Only'. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA).""", }, # column "radiusDynAuthServCoAAuthOnlyRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.16", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of RADIUS CoA-requests that include a Service-Type attribute with value 'Authorize Only' received from this Dynamic Authorization Client. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA).""", }, # column "radiusDynAuthServDupCoARequests" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.17", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of duplicate RADIUS CoA-Request packets received from this Dynamic Authorization Client. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA).""", }, # column "radiusDynAuthServCoAAcks" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.18", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "replies", "description" : """The number of RADIUS CoA-ACK packets sent to this Dynamic Authorization Client. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA).""", }, # column "radiusDynAuthServCoANaks" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.19", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "replies", "description" : """The number of RADIUS CoA-NAK packets sent to this Dynamic Authorization Client. This includes the RADIUS CoA-NAK packets sent with a Service-Type attribute with value 'Authorize Only' and the RADIUS CoA-NAK packets sent because no session context was found. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA).""", }, # column "radiusDynAuthServCoANakAuthOnlyRequests" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.20", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "replies", "description" : """The number of RADIUS CoA-NAK packets that include a Service-Type attribute with value 'Authorize Only' sent to this Dynamic Authorization Client. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA).""", }, # column "radiusDynAuthServCoANakSessNoContext" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.21", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "replies", "description" : """The number of RADIUS CoA-NAK packets sent to this Dynamic Authorization Client because no session context was found. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA).""", }, # column "radiusDynAuthServCoAUserSessChanged" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.22", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "sessions", "description" : """The number of user sessions authorization changed for the CoA-Requests received from this Dynamic Authorization Client. Depending on site- specific policies, a single CoA request can change multiple user sessions' authorization. In cases where this Dynamic Authorization Server has no knowledge of the number of user sessions that are affected by a single request, each such CoA-Request will count as a single affected user session only. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA).""", }, # column "radiusDynAuthServMalformedCoARequests" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.23", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of malformed RADIUS CoA-Request packets received from this Dynamic Authorization Client. Bad authenticators and unknown types are not included as malformed CoA-Requests. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA), and Section 2.3, Packet Format.""", }, # column "radiusDynAuthServCoABadAuthenticators" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.24", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of RADIUS CoA-Request packets that contained an invalid Authenticator field received from this Dynamic Authorization Client. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA), and Section 2.3, Packet Format.""", }, # column "radiusDynAuthServCoAPacketsDropped" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.25", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of incoming CoA packets from this Dynamic Authorization Client silently discarded by the server application for some reason other than malformed, bad authenticators, or unknown types. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.2, Change-of-Authorization Messages (CoA), and Section 2.3, Packet Format.""", }, # column "radiusDynAuthServUnknownTypes" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.26", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "requests", "description" : """The number of incoming packets of unknown types that were received on the Dynamic Authorization port. This counter may experience a discontinuity when the DAS module (re)starts, as indicated by the value of radiusDynAuthServerCounterDiscontinuity.""", "reference" : """RFC 3576, Section 2.3, Packet Format.""", }, # column "radiusDynAuthServerCounterDiscontinuity" : { "nodetype" : "column", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.1.2.1.27", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "units" : "hundredths of a second", "description" : """The time (in hundredths of a second) since the last counter discontinuity. A discontinuity may be the result of a reinitialization of the DAS module within the managed entity.""", }, # column "radiusDynAuthServerMIBConformance" : { "nodetype" : "node", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.2", }, # node "radiusDynAuthServerMIBCompliances" : { "nodetype" : "node", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.2.1", }, # node "radiusDynAuthServerMIBGroups" : { "nodetype" : "node", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.2.2", }, # node }, # nodes "groups" : { "radiusDynAuthServerMIBGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.2.2.1", "status" : "current", "members" : { "radiusDynAuthServerDisconInvalidClientAddresses" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServerCoAInvalidClientAddresses" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServerIdentifier" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthClientAddressType" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthClientAddress" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServDisconRequests" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServDupDisconRequests" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServDisconAcks" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServDisconNaks" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServDisconUserSessRemoved" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServMalformedDisconRequests" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServDisconBadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServDisconPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServCoARequests" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServDupCoARequests" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServCoAAcks" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServCoANaks" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServCoAUserSessChanged" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServMalformedCoARequests" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServCoABadAuthenticators" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServCoAPacketsDropped" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServUnknownTypes" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServerCounterDiscontinuity" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, }, # members "description" : """The collection of objects providing management of a RADIUS Dynamic Authorization Server.""", }, # group "radiusDynAuthServerAuthOnlyGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.2.2.2", "status" : "current", "members" : { "radiusDynAuthServDisconAuthOnlyRequests" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServDisconNakAuthOnlyRequests" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServCoAAuthOnlyRequests" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServCoANakAuthOnlyRequests" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, }, # members "description" : """The collection of objects supporting the RADIUS messages including Service-Type attribute with value 'Authorize Only'.""", }, # group "radiusDynAuthServerNoSessGroup" : { "nodetype" : "group", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.2.2.3", "status" : "current", "members" : { "radiusDynAuthServDisconNakSessNoContext" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServCoANakSessNoContext" : { "nodetype" : "member", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, }, # members "description" : """The collection of objects supporting the RADIUS messages that are referring to non-existing sessions.""", }, # group }, # groups "compliances" : { "radiusAuthServerMIBCompliance" : { "nodetype" : "compliance", "moduleName" : "RADIUS-DYNAUTH-SERVER-MIB", "oid" : "1.3.6.1.2.1.146.2.1.1", "status" : "current", "description" : """The compliance statement for entities implementing the RADIUS Dynamic Authorization Server. Implementation of this module is for entities that support IPv4 and/or IPv6.""", "requires" : { "radiusDynAuthServerMIBGroup" : { "nodetype" : "mandatory", "module" : "RADIUS-DYNAUTH-SERVER-MIB" }, "radiusDynAuthServerAuthOnlyGroup" : { "nodetype" : "optional", "module" : "RADIUS-DYNAUTH-SERVER-MIB", "description" : """Only required for Dynamic Authorization Clients that are supporting Service-Type attributes with value 'Authorize-Only'.""", }, "radiusDynAuthServerNoSessGroup" : { "nodetype" : "optional", "module" : "RADIUS-DYNAUTH-SERVER-MIB", "description" : """This group is not required if the Dynamic Authorization Server cannot easily determine whether a session exists (e.g., in case of a RADIUS proxy).""", }, }, # requires "refinements" : { "radiusDynAuthClientAddressType" : { "module" : "RADIUS-DYNAUTH-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.""", }, "radiusDynAuthClientAddress" : { "module" : "RADIUS-DYNAUTH-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 }