swIPv6StaticRouteBkupState
IPV6-STATIC-ROUTE-MIB ·
.1.3.6.1.4.1.171.12.26.3.1.1.9
Object
column r/w
Enumeration
primary: Specifies the route as the primary route to the destination.
backup: Specifies the route as the backup route to the destination.
none: The route is not specified. If the route is not specified as the
primary route or the backup route, then it will be auto-assigned
by the system. The first created is the primary, the second
created is the backup.
Context
- MIB
- IPV6-STATIC-ROUTE-MIB
- OID
.1.3.6.1.4.1.171.12.26.3.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- swIPv6StaticRouteEntry
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 'IPV6-STATIC-ROUTE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPV6-STATIC-ROUTE-MIB::swIPv6StaticRouteBkupState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPV6-STATIC-ROUTE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPV6-STATIC-ROUTE-MIB::swIPv6StaticRouteBkupState.<swIPv6StaticRouteDest>.<swIPv6StaticRoutePrefixLen>.<swIPv6StaticRouteInterfaceName>.<swIPv6StaticRouteNextHop>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPV6-STATIC-ROUTE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPV6-STATIC-ROUTE-MIB::swIPv6StaticRouteBkupState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | primary |
2 | backup |
3 | none |