PPP-BRIDGE-NCP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: PPP-BRIDGE-NCP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 pppBridge 1.3.6.1.2.1.10.23.4
     pppBridgeTable 1.3.6.1.2.1.10.23.4.1 no-access
Table containing the parameters and statistics for the local PPP entity that are related to the operation of Bridging over the PPP.
         pppBridgeEntry 1.3.6.1.2.1.10.23.4.1.1 no-access
Bridging information for a particular PPP link.
             pppBridgeOperStatus 1.3.6.1.2.1.10.23.4.1.1.1 integer read-only
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. Enumeration: 'opened': 1, 'not-opened': 2.
             pppBridgeLocalToRemoteTinygramCompression 1.3.6.1.2.1.10.23.4.1.1.2 integer read-only
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). Enumeration: 'true': 2, 'false': 1.
             pppBridgeRemoteToLocalTinygramCompression 1.3.6.1.2.1.10.23.4.1.1.3 integer read-only
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). Enumeration: 'true': 2, 'false': 1.
             pppBridgeLocalToRemoteLanId 1.3.6.1.2.1.10.23.4.1.1.4 integer read-only
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). Enumeration: 'true': 2, 'false': 1.
             pppBridgeRemoteToLocalLanId 1.3.6.1.2.1.10.23.4.1.1.5 integer read-only
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). Enumeration: 'true': 2, 'false': 1.
     pppBridgeConfigTable 1.3.6.1.2.1.10.23.4.2 no-access
Table containing the parameters and statistics for the local PPP entity that are related to the operation of Bridging over the PPP.
         pppBridgeConfigEntry 1.3.6.1.2.1.10.23.4.2.1 no-access
Bridging Configuration information for a particular PPP link.
             pppBridgeConfigAdminStatus 1.3.6.1.2.1.10.23.4.2.1.1 integer read-write
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. Enumeration: 'close': 2, 'open': 1.
             pppBridgeConfigTinygram 1.3.6.1.2.1.10.23.4.2.1.2 integer read-write
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. Enumeration: 'true': 2, 'false': 1.
             pppBridgeConfigRingId 1.3.6.1.2.1.10.23.4.2.1.3 integer read-write
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. Enumeration: 'true': 2, 'false': 1.
             pppBridgeConfigLineId 1.3.6.1.2.1.10.23.4.2.1.4 integer read-write
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. Enumeration: 'true': 2, 'false': 1.
             pppBridgeConfigLanId 1.3.6.1.2.1.10.23.4.2.1.5 integer read-write
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. Enumeration: 'true': 2, 'false': 1.
     pppBridgeMediaTable 1.3.6.1.2.1.10.23.4.3 no-access
Table identifying which MAC media types are enabled for the Bridging NCPs.
         pppBridgeMediaEntry 1.3.6.1.2.1.10.23.4.3.1 no-access
Status of a specific MAC Type for a specific PPP Link.
             pppBridgeMediaMacType 1.3.6.1.2.1.10.23.4.3.1.1 integer read-only
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).
             pppBridgeMediaLocalStatus 1.3.6.1.2.1.10.23.4.3.1.2 integer read-only
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. Enumeration: 'dont-accept': 2, 'accept': 1.
             pppBridgeMediaRemoteStatus 1.3.6.1.2.1.10.23.4.3.1.3 integer read-only
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. Enumeration: 'dont-accept': 2, 'accept': 1.
     pppBridgeMediaConfigTable 1.3.6.1.2.1.10.23.4.4 no-access
Table identifying which MAC media types are enabled for the Bridging NCPs.
         pppBridgeMediaConfigEntry 1.3.6.1.2.1.10.23.4.4.1 no-access
Status of a specific MAC Type for a specific PPP Link.
             pppBridgeMediaConfigMacType 1.3.6.1.2.1.10.23.4.4.1.1 integer read-write
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).
             pppBridgeMediaConfigLocalStatus 1.3.6.1.2.1.10.23.4.4.1.2 integer read-write
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. Enumeration: 'dont-accept': 2, 'accept': 1.