PLAINTREE-SWITCH-MIB

File: PLAINTREE-SWITCH-MIB.mib (17334 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
RFC1286-MIB RFC-1215

Imported symbols

enterprises Counter OBJECT-TYPE
DisplayString MacAddress TRAP-TYPE

Defined Types

SwitchEntry  
SEQUENCE    
  switchProductCode DisplayString
  switchSerialNumber DisplayString
  switchPlaceOfManufacture INTEGER
  switchDateOfManufacture DisplayString
  switchMacAddress MacAddress
  switchCodeVersion DisplayString
  switchBpeEnabled INTEGER
  eraseSwitchSnmpConfigInfo INTEGER
  restoreSwitchDot1dDefaults INTEGER
  performSwitchReset INTEGER
  switchIdentPressed INTEGER
  ageFilterDatabase INTEGER
  clearStatistics INTEGER
  switchBasicIndex INTEGER

SwitchPortEntry  
SEQUENCE    
  switchPortIndex INTEGER
  switchPortProductCode DisplayString
  switchPortSerialNumber DisplayString
  switchPortPlaceOfManufacture INTEGER
  switchPortDateOfManufacture DisplayString
  switchPortState DisplayString
  switchPortHighSensitivity INTEGER
  restoreFddiMibDefaults INTEGER
  translateAllEthertypes INTEGER
  switchPortTxFrames Counter
  switchPortRxFrames Counter
  switchPortFcsErrors Counter
  switchPortFilterDiscards Counter
  switchPortDelayExceededDiscards Counter
  switchPortMtuExceededDiscards Counter

TranslationTableEntry  
SEQUENCE    
  translationTablePortIndex INTEGER
  translationTableEthertype1 INTEGER
  translationTableEntryValid1 INTEGER
  translationTableEthertype2 INTEGER
  translationTableEntryValid2 INTEGER
  translationTableEthertype3 INTEGER
  translationTableEntryValid3 INTEGER

Defined Values

vendor 1.3.6.1.4.1.295
OBJECT IDENTIFIER    

switch 1.3.6.1.4.1.295.3
OBJECT IDENTIFIER    

switchHardware 1.3.6.1.4.1.295.3.1
OBJECT IDENTIFIER    

switchChassis 1.3.6.1.4.1.295.3.1.1
OBJECT IDENTIFIER    

switchPort 1.3.6.1.4.1.295.3.1.2
OBJECT IDENTIFIER    

switchEthernetPort 1.3.6.1.4.1.295.3.1.2.1
OBJECT IDENTIFIER    

switchWaveBusPort 1.3.6.1.4.1.295.3.1.2.2
OBJECT IDENTIFIER    

switchFddiPort 1.3.6.1.4.1.295.3.1.2.3
OBJECT IDENTIFIER    

switchSoftware 1.3.6.1.4.1.295.3.2
OBJECT IDENTIFIER    

switchInfo 1.3.6.1.4.1.295.3.2.1
OBJECT IDENTIFIER    

switchBasicTable 1.3.6.1.4.1.295.3.2.1.1
Basic information about the switch
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwitchEntry

switchBasicEntry 1.3.6.1.4.1.295.3.2.1.1.1
Identification information about a particular port on the switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwitchEntry  

switchProductCode 1.3.6.1.4.1.295.3.2.1.1.1.1
An ASCII string giving the product code of the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

switchSerialNumber 1.3.6.1.4.1.295.3.2.1.1.1.2
An ASCII string giving the switch serial number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

switchPlaceOfManufacture 1.3.6.1.4.1.295.3.2.1.1.1.3
A number identifying where the switch was built.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inOttawa(1)  

switchDateOfManufacture 1.3.6.1.4.1.295.3.2.1.1.1.4
An ASCII string giving the date of manufacture of the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

switchMacAddress 1.3.6.1.4.1.295.3.2.1.1.1.5
The IEEE 802 MAC address of the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

switchCodeVersion 1.3.6.1.4.1.295.3.2.1.1.1.6
An ASCII string giving the version number of the switch software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

switchBpeEnabled 1.3.6.1.4.1.295.3.2.1.1.1.7
Setting this variable to TRUE (1) causes the bridge protocol engine to perform the Spanning Tree Protocol as defined in IEEE802.1d. Setting this variable to FALSE (0) causes the BPE to stop performing the Spanning Tree Protocol. The value of this variable when the switch starts operating is 1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

eraseSwitchSnmpConfigInfo 1.3.6.1.4.1.295.3.2.1.1.1.8
Setting this variable to TRUE (1) causes the switch to erase its SNMP configuration information both from memory and from permanent store. The switch the requests new configuration information using the BOOTP protocol. Setting this variable to any other value has no effect. This variable will always return 0 when read.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

restoreSwitchDot1dDefaults 1.3.6.1.4.1.295.3.2.1.1.1.9
Setting this variable to TRUE (1) causes the BPE to restore the default spanning tree values given in the IEEE 802.1d specification. This resets all writeable Bridge MIB variables in the dot1dStp group of the Bridge MIB. Setting the variable to any other value has no effect. This variable will always return 0 when read.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

performSwitchReset 1.3.6.1.4.1.295.3.2.1.1.1.10
Setting this variable to TRUE (1) causes the switch to perform a cold restart. As a result of this action a coldRestart trap will be sent. Setting this variable to any other value has no effect. This variable will always return 0 when read.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

switchIdentPressed 1.3.6.1.4.1.295.3.2.1.1.1.11
This variable is TRUE (1) if the IDENTIFY button on the switch has been pressed since the variable was last read. After this variable has been read it will be set to 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ageFilterDatabase 1.3.6.1.4.1.295.3.2.1.1.1.12
Setting this variable to FALSE (0) causes the switch to stop aging out entries from its filter database. Setting this variable to TRUE (1) causes the switch to age out filter database entries as defined in IEEE 802.1D. This variable is set to 0 whenever the Switch restarts.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

clearStatistics 1.3.6.1.4.1.295.3.2.1.1.1.13
Setting this variable to TRUE (1) clears the traffic statistics accumulators in the switch. Setting this variable to any other value has no effect. The variable always returns 0 when read.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

switchBasicIndex 1.3.6.1.4.1.295.3.2.1.1.1.100
This is a dummy variable which provides a meta-index for the Basic Information Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

switchPortTable 1.3.6.1.4.1.295.3.2.1.2
Identification information about the ports on a switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwitchPortEntry

switchPortEntry 1.3.6.1.4.1.295.3.2.1.2.1
Identification information about a particular port on the switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwitchPortEntry  

switchPortIndex 1.3.6.1.4.1.295.3.2.1.2.1.1
The number of the port to which the management information applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

switchPortProductCode 1.3.6.1.4.1.295.3.2.1.2.1.2
An ASCII string giving the product code of the card on which this port is located.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

switchPortSerialNumber 1.3.6.1.4.1.295.3.2.1.2.1.3
An ASCII string giving the serial number of the card on which this port is located.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

switchPortPlaceOfManufacture 1.3.6.1.4.1.295.3.2.1.2.1.4
A number identifying where the card on which this port is located was built.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inOttawa(1)  

switchPortDateOfManufacture 1.3.6.1.4.1.295.3.2.1.2.1.5
An ASCII string giving the date of manufacture of the card on which this port is located.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

switchPortState 1.3.6.1.4.1.295.3.2.1.2.1.6
An ASCII string giving the port's operational state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

switchPortHighSensitivity 1.3.6.1.4.1.295.3.2.1.2.1.7
This variable is only valid if the port is an Ethernet port. If this variable is set to TRUE (1), the receiver of the Ethernet NIC controlling the port is set to high sensitivity. If the variable is set to 0, the port is set to normal sensitivity. If the ports on both ends of the 10BaseT link are set to high sensitivity, the maximum permissable length of the link is increased from 100 meters to 120 meters. Caution: a high sensitivity receiver may be overdriven by transmitters closer than 100 meters. This variable is 0 when the switch is powered up for the first time. Changes to this variable are preserved across system restarts.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

restoreFddiMibDefaults 1.3.6.1.4.1.295.3.2.1.2.1.8
This variable is ony valid if the port is an FDDI station. Setting this variable to TRUE (1) causes the agent to restore the default MIB values given in the ANSI X3T9.5/84-49 Rev 7.2 specification. This resets all writable FDDI MIB variables. Setting the variable to any other value has no effect. This variable will always return 0 when read.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

translateAllEthertypes 1.3.6.1.4.1.295.3.2.1.2.1.9
This variable is only valid if the port is an FDDI port. If this variable is set to TRUE (1), the Bridge Tunnel Encapsulation Protocol will be applied to frames containing any Ethertypes, not just the ones in the Selective Translation Table. If this variable is set to FALSE (0), the protocol will only be applied to Ethertypes in the translation table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

switchPortTxFrames 1.3.6.1.4.1.295.3.2.1.2.1.10
This counter is incremented by one for each frame transmitted to the network segment attached to the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

switchPortRxFrames 1.3.6.1.4.1.295.3.2.1.2.1.11
This counter is incremented by one for each valid frame received from the network segment attached to the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

switchPortFcsErrors 1.3.6.1.4.1.295.3.2.1.2.1.12
This counter is incremented by one for each received frame which failed its FCS check.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

switchPortFilterDiscards 1.3.6.1.4.1.295.3.2.1.2.1.13
The number of frames received on this port which have been discarded due to the filtering action of the port's bridge circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

switchPortDelayExceededDiscards 1.3.6.1.4.1.295.3.2.1.2.1.14
The number of frames discarded by this port due to excessive transit delay through the switch. It reports the same value as the object dot1dBasePortDelayExceededDiscards in the Bridge MIB (RFC 1493).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

switchPortMtuExceededDiscards 1.3.6.1.4.1.295.3.2.1.2.1.15
The number of frames discarded by this port due to excessive size. It is the same value reported in the object dot1dBasePortMtuExceededDiscards in the Bridge MIB (RFC 1493).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

switchSelectiveTranslationTable 1.3.6.1.4.1.295.3.2.1.3
The Selective Translation Table as defined in IEEE 802.1h.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TranslationTableEntry

translationTableEntry 1.3.6.1.4.1.295.3.2.1.3.1
One entry in the STT.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TranslationTableEntry  

translationTablePortIndex 1.3.6.1.4.1.295.3.2.1.3.1.1
The table index - the port number on which the STT resides.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

translationTableEthertype1 1.3.6.1.4.1.295.3.2.1.3.1.2
The first Ethertype for which the Bridge Tunnel Encapsulation Protocol should be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

translationTableEntryValid1 1.3.6.1.4.1.295.3.2.1.3.1.3
If this variable is set to TRUE (1), the Bridge Tunnel Encapsulation Protocol will be applied to frames containing the first Ethertype. If this variable is set to FALSE (0), the protocol will not be applied to the Ethertype.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

translationTableEthertype2 1.3.6.1.4.1.295.3.2.1.3.1.4
The second Ethertype for which the Bridge Tunnel Encapsulation Protocol should be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

translationTableEntryValid2 1.3.6.1.4.1.295.3.2.1.3.1.5
If this variable is set to TRUE (1), the Bridge Tunnel Encapsulation Protocol will be applied to frames containing the second Ethertype. If this variable is set to FALSE (0), the protocol will not be applied to the Ethertype.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

translationTableEthertype3 1.3.6.1.4.1.295.3.2.1.3.1.6
The third Ethertype for which the Bridge Tunnel Encapsulation Protocol should be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

translationTableEntryValid3 1.3.6.1.4.1.295.3.2.1.3.1.7
If this variable is set to TRUE (1), the Bridge Tunnel Encapsulation Protocol will be applied to frames containing the third Ethertype. If this variable is set to FALSE (0), the protocol will not be applied to the Ethertype.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

switchTouched 9
This trap is generated when the IDENTIFY button on the switch is pressed. The agent throttles the generation of consecutive switchTouched traps so that there is at least a two second gap between them.
TRAP-TYPE