EXTREME-FDB-MIB

File: EXTREME-FDB-MIB.mib (20017 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC EXTREME-BASE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Counter64 Integer32 DisplayString
MacAddress RowStatus extremeAgent
PortList

Defined Types

ExtremeFdbMacFdbEntry  
SEQUENCE    
  extremeFdbMacFdbVlanIfIndex Integer32
  extremeFdbMacFdbSequenceNumber Integer32
  extremeFdbMacFdbMacAddress MacAddress
  extremeFdbMacFdbPortIfIndex Integer32
  extremeFdbMacFdbStatus INTEGER

ExtremeFdbIpFdbEntry  
SEQUENCE    
  extremeFdbIpFdbSequenceNumber Integer32
  extremeFdbIpFdbIPAddress IpAddress
  extremeFdbIpFdbMacAddress MacAddress
  extremeFdbIpFdbVlanIfIndex Integer32
  extremeFdbIpFdbPortIfIndex Integer32

ExtremeFdbPermFdbEntry  
SEQUENCE    
  extremeFdbPermFdbFilterNum Integer32
  extremeFdbPermFdbMacAddress MacAddress
  extremeFdbPermFdbVlanId Integer32
  extremeFdbPermFdbPortList PortList
  extremeFdbPermFdbFlags BITS
  extremeFdbPermFdbStatus RowStatus

ExtremeFdbMacExosFdbEntry  
SEQUENCE    
  extremeFdbMacExosFdbMacAddress MacAddress
  extremeFdbMacExosFdbVlanIfIndex Integer32
  extremeFdbMacExosFdbPortIfIndex Integer32
  extremeFdbMacExosFdbStatus INTEGER

ExtremeFdbMacFdbCounterEntry  
SEQUENCE    
  extremeFdbMacFdbCounterPortIfIndex Integer32
  extremeFdbMacFdbCounterValue Counter64

Defined Values

extremeFdb 1.3.6.1.4.1.1916.1.16
Extreme FDB and IP FDB tables.
MODULE-IDENTITY    

extremeFdbMacFdbTable 1.3.6.1.4.1.1916.1.16.1
A table that contains information about the hardware MAC FDB table. Supported only for switches running on Extremeware.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeFdbMacFdbEntry

extremeFdbMacFdbEntry 1.3.6.1.4.1.1916.1.16.1.1
An entry in the table of MAC FDB information.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeFdbMacFdbEntry  

extremeFdbMacFdbVlanIfIndex 1.3.6.1.4.1.1916.1.16.1.1.1
The ifIndex of the Vlan on which this mac is learned.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

extremeFdbMacFdbSequenceNumber 1.3.6.1.4.1.1916.1.16.1.1.2
The sequence number of this FDB entry in the forwarding database.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

extremeFdbMacFdbMacAddress 1.3.6.1.4.1.1916.1.16.1.1.3
A MAC address for which the bridge has forwarding and/or filtering information.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

extremeFdbMacFdbPortIfIndex 1.3.6.1.4.1.1916.1.16.1.1.4
Either the value '0', or the IfIndex of the port on which a frame having a source address equal to the value of the corresponding instance of dot1dTpFdbAddress has been seen. A value of '0' indicates that the port IfIndex has not been learned but that the bridge does have some forwarding/filtering information about this address (e.g. in the dot1dStaticTable).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeFdbMacFdbStatus 1.3.6.1.4.1.1916.1.16.1.1.5
The status of this entry. This is the value of dot1dTpFdbStatus in RFC1493.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), learned(3), self(4), mgmt(5)  

extremeFdbIpFdbTable 1.3.6.1.4.1.1916.1.16.2
A table that contains information about the hardware IP FDB table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeFdbIpFdbEntry

extremeFdbIpFdbEntry 1.3.6.1.4.1.1916.1.16.2.1
An entry in the table of IP FDB information.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeFdbIpFdbEntry  

extremeFdbIpFdbSequenceNumber 1.3.6.1.4.1.1916.1.16.2.1.1
The sequence number of this entry in the IP FDB
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

extremeFdbIpFdbIPAddress 1.3.6.1.4.1.1916.1.16.2.1.2
The IP Address of the IP FDB entry
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

extremeFdbIpFdbMacAddress 1.3.6.1.4.1.1916.1.16.2.1.3
The MAC address corresponding to the IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

extremeFdbIpFdbVlanIfIndex 1.3.6.1.4.1.1916.1.16.2.1.4
The ifIndex of the Vlan on which this ip is learned
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeFdbIpFdbPortIfIndex 1.3.6.1.4.1.1916.1.16.2.1.5
The IfIndex of the port on which this entry was learned
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeFdbPermFdbTable 1.3.6.1.4.1.1916.1.16.3
This table contains information on the secure-mac permanent FDB entries. It may later be extended to display other types of permanent FDB entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeFdbPermFdbEntry

extremeFdbPermFdbEntry 1.3.6.1.4.1.1916.1.16.3.1
An entry in the table of secure-mac permanent FDB information.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeFdbPermFdbEntry  

extremeFdbPermFdbFilterNum 1.3.6.1.4.1.1916.1.16.3.1.1
This object always returns 1. In future, it may be used to provide additional capability.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeFdbPermFdbMacAddress 1.3.6.1.4.1.1916.1.16.3.1.2
The is the MAC Address to which this FDB entry pertains.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

