All MIBs › LANART-AGENT › ipDefaultTTL
ipDefaultTTL
Module: LANART-AGENT
OID (symbolic): LANART-AGENT::ipDefaultTTL
OID (numeric): 1.3.6.1.2.1.4.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The default value inserted into the Time-To-Live field of the IP header of datagrams originated at this entity, whenever a TTL value is not supplied by the transport layer protocol.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.2 snmpwalk -v2c -c public <target> LANART-AGENT::ipDefaultTTL
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.4.2.1 snmpget -v2c -c public <target> LANART-AGENT::ipDefaultTTL.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.4.2.1 i <value>