rcL3IpRouteIsStatic
SWITCH-L3-MIB ·
.1.3.6.1.4.1.8886.6.1.16.3.1.1.11
Object
column SNMPv2-TCTruthValue
This object is true(1) if this route is defined in the
'rcL3IpStaticRouteTable'. This object is false(2) if this
route was created dynamically (e.g., with RIP, OSPF) or was
manually created using this table ('rcL3IpRouteTable') or
the RFC1213 'ipRouteTable'.
Context
- MIB
- SWITCH-L3-MIB
- OID
.1.3.6.1.4.1.8886.6.1.16.3.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcL3IpRouteEntry
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 'SWITCH-L3-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-L3-MIB::rcL3IpRouteIsStatic'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-L3-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-L3-MIB::rcL3IpRouteIsStatic.<rcL3IpRouteDest>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-L3-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-L3-MIB::rcL3IpRouteIsStatic'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |