PPP-BRIDGE-NCP-MIB

File: PPP-BRIDGE-NCP-MIB.mib (15350 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
PPP-LCP-MIB

Imported symbols

Counter ifIndex OBJECT-TYPE
ppp

Defined Types

PppBridgeEntry  
SEQUENCE    
  pppBridgeOperStatus INTEGER
  pppBridgeLocalToRemoteTinygramCompression INTEGER
  pppBridgeRemoteToLocalTinygramCompression INTEGER
  pppBridgeLocalToRemoteLanId INTEGER
  pppBridgeRemoteToLocalLanId INTEGER

PppBridgeConfigEntry  
SEQUENCE    
  pppBridgeConfigAdminStatus INTEGER
  pppBridgeConfigTinygram INTEGER
  pppBridgeConfigRingId INTEGER
  pppBridgeConfigLineId INTEGER
  pppBridgeConfigLanId INTEGER

PppBridgeMediaEntry  
SEQUENCE    
  pppBridgeMediaMacType INTEGER
  pppBridgeMediaLocalStatus INTEGER
  pppBridgeMediaRemoteStatus INTEGER

PppBridgeMediaConfigEntry  
SEQUENCE    
  pppBridgeMediaConfigMacType INTEGER
  pppBridgeMediaConfigLocalStatus INTEGER

Defined Values

pppBridge 1.3.6.1.2.1.10.23.4
OBJECT IDENTIFIER    

pppBridgeTable 1.3.6.1.2.1.10.23.4.1
Table containing the parameters and statistics for the local PPP entity that are related to the operation of Bridging over the PPP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppBridgeEntry

pppBridgeEntry 1.3.6.1.2.1.10.23.4.1.1
Bridging information for a particular PPP link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppBridgeEntry  

pppBridgeOperStatus 1.3.6.1.2.1.10.23.4.1.1.1
The operational status of the Bridge network protocol. If the value of this object is up then the finite state machine for the Bridge network protocol has reached the Opened state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), not-opened(2)  

pppBridgeLocalToRemoteTinygramCompression 1.3.6.1.2.1.10.23.4.1.1.2
Indicates whether the local node will perform Tinygram Compression when sending packets to the remote entity. If false then the local entity will not perform Tinygram Compression. If true then the local entity will perform Tinygram Compression. The value of this object is meaningful only when the link has reached the open state (pppBridgeOperStatus is opened).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER false(1), true(2)  

pppBridgeRemoteToLocalTinygramCompression 1.3.6.1.2.1.10.23.4.1.1.3
If false(1) then the remote entity is not expected to perform Tinygram Compression. If true then the remote entity is expected to perform Tinygram Compression. The value of this object is meaningful only when the link has reached the open state (pppBridgeOperStatus is opened).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER false(1), true(2)  

pppBridgeLocalToRemoteLanId 1.3.6.1.2.1.10.23.4.1.1.4
Indicates whether the local node will include the LAN Identification field in transmitted packets or not. If false(1) then the local node will not transmit this field, true(2) means 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).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER false(1), true(2)  

pppBridgeRemoteToLocalLanId 1.3.6.1.2.1.10.23.4.1.1.5
Indicates whether the remote node has indicated that it will include the LAN Identification field in transmitted packets or not. If false(1) then the field will not be transmitted, if true(2) then the field will be transmitted. The value of this object is meaningful only when the link has reached the open state (pppBridgeOperStatus is opened).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER false(1), true(2)  

pppBridgeConfigTable 1.3.6.1.2.1.10.23.4.2
Table containing the parameters and statistics for the local PPP entity that are related to the operation of Bridging over the PPP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppBridgeConfigEntry

pppBridgeConfigEntry 1.3.6.1.2.1.10.23.4.2.1
Bridging Configuration information for a particular PPP link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppBridgeConfigEntry  

