STATICFDB-MIB

File: STATICFDB-MIB.mib (6280 bytes)

Imported modules

SNMPv2-SMI RFC1155-SMI SNMPv2-TC
DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
MacAddress RowStatus DisplayString
dlink-common-mgmt

Defined Types

SwStaticFdbMgmtEntry  
SEQUENCE    
  swStaticFdbMgmtVlanID INTEGER
  swStaticFdbMgmtMacAddr MacAddress
  swStaticFdbMgmtVlanName DisplayString
  swStaticFdbMgmtType INTEGER
  swStaticFdbMgmtPortNum INTEGER
  swStaticFdbMgmtRowStatus RowStatus

Defined Values

swStaticFdbMIB 1.3.6.1.4.1.171.12.70
This MIB defines a Table for Static Fdb.
MODULE-IDENTITY    

swStaticFdbMgmt 1.3.6.1.4.1.171.12.70.1
OBJECT IDENTIFIER    

swStaticFdbMgmtTable 1.3.6.1.4.1.171.12.70.1.1
A table that contains the information of each static fdb.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwStaticFdbMgmtEntry

swStaticFdbMgmtEntry 1.3.6.1.4.1.171.12.70.1.1.1
A list of information for each static fdb.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwStaticFdbMgmtEntry  

swStaticFdbMgmtVlanID 1.3.6.1.4.1.171.12.70.1.1.1.1
The VLAN ID of the static fdb.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

swStaticFdbMgmtMacAddr 1.3.6.1.4.1.171.12.70.1.1.1.2
The MAC address of the static fdb.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

swStaticFdbMgmtVlanName 1.3.6.1.4.1.171.12.70.1.1.1.3
The VLAN name of the static fdb.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

swStaticFdbMgmtType 1.3.6.1.4.1.171.12.70.1.1.1.4
This object indicates the status of this entry. self(1) - This entry is currently in use by the device's MAC address, it can not be created. permanent(2) - This entry is currently in use and will remain so until after the next reset of the bridge, it can not be created. permanentdrop(3) - This entry will filter the packet with the specified MAC address as the source MAC or as the destination MAC. The entry is currently in use and will remain so after the next reboot of the bridge. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER self(1), permanent(2), permanentdrop(3)  

swStaticFdbMgmtPortNum 1.3.6.1.4.1.171.12.70.1.1.1.5
The port number of the static fdb. Port 0 represents the CPU port. Port -1 represents all the all ports in The VLAN of the MAC filter entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swStaticFdbMgmtRowStatus 1.3.6.1.4.1.171.12.70.1.1.1.6
This object indicates the RowStatus of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus