APPENDIXG"MIB
6710Access PointUsersGuide G-61
rtNR OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
”MAC-R receive sequence number for terminal nodes.
The 16-bit (0-65535) sequence number of the last OWL
data request PDU received from the destination”
::= { rtEntry 18 }
brg OBJECT IDENTIFIER ::= { nBridge 3 }
-- The BRG Table
-- Table Definition
brgTable OBJECT-TYPE
SYNTAX SEQUENCE OF BRGEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
”Each entry in this table provides bridge
information for child nodes which are reachable via
a bridge.”
::= { brg 2 }
-- Row Definition
brgEntry OBJECT-TYPE
SYNTAX BRGEntry
ACCESS not-accessible
STATUS mandatory
INDEX { brgDestination }
::= { brgTable 1 }
-- Columnar Object Definition
BRGEntry ::=
SEQUENCE {
brgDestination PhysAddress,
brgPort INTEGER,
brgAge INTEGER,
brgType INTEGER,
brgIsPermanent INTEGER,
brgTimestamp TimeTicks
}
-- Leaf Definition