EXTREME-MLAG-MIB

File: EXTREME-MLAG-MIB.mib (19246 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
EXTREME-BASE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE DisplayString
TimeStamp RowStatus TruthValue
Counter32 NOTIFICATION-TYPE Integer32
Unsigned32 InetAddressType InetAddress
extremeAgent MacAddress

Defined Types

ExtremeMlagPeerEntry  
SEQUENCE    
  extremeMlagPeerName DisplayString
  extremeMlagPeerVlan DisplayString
  extremeMlagPeerVR DisplayString
  extremeMlagLocalAddrType InetAddressType
  extremeMlagLocalIP InetAddress
  extremeMlagPeerAddrType InetAddressType
  extremeMlagPeerIP InetAddress
  extremeMlagPeerPortCount Integer32
  extremeMlagPeerCheckPointStatus INTEGER
  extremeMlagPeerRxHellos Counter32
  extremeMlagPeerRxCheckpointMsgs Counter32
  extremeMlagPeerHelloErrors Counter32
  extremeMlagPeerHelloTimeouts Counter32
  extremeMlagPeerUptime TimeStamp
  extremeMlagPeerLocalTxInterval Integer32
  extremeMlagPeerRemoteTxInterval Integer32
  extremeMlagPeerTxHellos Counter32
  extremeMlagPeerTxCheckpoints Counter32
  extremeMlagPeerCheckpointErrors Counter32
  extremeMlagPeerConnnectErrors Counter32
  extremeMlagPeerRowStatus RowStatus
  extremeMlagPeerCfgLacpMac MacAddress
  extremeMlagPeerOperLacpMac MacAddress

ExtremeMlagPortEntry  
SEQUENCE    
  extremeMlagPortLocalPortIfIndex Unsigned32
  extremeMlagPortId Integer32
  extremeMlagPortPeer DisplayString
  extremeMlagPortLocalLinkStatus INTEGER
  extremeMlagPortRemoteLinkStatus INTEGER
  extremeMlagPortPeerState INTEGER
  extremeMlagPortLocalFailures Counter32
  extremeMlagPortRemoteFailures Counter32
  extremeMlagPortRowStatus RowStatus

Defined Values

extremeMlag 1.3.6.1.4.1.1916.1.41
Extreme Networks Multi-Switch LAG MIB
MODULE-IDENTITY    

extremeMlagObjects 1.3.6.1.4.1.1916.1.41.1
OBJECT IDENTIFIER    

extremeMlagNotificationObjects 1.3.6.1.4.1.1916.1.41.2
OBJECT IDENTIFIER    

extremeMlagNotifications 1.3.6.1.4.1.1916.1.41.3
OBJECT IDENTIFIER    

extremeMlagNotificationsPrefix 1.3.6.1.4.1.1916.1.41.3.0
OBJECT IDENTIFIER    

extremeMlagPeerTable 1.3.6.1.4.1.1916.1.41.1.1
This table contains MLAG peer entries. This table contains a MLAG peer switch association structure, associates an MLAG peer structure with an MLAG peer switch IP address. Displays User configured items, MLAG peer switch state, MLAG port count and health-check statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeMlagPeerEntry

extremeMlagPeerEntry 1.3.6.1.4.1.1916.1.41.1.1.1
An entry in the MLAG Peer Table
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeMlagPeerEntry  

extremeMlagPeerName 1.3.6.1.4.1.1916.1.41.1.1.1.1
The name of the MLAG Peer switch. MLAG Peer names must be alpha-numeric and must start with an alpha character.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

extremeMlagPeerVlan 1.3.6.1.4.1.1916.1.41.1.1.1.2
The name of the VLAN through which the MLAG Peer can be reached.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

extremeMlagPeerVR 1.3.6.1.4.1.1916.1.41.1.1.1.3
The name of the VR with which the MLAG peer VLAN is associated with.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

extremeMlagLocalAddrType 1.3.6.1.4.1.1916.1.41.1.1.1.4
The IP address type of the extremeMlagLocalIP object.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

extremeMlagLocalIP 1.3.6.1.4.1.1916.1.41.1.1.1.5
Local Switch IPAddress of ISC connection.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

extremeMlagPeerAddrType 1.3.6.1.4.1.1916.1.41.1.1.1.6
The IP address type of the extremeMlagPeerIP object.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

extremeMlagPeerIP 1.3.6.1.4.1.1916.1.41.1.1.1.7
MLAG peer IP address for the ISC. The specified IP address must be contained within an existing direct route.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

extremeMlagPeerPortCount 1.3.6.1.4.1.1916.1.41.1.1.1.8
Number of MLAG Ports associated with this MLAG peer
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeMlagPeerCheckPointStatus 1.3.6.1.4.1.1916.1.41.1.1.1.9
Checkpointing Status of this MLAG peer
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

extremeMlagPeerRxHellos 1.3.6.1.4.1.1916.1.41.1.1.1.10
Number of Hellos received from the peer
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeMlagPeerRxCheckpointMsgs 1.3.6.1.4.1.1916.1.41.1.1.1.11
Number of Checkpoint Messages received from the peer
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeMlagPeerHelloErrors 1.3.6.1.4.1.1916.1.41.1.1.1.12
Number of Hello Error Messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeMlagPeerHelloTimeouts 1.3.6.1.4.1.1916.1.41.1.1.1.13
Number of Hello Timeout Messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeMlagPeerUptime 1.3.6.1.4.1.1916.1.41.1.1.1.14
Specifies the time that the Connectivity with the peer is up
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

extremeMlagPeerLocalTxInterval 1.3.6.1.4.1.1916.1.41.1.1.1.15
Length of the time in milli seconds between health check hello packets transmitted by this switch.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 50..10000  

extremeMlagPeerRemoteTxInterval 1.3.6.1.4.1.1916.1.41.1.1.1.16
Transmitting Hello Interval of Peer Switch in milli seconds
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 50..10000  

extremeMlagPeerTxHellos 1.3.6.1.4.1.1916.1.41.1.1.1.17
Number of Health Check Hellos transmitted
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeMlagPeerTxCheckpoints 1.3.6.1.4.1.1916.1.41.1.1.1.18
Number of transmitted Checkpoint messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeMlagPeerCheckpointErrors 1.3.6.1.4.1.1916.1.41.1.1.1.19
Number of Checkpoint Errors
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeMlagPeerConnnectErrors 1.3.6.1.4.1.1916.1.41.1.1.1.20
Number of Peer Connect errors
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeMlagPeerRowStatus 1.3.6.1.4.1.1916.1.41.1.1.1.21
The status of this entry
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeMlagPeerCfgLacpMac 1.3.6.1.4.1.1916.1.41.1.1.1.22
This MAC address specifies the MLAG LACP MAC configured on this switch. If configured, this MAC is used as the System Identifier in the LACPDUs sent over the MLAG Ports. If not configured, the MAC address of MLAG peer having highest IP address for ISC control VLAN is chosen as the System Identifier in the LACPDUs sent over the MALG ports.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

extremeMlagPeerOperLacpMac 1.3.6.1.4.1.1916.1.41.1.1.1.23
This MAC address specifies the MLAG LACP MAC that is being used as the System Identifier in the LACPDUs sent over the MLAG Ports. This may be different from extremeMlagPeerCfgLacpMac if same extremeMlagPeerCfgLacpMac is not configured on both the MLAG peers.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

extremeMlagPortTable 1.3.6.1.4.1.1916.1.41.1.2
This table contains Mlag port entries. Binds a local port or LAG port to an MLAG port uniquely indentified by the MLAG Id value. Once the MLAG group binding is made, any change to load sharing on MLAG ports is disallowed. Displays User configured items, MLAG peer switch state, port count and health-check statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeMlagPortEntry

extremeMlagPortEntry 1.3.6.1.4.1.1916.1.41.1.2.1
An entry in the MLagPortTable
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeMlagPortEntry  

extremeMlagPortLocalPortIfIndex 1.3.6.1.4.1.1916.1.41.1.2.1.1
The ifIndex of the local member port of the MLAG port. The specified port ifIndex may be a single port or the master port of a load share port but should not be a load share member port.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

extremeMlagPortId 1.3.6.1.4.1.1916.1.41.1.2.1.2
The identifier which is used to identify the MLAG port
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65000  

extremeMlagPortPeer 1.3.6.1.4.1.1916.1.41.1.2.1.3
This object identifies the MLAG peer switch with which this port is associated
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

extremeMlagPortLocalLinkStatus 1.3.6.1.4.1.1916.1.41.1.2.1.4
Local MLAG Port Status, that can be Active/Disabled/Ready/Port not present. It reflects the status of entire LAG when LAG is used in conjunction with MLAG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), disabled(2), ready(3), portNotPresent(4)  

extremeMlagPortRemoteLinkStatus 1.3.6.1.4.1.1916.1.41.1.2.1.5
Remote MLAG Port Status, which can be Up(1) - One or more links are active on the remote switch or Down(2)- No links are active on the remote switch or N/A(3) - The peer has not communicated link state for this MLAG group. It reflects the status of entire LAG when LAG is used in conjunction with MLAG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), notAvailable(3)  

extremeMlagPortPeerState 1.3.6.1.4.1.1916.1.41.1.2.1.6
MLAG Peer Switch State, up/down
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

extremeMlagPortLocalFailures 1.3.6.1.4.1.1916.1.41.1.2.1.7
Gives the number of ports that are down in the local MLAG port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeMlagPortRemoteFailures 1.3.6.1.4.1.1916.1.41.1.2.1.8
Gives number of ports that are down in the remote MLAG port
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeMlagPortRowStatus 1.3.6.1.4.1.1916.1.41.1.2.1.9
The status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeMlagConvergenceControl 1.3.6.1.4.1.1916.1.41.1.3
This object specifies if an ACL can be used on an MLAG port to achieve faster convergence. If an ACL is used, better convergence times can be achieved irrespective of the number of FDB entries present on the MLAG port. The second time can be chosen when convergence time is not an issue and ACLs are to be preserved.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fastConvergence(1), conserveAccessLists(2)  

extremeMlagPeerUp 1.3.6.1.4.1.1916.1.41.3.0.1
This trap is sent when the MLAG peer comes up.
Status: current Access: read-write
NOTIFICATION-TYPE    

extremeMlagPeerDown 1.3.6.1.4.1.1916.1.41.3.0.2
This notification is sent when health check messages are not received from the peer MLAG switch for 3 times the configured hello interval.
Status: current Access: read-write
NOTIFICATION-TYPE