CENTILLION-FDB-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
37
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
37 total| Object Name |
|---|
fdbGroup OBJECT IDENTIFIER .1.3.6.1.4.1.5951.1.2.2.22 |
RFC1213-MIB Unknown .1.3.6.1.4.1.5951.1.2.2.22 |
fdbRemoteAgingTimerThe timeout period in seconds for aging out dynamically
learned remote (off-ring) stations. The default value is
300 seconds.rw INTEGER .1.3.6.1.4.1.5951.1.2.2.22.1 |
fdbTableFlushWhen 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.rw OCTET STRING .1.3.6.1.4.1.5951.1.2.2.22.2 |
fdbTableThis 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.deprecated SEQUENCE OF FdbEntry .1.3.6.1.4.1.5951.1.2.2.22.3 |
fdbEntryAn 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.deprecated FdbEntry .1.3.6.1.4.1.5951.1.2.2.22.3.1 |
fdbTypeThe type of the station. Station address are represented
in the canonical form as specified by their type.rodeprecated FdbTypeId .1.3.6.1.4.1.5951.1.2.2.22.3.1.1 |
fdbAddressThe 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.rodeprecated PhysAddress (SNMPv2-TC) .1.3.6.1.4.1.5951.1.2.2.22.3.1.2 |
fdbCardThe card number through which this station is reached.rodeprecated CardId .1.3.6.1.4.1.5951.1.2.2.22.3.1.3 |
fdbPortThe interface through which this station is reached.rodeprecated PortId .1.3.6.1.4.1.5951.1.2.2.22.3.1.4 |
fdbIfIndexThe 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.rodeprecated INTEGER .1.3.6.1.4.1.5951.1.2.2.22.3.1.5 |
fdbStatusThis 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.rwdeprecated StatusIndicator .1.3.6.1.4.1.5951.1.2.2.22.3.1.6 |
fdbLocalIf 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.rwdeprecated BitField .1.3.6.1.4.1.5951.1.2.2.22.3.1.7 |
fdbStaticFdb is static if this bit is set.rodeprecated BitField .1.3.6.1.4.1.5951.1.2.2.22.3.1.8 |
fdbDuplicateIndicates that another fdb with the same address was
learned from a different card and port.rodeprecated BitField .1.3.6.1.4.1.5951.1.2.2.22.3.1.9 |
fdbRIFPathThe 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.rwdeprecated OCTET STRING .1.3.6.1.4.1.5951.1.2.2.22.3.1.10 |
fdbSSTableThis 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. SEQUENCE OF FdbSSEntry .1.3.6.1.4.1.5951.1.2.2.22.4 |
fdbSSEntryThis 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. FdbSSEntry .1.3.6.1.4.1.5951.1.2.2.22.4.1 |
fdbSSIndexThis is the index to the static station table.ro INTEGER .1.3.6.1.4.1.5951.1.2.2.22.4.1.1 |
fdbSSTypeThis represents the media type for this static station.ro FdbTypeId .1.3.6.1.4.1.5951.1.2.2.22.4.1.2 |
fdbSSAddressThis is the MAC address for this static station.ro PhysAddress (SNMPv2-TC) .1.3.6.1.4.1.5951.1.2.2.22.4.1.3 |
fdbSSCardThis is the card where this station station is.ro CardId .1.3.6.1.4.1.5951.1.2.2.22.4.1.4 |
fdbSSPortThis is the port where this station station is.ro PortId .1.3.6.1.4.1.5951.1.2.2.22.4.1.5 |
fdbSSVlanIdThis is a vlan id of a vlan to which this static station
belongs to.ro VlanId .1.3.6.1.4.1.5951.1.2.2.22.4.1.6 |
cnfdbTableThis 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 SEQUENCE OF CnfdbEntry .1.3.6.1.4.1.5951.1.2.2.22.5 |
cnfdbEntryAn 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. CnfdbEntry .1.3.6.1.4.1.5951.1.2.2.22.5.1 |
cnfdbTypeThe type of the station. Station address are represented
in the canonical form as specified by their type.ro FdbTypeId .1.3.6.1.4.1.5951.1.2.2.22.5.1.1 |
cnfdbAddressThe 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.ro PhysAddress (SNMPv2-TC) .1.3.6.1.4.1.5951.1.2.2.22.5.1.2 |
cnfdbCardThe card number through which this station is reached.ro CardId .1.3.6.1.4.1.5951.1.2.2.22.5.1.3 |
cnfdbPortThe interface through which this station is reached.ro PortId .1.3.6.1.4.1.5951.1.2.2.22.5.1.4 |
cnfdbVlanIdThe vlan ID through which this station is reached.ro VlanId .1.3.6.1.4.1.5951.1.2.2.22.5.1.5 |
cnfdbIfIndexThe 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.ro INTEGER .1.3.6.1.4.1.5951.1.2.2.22.5.1.6 |
cnfdbStatusThis 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.rw StatusIndicator .1.3.6.1.4.1.5951.1.2.2.22.5.1.7 |
cnfdbLocalIf 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.rw BitField .1.3.6.1.4.1.5951.1.2.2.22.5.1.8 |
cnfdbStaticFdb is static if this bit is set.ro BitField .1.3.6.1.4.1.5951.1.2.2.22.5.1.9 |
cnfdbDuplicateIndicates that another fdb with the same address was
learned from a different card and port.ro BitField .1.3.6.1.4.1.5951.1.2.2.22.5.1.10 |
cnfdbRIFPathThe 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.rw OCTET STRING .1.3.6.1.4.1.5951.1.2.2.22.5.1.11 |