extremeFdbPermFdbVlanId 1.3.6.1.4.1.1916.1.16.3.1.3
The VLAN ID of the VLAN to which this FDB entry pertains.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeFdbPermFdbPortList 1.3.6.1.4.1.1916.1.16.3.1.4
This is the list of port(s) on which the given MAC Address is configured Note that this port list is constructed assuming there are as many ports per slot as given in the object extremeChassisPortsPerSlot. Thus, if extremeChassisPortsPerSlot is 128, then the 129th bit in the port list (reading left to right) indicates port 2:1. Similarly, the 256th bit would indicate port 2:128 while the 257th bit would indicate port 3:1. Note especially that the bit positions in port list do not depend on the actual physical presence or absence of the given ports on the blade or of any blade itself.
Status: current Access: read-create
OBJECT-TYPE    
  PortList  

extremeFdbPermFdbFlags 1.3.6.1.4.1.1916.1.16.3.1.5
This object contains the flags associated with the FDB entry. The flags are similar to those displayed on the device Command Line Interface. At present, only the isSecure bit i.e. bit 0 will be supported and it will always be ON since only secure-mac entries are configurable and displayed in this table.
Status: current Access: read-create
OBJECT-TYPE    
  BITS isSecure(0)  

extremeFdbPermFdbStatus 1.3.6.1.4.1.1916.1.16.3.1.6
The status of this entry as per standard RowStatus conventions. Note however, that createAndWait and notInService states are not supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeFdbMacExosFdbTable 1.3.6.1.4.1.1916.1.16.4
A table that contains information about the hardware MAC FDB table. Supported only for switches running on EXOS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeFdbMacExosFdbEntry

extremeFdbMacExosFdbEntry 1.3.6.1.4.1.1916.1.16.4.1
An entry in the table of MAC FDB information.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeFdbMacExosFdbEntry  

extremeFdbMacExosFdbMacAddress 1.3.6.1.4.1.1916.1.16.4.1.1
A MAC address for which the bridge has forwarding and/or filtering information.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

extremeFdbMacExosFdbVlanIfIndex 1.3.6.1.4.1.1916.1.16.4.1.2
The ifIndex of the Vlan on which this mac is learned.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeFdbMacExosFdbPortIfIndex 1.3.6.1.4.1.1916.1.16.4.1.3
Either the value '0', or the IfIndex of the port on which a frame having a source address equal to the value of the corresponding instance of dot1dTpFdbAddress has been seen. A value of '0' indicates that the port IfIndex has not been learned but that the bridge does have some forwarding/filtering information about this address (e.g. in the dot1dStaticTable).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeFdbMacExosFdbStatus 1.3.6.1.4.1.1916.1.16.4.1.4
The status of this entry. This is the value of dot1dTpFdbStatus in RFC1493.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), learned(3), self(4), mgmt(5)  

extremeFdbMacFdbCounterTable 1.3.6.1.4.1.1916.1.16.5
A table that contains change counters for the Operational FDB and ARP. Each entry in the table corresponds to an individual port. Whenever a change occurs to the operational FDB (MAC learned, aged out or removed) or in the IP ARP table (learned, aged out or removed) , the counter associated with the port is incremented by one. The counters are reset at agent startup and when the port is down. They are not cleared when the port is enabled or disabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeFdbMacFdbCounterEntry

extremeFdbMacFdbCounterEntry 1.3.6.1.4.1.1916.1.16.5.1
An entry in the table of MAC FDB change counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeFdbMacFdbCounterEntry  

extremeFdbMacFdbCounterPortIfIndex 1.3.6.1.4.1.1916.1.16.5.1.1
The ifIndex of the Port for which the counte applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

extremeFdbMacFdbCounterValue 1.3.6.1.4.1.1916.1.16.5.1.2
The count of the number of FDB changes for the given port since the counter was last reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

extremeMacTrackingTraps 1.3.6.1.4.1.1916.1.16.6
OBJECT IDENTIFIER    

extremeMacTrackingTrapsPrefix 1.3.6.1.4.1.1916.1.16.6.0
OBJECT IDENTIFIER    

extremeMacTrackingMacAddress 1.3.6.1.4.1.1916.1.16.6.1
The MAC Address being tracked.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

extremeMacTrackingPortIfIndex 1.3.6.1.4.1.1916.1.16.6.2
The ifIndex of the port on which the MAC address was added/moved to, or deleted from.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

extremeMacTrackingPrevPortIfIndex 1.3.6.1.4.1.1916.1.16.6.3
The ifIndex of the port the MAC address was moved from.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

extremeMacTrackingVlanIfIndex 1.3.6.1.4.1.1916.1.16.6.4
The ifIndex of the VLAN on which the MAC address was received.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

extremeMACTrackingAdd 1.3.6.1.4.1.1916.1.16.6.0.1
The specified MAC address was added to the FDB on the mentioned port and VLAN.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

extremeMACTrackingDel 1.3.6.1.4.1.1916.1.16.6.0.2
The specified MAC address was deleted from the FDB on the mentioned port and VLAN.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

extremeMACTrackingMove 1.3.6.1.4.1.1916.1.16.6.0.3
The specified MAC address was moved from the previous port to the new port on the specified VLAN.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE