CENTILLION-FDB-MIB

File: CENTILLION-FDB-MIB.mib (13520 bytes)

Imported modules

RFC1213-MIB RFC-1212 CENTILLION-ROOT-MIB

Imported symbols

PhysAddress OBJECT-TYPE CardId
PortId StatusIndicator BitField
sysConfig

Defined Types

FdbTypeId  
INTEGER unknown(1), token-ring(2), ethernet(3), route-descriptor(4)    

VlanId  
INTEGER 1..4095    

FdbEntry  
SEQUENCE    
  fdbType FdbTypeId
  fdbAddress PhysAddress
  fdbCard CardId
  fdbPort PortId
  fdbIfIndex INTEGER
  fdbStatus StatusIndicator
  fdbLocal BitField
  fdbStatic BitField
  fdbDuplicate BitField
  fdbRIFPath OCTET STRING

FdbSSEntry  
SEQUENCE    
  fdbSSIndex INTEGER
  fdbSSType FdbTypeId
  fdbSSAddress PhysAddress
  fdbSSCard CardId
  fdbSSPort PortId
  fdbSSVlanId VlanId

CnfdbEntry  
SEQUENCE    
  cnfdbType FdbTypeId
  cnfdbAddress PhysAddress
  cnfdbCard CardId
  cnfdbPort PortId
  cnfdbVlanId VlanId
  cnfdbIfIndex INTEGER
  cnfdbStatus StatusIndicator
  cnfdbLocal BitField
  cnfdbStatic BitField
  cnfdbDuplicate BitField
  cnfdbRIFPath OCTET STRING

Defined Values

fdbGroup 1.3.6.1.4.1.930.2.1.2.22
OBJECT IDENTIFIER    

fdbRemoteAgingTimer 1.3.6.1.4.1.930.2.1.2.22.1
The timeout period in seconds for aging out dynamically learned remote (off-ring) stations. The default value is 300 seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..1000000  

fdbTableFlush 1.3.6.1.4.1.930.2.1.2.22.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..4)  

fdbTable 1.3.6.1.4.1.930.2.1.2.22.3
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FdbEntry

fdbEntry 1.3.6.1.4.1.930.2.1.2.22.3.1
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  FdbEntry  

fdbType 1.3.6.1.4.1.930.2.1.2.22.3.1.1
The type of the station. Station address are represented in the canonical form as specified by their type.
Status: deprecated Access: read-only
OBJECT-TYPE    
  FdbTypeId  

fdbAddress 1.3.6.1.4.1.930.2.1.2.22.3.1.2
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PhysAddress  

fdbCard 1.3.6.1.4.1.930.2.1.2.22.3.1.3
The card number through which this station is reached.
Status: deprecated Access: read-only
OBJECT-TYPE    
  CardId  

fdbPort 1.3.6.1.4.1.930.2.1.2.22.3.1.4
The interface through which this station is reached.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PortId  

fdbIfIndex 1.3.6.1.4.1.930.2.1.2.22.3.1.5
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

fdbStatus 1.3.6.1.4.1.930.2.1.2.22.3.1.6
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  StatusIndicator  

fdbLocal 1.3.6.1.4.1.930.2.1.2.22.3.1.7
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  BitField  

fdbStatic 1.3.6.1.4.1.930.2.1.2.22.3.1.8
Fdb is static if this bit is set.
Status: deprecated Access: read-only
OBJECT-TYPE    
  BitField  

fdbDuplicate 1.3.6.1.4.1.930.2.1.2.22.3.1.9
Indicates that another fdb with the same address was learned from a different card and port.
Status: deprecated Access: read-only
OBJECT-TYPE    
  BitField  

fdbRIFPath 1.3.6.1.4.1.930.2.1.2.22.3.1.10
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..28)  

fdbSSTable 1.3.6.1.4.1.930.2.1.2.22.4
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FdbSSEntry

fdbSSEntry 1.3.6.1.4.1.930.2.1.2.22.4.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FdbSSEntry  

fdbSSIndex 1.3.6.1.4.1.930.2.1.2.22.4.1.1
This is the index to the static station table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fdbSSType 1.3.6.1.4.1.930.2.1.2.22.4.1.2
This represents the media type for this static station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  FdbTypeId  

fdbSSAddress 1.3.6.1.4.1.930.2.1.2.22.4.1.3
This is the MAC address for this static station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

fdbSSCard 1.3.6.1.4.1.930.2.1.2.22.4.1.4
This is the card where this station station is.
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardId  

fdbSSPort 1.3.6.1.4.1.930.2.1.2.22.4.1.5
This is the port where this station station is.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortId  

fdbSSVlanId 1.3.6.1.4.1.930.2.1.2.22.4.1.6
This is a vlan id of a vlan to which this static station belongs to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VlanId  

cnfdbTable 1.3.6.1.4.1.930.2.1.2.22.5
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
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CnfdbEntry

cnfdbEntry 1.3.6.1.4.1.930.2.1.2.22.5.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CnfdbEntry  

cnfdbType 1.3.6.1.4.1.930.2.1.2.22.5.1.1
The type of the station. Station address are represented in the canonical form as specified by their type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  FdbTypeId  

cnfdbAddress 1.3.6.1.4.1.930.2.1.2.22.5.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

cnfdbCard 1.3.6.1.4.1.930.2.1.2.22.5.1.3
The card number through which this station is reached.
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardId  

cnfdbPort 1.3.6.1.4.1.930.2.1.2.22.5.1.4
The interface through which this station is reached.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortId  

cnfdbVlanId 1.3.6.1.4.1.930.2.1.2.22.5.1.5
The vlan ID through which this station is reached.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VlanId  

cnfdbIfIndex 1.3.6.1.4.1.930.2.1.2.22.5.1.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnfdbStatus 1.3.6.1.4.1.930.2.1.2.22.5.1.7
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  StatusIndicator  

cnfdbLocal 1.3.6.1.4.1.930.2.1.2.22.5.1.8
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  BitField  

cnfdbStatic 1.3.6.1.4.1.930.2.1.2.22.5.1.9
Fdb is static if this bit is set.
Status: mandatory Access: read-only
OBJECT-TYPE    
  BitField  

cnfdbDuplicate 1.3.6.1.4.1.930.2.1.2.22.5.1.10
Indicates that another fdb with the same address was learned from a different card and port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  BitField  

cnfdbRIFPath 1.3.6.1.4.1.930.2.1.2.22.5.1.11
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..28)