CENTILLION-FDB-MIB: View SNMP OID List / Download MIB

VENDOR: CENTILLION NETWORKS


 Home MIB: CENTILLION-FDB-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
 fdbGroup 1.3.6.1.4.1.930.2.1.2.22
       fdbRemoteAgingTimer 1.3.6.1.4.1.930.2.1.2.22.1 integer read-write
The timeout period in seconds for aging out dynamically learned remote (off-ring) stations. The default value is 300 seconds.
       fdbTableFlush 1.3.6.1.4.1.930.2.1.2.22.2 octet string read-write
When read, this object returns a zero length string. If set, the octets describe which stations to flush. All 4 octets must be specified. The encoding of the octet string follows: octet 1: the fdb type identifier to flush, unknown (1) indicates flush any fdb type. octet 2: 0x0 to flush remote stations 0x1 to flush local stations 0x2 to flush all stations octet 3: the card number to flush, a value of 0xff will flush all cards. octet 4: the port number to flush, a value of 0xff will flush all ports.
       fdbTable 1.3.6.1.4.1.930.2.1.2.22.3 no-access
This table contains fdb information for each station known to the system, one entry per station. Static stations may be created by setting fdbStatus to be valid. The index of fdbStatus will contains infomation on the station type, stationAddress, stationCard and stationPort. Entries may be subsequently modified by setting the appropriate object for the entry. Entries are deleted by clearing stationInUse.
           fdbEntry 1.3.6.1.4.1.930.2.1.2.22.3.1 no-access
An list of station information for each station known to the system. Static stations may be configured by properly specifying at least the fdbType, fdbAddress, fdbCard and fdbPort.
               fdbType 1.3.6.1.4.1.930.2.1.2.22.3.1.1 fdbtypeid read-only
The type of the station. Station address are represented in the canonical form as specified by their type.
               fdbAddress 1.3.6.1.4.1.930.2.1.2.22.3.1.2 physaddress read-only
The fdbs physical address. The physical address is represented in the canonical form according to the corresponding stationType. If the entry is a route-descriptor type, then the physical address is in the form of ring-ring-bridge.
               fdbCard 1.3.6.1.4.1.930.2.1.2.22.3.1.3 cardid read-only
The card number through which this station is reached.
               fdbPort 1.3.6.1.4.1.930.2.1.2.22.3.1.4 portid read-only
The interface through which this station is reached.
               fdbIfIndex 1.3.6.1.4.1.930.2.1.2.22.3.1.5 integer read-only
The interface through which this station is reached. The value for this object identifies the instance of the ifIndex object defined in MIB-II. If no such entry exists, the value 0 may be returned.
               fdbStatus 1.3.6.1.4.1.930.2.1.2.22.3.1.6 statusindicator read-write
This indicates the validity of the station. Stations are added by supplying the required objects as index of fdbStatus, and setting the status to valid. Static stations may be deleted by setting this object to invalid.
               fdbLocal 1.3.6.1.4.1.930.2.1.2.22.3.1.7 bitfield read-write
If set, this object indicates the station is attached to a ring that is directly attached to the token ring port. This object does not apply to Ethernet stations.
               fdbStatic 1.3.6.1.4.1.930.2.1.2.22.3.1.8 bitfield read-only
Fdb is static if this bit is set.
               fdbDuplicate 1.3.6.1.4.1.930.2.1.2.22.3.1.9 bitfield read-only
Indicates that another fdb with the same address was learned from a different card and port.
               fdbRIFPath 1.3.6.1.4.1.930.2.1.2.22.3.1.10 octet string read-write
The RIF path to the station. The RIF Path is specified as being sourced from the system, as read from left-to-right. A RIF path is valid only for objects whose stationType is token-ring. The value may be a zero length string.
       fdbSSTable 1.3.6.1.4.1.930.2.1.2.22.4 no-access
This table contains the list of user defined static stations. All the objects in this table are read-only and are intended to aid reading static station configuration.
           fdbSSEntry 1.3.6.1.4.1.930.2.1.2.22.4.1 no-access
