Description:
|
hdlcRemoteNodeId OBJECT-TYPE
SYNTAX INTEGER --{
-- remoteNodeBridge(0),
-- remoteNodeRouter(1), - Settable
-- remoteNodeUnknown(2) - Settable
--}
ACCESS read-write
STATUS obsolete
DESCRIPTION
"Identification of the node at the opposite end of
the HDLC link (eg. brouter or bridge). This
object, along with hdlcLocalAddress and
hdlcRemoteAddress, constitute a superobject. This
object may only be set to one of the two values:
'remoteNodeBridge' or 'remoteNodeRouter'. If this
object is set to 'remoteNodeUnknown', then
hdlcLocalAddress and hdlcRemoteAddress need not be
supplied, and will be ignored if provided. In a
get, this object may report 'remoteNodeBridge',
but attempts to set this object to
'remoteNodeBridge' will result in an error pdu
with error type invalidData. If this object is set
to 'remoteNodeRouter', then hdlcLocalAddress and
hdlcRemoteAddress must be present and contiguous
in the pdu in order to properly complete the
superobject. The three objects may be in any order
within the pdu."
|
|