juniIpProfileSrcAddrValidEnable
Juniper-IP-PROFILE-MIB ·
.1.3.6.1.4.1.4874.2.2.26.1.1.1.1.13
Object
Enable/disable whether source addresses in received IP packets are validated. Validation is performed by looking up the source IP address in the routing database and determining whether the packet arrived on the expected interface; if not, the packet is discarded.
Context
- MIB
- Juniper-IP-PROFILE-MIB
- OID
.1.3.6.1.4.1.4874.2.2.26.1.1.1.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- juniIpProfileEntry
- Groups
- 6
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 'Juniper-IP-PROFILE-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-IP-PROFILE-MIB::juniIpProfileSrcAddrValidEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-IP-PROFILE-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-IP-PROFILE-MIB::juniIpProfileSrcAddrValidEnable.<juniIpProfileId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-IP-PROFILE-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-IP-PROFILE-MIB::juniIpProfileSrcAddrValidEnable'
Syntax
- Source
- Juniper-TCJuniEnable
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |