PPP-IP-NCP-MIB :: pppIp

MIB Reference — IPNetwork Monitor

All MIBsPPP-IP-NCP-MIBpppIp

pppIp

Module: PPP-IP-NCP-MIB

OID (symbolic): PPP-IP-NCP-MIB::pppIp

OID (numeric): 1.3.6.1.2.1.10.23.3

Node type: OBJECT-IDENTITY

OID Breakdown

Numeric OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.2mgmtBKTEL-HFC862-BASE-MIB
1.3.6.1.2.1mib_2CHECKPOINT-MIB-2
1.3.6.1.2.1.10transmissionCHECKPOINT-MIB-2
1.3.6.1.2.1.10.23pppMRVINREACH
1.3.6.1.2.1.10.23.3pppIpPPP-IP-NCP-MIB

FAQ

What does pppIp represent, and why can't I read a value from it directly?
pppIp is the branch/group node for the PPP IP Network Control Protocol (IPCP) objects — it doesn't hold a value itself, it's just the parent under which the actual per-interface objects like pppIpOperStatus live in pppIpTable. Query the table entries, not this OID directly.

PPP link is up but I have no IP connectivity — where do I look under this MIB?
Check pppIpOperStatus in pppIpTable for the interface in question. PPP negotiates the link layer (LCP) and the IP layer (IPCP) separately, so it's entirely possible for the physical/LCP link to be up while IPCP negotiation for IP-over-PPP has failed or is still pending — this table is exactly where that distinction shows up.