RFC1286-MIB :: dot1dBasePortIfIndex

MIB Reference — IPNetwork Monitor

All MIBsRFC1286-MIBdot1dBasePortIfIndex

dot1dBasePortIfIndex

Module: RFC1286-MIB

OID (symbolic): RFC1286-MIB::dot1dBasePortIfIndex

OID (numeric): 1.3.6.1.2.1.17.1.4.1.2

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-only

Description:

The value of the instance of the ifIndex object, defined in [4,6], for the interface corresponding to this port.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.2.1.17.1.4.1.2
snmpwalk -v2c -c public <target> RFC1286-MIB::dot1dBasePortIfIndex

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.2.1.17.1.4.1.2.1
snmpget -v2c -c public <target> RFC1286-MIB::dot1dBasePortIfIndex.1

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.17dot1dBridgeBRIDGE-MIB
1.3.6.1.2.1.17.1dot1dBaseBRIDGE-MIB
1.3.6.1.2.1.17.1.4dot1dBasePortTableBRIDGE-MIB
1.3.6.1.2.1.17.1.4.1dot1dBasePortEntryBRIDGE-MIB
1.3.6.1.2.1.17.1.4.1.2dot1dBasePortIfIndexRFC1286-MIB

FAQ

What does dot1dBasePortIfIndex link together?
It maps a bridge port number, as used throughout the bridging tables, to the ifIndex of the actual network interface in the standard Interfaces MIB — so you can correlate bridge/STP state for a port with that interface's link status and traffic counters.

I have a legacy switch reporting via RFC1286-MIB instead of BRIDGE-MIB — does dot1dBasePortIfIndex mean the same thing?
Yes — RFC1286 predates the current BRIDGE-MIB (RFC 1493/4188) but defines this object identically: it's the same ifIndex cross-reference. If the device supports both MIBs, you should see matching values for the same physical port in either table.