CTRON-BRDG-MIB

File: CTRON-BRDG-MIB.mib (26386 bytes)

Imported modules

RFC-1212 RFC1155-SMI

Imported symbols

OBJECT-TYPE Counter enterprises

Defined Types

CtBridgeSrPortPairEntry  
SEQUENCE    
  ctBridgeSrPortPairSrcPort INTEGER
  ctBridgeSrPortPairDestPort INTEGER
  ctBridgeSrPortPairPackets Counter
  ctBridgeSrPortPairState INTEGER

CtBridgeTpPortFwdEntry  
SEQUENCE    
  ctBridgeTpPortFwdSrcPort INTEGER
  ctBridgeTpPortFwdDestPort INTEGER
  ctBridgeTpPortFwdPackets Counter

CtBridgeTpPortStateEntry  
SEQUENCE    
  ctBridgeTpPortStatePort INTEGER
  ctBridgeTpPortState INTEGER

CtBridgeSdbEnetEntry  
SEQUENCE    
  ctBridgeSdbEnetFtrNo INTEGER
  ctBridgeSdbEnetState INTEGER
  ctBridgeSdbEnetFtrData OCTET STRING
  ctBridgeSdbEnetDataOffset INTEGER

CtBridgeSdbEnetIOEntry  
SEQUENCE    
  ctBridgeSdbEnetIOFtrNo INTEGER
  ctBridgeSdbEnetIORcvPort INTEGER
  ctBridgeSdbEnetIOAllowedToGoTo OCTET STRING
  ctBridgeSdbEnetIODelEntry INTEGER

CtBridgeSdbTrEntry  
SEQUENCE    
  ctBridgeSdbTrFtrNo INTEGER
  ctBridgeSdbTrState INTEGER
  ctBridgeSdbTrFtrData OCTET STRING
  ctBridgeSdbTrDataOffset INTEGER

CtBridgeSdbTrIOEntry  
SEQUENCE    
  ctBridgeSdbTrIOFtrNo INTEGER
  ctBridgeSdbTrIORcvPort INTEGER
  ctBridgeSdbTrIOAllowedToGoTo OCTET STRING
  ctBridgeSdbTrIODelEntry INTEGER

Defined Values

cabletron 1.3.6.1.4.1.52
OBJECT IDENTIFIER    

mibs 1.3.6.1.4.1.52.4
OBJECT IDENTIFIER    

ctron 1.3.6.1.4.1.52.4.1
OBJECT IDENTIFIER    


ctBridge 1.3.6.1.4.1.52.4.1.2.3
OBJECT IDENTIFIER    

ctBridgeSr 1.3.6.1.4.1.52.4.1.2.3.3
OBJECT IDENTIFIER    

ctBridgeTp 1.3.6.1.4.1.52.4.1.2.3.4
OBJECT IDENTIFIER    

ctBridgeSdbEnet 1.3.6.1.4.1.52.4.1.2.3.5
OBJECT IDENTIFIER    

ctBridgeSdbTr 1.3.6.1.4.1.52.4.1.2.3.6
OBJECT IDENTIFIER    

ctBridgeSrPortPairTable 1.3.6.1.4.1.52.4.1.2.3.3.1
A table containing information of source and destination port pairs for source routing
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtBridgeSrPortPairEntry

ctBridgeSrPortPairEntry 1.3.6.1.4.1.52.4.1.2.3.3.1.1
An entry consisting of objects specifying information for the source and destination port pairs used for source routing.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtBridgeSrPortPairEntry  

ctBridgeSrPortPairSrcPort 1.3.6.1.4.1.52.4.1.2.3.3.1.1.1
The source port (ie the port which received the packets) for which this entry has source routing information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctBridgeSrPortPairDestPort 1.3.6.1.4.1.52.4.1.2.3.3.1.1.2
The destination port (ie the port which transmitted the packets) for which this entry has source routing information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctBridgeSrPortPairPackets 1.3.6.1.4.1.52.4.1.2.3.3.1.1.3
The number of packets forward by the source route bridge from the SrcPort to the DestPort.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctBridgeSrPortPairState 1.3.6.1.4.1.52.4.1.2.3.3.1.1.4
The state of source route bridging on this port pair. This is the desired state of the administrator. The operational state of the port pair is determined by this state along with the states of dot1dStpPortState within the IETF Bridge MIB and ifOperStatus of the IETF MIB II for each port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ctBridgeTpPortFwdTable 1.3.6.1.4.1.52.4.1.2.3.4.1
A table containing information of source and destination port transparent MAC layer forwarding.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtBridgeTpPortFwdEntry

ctBridgeTpPortFwdEntry 1.3.6.1.4.1.52.4.1.2.3.4.1.1
An entry consisting of objects specifying the source and destination port transparent MAC layer forwarding information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtBridgeTpPortFwdEntry  

ctBridgeTpPortFwdSrcPort 1.3.6.1.4.1.52.4.1.2.3.4.1.1.1
The source port (ie the port which received the packets) for which this entry has transparent bridge forwarding information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctBridgeTpPortFwdDestPort 1.3.6.1.4.1.52.4.1.2.3.4.1.1.2
The destination port (ie the port which the packets were transmitted out) for which this entry has transparent bridge forwarding information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctBridgeTpPortFwdPackets 1.3.6.1.4.1.52.4.1.2.3.4.1.1.3
The number of packets transparently forwarded by the bridge from the SrcPort to the DestPort.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctBridgeTpPortStateTable 1.3.6.1.4.1.52.4.1.2.3.4.2
A table which allows the network administrator to enable/ disable transparent bridging on a particular port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtBridgeTpPortStateEntry

ctBridgeTpPortStateEntry 1.3.6.1.4.1.52.4.1.2.3.4.2.1
An entry containing the transparent bridge state of a particular port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtBridgeTpPortStateEntry  

ctBridgeTpPortStatePort 1.3.6.1.4.1.52.4.1.2.3.4.2.1.1
The port for which this entry has transparent bridge state information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctBridgeTpPortState 1.3.6.1.4.1.52.4.1.2.3.4.2.1.2
The state of transparent bridging on this port. This is the desired state of the administrator. The operational state of the port is determined by this state along with the state of dot1dStpPortState within the IETF Bridge MIB and ifOperStatus of the IETF MIB II.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ctBridgeSdbEnetTotFtrs 1.3.6.1.4.1.52.4.1.2.3.5.1
The total number of Ethernet filters in the special database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbEnetNoMatch 1.3.6.1.4.1.52.4.1.2.3.5.2
The process to be performed if no match is found in the Ethernet special database. The process of filtering or forwarding is for all ports. searchFDB results in searching the IEEE 802.1D transparent filter database referenced by the IETF Bridge MIB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER filter(1), forward(2), searchFDB(3)  

ctBridgeSdbEnetTable 1.3.6.1.4.1.52.4.1.2.3.5.3
A table containing filtering information configured into the bridge by (local or network) management specifying the specific packet string (destination address, source address, type/length field as well as a window of 64 bytes of packet data beginning at a data offset) to be used for filtering decisions. The filters are to be searched in the order of incrementing filter number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtBridgeSdbEnetEntry

ctBridgeSdbEnetEntry 1.3.6.1.4.1.52.4.1.2.3.5.3.1
Filtering information which extends the filtering capability of IEEE 802.1d.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtBridgeSdbEnetEntry  

ctBridgeSdbEnetFtrNo 1.3.6.1.4.1.52.4.1.2.3.5.3.1.1
The Filter number for which this entry contains filtering information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbEnetState 1.3.6.1.4.1.52.4.1.2.3.5.3.1.2
The state of the filter for which this entry contains filtering information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ctBridgeSdbEnetFtrData 1.3.6.1.4.1.52.4.1.2.3.5.3.1.3
The specific packet string representing the destination address, source address, type/length field and a window of 64 bytes of packet data beginning at DataOffset to be used for filtering decisions. Each ASCII character of the string represents a nibble of packet data, therefore the packet string should be (14+64) * 2 = 156 characters long. A value of 'x' in the packet string is used to indicate a 'Don't care' and no filtering is to be performed on that nibble.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ctBridgeSdbEnetDataOffset 1.3.6.1.4.1.52.4.1.2.3.5.3.1.4
The offset into a packet from which the bridge begins its filtering decisions on the 64 byte data window. The value '0' indicates that the window begins at the first byte after the Ethernet MAC header. The largest value of DataOffset is 1514 - 14 - 63 = 1437.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbEnetIOTable 1.3.6.1.4.1.52.4.1.2.3.5.4
A table containing the set of ports to which frames received from specific ports and containing the specific packet string (destination address, source address, type/length field as well as a window of 64 bytes of packet data beginning at a data offset) of the corresponding filter number of SdbEnetTable are allowed to be forwarded. The value of '0' in this table as the RcvPort is used to specify all ports which are not already specified in this table for a particular entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtBridgeSdbEnetIOEntry

ctBridgeSdbEnetIOEntry 1.3.6.1.4.1.52.4.1.2.3.5.4.1
The set of ports to which frames received by the RcvPort and containing the specific packet string of the corresponding filter number of SdbEnetTable are allowed to be forwarded.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtBridgeSdbEnetIOEntry  

