swL3IpStaticRouteBkupState
DGS3426P-L3MGMT-MIB ·
.1.3.6.1.4.1.171.11.70.7.3.2.5.1.3
Object
column Enumeration
The routing state for this route.The value SHOULD be primary(1) or backup(2).
Context
- MIB
- DGS3426P-L3MGMT-MIB
- OID
.1.3.6.1.4.1.171.11.70.7.3.2.5.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- swL3IpStaticRouteEntry
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 'DGS3426P-L3MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGS3426P-L3MGMT-MIB::swL3IpStaticRouteBkupState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DGS3426P-L3MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGS3426P-L3MGMT-MIB::swL3IpStaticRouteBkupState.<swL3IpStaticRouteDest>.<swL3IpStaticRouteMask>.<swL3IpStaticRouteNextHop>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DGS3426P-L3MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DGS3426P-L3MGMT-MIB::swL3IpStaticRouteBkupState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | primary |
2 | backup |