ENTERASYS-RADIUS-SNOOPING-MIB

File: ENTERASYS-RADIUS-SNOOPING-MIB.mib (33231 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF P-BRIDGE-MIB
SNMPv2-TC IF-MIB INET-ADDRESS-MIB
ENTERASYS-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 Counter32 MODULE-COMPLIANCE
OBJECT-GROUP EnabledStatus MacAddress
TruthValue RowStatus InterfaceIndex
InetAddressType InetAddress etsysModules

Defined Types

EtsysRadiusSnoopingPortEntry  
SEQUENCE    
  etsysRadiusSnoopingPortIndex InterfaceIndex
  etsysRadiusSnoopingPortEnable EnabledStatus
  etsysRadiusSnoopingPortTimeout Integer32
  etsysRadiusSnoopingPortInitialize TruthValue
  etsysRadiusSnoopingPortDrop EnabledStatus
  etsysRadiusSnoopingPortAuthenticationsAllocated Unsigned32
  etsysRadiusSnoopingPortAuthenticationsAllowed Unsigned32

EtsysRadiusSnoopingSessionEntry  
SEQUENCE    
  etsysRadiusSnoopingSessionMACAddress MacAddress
  etsysRadiusSnoopingSessionInitialize TruthValue
  etsysRadiusSnoopingSessionPort InterfaceIndex
  etsysRadiusSnoopingSessionRadiusClientAddressType InetAddressType
  etsysRadiusSnoopingSessionRadiusClientAddress InetAddress
  etsysRadiusSnoopingSessionRadiusServerAddressType InetAddressType
  etsysRadiusSnoopingSessionRadiusServerAddress InetAddress
  etsysRadiusSnoopingSessionDuration Unsigned32

EtsysRadiusSnoopingFlowEntry  
SEQUENCE    
  etsysRadiusSnoopingFlowIndex Integer32
  etsysRadiusSnoopingFlowClientAddressType InetAddressType
  etsysRadiusSnoopingFlowClientAddress InetAddress
  etsysRadiusSnoopingFlowServerAddressType InetAddressType
  etsysRadiusSnoopingFlowServerAddress InetAddress
  etsysRadiusSnoopingFlowServerPortNumber Integer32
  etsysRadiusSnoopingFlowSecret OCTET STRING
  etsysRadiusSnoopingFlowRowStatus RowStatus
  etsysRadiusSnoopingFlowSecretEntered TruthValue
  etsysRadiusSnoopingFlowCurrentSessions Counter32
  etsysRadiusSnoopingFlowPendingAuthentications Counter32
  etsysRadiusSnoopingFlowTotalSessions Counter32
  etsysRadiusSnoopingFlowAccessRequests Counter32
  etsysRadiusSnoopingFlowAccessAccepts Counter32
  etsysRadiusSnoopingFlowAccessRejects Counter32
  etsysRadiusSnoopingFlowInvalidRequests Counter32
  etsysRadiusSnoopingFlowInvalidResponses Counter32
  etsysRadiusSnoopingFlowTotalDroppedPackets Counter32
  etsysRadiusSnoopingFlowUnsupportedReqPackets Counter32
  etsysRadiusSnoopingFlowUnsupportedRspPackets Counter32

Defined Values

etsysRadiusSnoopingMIB 1.3.6.1.4.1.5624.1.2.62
This MIB module defines a portion of the SNMP MIB under the Enterasys Networks enterprise OID pertaining to configuration of RADIUS Snooping on a device.
MODULE-IDENTITY    

etsysRadiusSnoopingObjectBase 1.3.6.1.4.1.5624.1.2.62.2
OBJECT IDENTIFIER    

etsysRadiusSnoopingObjects 1.3.6.1.4.1.5624.1.2.62.2.1
OBJECT IDENTIFIER    

etsysRadiusSnoopingSystem 1.3.6.1.4.1.5624.1.2.62.2.1.1
OBJECT IDENTIFIER    

etsysRadiusSnoopingPort 1.3.6.1.4.1.5624.1.2.62.2.1.2
OBJECT IDENTIFIER    

etsysRadiusSnoopingSession 1.3.6.1.4.1.5624.1.2.62.2.1.3
OBJECT IDENTIFIER    

etsysRadiusSnoopingFlow 1.3.6.1.4.1.5624.1.2.62.2.1.4
OBJECT IDENTIFIER    

etsysRadiusSnoopingSystemEnable 1.3.6.1.4.1.5624.1.2.62.2.1.1.1
When enabled(1), all objects in this MIB are fully active. When disabled(2), this object overrides all other object settings in this MIB without affecting their values. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysRadiusSnoopingSystemTimeout 1.3.6.1.4.1.5624.1.2.62.2.1.1.2
The number of seconds to wait for a RADIUS Server to respond to a RADIUS Snooping detected RADIUS request. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

etsysRadiusSnoopingSystemConfiguredFlows 1.3.6.1.4.1.5624.1.2.62.2.1.1.3
The current number of configured flows in the etsysRadiusSnoopFlowTable
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingSystemActiveSessions 1.3.6.1.4.1.5624.1.2.62.2.1.1.4
The current number of active sessions in the etsysRadiusSnoopFlowTable
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingPortTable 1.3.6.1.4.1.5624.1.2.62.2.1.2.1
A table containing configuration objects for each RADIUS snooping port. The configuration for each port in this table must be non-volatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysRadiusSnoopingPortEntry

etsysRadiusSnoopingPortEntry 1.3.6.1.4.1.5624.1.2.62.2.1.2.1.1
Each conceptual row provides control over all of the initial values used by each RADIUS Snooping session on this port. Subsequent changes to rows in this table, except where noted, have no effect on existing sessions authenticated by RADIUS Snooping on this port.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysRadiusSnoopingPortEntry  

etsysRadiusSnoopingPortIndex 1.3.6.1.4.1.5624.1.2.62.2.1.2.1.1.1
This is the InterfaceIndex associated with this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

etsysRadiusSnoopingPortEnable 1.3.6.1.4.1.5624.1.2.62.2.1.2.1.1.2
When set to enabled(1), a platform dependent triggering mechanism initiates the detection of RADIUS traffic sent by edge devices. These RADIUS requests in conjuntion with their respective responses allow for RADIUS Snooping to process these sessions. When disabled(2), RADIUS Snooping detection is disabled and all currently authenticated sessions or those in the process of authentication on this port are terminated. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysRadiusSnoopingPortTimeout 1.3.6.1.4.1.5624.1.2.62.2.1.2.1.1.3
The number of seconds to wait for a RADIUS Server to respond to a RADIUS Snooping detected RADIUS request. If the value of this variable is 0 then the system setting in etsysRadiusSnoopingSystemTimeout will be used. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..60  

etsysRadiusSnoopingPortInitialize 1.3.6.1.4.1.5624.1.2.62.2.1.2.1.1.4
When set to true(1), the RADIUS Snooping logic on this port is initialized, forcibly ending all RADIUS Snooping sessions currently in existence on this port. A set with the value false(2) has no affect and a read always returns false.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysRadiusSnoopingPortDrop 1.3.6.1.4.1.5624.1.2.62.2.1.2.1.1.5
When set to enabled(1), a platform dependent triggering mechanism initiates the potential dropping of RADIUS traffic under specific error conditions to maintain session consistency accross network devices. When disabled(2), RADIUS Snooping will not drop RADIUS traffic. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysRadiusSnoopingPortAuthenticationsAllocated 1.3.6.1.4.1.5624.1.2.62.2.1.2.1.1.6
The maximum number of RADIUS Snooping authentications permitted on this port on this module. This value must be non-zero and be less than or equal to the value of etsysRadiusSnoopingAuthenticationsAllowed. Setting this object to a value less than the current number of authenticated RADIUS Snooping sessions on this port prevents further authentications, but has no affect on the current sessions. Maintaining the value of this object across agent reboots is REQUIRED
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

etsysRadiusSnoopingPortAuthenticationsAllowed 1.3.6.1.4.1.5624.1.2.62.2.1.2.1.1.7
The maximum number of concurrent RADIUS Snooping authentications supported on this port on this module. The default value of this object is platform and resource dependent.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysRadiusSnoopingSessionTable 1.3.6.1.4.1.5624.1.2.62.2.1.3.1
A table containing configuration objects for each RADIUS Snooping session authenticated on a port. Each row in this table is created dynamically when a RADIUS Snooping session authenticates on a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysRadiusSnoopingSessionEntry

etsysRadiusSnoopingSessionEntry 1.3.6.1.4.1.5624.1.2.62.2.1.3.1.1
Each conceptual row inherits it's initial information from the row in the etsysRadiusSnoopingPortConfigTable corresponding to the correct port. Each row represents an authenticated RADIUS Snooping session.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysRadiusSnoopingSessionEntry  

etsysRadiusSnoopingSessionMACAddress 1.3.6.1.4.1.5624.1.2.62.2.1.3.1.1.1
This is the MAC address that was authenticated on this port.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

etsysRadiusSnoopingSessionInitialize 1.3.6.1.4.1.5624.1.2.62.2.1.3.1.1.2
When set to true(1), this RADIUS Snooping session terminates causing the corresponding row in this table and in the etsysRadiusSnoopingSessionTable to be removed. Setting this object to false(2) has no effect on the system. Reads of this object always return false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysRadiusSnoopingSessionPort 1.3.6.1.4.1.5624.1.2.62.2.1.3.1.1.3
This is the InterfaceIndex associated with this rows RADIUS Snooping authenticated session.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

etsysRadiusSnoopingSessionRadiusClientAddressType 1.3.6.1.4.1.5624.1.2.62.2.1.3.1.1.5
The type of data returned by etsysRadiusSnoopingMACRadiusClientAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

etsysRadiusSnoopingSessionRadiusClientAddress 1.3.6.1.4.1.5624.1.2.62.2.1.3.1.1.6
The network address of the RADIUS Client that sent the RADIUS Access Request that started the RADIUS Snooping authentication that led to this RADIUS Snooping session entry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

etsysRadiusSnoopingSessionRadiusServerAddressType 1.3.6.1.4.1.5624.1.2.62.2.1.3.1.1.7
The type of data returned by etsysRadiusSnoopingMACRadiusServerAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

etsysRadiusSnoopingSessionRadiusServerAddress 1.3.6.1.4.1.5624.1.2.62.2.1.3.1.1.8
The network address of the RADIUS Server that sent the RADIUS Access Accept that successfully completed the RADIUS Snooping authentication that led to this RADIUS Snooping session entry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

etsysRadiusSnoopingSessionDuration 1.3.6.1.4.1.5624.1.2.62.2.1.3.1.1.9
The value, in seconds, which have elapsed since the start of this session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysRadiusSnoopingFlowTable 1.3.6.1.4.1.5624.1.2.62.2.1.4.1
A table containing configuration objects for each RADIUS snooping flow. The configuration for each flow in this table must be non-volatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysRadiusSnoopingFlowEntry

etsysRadiusSnoopingFlowEntry 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1
Each conceptual row provides control over all of the values used by each RADIUS Snooping flow.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysRadiusSnoopingFlowEntry  

etsysRadiusSnoopingFlowIndex 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.1
A number uniquely identifying each conceptual row in the etsysRadiusSnoopingFlowTable. This value also indicates the search priority of the flows. Incoming RADIUS traffic matching multiple entries will be processed according to the entry with the lowest index. Maintaining the value of etsysRadiusSnoopingFlowIndex for all active(1) entries across agent reboots is REQUIRED.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4095  

etsysRadiusSnoopingFlowClientAddressType 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.2
This object specifies how etsysRadiusSnoopingFlowClientAddress is encoded. Support for all possible enumerations defined by InetAddressType is NOT REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

etsysRadiusSnoopingFlowClientAddress 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.3
The encoded unicast IP address of a RADIUS client. RADIUS Snooping may process RADIUS requests from this address. Maintaining the value of etsysRadiusSnoopingFlowClientAddress for all active(1) entries across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress Size(1..64)  

etsysRadiusSnoopingFlowServerAddressType 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.4
This object specifies how etsysRadiusSnoopingFlowServerAddress is encoded. Support for all possible enumerations defined by InetAddressType is NOT REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

etsysRadiusSnoopingFlowServerAddress 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.5
The encoded unicast IP address of a RADIUS server. RADIUS Snooping may process RADIUS responses from this address. Maintaining the value of etsysRadiusSnoopingFlowServerAddress for all active(1) entries across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress Size(1..64)  

etsysRadiusSnoopingFlowServerPortNumber 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.6
The destination UDP port number (0-65535) the client will use to send RADIUS requests to the server and the source UDP port number (0-65535) the server will use to send RADIUS responses to the client. Maintaining the value of etsysRadiusSnoopingFlowServerPortNumber for all active(1) entries across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

etsysRadiusSnoopingFlowSecret 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.7
This object is the secret shared between the RADIUS authentication server and the RADIUS client. On a read operation this object MUST return a zero length string. Writing this object with a zero length string clears the secret. Maintaining the value of etsysRadiusSnoopingFlowSecret for all active(1) entries across agent reboots is REQUIRED.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

etsysRadiusSnoopingFlowRowStatus 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.8
The status of this row as defined by the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysRadiusSnoopingFlowSecretEntered 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.9
true(1) - Indicates that etsysRadiusSnoopingFlowSecret was last set with some value other than the empty string. false(2) - Indicates that etsysRadiusSnoopingFlowSecret has never been set, or was last set to the empty string.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

etsysRadiusSnoopingFlowCurrentSessions 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.10
The number of current RADIUS Snooping authenticated sessions for this RAIDIUS Snooping flow.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingFlowPendingAuthentications 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.11
The number of pending RADIUS Snooping authentications for this RADIUS Snooping flow. A valid RADIUS request has been seen for these authentications, but no valid RADIUS response has been detected as of yet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingFlowTotalSessions 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.12
The total number of successful RADIUS Snooping authentications for this RADIUS Snoopping flow since the last system reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingFlowAccessRequests 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.13
The total number of valid RADIUS Access Requests sent by the client to the server in this RADIUS Snooping flow since the last system reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingFlowAccessAccepts 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.14
The total number of valid RADIUS Access Accepts sent by the server to the client in this RADIUS Snooping flow since the last system reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingFlowAccessRejects 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.15
The total number of valid RADIUS Access Rejects sent by the server to the client in this RADIUS Snooping flow since the last system reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingFlowInvalidRequests 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.16
The total number of invalid RADIUS requests sent by the client in this RADIUS Snooping flow since the last system reboot. This may occur due to an invalid RADIUS packet format or the lack of a Calling-Station-Id RADIUS attribute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingFlowInvalidResponses 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.17
The total number of invalid RADIUS responses sent by the server in this RADIUS Snooping flow since the last system reboot. This may occur due to an invalid RADIUS packet format or a RADIUS packet validation failure if validation is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingFlowTotalDroppedPackets 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.18
The total number of dropped RADIUS Snooping packets. This may occur due resource limitations or RADIUS frame format in conjunction with port packet drop configuration.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingFlowUnsupportedReqPackets 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.19
The total number of unsupported RADIUS request packets that are received by the RADIUS Snooping component but not supported. Specifically, Accounting Requests are counted. These packets are never dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingFlowUnsupportedRspPackets 1.3.6.1.4.1.5624.1.2.62.2.1.4.1.1.20
The total number of unsupported RADIUS response packets that are received by the RADIUS Snooping component but not supported. Specifically, Accounting Responses and Challenge Responses are counted. These packets are never dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysRadiusSnoopingConformance 1.3.6.1.4.1.5624.1.2.62.2.2
OBJECT IDENTIFIER    

etsysRadiusSnoopingGroups 1.3.6.1.4.1.5624.1.2.62.2.2.1
OBJECT IDENTIFIER    

etsysRadiusSnoopingCompliances 1.3.6.1.4.1.5624.1.2.62.2.2.2
OBJECT IDENTIFIER    

etsysRadiusSnoopingSystemGroup 1.3.6.1.4.1.5624.1.2.62.2.2.1.1
Global object controlling this feature. Global objects that affect how the credentials are presented to the authentication server.
Status: current Access: read-only
OBJECT-GROUP    

etsysRadiusSnoopingPortGroup 1.3.6.1.4.1.5624.1.2.62.2.2.1.2
Objects describing the RADIUS Snooping variables for each port.
Status: current Access: read-only
OBJECT-GROUP    

etsysRadiusSnoopingSessionGroup 1.3.6.1.4.1.5624.1.2.62.2.2.1.3
Objects associated with an individual RADIUS Snooping authentication.
Status: current Access: read-only
OBJECT-GROUP    

etsysRadiusSnoopingFlowGroup 1.3.6.1.4.1.5624.1.2.62.2.2.1.4
Objects associated with an individual RADIUS Snooping authentication.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysRadiusSnoopingFlowGroup2 1.3.6.1.4.1.5624.1.2.62.2.2.1.5
Objects associated with an individual RADIUS Snooping authentication.
Status: current Access: read-only
OBJECT-GROUP    

etsysRadiusSnoopingCompliance 1.3.6.1.4.1.5624.1.2.62.2.2.2.1
The compliance statement for devices that support RADIUS Snooping.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

etsysRadiusSnoopingCompliance2 1.3.6.1.4.1.5624.1.2.62.2.2.2.2
The compliance statement for devices that support RADIUS Snooping.
Status: current Access: read-only
MODULE-COMPLIANCE