TR-OPT-MIB

File: TR-OPT-MIB.mib (11488 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

Counter enterprises OBJECT-TYPE

Defined Types

MacAddress  
OCTET STRING Size(6)    

DisplayString  
OCTET STRING    

Cdx6500PPCTdot5PortEntry  
SEQUENCE    
  cdx6500dot5IfIndex INTEGER
  cdx6500dot5LanCableType INTEGER
  cdx6500dot5PortMacAddress MacAddress
  cdx6500dot5LocalRingNumber INTEGER
  cdx6500dot5EarlyTokenRelease INTEGER
  cdx6500dot5TransmitQueueLimit INTEGER

Cdx6500PPSTdot5Entry  
SEQUENCE    
  cdx6500dot5StatsIfIndex INTEGER
  cdx6500dot5StatsPortType INTEGER
  cdx6500dot5StatsDataBytesRx Counter
  cdx6500dot5StatsDataBytesTx Counter
  cdx6500dot5StatsFrameSizeExc Counter
  cdx6500dot5StatsShortFrames Counter
  cdx6500dot5StatsTransmitDiscards Counter
  cdx6500dot5StatsPortStatus INTEGER
  cdx6500dot5StatsLastStatReset DisplayString
  cdx6500dot5StatsClearStats INTEGER

Defined Values

codex 1.3.6.1.4.1.449
OBJECT IDENTIFIER    

cdxProductSpecific 1.3.6.1.4.1.449.2
OBJECT IDENTIFIER    

cdx6500 1.3.6.1.4.1.449.2.1
OBJECT IDENTIFIER    

cdx6500Configuration 1.3.6.1.4.1.449.2.1.2
OBJECT IDENTIFIER    

cdx6500CfgProtocolGroup 1.3.6.1.4.1.449.2.1.2.1
OBJECT IDENTIFIER    

cdx6500PCTPortProtocolGroup 1.3.6.1.4.1.449.2.1.2.1.1
OBJECT IDENTIFIER    

cdx6500Statistics 1.3.6.1.4.1.449.2.1.3
OBJECT IDENTIFIER    

cdx6500StatProtocolGroup 1.3.6.1.4.1.449.2.1.3.1
OBJECT IDENTIFIER    

cdx6500PSTPortProtocolGroup 1.3.6.1.4.1.449.2.1.3.1.1
OBJECT IDENTIFIER    

cdx6500Controls 1.3.6.1.4.1.449.2.1.4
OBJECT IDENTIFIER    

cdx6500PPCTdot5PortTable 1.3.6.1.4.1.449.2.1.2.1.1.9
This table contains Token Ring interface parameters and state variables, one entry per 802.5 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500PPCTdot5PortEntry

cdx6500PPCTdot5PortEntry 1.3.6.1.4.1.449.2.1.2.1.1.9.1
A list of Token Ring status and parameter values for an 802.5 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500PPCTdot5PortEntry  

cdx6500dot5IfIndex 1.3.6.1.4.1.449.2.1.2.1.1.9.1.1
This object is the port number for the LAN Interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500dot5LanCableType 1.3.6.1.4.1.449.2.1.2.1.1.9.1.2
Specifies the type of cable and therefore which connector is used for LAN interface. utp : Unshielded twisted pair stp : Shielded twisted pair. newvalUtp : same functionality as 'utp', new enumeration added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER utp(0), stp(1), unknown(3), newvalUtp(50)  

cdx6500dot5PortMacAddress 1.3.6.1.4.1.449.2.1.2.1.1.9.1.3
Specifies the MAC address of the LAN port. The entered value of 00-00-00-00-00-00 will be replaced by the Burned In Address (BIA) if the LAN hardware is present.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

cdx6500dot5LocalRingNumber 1.3.6.1.4.1.449.2.1.2.1.1.9.1.4
This parameter specifies the local ring number to which this port is attached. It is used as default if a value is not obtained from Ring Parameter Server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500dot5EarlyTokenRelease 1.3.6.1.4.1.449.2.1.2.1.1.9.1.5
This parameter controls whether this station operating on a 16 Mbps ring will perform early token release. This parameter has no effect for 4 Mbps rings where early token release is not used. newvalDisable : same functionality as 'disable', new enumeration added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1), newvalDisable(50)  

cdx6500dot5TransmitQueueLimit 1.3.6.1.4.1.449.2.1.2.1.1.9.1.6
Number of frames that can be queued on the transmitter before any frame is dropped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500PPSTdot5PortTable 1.3.6.1.4.1.449.2.1.3.1.1.9
A table containing Token Ring statistics, one entry per 802.5 interface. All the statistics are defined using the syntax Counter as 32-bit wrap around counters. Thus, if an interface's hardware maintains these statistics in 16-bit counters, then the agent must read the hardware's counters frequently enough to prevent loss of significance, in order to maintain 32-bit counters in software.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500PPSTdot5Entry

cdx6500PPSTdot5PortEntry 1.3.6.1.4.1.449.2.1.3.1.1.9.1
An entry contains the 802.5 statistics for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500PPSTdot5Entry  

cdx6500dot5StatsIfIndex 1.3.6.1.4.1.449.2.1.3.1.1.9.1.1
The value of this object identifies the 802.5 interface for which this entry contains management information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500dot5StatsPortType 1.3.6.1.4.1.449.2.1.3.1.1.9.1.2
The currently running value of the Port type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER tr(28)  

cdx6500dot5StatsDataBytesRx 1.3.6.1.4.1.449.2.1.3.1.1.9.1.3
This counter is incremented for each data byte received by the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot5StatsDataBytesTx 1.3.6.1.4.1.449.2.1.3.1.1.9.1.4
This counter is incremented for each data byte transmitted by the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot5StatsFrameSizeExc 1.3.6.1.4.1.449.2.1.3.1.1.9.1.5
This counter is incremented when the LAN port observes a frame that can not be forwarded because of excessive length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot5StatsShortFrames 1.3.6.1.4.1.449.2.1.3.1.1.9.1.6
This counter is incremented when the LAN port observes a receive or transmitted frame which is less than 18 bytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot5StatsTransmitDiscards 1.3.6.1.4.1.449.2.1.3.1.1.9.1.7
This counter is incremented when the LAN port discards the frame because the transmit queue exceeds the maximum queue length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot5StatsPortStatus 1.3.6.1.4.1.449.2.1.3.1.1.9.1.8
Indicates the status of the LAN port. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1), up(3), down(4), newvalDisabled(50)  

cdx6500dot5StatsLastStatReset 1.3.6.1.4.1.449.2.1.3.1.1.9.1.9
Time stamp when the statistics were last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

cdx6500dot5StatsClearStats 1.3.6.1.4.1.449.2.1.3.1.1.9.1.10
This is the command to reset the LAN port statistics.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER reset(1)