vRtrIfuRPFCheckMode
TN-VRTR-MIB ·
.1.3.6.1.4.1.7483.6.1.2.3.4.1.73
Object
column r/w
Enumeration
The value of vRtrIfuRPFCheckMode specifies the mode of unicast RPF
check.
In 'strict' mode, uRPF checks whether incoming packet has a source
address that matches a prefix in the routing table, and whether the
interface expects to receive a packet with this source address prefix.
In 'loose' mode, uRPF checks whether incoming packet has source
address with a corresponding prefix in the routing table, however
'loose' mode does not check whether the interface expects to receive a
packet with a specific source address prefix.
This object is valid only when value of vRtrIfuRPFCheckState is set to
'enabled'.
Context
- MIB
- TN-VRTR-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.3.4.1.73- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- vRtrIfEntry
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 'TN-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-VRTR-MIB::vRtrIfuRPFCheckMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-VRTR-MIB::vRtrIfuRPFCheckMode.<tnSysSwitchId>.<vRtrID>.<vRtrIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-VRTR-MIB::vRtrIfuRPFCheckMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | strict |
2 | loose |