All MIBs › MRVINREACH › ipForwarding
ipForwarding
Module: MRVINREACH
OID (symbolic): MRVINREACH::ipForwarding
OID (numeric): 1.3.6.1.2.1.4.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The indication of whether this entity is acting as an IP gateway in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP gateways forward datagrams. IP hosts do not (except those source-routed via the host).
Note that for some managed nodes, this object may take on only a subset of the values possible. Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to change this object to an inappropriate value.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.1 snmpwalk -v2c -c public <target> MRVINREACH::ipForwarding
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.4.1.1 snmpget -v2c -c public <target> MRVINREACH::ipForwarding.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.4.1.1 i <value>