ENTERASYS-MAC-LOCKING-MIB

File: ENTERASYS-MAC-LOCKING-MIB.mib (29860 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 MacAddress RowStatus
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
InterfaceIndex EnabledStatus etsysModules

Defined Types

EtsysMACLockingPortEntry  
SEQUENCE    
  etsysMACLockingPort InterfaceIndex
  etsysMACLockingEnable EnabledStatus
  etsysMACLockingViolationEnable EnabledStatus
  etsysMACLockingLastViolationAddress MacAddress
  etsysMACLockingFirstArrivalStationsAllowed Unsigned32
  etsysMACLockingFirstArrivalStationsAllocated Unsigned32
  etsysMACLockingStaticStationsAllowed Unsigned32
  etsysMACLockingStaticStationsAllocated Unsigned32
  etsysMACLockingMoveFirstArrivalToStatic TruthValue
  etsysMACLockingStaticStationsCount Unsigned32
  etsysMACLockingClearStaticStations TruthValue
  etsysMACLockingFirstArrivalAging TruthValue
  etsysMACLockingViolationSyslogEnable EnabledStatus
  etsysMACLockingThresholdEnable EnabledStatus
  etsysMACLockingThresholdSyslogEnable EnabledStatus

EtsysMACLockingStaticStationEntry  
SEQUENCE    
  etsysMACLockingLockedAddress MacAddress
  etsysMACLockingStaticEntryRowStatus RowStatus

EtsysMACLockingStationEntry  
SEQUENCE    
  etsysMACLockingLockedEntryCause INTEGER
  etsysMACLockingRemoveStation TruthValue

Defined Values

etsysMACLockingMIB 1.3.6.1.4.1.5624.1.2.21
This MIB module defines the portion of the SNMP enterprise MIBs under Enterasys Networks' enterprise OID pertaining to MAC Locking. This MIB is designed to provide configuration and status objects pertaining to per port MAC Locking.
MODULE-IDENTITY    

etsysMACLockingObjects 1.3.6.1.4.1.5624.1.2.21.1
OBJECT IDENTIFIER    

etsysMACLockingSystemBranch 1.3.6.1.4.1.5624.1.2.21.1.1
OBJECT IDENTIFIER    

etsysMACLockingPortConfigBranch 1.3.6.1.4.1.5624.1.2.21.1.2
OBJECT IDENTIFIER    

etsysMACLockingStaticStationBranch 1.3.6.1.4.1.5624.1.2.21.1.3
OBJECT IDENTIFIER    

etsysMACLockingStationBranch 1.3.6.1.4.1.5624.1.2.21.1.4
OBJECT IDENTIFIER    

etsysMACLockingTrapBranch 1.3.6.1.4.1.5624.1.2.21.1.0
OBJECT IDENTIFIER    

etsysMACLockingSystemEnable 1.3.6.1.4.1.5624.1.2.21.1.1.1
This object is a configuration convenience. While disabled(2), all per port configuration is ignored, but changeable. When set to enabled(1), the per port configuration becomes active.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysMACLockingPortTable 1.3.6.1.4.1.5624.1.2.21.1.2.1
A table that provides for the configuration of MAC Locking for each port. Regardless of the value of etsysMACLockingSystemEnable, this table is automatically populated with one row per supported port. MAC Locking is not supported on media types whose addresses cannot be adequately represented by the MacAddress convention
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysMACLockingPortEntry

etsysMACLockingPortEntry 1.3.6.1.4.1.5624.1.2.21.1.2.1.1
Each conceptual row allows control over whether MAC locking is enabled for the port corresponding to the row. Similarly, each row provides control over whether violation traps are sent. Information in this table is persistent.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysMACLockingPortEntry  

etsysMACLockingPort 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.1
The interface number for this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

etsysMACLockingEnable 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.2
When set to enabled(1) any static entries currently created on this port become active and the first n MACs which are received on this port are locked, where n is equal to etsysMACLockingFirstArrivalStationsAllocated. When set to disabled(2), all entries in the etsysMACLockingStationTable are cleared, and the port forwards without regard to MAC locking.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysMACLockingViolationEnable 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.3
When set to enabled(1), the agent issues violation traps for violations detected by the agent. Arrival of violation traps at the management station is not guaranteed and the trap generation rate is not required to match the violation detection rate. A best effort delivery is acceptable. When disabled(2), no traps are sent.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysMACLockingLastViolationAddress 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.4
The last source MAC received on this port which was a violation. A violation is defined to be when the maximum number of firstArrival entries exists for this port in the etsysMACLockingStationTable and the source MAC address of the received packet differs from all entries found for this port in the etsysMACLockingStationTable.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

etsysMACLockingFirstArrivalStationsAllowed 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.5
The agent sets this number for the benefit of management to use when determining the permissible range of values for the etsysMACLockingFirstArrivalStationsAllocated object. The default value of this object is device dependent.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysMACLockingFirstArrivalStationsAllocated 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.6
Management sets this number in the range of 0 to etsysMACLockingFirstArrivalStationsAllowed. This number limits the number of locked MACs on this port using the first arrival method. The default value of this object SHOULD be the same as the default value of etsysMACLockingFirstArrivalStationsAllowed.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

etsysMACLockingStaticStationsAllowed 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.7
The agent sets this number for the benefit of management to use when determining the permissible range of values for the etsysMACLockingStaticStationsAllocated object. The default value of this object is device dependent.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysMACLockingStaticStationsAllocated 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.8
Management sets this number in the range of 0 to etsysMACLockingStaticStationsAllowed. This limits the number of statically provisioned, locked MACs on this port. The default value of this object SHOULD be the same as the default value of etsysMACLockingStaticStationsAllowed.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

etsysMACLockingMoveFirstArrivalToStatic 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.9
When set to true(1), moves First Arrival MACs locked on the port, in lexicographical order, into Statically Locked MACs on the port. The move continues until all First Arrival MACs are moved or until the number of allowable static entries (etsysMACLockingStaticStationsAllocated) has been exhausted. If there is an insufficient number Static entries available to accommodate all the First Arrival MACs, then only the First Arrival MACs already moved to statically locked MACs will be static entries, the remaining First Arrival MACs will remain as First Arrival entries and a MIB_ERROR is returned. When read this object will always return false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysMACLockingStaticStationsCount 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.10
Returns the number of Statically Locked MACs currently locked on the port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysMACLockingClearStaticStations 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.11
When set to true(1), clears out all the Statically Locked MACs on this port. When read this object will always return false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysMACLockingFirstArrivalAging 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.12
When set to true(1), firstArrival MACs that have aged out of the forwarding database will be removed for the associated port lock
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysMACLockingViolationSyslogEnable 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.13
When set to enabled(1), the agent issues syslog messages for violations detected by the agent. Arrival of violation syslog messages at the management station is not guaranteed and the messages generation rate is not required to match the violation detection rate. A best effort delivery is acceptable. When disabled(2), no syslog messages are sent as a result of MAC locking violations.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysMACLockingThresholdEnable 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.14
When set to enabled(1), the agent issues a trap when the MAC address threshold as defined in the etsysMACLockingFirstArrivalStationsAllocated object has been reached. Arrival of these traps at the management station is not guaranteed and the trap generation rate is not required to match the detection rate. A best effort delivery is acceptable. When disabled(2), no traps are sent as a result of the threshold being reached.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysMACLockingThresholdSyslogEnable 1.3.6.1.4.1.5624.1.2.21.1.2.1.1.15
When set to enabled(1), the agent issues a syslog message when the MAC address threshold as defined in the etsysMACLockingFirstArrivalStationsAllocated object has been reached. Arrival of these messages is not guaranteed and the message generation rate is not required to match the detection rate. A best effort delivery is acceptable. When disabled(2), no messages are sent as a result of the threshold being reached.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysMACLockingStaticStationTable 1.3.6.1.4.1.5624.1.2.21.1.3.1
This table lists all statically locked MAC addresses for each port. When MAC locking is enabled on a port, all active rows in this table will appear in the etsysMACLockingStationTable with the object etsysMACLockingLockedEntryCause set to static(2). Rows in this table are persistent between resets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysMACLockingStaticStationEntry

etsysMACLockingStaticStationEntry 1.3.6.1.4.1.5624.1.2.21.1.3.1.1
Each conceptual row contains a user specified locked MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysMACLockingStaticStationEntry  

etsysMACLockingLockedAddress 1.3.6.1.4.1.5624.1.2.21.1.3.1.1.1
The MAC that has been locked to this port.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

etsysMACLockingStaticEntryRowStatus 1.3.6.1.4.1.5624.1.2.21.1.3.1.1.2
The status column has six defined values: - 'active', which indicates that a row shall also exist or be created in etsysMACLockingStationTable with the same index and the object etsysMACLockingLockedEntryCause in that row shall be static(1); - 'notInService', which indicates the existence or causes the creation of a row in this table. However, no corresponding row shall exist or be created in etsysMACLockingStationTable; - 'notReady', will never be read in any row of this table since existence is the only requirement for this tables rows; - 'createAndGo', which causes a new row to be created in both this table and in the etsysMACLockingStationTable with the same index and the object etsysMACLockingLockedEntryCause shall have the value static(1); - 'createAndWait', which causes a new row to be created in this table. However, no corresponding row shall be created in etsysMACLockingStationTable; and, - 'destroy', which causes the agent to remove this tables row along with the corresponding row in etsysMACLockingStationTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysMACLockingStationTable 1.3.6.1.4.1.5624.1.2.21.1.4.1
This table lists any locked MAC address for each port along with their entry types. On each port in the system, MACs can be locked. For each MAC locked to a port, a row appears in this table. When MAC locking is enabled on a port, the first n packets received by the port has its source MAC locked to the port and the locked cause displays firstArrival(2) The value n is equal to the etsysMACLockingFirstArrivalStationsAllocated object. Additionally, management may explicitly lock a MAC to a port by using the etsysMACLockingStationStaticTable. For each entry in the static table that is active(1), a corresponding entry appears in this table with its etsysMACLockingLockedEntryCause object set to static(1).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysMACLockingStationEntry

etsysMACLockingStationEntry 1.3.6.1.4.1.5624.1.2.21.1.4.1.1
Each conceptual row contains a locked cause which describes how the MAC was locked on the port. If etsysMACLockingSystemEnable is disabled(2), then this table will be empty. This table contains entries for those ports which have MAC locking enabled and have locked MACs.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysMACLockingStationEntry  

etsysMACLockingLockedEntryCause 1.3.6.1.4.1.5624.1.2.21.1.4.1.1.1
When management statically provisions a MAC onto this port, then this object is returns static(1). If this MAC was dynamically locked, then this object returns firstArrival(2). If first arrival aging is enabled on the port and the MAC address is dynamically locked, then this object returns agingFirstArrival(3).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), firstArrival(2), agingFirstArrival(3)  

