t11FcRouteProto
T11-FC-ROUTE-MIB ·
.1.3.6.1.2.1.144.1.2.1.6
Object
column Enumeration
The mechanism via which this route was learned: other(1) - not specified local(2) - local interface netmgmt(3)- static route fspf(4) - Fibre Shortest Path First
Context
- MIB
- T11-FC-ROUTE-MIB
- OID
.1.3.6.1.2.1.144.1.2.1.6- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- t11FcRouteEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'T11-FC-ROUTE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'T11-FC-ROUTE-MIB::t11FcRouteProto'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'T11-FC-ROUTE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'T11-FC-ROUTE-MIB::t11FcRouteProto.<fcmInstanceIndex>.<fcmSwitchIndex>.<t11FcRouteFabricIndex>.<t11FcRouteDestAddrId>.<t11FcRouteDestMask>.<t11FcRouteSrcAddrId>.<t11FcRouteSrcMask>.<t11FcRouteInInterface>.<t11FcRouteProto>.<t11FcRouteOutInterface>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'T11-FC-ROUTE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'T11-FC-ROUTE-MIB::t11FcRouteProto'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | local |
3 | netmgmt |
4 | fspf |