pppBridgeConfigAdminStatus 1.3.6.1.2.1.10.23.4.2.1.1
The immediate desired status of the Bridging network protocol. Setting this object to open will inject an administrative open event into the Bridging network protocol's finite state machine. Setting this object to close will inject an administrative close event into the Bridging network protocol's finite state machine.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), close(2)  

pppBridgeConfigTinygram 1.3.6.1.2.1.10.23.4.2.1.2
If false then the local BNCP entity will not initiate the Tinygram Compression Option Negotiation. If true then the local BNCP entity will initiate negotiation of this option.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER false(1), true(2)  

pppBridgeConfigRingId 1.3.6.1.2.1.10.23.4.2.1.3
If false then the local PPP Entity will not initiate a Remote Ring Identification Option negotiation. If true then the local PPP entity will intiate this negotiation. This MIB object is relevant only if the interface is for 802.5 Token Ring bridging.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER false(1), true(2)  

pppBridgeConfigLineId 1.3.6.1.2.1.10.23.4.2.1.4
If false then the local PPP Entity is not to initiate a Line Identification Option negotiation. If true then the local PPP entity will intiate this negotiation. This MIB object is relevant only if the interface is for 802.5 Token Ring bridging.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER false(1), true(2)  

pppBridgeConfigLanId 1.3.6.1.2.1.10.23.4.2.1.5
If false then the local BNCP entity will not initiate the LAN Identification Option Negotiation. If true then the local BNCP entity will initiate negotiation of this option.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER false(1), true(2)  

pppBridgeMediaTable 1.3.6.1.2.1.10.23.4.3
Table identifying which MAC media types are enabled for the Bridging NCPs.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppBridgeMediaEntry

pppBridgeMediaEntry 1.3.6.1.2.1.10.23.4.3.1
Status of a specific MAC Type for a specific PPP Link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppBridgeMediaEntry  

pppBridgeMediaMacType 1.3.6.1.2.1.10.23.4.3.1.1
The MAC type for which this entry in the pppBridgeMediaTable is providing status information. Valid values for this object are defined in Section 6.6 MAC Type Support Selection of RFC1220 (Bridging Point-to-Point Protocol).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

pppBridgeMediaLocalStatus 1.3.6.1.2.1.10.23.4.3.1.2
Indicates whether the local PPP Bridging Entity will accept packets of the protocol type identified in pppBridgeMediaMacType on the PPP link identified by ifIndex or not. If this object is accept then any packets of the indicated MAC type will be received and properly processed. If this object is dont- accept then received packets of the indicated MAC type will not be properly processed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER accept(1), dont-accept(2)  

pppBridgeMediaRemoteStatus 1.3.6.1.2.1.10.23.4.3.1.3
Indicates whether the local PPP Bridging Entity believes that the remote PPP Bridging Entity will accept packets of the protocol type identified in pppBridgeMediaMacType on the PPP link identified by ifIndex or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER accept(1), dont-accept(2)  

pppBridgeMediaConfigTable 1.3.6.1.2.1.10.23.4.4
Table identifying which MAC media types are enabled for the Bridging NCPs.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppBridgeMediaConfigEntry

pppBridgeMediaConfigEntry 1.3.6.1.2.1.10.23.4.4.1
Status of a specific MAC Type for a specific PPP Link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppBridgeMediaConfigEntry  

pppBridgeMediaConfigMacType 1.3.6.1.2.1.10.23.4.4.1.1
The MAC type for which this entry in the pppBridgeMediaConfigTable is providing status information. Valid values for this object are defined in Section 6.6 MAC Type Support Selection of RFC1220 (Bridging Point-to-Point Protocol).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

pppBridgeMediaConfigLocalStatus 1.3.6.1.2.1.10.23.4.4.1.2
Indicates whether the local PPP Bridging Entity should accept packets of the protocol type identified in pppBridgeMediaConfigMacType on the PPP link identified by ifIndex or not. Setting this object to the value dont-accept has the affect of invalidating the corresponding entry in the pppBridgeMediaConfigTable object. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Changing this object will have effect when the link is next restarted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER accept(1), dont-accept(2)