All MIBs › JUNIPER-IF-MIB › ifChassisPicIndex
ifChassisPicIndex
Module: JUNIPER-IF-MIB
OID (symbolic): JUNIPER-IF-MIB::ifChassisPicIndex
OID (numeric): 1.3.6.1.4.1.2636.3.3.2.1.6
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: The index or indices for the Chassis MIB tables. This is the instance index which keys into the jnxContentsTable in Chassis MIB.
For example, it could return an octet string of '8.1.2.0' - meaning a PIC ('8', first digit) at FPC slot 0 ('1-1', second digit minus one if nonzero) PIC number 1 ('2-1', third digit minus one if nonzero) port number whatever (fourth digit currently unused) - which in turn could be plugged in by NMS directly after any MIB objects in the jnxContentsTable, say 'jnxContentsDescr.8.1.2.0', so NMS could get that PIC object for the specified interface.
This object is valid only for those interfaces having real and physical PIC cards. Otherwise, it returns an octet string of four zeros '0.0.0.0.'
What is ifChassisPicIndex?
An octet-string index that keys directly into the jnxContentsTable of the Chassis MIB for this interface's PIC. Per the DESCRIPTION's worked example, a value like '8.1.2.0' encodes the FPC slot and PIC number so an NMS can append it to an OID like jnxContentsDescr to look up the PIC's description; interfaces without a real physical PIC report all zeros ('0.0.0.0').
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2636.3.3.2.1.6 snmpwalk -v2c -c public <target> JUNIPER-IF-MIB::ifChassisPicIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2636.3.3.2.1.6.1 snmpget -v2c -c public <target> JUNIPER-IF-MIB::ifChassisPicIndex.1
Start monitoring Juniper Networks router/switch (ifTable extension) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the JUNIPER-IF-MIB::ifChassisPicIndex OID value, configure state conditions and alerts, and monitor any Juniper Networks router/switch (ifTable extension) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2636 | juniperMIB | JUNIPER-SMI |
| 1.3.6.1.4.1.2636.3 | jnxMibs | JUNIPER-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2636.3.3 | ifJnx | JUNIPER-IF-MIB |
| 1.3.6.1.4.1.2636.3.3.2 | ifChassisTable | JUNIPER-IF-MIB |
| 1.3.6.1.4.1.2636.3.3.2.1 | ifChassisEntry | JUNIPER-IF-MIB |
| 1.3.6.1.4.1.2636.3.3.2.1.6 | ifChassisPicIndex | JUNIPER-IF-MIB |