Specifications
IP Group
ATX MIB Reference Guide 2-9
2.4 IP GROUP
ip {mib-2 4)
The TCP/IP IP Group parameters are described below.
ipForwarding {ip 1}
Integer Read-Write
Whether the unit is an IP router. This is always gateway (1), i.e., the unit is an IP
router (or combination bridge/router). Attempts to write to this field with a
different value will not change its value, and “badValue” GetResponse PDUs are
returned for all such SetRequest PDUs.
ipDefaultTTL {ip 2}
Integer Read-Write
The value, in seconds, to insert into the Time-To-Live field of the IP header when
this unit creates IP datagrams.
ipInReceives {ip 3}
Counter Read-Only
The total number of IP packets received from all ports (including the UART).
ipInHdrErrors {ip 4}
Counter Read-Only
The number of packets received that were discarded due to errors in the IP
header.
ipInAddrErrors {ip 5}
Counter Read-Only
The number of packets received that were discarded due to an invalid (or
nonroutable) destination IP address in the IP header.
ipForwDatagrams {ip 6}
Counter Read-Only
The number of packets received that were routed towards a final IP destination.
ipInUnknownProtos {ip 7}
Counter Read-Only
The number of packets received that were addressed to this unit’s IP, but were
discarded because of an unknown or unsupported protocol.