IRM3-MIB DEFINITIONS ::= BEGIN
IMPORTS
NetworkAddress, Counter
FROM RFC1155-SMI
repeaterRev1, repeaterRev2, subSysMMAC
FROM IRM-OIDS
DisplayString
FROM RFC1213-MIB
OBJECT-TYPE FROM RFC-1212;
device OBJECT IDENTIFIER ::= { repeaterRev1 1 }
board OBJECT IDENTIFIER ::= { repeaterRev1 2 }
port OBJECT IDENTIFIER ::= { repeaterRev1 3 }
sourceAddr OBJECT IDENTIFIER ::= { repeaterRev1 7 }
redundancy OBJECT IDENTIFIER ::= { repeaterRev1 8 }
alarm OBJECT IDENTIFIER ::= { repeaterRev1 9 }
deviceMMACType OBJECT-TYPE
SYNTAX INTEGER
{
unknown(1), mMAC8(2),
mMAC5(3),
mMAC3(4),
mINIMMAC(5),
mRXI(6),
m3Shunt(7),
m5Shunt(8),
m8FNB(9),
nonFNB(10),
mMAC3Shunting(11),
mMAC5Shunting(12),
mMAC8Shunting(13),
m8Shunting(14)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the type of MMAC."
::= { device 2 }
deviceSlots OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of available device slots in this device, including the
IRM slot."
::= { device 3 }
deviceOccupiedSlots OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slots that contain MIM boards. This field is bit encoded (eg.
if a bit is set then that board is present). For example, a value
of 3 indicates that there are boards in the IRM slot and the first
MIM slot."
::= { device 4 }
devicePortsOn OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of operating ports on the device."
::= { device 5 }
deviceTotalPorts OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of repeater ports on the MMAC."
::= { device 6 }
deviceTotalPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets detected on all ports of this device."
::= { device 7}
deviceTotalErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The sum of all of the errors listed including alignment, CRC, runts,
giants, and out of window collisions."
::= { device 8 }
deviceTransmitColls OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of transmit collisions detected by this MMAC."
::= { device 9 }
deviceRecColls OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of receive collisions detected by this MMAC."
::= { device 10 }
deviceAlignErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets with alignment errors detected."
::= { device 11 }
deviceCRCErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets with bad CRC detected."
::= { device 12 }
deviceRunts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of runt frames detected by this device."
::= { device 13 }
deviceOOWColls OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of out-of-window collisions detected by this device."
::= { device 14 }
deviceNoResources OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of No resource condtions detected by this device."
::= { device 15 }
deviceRecBytes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of bytes detected on the network."
::= { device 16 }
deviceGiantFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets longer than 1518 bytes."
::= { device 17 }
deviceRestart OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"If this object is set to 1 the device is restarted."
::= { device 18 }
deviceResetCounters OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"If this object is set to 1, all of the devices counters are reset
to 0."
::= { device 19 }
deviceRedundantCts OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of redundant circuits available for use."
::= { device 20 }
deviceDiscover OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS deprecated
DESCRIPTION
"When this variable is set to 1 The following events occur:
(1) The device sends a LINK-UP trap
(2) The device sends a proprietary packet that will
cause all other Cabeltron devices on that local
network to send a LINK-UP trap."
::= { device 21 }
deviceTimeBase OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The number of seconds used as the interval for performing all of
the rate alarm checks. The minimum is 10 secs."
::= { device 24 }
deviceResetRedundancy OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Setting this object to a 1 will reset redundancy for the entire box."
::= { device 25 }
deviceSrcAddrAgingTime OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The number of minutes that a source address is not detected before it
is removed from the source address table."
::= { device 26 }
deviceSrcAddrTraps OBJECT-TYPE
SYNTAX INTEGER
{
trapsOff(1),
trapsOn(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Controls sending of source address related traps."
::= { device 27 }
deviceSrcAddrLocked OBJECT-TYPE
SYNTAX INTEGER
{
lockOff(1),
lockOn(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"If this is set to 2, any source addresses that are detected on
station ports that are not in the table will cause the port to
be turned off."
::= { device 28 }
deviceEtherOccupiedSlots OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slots that contain Ethernet MIM boards. This field
is bit encoded (eg. if a bit is set then that board is present).
For example, a value of 2 indicates that there is an Ethernet board
in the first MIM slot."
::= { device 29 }
deviceTROccupiedSlots OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slots that contain managable Token Ring MIM boards. This
field is bit encoded (eg. if a bit is set then that board is
present). For example, a value of 2 indicates that there is a
managable Token Ring board in the first MIM slot."
::= { device 30 }
deviceFDDIOccupiedSlots OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slots that contain FDDI MIM boards. This field is bit encoded
(eg. if a bit is set then that board is present). For example, a
value of 2 indicates that there is an FDDI board in the first MIM
slot."
::= { device 31 }
deviceRestoreDefaults OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"If this object is set to 1 the factory defaults are restored. This,
however, does not affect the device's IP address."
::= { device 32 }
deviceActiveUsers OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of active users seen by this device."
::= { device 33 }
deviceOSIFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with OSI protocol seen by this device."
::= { device 34 }
deviceNovellFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with NOVELL protocol seen by this device."
::= { device 35 }
deviceBanyanFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with BANYAN protocol seen by this device."
::= { device 36 }
deviceDECNetFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with DECNET protocol seen by this device."
::= { device 37 }
deviceXNSFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with XNS protocol seen by this device."
::= { device 38 }
deviceIPFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with TCPIP protocol seen by this device."
::= { device 39 }
deviceCtronFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with Cabletron protocol seen by this device."
::= { device 40 }
deviceAppletalkFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with Appletalk protocol seen by this device."
::= { device 41 }
deviceOtherFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this device, that do not fall into
any of the previously listed protocol catagories."
::= { device 42 }
device64To127Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this device, with frame sizes between
64 and 127 bytes."
::= { device 43 }
device128To255Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this device, with frame sizes between
128 and 255 bytes."
::= { device 44 }
device256To511Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this device, with frame sizes between
256 and 511 bytes."
::= { device 45 }
device512To1023Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this device, with frame sizes between
512 and 1023 bytes."
::= { device 46 }
device1024To1518Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this device, with frame sizes between
1024 and 1518 bytes."
::= { device 47 }
deviceBroadPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The sum of broadcast packets detected on all ports of this device."
::= { device 48}
deviceMultPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The sum of multicast packets detected on all ports of this device."
::= { device 49}
deviceThdPartyOccupiedSlots OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slots that contain Third Party MIM boards. This field
is bit encoded (eg. if a bit is set then that board is present).
For example, a value of 2 indicates that there is a Third Party
board in the first MIM slot."
::= { device 51 }
deviceImimOccupiedSlots OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slots that contain Cabletron Intelligent MIM boards. This field
is bit encoded (eg. if a bit is set then that board is present).
For example, a value of 2 indicates that there is an Intelligent board
in the first MIM slot."
::= { device 52 }
deviceLinkTraps OBJECT-TYPE
SYNTAX INTEGER
{
trapsOff(1),
trapsOn(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Controls sending of link related traps."
::= { device 54 }
ctIPDefaultFrameType OBJECT-TYPE
SYNTAX INTEGER {
ethernet(1),
snap8022(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Defines the default frame type that will be used by the
device. A device will understand both frame types and will
respond based upon the framing type that is learned for
the given address. This object defines the type of framing
that will be used if no framing is known, for example ARP
requests.
Setting a value of 8022snap(2) will result in framing
802.3 - 802.2 - IP packets being generated by default.
Setting a value of ethernet(1) will result in framing
ethernet IP packets by default."
DEFVAL { ethernet }
::= { device 56 }
deviceSrcAddrType OBJECT-TYPE
SYNTAX INTEGER {
ipHash(1),
decHash(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
" Selects the hashing algorithm of source addresses, DEC or IP"
DEFVAL{ ipHash }
::= { device 57 }
sourceAddrBoard OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The board number of the port that the supplied source address has
been found on."
::= { sourceAddr 1 }
sourceAddrPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The port number of the port that the supplied source address has
been found on."
::= { sourceAddr 2 }
redundancyPollInterval OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The number of seconds between polls for redundancy."
::= { redundancy 1 }
redundancyTestTod OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The time of day at which the redundant circuits should be tested."
::= { redundancy 2 }
redundancyPerformTest OBJECT-TYPE
SYNTAX INTEGER
{
performTest(1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Test the redundant circuit."
::= { redundancy 3 }
redundancyCircuitName OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The name of the indicated circuit."
::= { redundancy 4 }
redundancyRetryCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The number of unanswered polls allowed for the indicated circuit
before the current connection is declared bad."
::= { redundancy 5 }
redundancyNumBPs OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of board/port combinations associated with the indicated
circuit."
::= { redundancy 6 }
redundancyCircuitBoard OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The boards associated with the indicated circuit."
::= { redundancy 7 }
redundancyCircuitPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The ports associated with the indicated circuit."
::= { redundancy 8 }
redundancyCircuitTypes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of each port associated with the indicated circuit."
::= { redundancy 9 }
redundancyCircuitNumAddr OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of addresses associated with the indicated circuit."
::= { redundancy 10 }
redundancyCircuitMACAddrAdd OBJECT-TYPE
SYNTAX NetworkAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Adds this ethernet address to the polling list for the indicated
circuit."
::= { redundancy 11 }
redundancyCircuitMACAddrDel OBJECT-TYPE
SYNTAX NetworkAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Removes this ethernet address from the polling list for the
indicated circuit."
::= { redundancy 12 }
redundancyCircuitMACAddrDisp OBJECT-TYPE
SYNTAX NetworkAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The ethernet addresses associated with the indicated circuit,
accessed by index."
::= { redundancy 13 }
redundancyCircuitEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enables and disables the indicated circuit."
::= { redundancy 14 }
redundancyCircuitReset OBJECT-TYPE
SYNTAX INTEGER
{
reset(1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Reset the indicated circuit. Return all of the associated board
and ports to NOT-USED, remove associated addresses from the polling
list, reset the circuit name and retry count to default values."
::= { redundancy 15 }
devAlrm OBJECT IDENTIFIER ::= { alarm 1 }
bdAlrm OBJECT IDENTIFIER ::= { alarm 2 }
portAlrm OBJECT IDENTIFIER ::= { alarm 3 }
devTraffic OBJECT IDENTIFIER ::= { devAlrm 1 }
devColls OBJECT IDENTIFIER ::= { devAlrm 2 }
devError OBJECT IDENTIFIER ::= { devAlrm 3 }
devBroad OBJECT IDENTIFIER ::= { devAlrm 4 }
devTrafficEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of device level traffic traps."
::= { devTraffic 1 }
devTrafficThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The threshold of packets within the Devicetimebase that will cause
a traffic alarm."
::= { devTraffic 2 }
devCollsEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of device level collision alarms."
::= { devColls 1 }
devCollsThreshold OBJECT-TYPE
SYNTAX INTEGER (1..15)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents the number of collisions per good packet
measured by the device that will generate an alarm."
::= { devColls 2 }
devErrorEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of device level error alarms."
::= { devError 1 }
devErrorThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents the percentage of errors per good packet that
will generate an alarm."
::= { devError 2 }
devErrorSource OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The type of error used for the error alarm.
The integer is a bit encoded version of which errors to include
in the error sum. The bits are encoded as follows:
CRCErrors - Bit 0 - Least Significant Bit
runts - Bit 1
OOWColls - Bit 2
alignErrs - Bit 3
NoResource - Bit 4
Giants - Bit 5
"
::= { devError 3 }
devBroadEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of device level broadcast traps."
::= { devBroad 1 }
devBroadThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The threshold of broadcast packets within the Devicetimebase
that will cause a broadcast alarm."
::= { devBroad 2 }
bdTraffic OBJECT IDENTIFIER ::= { bdAlrm 1 }
bdColls OBJECT IDENTIFIER ::= { bdAlrm 2 }
bdError OBJECT IDENTIFIER ::= { bdAlrm 3 }
bdBroad OBJECT IDENTIFIER ::= { bdAlrm 4 }
bdTrafficEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of board level traffic traps for this board."
::= { bdTraffic 1 }
bdTrafficThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The threshold of packets within the Devicetimebase that will cause
a traffic alarm."
::= { bdTraffic 2 }
bdTrafficBdDisable OBJECT-TYPE
SYNTAX INTEGER {
disable(1), enable (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Permit a board to be disabled on a traffic threshold alarm."
::= { bdTraffic 3 }
bdCollsEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of board level collision alarms."
::= { bdColls 1 }
bdCollsThreshold OBJECT-TYPE
SYNTAX INTEGER (1..15)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents the number of collisions per good packet
measured by the board that will generate an alarm."
::= { bdColls 2 }
bdCollsBdDisable OBJECT-TYPE
SYNTAX INTEGER {
disable(1), enable (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Permit a board to be disabled on a collision threshold alarm."
::= { bdColls 3 }
bdErrorEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of board level error alarms."
::= { bdError 1 }
bdErrorThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents the percentage of errors per good packet
that will generate an alarm."
::= { bdError 2 }
bdErrorSource OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The type of error used for the error alarm.
The integer is a bit encoded version of which errors to include
in the error sum. The bits are encoded as follows:
CRCErrors - Bit 0 Least Significant Bit
runts - Bit 1
OOWColls - Bit 2
alignErrs - Bit 3
NoResource - Bit 4
Giants - Bit 5
"
::= { bdError 3 }
bdErrorBdDisable OBJECT-TYPE
SYNTAX INTEGER {
disable(1), enable (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Permit a board to be disabled on an error threshold alarm."
::= { bdError 4 }
bdBroadEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of board level broadcast traps for this board."
::= { bdBroad 1 }
bdBroadThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The threshold of broadcast packets within the Devicetimebase
that will cause a broadcast alarm."
::= { bdBroad 2 }
bdBroadDisable OBJECT-TYPE
SYNTAX INTEGER {
disable(1), enable (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Permit a board to be disabled on a broadcast threshold alarm."
::= { bdBroad 3 }
portTraffic OBJECT IDENTIFIER ::= { portAlrm 1 }
portColls OBJECT IDENTIFIER ::= { portAlrm 2 }
portError OBJECT IDENTIFIER ::= { portAlrm 3 }
portBroad OBJECT IDENTIFIER ::= { portAlrm 4 }
portTrafficEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of port level traffic traps for this port."
::= { portTraffic 1 }
portTrafficThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The threshold of packets within the Devicetimebase that will cause
a traffic alarm."
::= { portTraffic 2 }
portTrafficPortDisable OBJECT-TYPE
SYNTAX INTEGER {
disable(1), enable (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Permit a port to be disabled on a traffic threshold alarm."
::= { portTraffic 3 }
portCollsEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of port level collsion alarms."
::= { portColls 1 }
portCollsThreshold OBJECT-TYPE
SYNTAX INTEGER (1..15)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents the number of collisions per good packet
measured by the port that will generate an alarm."
::= { portColls 2 }
portCollsPortDisable OBJECT-TYPE
SYNTAX INTEGER {
disable(1), enable (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Permit a port to be disabled on a collision threshold alarm."
::= { portColls 3 }
portErrorEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of port level error alarms."
::= { portError 1 }
portErrorThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents the percentage of errors per good packet
that will generate an alarm."
::= { portError 2 }
portErrorSource OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The type of error used for the error alarm.
The integer is a bit encoded version of which errors to include
in the error sum. The bits are encoded as follows:
CRCErrors - Bit 0 - Least Significant Bit
runts - Bit 1
OOWColls - Bit 2
alignErrs - Bit 3
NoResource - Bit 4
Giants - Bit 5
"
::= { portError 3 }
portErrorPortDisable OBJECT-TYPE
SYNTAX INTEGER {
disable(1), enable (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Permit a port to be disabled on an error threshold alarm."
::= { portError 4 }
portBroadEnable OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enable the sending of port level broadcast alarms."
::= { portBroad 1 }
portBroadThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The threshold of broadcast packets within the Devicetimebase that
will cause a broadcast alarm."
::= { portBroad 2 }
portBroadDisable OBJECT-TYPE
SYNTAX INTEGER {
disable(1), enable (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Permit a port to be disabled on a broadcast threshold alarm."
::= { portBroad 3 }
deviceR2 OBJECT IDENTIFIER ::= { repeaterRev2 1}
networkR2 OBJECT IDENTIFIER ::= { repeaterRev2 2}
boardR2 OBJECT IDENTIFIER ::= { repeaterRev2 3}
portR2 OBJECT IDENTIFIER ::= { repeaterRev2 4}
tokenRingD OBJECT IDENTIFIER ::= { deviceR2 3 }
deviceTRPortsOn OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This gives the number of Token Ring ports enabled on this device."
::= { tokenRingD 1 }
deviceTRPorts OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This gives the total number of Token Ring ports on this device."
::= { tokenRingD 2 }
deviceTRRingPortsOn OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This gives the number of Token Ring ring ports that are enabled."
::= { tokenRingD 3 }
deviceTRRingPorts OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This gives the total number of Token Ring ring ports on this device."
::= { tokenRingD 4 }
deviceTRLans OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This gives the number of Token Rings formed on this device."
::= { tokenRingD 5 }
deviceTRBoards OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This returns the number of Token Ring boards on the device."
::= { tokenRingD 6 }
deviceTRBoardMap OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slots that contain Token Ring MIM boards. This field is bit
encoded (eg. if a bit is set then that board is present). For
example, a value of 2 indicates that there is a Token Ring board
in the first MIM slot."
::= { tokenRingD 7 }
commonB OBJECT IDENTIFIER ::= { boardR2 1}
ethernetB OBJECT IDENTIFIER ::= { boardR2 2}
tokenRingB OBJECT IDENTIFIER ::= { boardR2 3}
fDDIB OBJECT IDENTIFIER ::= { boardR2 4}
boardIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slot number of this board."
::= { commonB 1 }
boardName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The name of the board. This field will only contain printable ASCII
characters."
::= { commonB 2 }
boardType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of the MIM. (eg. FOT, TPT, etc). See appendix A for
encoding."
::= { commonB 3 }
boardTotalPorts OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Total number of ports supported on this board."
::= { commonB 4 }
boardStatus OBJECT-TYPE
SYNTAX INTEGER
{
disabled(1),
enabled(2)
}
ACCESS read-write
STATUS deprecated
DESCRIPTION
"The administrative status of this MIM."
::= { commonB 5 }
boardPortsOn OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of operating ports on the board."
::= { commonB 6 }
boardOper OBJECT-TYPE
SYNTAX INTEGER {
operational(1),
notOperational(2)
}
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Returns a value indicating whether any of the enabled ports on the
board are not operational, thereby placing the board in a
non-operational state."
::= { commonB 7 }
boardActiveUsers OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of active users seen on this board."
::= { commonB 8 }
boardTotalPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of packets this board has seen since the last
reset."
::= { ethernetB 1 }
boardErrorPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets that have experienced an error."
::= { ethernetB 2 }
boardTransColls OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of transmit collisions this board has detected."
::= { ethernetB 3 }
boardRecColls OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of Receive mode collisions this board has detected."
::= { ethernetB 4 }
boardAlignErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of misaligned frames this board has detected."
::= { ethernetB 5 }
boardCRCErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets with bad CRC detected."
::= { ethernetB 6 }
boardRunts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of runt frames detected by this board."
::= { ethernetB 7 }
boardOOWColls OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of out-of-window collisions detected by this board."
::= { ethernetB 8 }
boardNoResources OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of times the no resources condition was detected for
this board."
::= { ethernetB 9 }
boardRecBytes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of bytes detected on this board."
::= { ethernetB 10 }
boardGiants OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets longer than 1518 bytes detected on this board."
::= { ethernetB 11 }
boardOSIFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with OSI protocol seen by this board."
::= { ethernetB 12 }
boardNovellFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with NOVELL protocol seen by this board."
::= { ethernetB 13 }
boardBanyanFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with BANYAN protocol seen by this board."
::= { ethernetB 14 }
boardDECNetFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with DECNET protocol seen by this board."
::= { ethernetB 15 }
boardXNSFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with XNS protocol seen by this board."
::= { ethernetB 16 }
boardIPFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with TCPIP protocol seen by this board."
::= { ethernetB 17 }
boardCtronFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with Cabletron protocol seen by this board."
::= { ethernetB 18 }
boardAppletalkFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with Appletalk protocol seen by this board."
::= { ethernetB 19 }
boardOtherFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this board, that do not fall into
any of the previously listed protocol catagories."
::= { ethernetB 20 }
board64To127Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this board, with frame sizes between
64 and 127 bytes."
::= { ethernetB 21 }
board128To255Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this board, with frame sizes between
128 and 255 bytes."
::= { ethernetB 22 }
board256To511Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this board, with frame sizes between
256 and 511 bytes."
::= { ethernetB 23 }
board512To1023Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this board, with frame sizes between
512 and 1023 bytes."
::= { ethernetB 24 }
board1024To1518Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this board, with frame sizes between
1024 and 1518 bytes."
::= { ethernetB 25 }
boardBroadPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The sum of broadcast packets detected on all ports of this board."
::= { ethernetB 26 }
boardMultPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The sum of multicast packets detected on all ports of this board."
::= { ethernetB 27 }
boardSrcAddrLocked OBJECT-TYPE
SYNTAX INTEGER
{
lockOff(1),
lockOn(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"If this is set to 2, any source addresses that are detected on
station port that are not in the table will cause the port to
be turned off."
::= { ethernetB 31 }
boardTotalRingPorts OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of ring ports on this board."
::= { tokenRingB 1 }
boardTotalStationPorts OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of station ports on this board."
::= { tokenRingB 2 }
boardModeStatus OBJECT-TYPE
SYNTAX INTEGER {
mgmtMode(1),
autoMOde(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This describes the mode of this board. autoMode
means the board is using the hardware defaults. mgmtMode
means the board is using setting by the user."
::= { tokenRingB 3 }
boardTotalRingPortsOn OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of enabled ring ports on this board."
::= { tokenRingB 4 }
boardTotalStationPortsOn OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of enabled station ports on this board."
::= { tokenRingB 5 }
boardSpeed OBJECT-TYPE
SYNTAX INTEGER {
fourMHz(4),
sixteenMhz(16)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The speed of the board. The board will expect to receive
data at this speed."
::= { tokenRingB 6 }
ringSpeedFault OBJECT-TYPE
SYNTAX INTEGER
{
noFaultDetected(1),
faultDetected(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Data speed of station mismatches configuration speed of board. Board
is automatically bypassed."
::= { tokenRingB 7 }
boardSpeedFaultPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates which ring speed detect circuit(s) caused the
fault, if there was one. The return code indicates the location on
the board feeding the speed detect circuit(s). Ring in means the
circuit on the back-up path between the ring out port and the ring
in port. FNB means the circuit between the ring in port and the FNB.
NotApplicable means that a ring Speed Fault has not occurred.
Since more than one circuit can cause the fault, the return code is
the sum of the following values:
1 - FNB
2 - RingIn
4 - RingOut
8 - NotApplicable
"
::= { tokenRingB 8 }
boardFirstRingPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object defines which port on the board is the first ring port.
All ring port numbers will be consecutive. Using this in conjunction
with BoardRingPorts, all ring port numbers can be determined."
::= { tokenRingB 9 }
boardBypassRingPortState OBJECT-TYPE
SYNTAX INTEGER {
off(1),
on(2),
illegal(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object sets and reports the state of the ring bypass relay on
boards which contain a ring bypass relay. The ring bypass relay will
separate only the ring ports from the FNB. The FNB only bypasses the
station ports on these boards. The illegal value (3) will return an
error status if set."
::= { tokenRingB 10 }
commonP OBJECT IDENTIFIER ::= { portR2 1}
ethernetP OBJECT IDENTIFIER ::= { portR2 2}
tokenRingP OBJECT IDENTIFIER ::= { portR2 3}
fDDIP OBJECT IDENTIFIER ::= { portR2 4}
portIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slot number of this port."
::= { commonP 1 }
portMediaType OBJECT-TYPE
SYNTAX INTEGER
{
bnc(1), aui(2), tp(3), tenbt(4), fot(5), laser(6), stp(7), utp(8), fo(9), otherMedia(10) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of the port. (eg. FOT, TPT, etc)."
::= { commonP 2 }
portAdminState OBJECT-TYPE
SYNTAX INTEGER
{
off(1),
on( 2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The administrative status of this port."
::= { commonP 3 }
portSourceAddr OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A source address that has been seen on this port."
::= { commonP 4 }
portOper OBJECT-TYPE
SYNTAX INTEGER {
notOperational(1),
operational(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns a value indicating whether this port is in an operational
state."
::= { commonP 5 }
portActiveUsers OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of active users seen on this port."
::= { commonP 6 }
portName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The name of the port. this field will only contain printable ASCII
characters."
::= { commonP 7 }
portTopologyType OBJECT-TYPE
SYNTAX INTEGER {
stations(1),
trunk(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The topological type of the port."
::= { ethernetP 1 }
portLinkStatus OBJECT-TYPE
SYNTAX INTEGER
{
linkSignalInactive(1),
linkSignalActive(2),
linkSignalNotSupported(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The state of the link signal for this port."
::= { ethernetP 2 }
portStatus OBJECT-TYPE
SYNTAX INTEGER
{
active(1),
segmented(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The network state of this port."
::= { ethernetP 3 }
portTotalPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of packets this port has seen since the last reset."
::= { ethernetP 4 }
portErrorPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets that have experienced an error."
::= { ethernetP 5 }
portXmitColls OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of Transmit mode collisions this port has detected."
::= { ethernetP 6 }
portRecColls OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of Receive mode collisions this port has detected."
::= { ethernetP 7 }
portAlignErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of misaligned frames this port has detected."
::= { ethernetP 8 }
portCRCErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets with bad CRC detected."
::= { ethernetP 9 }
portRunts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of runt frames detected by this port."
::= { ethernetP 10 }
portOOWColls OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of out-of-window collisions detected by this port."
::= { ethernetP 11 }
portNoResorces OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of times the no resource condition is detected on this
port."
::= { ethernetP 12 }
portRecBytes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of bytes detected on the network."
::= { ethernetP 13 }
portGiants OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames longer than 1518 bytes detected on this port."
::= { ethernetP 14 }
portRedundCrt OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The redundant circuit with which this port is associated."
::= { ethernetP 15 }
portRedundType OBJECT-TYPE
SYNTAX INTEGER
{
notUsed(1), primary(2),
backup(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The type of port this port is in the redundant circuit. The port
must be associated with a redundant circuit first, using the object
portRedundCrt."
::= { ethernetP 16 }
portRedundStatus OBJECT-TYPE
SYNTAX INTEGER
{
notUsed(1), active(2),
inactive(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The current state of this port is in the redundant circuit. The port
must be associated with a redundant circuit first, using the object
portRedundCrt."
::= { ethernetP 17 }
portForceTrunkType OBJECT-TYPE
SYNTAX INTEGER
{
notForced(1),
forced(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This variable forces a port to be a trunk port."
::= { ethernetP 18 }
portOSIFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with OSI protocol seen by this port."
::= { ethernetP 19 }
portNovellFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with NOVELL protocol seen by this port."
::= { ethernetP 20 }
portBanyanFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with BANYAN protocol seen by this port."
::= { ethernetP 21 }
portDECNetFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with DECNET protocol seen by this port."
::= { ethernetP 22 }
portXNSFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with XNS protocol seen by this port."
::= { ethernetP 23 }
portIPFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with TCPIP protocol seen by this port."
::= { ethernetP 24 }
portCtronFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with Cabletron protocol seen by this port."
::= { ethernetP 25 }
portAppletalkFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames with Appletalk protocol seen by this port."
::= { ethernetP 26 }
portOtherFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this port, that do not fall into
any of the previously listed protocol catagories."
::= { ethernetP 27 }
port64To127Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this port, with frame sizes between
64 and 127 bytes."
::= { ethernetP 28 }
port128To255Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this port, with frame sizes between
128 and 255 bytes."
::= { ethernetP 29 }
port256To511Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this port, with frame sizes between
256 and 511 bytes."
::= { ethernetP 30 }
port512To1023Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this port, with frame sizes between
512 and 1023 bytes."
::= { ethernetP 31 }
port1024To1518Frames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames seen by this port, with frame sizes between
1024 and 1518 bytes."
::= { ethernetP 32 }
portBroadPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The sum of broadcast packets detected on this port."
::= { ethernetP 33 }
portMultPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The sum of multicast packets detected on this port."
::= { ethernetP 34 }
portSrcAddrLocked OBJECT-TYPE
SYNTAX INTEGER
{
lockOff(1),
lockOn(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"If this is set to 2, any source addresses that are detected on
station ports that are not in the table will cause the port to
be turned off."
::= { ethernetP 38 }
stationP OBJECT IDENTIFIER ::= { tokenRingP 1 }
ringP OBJECT IDENTIFIER ::= { tokenRingP 2 }
ringPort2 OBJECT IDENTIFIER ::= { tokenRingP 3 }
commonRP OBJECT IDENTIFIER ::= { ringPort2 1 }
autowrapRP OBJECT IDENTIFIER ::= { ringPort2 2 }
stationPortLinkStatus OBJECT-TYPE
SYNTAX INTEGER
{
linkSignalInactive(1),
linkSignalActive(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"When station is supplying phantom current the Link Signal is active.
When there is no phantom current the Link Signal is inactive."
::= { stationP 1 }
stationPortLinkStateTime OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The amount of in seconds which have elapsed since the station port
last changed state. Note: setting this to zero will clear the time."
::= { stationP 2 }
ringPortLinkStatus OBJECT-TYPE
SYNTAX INTEGER
{
off(1), on(2) }
ACCESS read-only
STATUS obsolete
DESCRIPTION
"Reports the link state of a ring port."
::= { ringP 1 }
ringPortLinkStateTime OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS obsolete
DESCRIPTION
"Reports the time (in seconds) since the ring port's link
state changed."
::= { ringP 2 }
commonRPcapabilities OBJECT-TYPE
SYNTAX INTEGER
{
nonAutowrap(1),
autowrap(2),
selectable(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object returns a code indicating that the queried ring port
is nonautowrap, autowrap or selectable."
::= { commonRP 1 }
autowrapRPFaultStatus OBJECT-TYPE
SYNTAX INTEGER
{
faultUndetectable(1),
noFaultDetected(2),
faultDetected(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reports the wire fault of an autowrappable ring port."
::= { autowrapRP 1 }
autowrapRPFaultStateTime OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object reports the amount of time in time ticks since the ring
port fault state last changed. Writing zero to this object resets
the time. If a zero is read, it means either zero time ticks have
passed or the ring port is nonautowrap."
::= { autowrapRP 2 }
autowrapRPSelectedType OBJECT-TYPE
SYNTAX INTEGER
{
unselectable(1),
stp(2), fo(3) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object indicates the media type of the indicated ring port on
some boards. Some boards provide both STP and fiber optic ring ports.
The unselectable value will return an error if set. A set of STP or FO
for a non-selectable ring port will not do anything, i.e. the status
of normal is returned."
::= { autowrapRP 3 }
autowrapRPPhantomCurrent OBJECT-TYPE
SYNTAX INTEGER
{
noPhantomAvailable(1),
activatePhantom(2),
deactivatePhantom(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object tells the board to turn on phantom current for the ring
port and look for wire faults. NoPhantomAvailable will return an
error if set. A set of activatePhantom or deactivatePhantom for a
non-autowrap ring port will not do anything, i.e. the status of
normal is returned."
::= { autowrapRP 4 }
fNB OBJECT IDENTIFIER ::= { subSysMMAC 1 }
connectedLeft OBJECT-TYPE
SYNTAX INTEGER {
detached(1),
attached(2),
faulted(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Connected Left board (board n + 1) has the following states:
Detached == 1 (Management (only management) detached,
read/write).
Attached == 2 (Management/AutoMode attached, read/write).
Faulted == 3 (Management/AutoMode tried to attach but
failed READ ONLY).
"
::= { fNB 1 }
connectedRight OBJECT-TYPE
SYNTAX INTEGER {
detached(1),
attached(2),
faulted(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Connected Right board (board n - 1) has the following states:
Detached == 1 (Management (only management) detached,
read/write).
Attached == 2 (Management/AutoMode attached, read/write ).
Faulted == 3 (Management/AutoMode tried to attach but
failed READ ONLY).
"
::= { fNB 2 }
boardBypassState OBJECT-TYPE
SYNTAX INTEGER {
off(1), on(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object indicates that the board is in the bypassed state
when it is ON. Bypassed means the board is NOT attached to the
FNB."
::= { fNB 3 }
END