STATICFDB-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: STATICFDB-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 swStaticFdbMIB 1.3.6.1.4.1.171.12.70
This MIB defines a Table for Static Fdb.
       swStaticFdbMgmt 1.3.6.1.4.1.171.12.70.1
           swStaticFdbMgmtTable 1.3.6.1.4.1.171.12.70.1.1 no-access
A table that contains the information of each static fdb.
               swStaticFdbMgmtEntry 1.3.6.1.4.1.171.12.70.1.1.1 no-access
A list of information for each static fdb.
                   swStaticFdbMgmtVlanID 1.3.6.1.4.1.171.12.70.1.1.1.1 integer read-only
The VLAN ID of the static fdb.
                   swStaticFdbMgmtMacAddr 1.3.6.1.4.1.171.12.70.1.1.1.2 macaddress read-only
The MAC address of the static fdb.
                   swStaticFdbMgmtVlanName 1.3.6.1.4.1.171.12.70.1.1.1.3 displaystring read-only
The VLAN name of the static fdb.
                   swStaticFdbMgmtType 1.3.6.1.4.1.171.12.70.1.1.1.4 integer read-only
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. Enumeration: 'self': 1, 'permanent': 2, 'permanentdrop': 3.
                   swStaticFdbMgmtPortNum 1.3.6.1.4.1.171.12.70.1.1.1.5 integer read-only
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.
                   swStaticFdbMgmtRowStatus 1.3.6.1.4.1.171.12.70.1.1.1.6 rowstatus read-only
This object indicates the RowStatus of this entry.