This is an entry in the fdbSSTable which is indexed by fdbSSIndex. Adding to the static station list is done via fdbTable. All objects here are read-only.
               fdbSSIndex 1.3.6.1.4.1.930.2.1.2.22.4.1.1 integer read-only
This is the index to the static station table.
               fdbSSType 1.3.6.1.4.1.930.2.1.2.22.4.1.2 fdbtypeid read-only
This represents the media type for this static station.
               fdbSSAddress 1.3.6.1.4.1.930.2.1.2.22.4.1.3 physaddress read-only
This is the MAC address for this static station.
               fdbSSCard 1.3.6.1.4.1.930.2.1.2.22.4.1.4 cardid read-only
This is the card where this station station is.
               fdbSSPort 1.3.6.1.4.1.930.2.1.2.22.4.1.5 portid read-only
This is the port where this station station is.
               fdbSSVlanId 1.3.6.1.4.1.930.2.1.2.22.4.1.6 vlanid read-only
This is a vlan id of a vlan to which this static station belongs to.
       cnfdbTable 1.3.6.1.4.1.930.2.1.2.22.5 no-access
This table contains fdb information for each station known to the system, one entry per station per vlan. Static stations may be created by setting fdbStatus to be valid. The index of fdbStatus will contains infomation on the station type, stationAddress, stationCard, stationPort and vlanId. Entries may be subsequently modified by setting the appropriate object for the entry. Entries are deleted by clearing stationInUse. Basically, this table is identical with the fdbTable except with fdbVlanId being introduced
           cnfdbEntry 1.3.6.1.4.1.930.2.1.2.22.5.1 no-access
An list of station information for each station per vlan known to the system. Static stations may be configured by properly specifying at least the cnfdbType, cnfdbAddress, cnfdbCard, cnfdbPort and cnfdbVlanId.
               cnfdbType 1.3.6.1.4.1.930.2.1.2.22.5.1.1 fdbtypeid read-only
The type of the station. Station address are represented in the canonical form as specified by their type.
               cnfdbAddress 1.3.6.1.4.1.930.2.1.2.22.5.1.2 physaddress read-only
The fdbs physical address. The physical address is represented in the canonical form according to the corresponding stationType. If the entry is a route-descriptor type, then the physical address is in the form of ring-ring-bridge.
               cnfdbCard 1.3.6.1.4.1.930.2.1.2.22.5.1.3 cardid read-only
The card number through which this station is reached.
               cnfdbPort 1.3.6.1.4.1.930.2.1.2.22.5.1.4 portid read-only
The interface through which this station is reached.
               cnfdbVlanId 1.3.6.1.4.1.930.2.1.2.22.5.1.5 vlanid read-only
The vlan ID through which this station is reached.
               cnfdbIfIndex 1.3.6.1.4.1.930.2.1.2.22.5.1.6 integer read-only
The interface through which this station is reached. The value for this object identifies the instance of the ifIndex object defined in MIB-II. If no such entry exists, the value 0 may be returned.
               cnfdbStatus 1.3.6.1.4.1.930.2.1.2.22.5.1.7 statusindicator read-write
This indicates the validity of the station. Stations are added by supplying the required objects as index of fdbStatus, and setting the status to valid. Static stations may be deleted by setting this object to invalid.
               cnfdbLocal 1.3.6.1.4.1.930.2.1.2.22.5.1.8 bitfield read-write
If set, this object indicates the station is attached to a ring that is directly attached to the token ring port. This object does not apply to Ethernet stations.
               cnfdbStatic 1.3.6.1.4.1.930.2.1.2.22.5.1.9 bitfield read-only
Fdb is static if this bit is set.
               cnfdbDuplicate 1.3.6.1.4.1.930.2.1.2.22.5.1.10 bitfield read-only
Indicates that another fdb with the same address was learned from a different card and port.
               cnfdbRIFPath 1.3.6.1.4.1.930.2.1.2.22.5.1.11 octet string read-write
The RIF path to the station. The RIF Path is specified as being sourced from the system, as read from left-to-right. A RIF path is valid only for objects whose stationType is token-ring. The value may be a zero length string.