etsysMACLockingRemoveStation 1.3.6.1.4.1.5624.1.2.21.1.4.1.1.2
When this is object is set to true(1) the MAC address specified by the indexing will be removed from etsysMACLockingStationTable. If the etsysMACLockingLockedEntryCause leaf for this table entry is of type static(1), then the associated entry will also be removed from the etsysMACLockingStaticStationTable. A set to false(2) will have no effect. This object will always return false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysMACLockingMACViolation 1.3.6.1.4.1.5624.1.2.21.1.0.1
If MAC Locking is globally enabled and specifically enabled for this port, then this trap is sent when a packet is received with a source MAC that differs from all the currently locked MACs for the port specified in this instance of the notification.
Status: current Access: read-write
NOTIFICATION-TYPE    

etsysMACLockingMACThreshold 1.3.6.1.4.1.5624.1.2.21.1.0.2
MAC database threshold notification. The device will send this notification when the MAC address threshold configured in the etsysMACLockingFirstArrivalStationsAllocated object has been reached so that the administrator can take appropriate action.
Status: current Access: read-write
NOTIFICATION-TYPE    

etsysMACLockingConformance 1.3.6.1.4.1.5624.1.2.21.2
OBJECT IDENTIFIER    

etsysMACLockingGroups 1.3.6.1.4.1.5624.1.2.21.2.1
OBJECT IDENTIFIER    

