zhIpForwarding
ZHONE-COM-IP-IP-MIB ·
.1.3.6.1.4.1.5504.4.1.4.2.1.1
Object
column r/w
Enumeration
The indication of whether this entity is acting as an IP router in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP routers forward datagrams. IP hosts do not (except those source-routed via the host).
Context
- MIB
- ZHONE-COM-IP-IP-MIB
- OID
.1.3.6.1.4.1.5504.4.1.4.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zhoneIpEntry
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 'ZHONE-COM-IP-IP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-IP-MIB::zhIpForwarding'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-COM-IP-IP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-IP-MIB::zhIpForwarding.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-IP-IP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-IP-IP-MIB::zhIpForwarding'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | forwarding |
2 | notForwarding |