ctBridgeSdbEnetIOFtrNo 1.3.6.1.4.1.52.4.1.2.3.5.4.1.1
The Filter number for which this entry contains filtering information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbEnetIORcvPort 1.3.6.1.4.1.52.4.1.2.3.5.4.1.2
Either the value '0', or the port number of the port from which a frame must be received in order for this entry's filtering information to apply. A value of '0' indicates that this entry applies on all ports of the bridge for which there is no other applicable entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbEnetIOAllowedToGoTo 1.3.6.1.4.1.52.4.1.2.3.5.4.1.3
The set of ports to which frames received from a specific port and containing the specific packet string of the corresponding filter number are allowed to be forwarded. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbEnetIODelEntry 1.3.6.1.4.1.52.4.1.2.3.5.4.1.4
Writing a '1' to this object deletes this entry from the Ethernet special database. This object will always return a '1' when read.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER deleteEntry(1)  

ctBridgeSdbTrTotFtrs 1.3.6.1.4.1.52.4.1.2.3.6.1
The total number of Token Ring filters in the special database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbTrNoMatch 1.3.6.1.4.1.52.4.1.2.3.6.2
The process to be performed if no match is found in the Token Ring special database. The process of filtering or forwarding is for all ports. searchFDB results in searching the IEEE 802.1D transparent filter database referenced by the IETF Bridge MIB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER filter(1), forward(2), searchFDB(3)  

ctBridgeSdbTrTable 1.3.6.1.4.1.52.4.1.2.3.6.3
A table containing filtering information configured into the bridge by (local or network) management specifying the specific packet string (AC, FC, destination address, source address, as well as a window of 64 bytes of packet data beginning at a data offset) to be used for filtering decisions. The filters are to be searched in the order of incrementing filter number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtBridgeSdbTrEntry

ctBridgeSdbTrEntry 1.3.6.1.4.1.52.4.1.2.3.6.3.1
Filtering information which extends the filtering capability of IEEE 802.1d.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtBridgeSdbTrEntry  

ctBridgeSdbTrFtrNo 1.3.6.1.4.1.52.4.1.2.3.6.3.1.1
The Filter number for which this entry contains filtering information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbTrState 1.3.6.1.4.1.52.4.1.2.3.6.3.1.2
The state of the filter for which this entry contains filtering information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ctBridgeSdbTrFtrData 1.3.6.1.4.1.52.4.1.2.3.6.3.1.3
The specific packet string consisting of the AC, FC, destination address, source address, and a window of 64 bytes of packet data beginning at DataOffset to be used for filtering decisions. Each ASCII character of the string represents a nibble of packet data, therefore the packet string should be (14+64) * 2 = 156 characters long. A value of 'x' in the packet string is used to indicate a 'Don't care' and no filtering is to be performed on that nibble.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ctBridgeSdbTrDataOffset 1.3.6.1.4.1.52.4.1.2.3.6.3.1.4
The offset into a packet from which the bridge begins its filtering decisions on the 64 byte data window. The value '0' indicates that the window begins at the first byte after the Token Ring MAC header. The largest value of DataOffset is 17800 - 14 - 63 = 17723.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbTrIOTable 1.3.6.1.4.1.52.4.1.2.3.6.4
A table containing the set of ports to which frames received from specific ports and containing the specific packet string (AC, FC, destination address, source address, as well as a window of 64 bytes of packet data beginning at a data offset) of the corresponding filter number of SdbTrTable are allowed to be forwarded. The value of '0' in this table as the RcvPort is used to specify all ports which are not already specified in this table for a particular entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtBridgeSdbTrIOEntry

ctBridgeSdbTrIOEntry 1.3.6.1.4.1.52.4.1.2.3.6.4.1
The set of ports to which frames received by the RcvPort and containing the specific packet string of the corresponding filter number of SdbTrTable are allowed to be forwarded.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtBridgeSdbTrIOEntry  

ctBridgeSdbTrIOFtrNo 1.3.6.1.4.1.52.4.1.2.3.6.4.1.1
The Filter number for which this entry contains filtering information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbTrIORcvPort 1.3.6.1.4.1.52.4.1.2.3.6.4.1.2
Either the value '0', or the port number of the port from which a frame must be received in order for this entry's filtering information to apply. A value of '0' indicates that this entry applies on all ports of the bridge for which there is no other applicable entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbTrIOAllowedToGoTo 1.3.6.1.4.1.52.4.1.2.3.6.4.1.3
The set of ports to which frames received from a specific port and containing the specific packet string of the corresponding filter number are allowed to be forwarded. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctBridgeSdbTrIODelEntry 1.3.6.1.4.1.52.4.1.2.3.6.4.1.4
Writing a '1' to this object deletes this entry from the Token Ring special database. This object will always return a '1' when read.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER deleteEntry(1)