ipMcastInterfaceTtl
IPMCAST-MIB ·
.1.3.6.1.2.1.168.1.3.1.3
Object
column r/w
Unsigned32
The datagram Time to Live (TTL) threshold for the interface. Any IP multicast datagrams with a TTL (IPv4) or Hop Limit (IPv6) less than this threshold will not be forwarded out the interface. The default value of 0 means all multicast packets are forwarded out the interface. A value of 256 means that no multicast packets are forwarded out the interface.
Context
- MIB
- IPMCAST-MIB
- OID
.1.3.6.1.2.1.168.1.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipMcastInterfaceEntry
- Groups
- 1
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 'IPMCAST-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPMCAST-MIB::ipMcastInterfaceTtl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPMCAST-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPMCAST-MIB::ipMcastInterfaceTtl.<ipMcastInterfaceIPVersion>.<ipMcastInterfaceIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPMCAST-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPMCAST-MIB::ipMcastInterfaceTtl'
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-256
Conformance
Member of
Compliance refinements
ipMcastMIBComplianceBorderRouter
readonly
Write access is not required.
ipMcastMIBComplianceRouter
readonly
Write access is not required.