< draft-ietf-pppext-bridgemib-02.txt   draft-ietf-pppext-bridgemib-03.txt >
Internet Draft Internet Draft
The Definitions of Managed Objects for The Definitions of Managed Objects for
the Bridge Network Control Protocol of the Bridge Network Control Protocol of
the Point-to-Point Protocol the Point-to-Point Protocol
19 April 1993 11 May 1993
Frank Kastenholz Frank Kastenholz
FTP Software, Inc FTP Software, Inc
2 High Street 2 High Street
North Andover, Mass 01845 USA North Andover, Mass 01845 USA
kasten@ftp.com kasten@ftp.com
Status of this Memo Status of this Memo
skipping to change at page 2, line ? skipping to change at page 2, line ?
munnari.oz.au to learn the current status of any Internet munnari.oz.au to learn the current status of any Internet
Draft. Draft.
This document will be submitted to the Internet Activities This document will be submitted to the Internet Activities
Board as a Draft Standard. This document defines an Board as a Draft Standard. This document defines an
experimental extension to the SNMP MIB. Upon publication as a experimental extension to the SNMP MIB. Upon publication as a
Draft Standard, a new MIB number will be assigned. This is a Draft Standard, a new MIB number will be assigned. This is a
working document only, it should neither be cited nor quoted working document only, it should neither be cited nor quoted
in any formal document. in any formal document.
This document will expire before 24 Oct. 1993. This document will expire before 16 Nov. 1993.
Distribution of this document is unlimited. Distribution of this document is unlimited.
Please send comments to the author. Please send comments to the author.
1. Abstract 1. Abstract
This memo defines an experimental portion of the Management This memo defines an experimental portion of the Management
Information Base (MIB) for use with network management Information Base (MIB) for use with network management
protocols in TCP/IP-based internets. In particular, it protocols in TCP/IP-based internets. In particular, it
skipping to change at page 8, line 21 skipping to change at page 8, line 21
FROM RFC1155-SMI FROM RFC1155-SMI
ifIndex ifIndex
FROM RFC1213-MIB FROM RFC1213-MIB
OBJECT-TYPE OBJECT-TYPE
FROM RFC-1212 FROM RFC-1212
ppp ppp
FROM PPP-LCP-MIB; FROM PPP-LCP-MIB;
pppBridge OBJECT IDENTIFIER ::= { ppp 4 } pppBridge OBJECT IDENTIFIER ::= { ppp 4 }
-- --
-- The PPP Bridge NCP Group. -- The PPP Bridge NCP Group.
-- Implementation of this group is mandatory for all -- Implementation of this group is mandatory for all
-- PPP implementations that support MAC Bridging over -- PPP implementations that support MAC Bridging over
-- PPP (RFC1220). -- PPP (RFC1220).
-- --
-- The following object reflect the values of the option
-- parameters used in the PPP Link Control Protocol
-- pppBridgeLocalToRemoteTinygramCompression
-- pppBridgeRemoteToLocalTinygramCompression
-- pppBridgeLocalToRemoteLanId
-- pppBridgeRemoteToLocalLanId
--
-- These values are not available until after the PPP Option
-- negotiation has completed, which is indicated by the link
-- reaching the open state (i.e. pppBridgeOperStatus is set to
-- opened).
--
-- Therefore, when pppBridgeOperStatus is not opened
-- the contents of these objects is undefined. The value
-- returned when accessing the objects is an implementation
-- dependent issue.
pppBridgeTable OBJECT-TYPE pppBridgeTable OBJECT-TYPE
SYNTAX SEQUENCE OF PppBridgeEntry SYNTAX SEQUENCE OF PppBridgeEntry
ACCESS not-accessible ACCESS not-accessible
STATUS mandatory STATUS mandatory
DESCRIPTION DESCRIPTION
"Table containing the parameters and statistics "Table containing the parameters and statistics
for the local PPP entity that are related to for the local PPP entity that are related to
the operation of Bridging over the PPP." the operation of Bridging over the PPP."
::= { pppBridge 1 } ::= { pppBridge 1 }
skipping to change at page 9, line 40 skipping to change at page 10, line 15
pppBridgeLocalToRemoteTinygramCompression OBJECT-TYPE pppBridgeLocalToRemoteTinygramCompression OBJECT-TYPE
SYNTAX INTEGER { false(1), true(2) } SYNTAX INTEGER { false(1), true(2) }
ACCESS read-only ACCESS read-only
STATUS mandatory STATUS mandatory
DESCRIPTION DESCRIPTION
"Indicates whether the local node will perform "Indicates whether the local node will perform
Tinygram Compression when sending packets to Tinygram Compression when sending packets to
the remote entity. If false then the local the remote entity. If false then the local
entity will not perform Tinygram Compression. entity will not perform Tinygram Compression.
If true then the local entity will perform If true then the local entity will perform
Tinygram Compression." Tinygram Compression. The value of this object
is meaningful only when the link has reached
the open state (pppBridgeOperStatus is
opened)."
REFERENCE REFERENCE
"Section 6.7, Tinygram Compression Option, of "Section 6.7, Tinygram Compression Option, of
RFC1220" RFC1220"
::= { pppBridgeEntry 2 } ::= { pppBridgeEntry 2 }
pppBridgeRemoteToLocalTinygramCompression OBJECT-TYPE pppBridgeRemoteToLocalTinygramCompression OBJECT-TYPE
SYNTAX INTEGER { false(1), true(2) } SYNTAX INTEGER { false(1), true(2) }
ACCESS read-only ACCESS read-only
STATUS mandatory STATUS mandatory
DESCRIPTION DESCRIPTION
"If false(1) then the remote entity is not "If false(1) then the remote entity is not
expected to perform Tinygram Compression. If expected to perform Tinygram Compression. If
true then the remote entity is expected to true then the remote entity is expected to
perform Tinygram Compression." perform Tinygram Compression. The value of this
object is meaningful only when the link has
reached the open state (pppBridgeOperStatus is
opened)."
REFERENCE REFERENCE
"Section 6.7, Tinygram Compression Option, of "Section 6.7, Tinygram Compression Option, of
RFC1220" RFC1220"
::= { pppBridgeEntry 3 } ::= { pppBridgeEntry 3 }
pppBridgeLocalToRemoteLanId OBJECT-TYPE pppBridgeLocalToRemoteLanId OBJECT-TYPE
SYNTAX INTEGER { false(1), true(2) } SYNTAX INTEGER { false(1), true(2) }
ACCESS read-only ACCESS read-only
STATUS mandatory STATUS mandatory
DESCRIPTION DESCRIPTION
"Indicates whether the local node will include "Indicates whether the local node will include
the LAN Identification field in transmitted the LAN Identification field in transmitted
packets or not. If false(1) then the local node packets or not. If false(1) then the local node
will not transmit this field, true(2) means will not transmit this field, true(2) means
that the field will be transmitted." that the field will be transmitted. The value
of this object is meaningful only when the link
has reached the open state (pppBridgeOperStatus
is opened)."
REFERENCE REFERENCE
"Section 6.8, LAN Identification Option, of "Section 6.8, LAN Identification Option, of
RFC1220" RFC1220"
::= { pppBridgeEntry 4 } ::= { pppBridgeEntry 4 }
pppBridgeRemoteToLocalLanId OBJECT-TYPE pppBridgeRemoteToLocalLanId OBJECT-TYPE
SYNTAX INTEGER { false(1), true(2) } SYNTAX INTEGER { false(1), true(2) }
ACCESS read-only ACCESS read-only
STATUS mandatory STATUS mandatory
DESCRIPTION DESCRIPTION
"Indicates whether the remote node has "Indicates whether the remote node has
indicated that it will include the LAN indicated that it will include the LAN
Identification field in transmitted packets or Identification field in transmitted packets or
not. If false(1) then the field will not be not. If false(1) then the field will not be
transmitted, if true(2) then the field will be transmitted, if true(2) then the field will be
transmitted." transmitted. The value of this object is
meaningful only when the link has reached the
open state (pppBridgeOperStatus is opened)."
REFERENCE REFERENCE
"Section 6.8, LAN Identification Option, of "Section 6.8, LAN Identification Option, of
RFC1220" RFC1220"
::= { pppBridgeEntry 5 } ::= { pppBridgeEntry 5 }
-- --
-- The PPP Bridge Configuration table -- The PPP Bridge Configuration table
-- --
pppBridgeConfigTable OBJECT-TYPE pppBridgeConfigTable OBJECT-TYPE
skipping to change at page 16, line 18 skipping to change at page 16, line 18
::= { pppBridgeMediaEntry 1 } ::= { pppBridgeMediaEntry 1 }
pppBridgeMediaLocalStatus OBJECT-TYPE pppBridgeMediaLocalStatus OBJECT-TYPE
SYNTAX INTEGER { accept(1), dont-accept(2) } SYNTAX INTEGER { accept(1), dont-accept(2) }
ACCESS read-only ACCESS read-only
STATUS mandatory STATUS mandatory
DESCRIPTION DESCRIPTION
"Indicates whether the local PPP Bridging "Indicates whether the local PPP Bridging
Entity will accept packets of the protocol type Entity will accept packets of the protocol type
identified in pppBridgeMediaMacType on the PPP identified in pppBridgeMediaMacType on the PPP
link identified by pppBridgeMediaPortIndex or link identified by ifIndex or not. If this
not. If this object is accept then any packets object is accept then any packets of the
of the indicated MAC type will be received and indicated MAC type will be received and
properly processed. If this object is dont- properly processed. If this object is dont-
accept then received packets of the indicated accept then received packets of the indicated
MAC type will not be properly processed." MAC type will not be properly processed."
REFERENCE REFERENCE
"Section 6.6, MAC Type Support Selection, of "Section 6.6, MAC Type Support Selection, of
RFC1212." RFC1212."
::= { pppBridgeMediaEntry 2 } ::= { pppBridgeMediaEntry 2 }
pppBridgeMediaRemoteStatus OBJECT-TYPE pppBridgeMediaRemoteStatus OBJECT-TYPE
SYNTAX INTEGER { accept(1), dont-accept(2) } SYNTAX INTEGER { accept(1), dont-accept(2) }
ACCESS read-only ACCESS read-only
STATUS mandatory STATUS mandatory
DESCRIPTION DESCRIPTION
"Indicates whether the local PPP Bridging "Indicates whether the local PPP Bridging
Entity believes that the remote PPP Bridging Entity believes that the remote PPP Bridging
Entity will accept packets of the protocol type Entity will accept packets of the protocol type
identified in pppBridgeMediaMacType on the PPP identified in pppBridgeMediaMacType on the PPP
link identified by pppBridgeMediaPortIndex or link identified by ifIndex or not."
not."
REFERENCE REFERENCE
"Section 6.6, MAC Type Support Selection, of "Section 6.6, MAC Type Support Selection, of
RFC1212." RFC1212."
::= { pppBridgeMediaEntry 3 } ::= { pppBridgeMediaEntry 3 }
-- --
-- The PPP Bridge Media Configuration Table -- The PPP Bridge Media Configuration Table
-- --
pppBridgeMediaConfigTable OBJECT-TYPE pppBridgeMediaConfigTable OBJECT-TYPE
 End of changes. 9 change blocks. 
17 lines changed or deleted 44 lines changed or added

This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/