CTRON-FNBTR-MIB DEFINITIONS ::= BEGIN
IMPORTS
ctTokenRingFnb FROM CTRON-MIB-NAMES
OBJECT-TYPE FROM RFC-1212;
ctronFnbTR OBJECT IDENTIFIER ::= { ctTokenRingFnb 1 }
ctronMultiFnbTR OBJECT IDENTIFIER ::= { ctTokenRingFnb 2 }
ctronFnbTRTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtronFnbTREntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of entries that provide connection status of
Token Ring subsystems, for the FNB."
::= { ctronFnbTR 1 }
ctronFnbTREntry OBJECT-TYPE
SYNTAX CtronFnbTREntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the ctronFnbTRTable containing objects that
provide FNB connection status for a Token Ring sub-
system."
INDEX { ctronFnbTRIndex }
::= { ctronFnbTRTable 1 }
CtronFnbTREntry ::=
SEQUENCE {
ctronFnbTRIndex
INTEGER,
ctronFnbConnectLeft
INTEGER,
ctronFnbConnectRight
INTEGER,
ctronFnbBypass
INTEGER,
ctronFnbRPBypass
INTEGER
}
ctronFnbTRIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An unique value for each Token Ring subsystem. Its
value ranges between 1 and 'chNumSlots' defined in
chassis-mib.txt."
::= { ctronFnbTREntry 1 }
ctronFnbConnectLeft OBJECT-TYPE
SYNTAX INTEGER {
other(1), detached(2),
attached(3),
faulted(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the Token Ring
board to the left of the current one. An attempt to
set a value of 1 or 4 will result in an error code
of badValue."
::= { ctronFnbTREntry 2 }
ctronFnbConnectRight OBJECT-TYPE
SYNTAX INTEGER {
other(1), detached(2),
attached(3),
faulted(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the Token Ring
board to the right of the current one. An attempt
to set a value of 1 or 4 will result in an error
code of badValue."
::= { ctronFnbTREntry 3 }
ctronFnbBypass OBJECT-TYPE
SYNTAX INTEGER {
other(1), disabled(2),
enabled(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the bypass status of the current Token Ring
board."
::= { ctronFnbTREntry 4 }
ctronFnbRPBypass OBJECT-TYPE
SYNTAX INTEGER {
other(1),
enable(2),
disabled(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the Ring Port bypass status of the current Token Ring
board. If this capability is not available on this board, the
value 'other' is returned when read, and BADSETINFO when written."
::= { ctronFnbTREntry 5 }
ctronMultiFnbTRTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtronMultiFnbTREntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of entries that provide connection status of
Token Ring subsystems, for the FNB."
::= { ctronMultiFnbTR 1 }
ctronMultiFnbTREntry OBJECT-TYPE
SYNTAX CtronMultiFnbTREntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the ctronMultiFnbTRTable containing objects that
provide FNB connection status for a Token Ring sub-
system."
INDEX { ctronMultiFnbTRIndex, ctronMultiFnbRingIndex }
::= { ctronMultiFnbTRTable 1 }
CtronMultiFnbTREntry ::=
SEQUENCE {
ctronMultiFnbTRIndex
INTEGER,
ctronMultiFnbRingIndex
INTEGER,
ctronMultiFnbConnectLeft
INTEGER,
ctronMultiFnbConnectRight
INTEGER,
ctronMultiFnbBypass
INTEGER,
ctronMultiFnbRPBypass
INTEGER
}
ctronMultiFnbTRIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An unique value for each Token Ring subsystem. Its
value ranges between 1 and 'chNumSlots' defined in
chassis-mib.txt."
::= { ctronMultiFnbTREntry 1 }
ctronMultiFnbRingIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An unique value representing an instance of an FNB ring path
attachment. Its value ranges between 1 and n, where n equals
the maximum number of FNB ring paths available in a given
chassis. For an MMAC chassis with an FNB, this number is 4."
::= { ctronMultiFnbTREntry 2 }
ctronMultiFnbConnectLeft OBJECT-TYPE
SYNTAX INTEGER {
other(1), detached(2),
attached(3),
faulted(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the left attach circuitry for
a particular FNB ring path attachment on this Token Ring
oard."
::= { ctronMultiFnbTREntry 3 }
ctronMultiFnbConnectRight OBJECT-TYPE
SYNTAX INTEGER {
other(1), detached(2),
attached(3),
faulted(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the right attach circuitry for
a particular FNB ring path attachment on this Token Ring board."
::= { ctronMultiFnbTREntry 4 }
ctronMultiFnbBypass OBJECT-TYPE
SYNTAX INTEGER {
other(1), disabled(2),
enabled(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the bypass circuitry for a
particular backplane ring path attachment on this Token Ring
board."
::= { ctronMultiFnbTREntry 5 }
ctronMultiFnbRPBypass OBJECT-TYPE
SYNTAX INTEGER {
other(1),
enable(2),
disabled(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the connection status of the ring port bypass
circuitry for a particular backplane ring path attachment on
his Token Ring board. If this capability is not available on
this board, the value 'other' is returned when read, and
BADSETINFO when written."
::= { ctronMultiFnbTREntry 6 }
END