etsysMACLockingCompliances 1.3.6.1.4.1.5624.1.2.21.2.2
OBJECT IDENTIFIER    

etsysMACLockingSystemGroup 1.3.6.1.4.1.5624.1.2.21.2.1.1
A collection of objects providing global configuration for the MAC Locking feature.
Status: current Access: read-write
OBJECT-GROUP    

etsysMACLockingPortGroup 1.3.6.1.4.1.5624.1.2.21.2.1.2
A collection of objects providing port based configuration and status of MAC Locking.
Status: current Access: read-write
OBJECT-GROUP    

etsysMACLockingStationGroup 1.3.6.1.4.1.5624.1.2.21.2.1.3
********* THIS GROUP IS DEPRECATED ********** A list of currently locked MACs.
Status: deprecated Access: read-write
OBJECT-GROUP    

etsysMACLockingStaticStationGroup 1.3.6.1.4.1.5624.1.2.21.2.1.4
A list of statically provisioned locked MACs. This group is mandatory if static MAC locking is supported, otherwise it is optional.
Status: current Access: read-write
OBJECT-GROUP    

etsysMACLockingPortFirstArrivalGroup 1.3.6.1.4.1.5624.1.2.21.2.1.5
A collection of objects providing port based configuration of firstArrival MAC Locking.
Status: current Access: read-write
OBJECT-GROUP    

etsysMACLockingStationGroup2 1.3.6.1.4.1.5624.1.2.21.2.1.6
A collection of objects providing status and configuration of all currently locked MAC addresses.
Status: current Access: read-write
OBJECT-GROUP    

etsysMACLockingNotificationGroup 1.3.6.1.4.1.5624.1.2.21.2.1.7
The MAC Locking notifications.
Status: current Access: read-write
NOTIFICATION-GROUP    

etsysMACLockingPortMessageGroup 1.3.6.1.4.1.5624.1.2.21.2.1.8
A collection of objects providing port based configuration and status for MAC Locking syslog messages and notifications.
Status: current Access: read-write
OBJECT-GROUP    

etsysMACLockingCompliance 1.3.6.1.4.1.5624.1.2.21.2.2.1
******** THIS COMPLIANCE IS DEPRECATED ******** The compliance statement for devices that support MAC Locking.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

etsysMACLockingPortFirstArrivalCompliance 1.3.6.1.4.1.5624.1.2.21.2.2.2
The compliance statement for all devices that support aging first arrival mac lock entries on a per port basis.
Status: current Access: read-write
MODULE-COMPLIANCE    

etsysMACLockingCompliance2 1.3.6.1.4.1.5624.1.2.21.2.2.3
The compliance statement for devices that support MAC Locking.
Status: current Access: read-write
MODULE-COMPLIANCE    

etsysMACLockingNotificationCompliance 1.3.6.1.4.1.5624.1.2.21.2.2.1.4
The compliance statement for all devices that support notifications and syslog messages for MAC Locking events.
Status: current Access: read-write
MODULE-COMPLIANCE