rcIpv6RipngExpRouteValid
RC-RIP-MIB ·
.1.3.6.1.4.1.2272.1.10.5.1.4.1.14
Object
Setting this object to the value 'false(2)' has the effect of invalidating the corresponding entry in the rcIpv6RipngExpRouteTable object. That is, it effectively disassociates the destination identified with said entry from the route identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant rcIpv6RipngExpRouteValid object.
Context
- MIB
- RC-RIP-MIB
- OID
.1.3.6.1.4.1.2272.1.10.5.1.4.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcIpv6RipngExpRouteEntry
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 'RC-RIP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-RIP-MIB::rcIpv6RipngExpRouteValid'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-RIP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-RIP-MIB::rcIpv6RipngExpRouteValid.<rcIpv6RipngExpRouteDest>.<rcIpv6RipngExpRoutePfxLength>.<rcIpv6RipngExpRouteIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-RIP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-RIP-MIB::rcIpv6RipngExpRouteValid'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |