udpHelperInetAddrStatus
ECS4610-50T-MIB ·
.1.3.6.1.4.1.259.10.1.1.1.58.3.1.4
Object
To forward UDP broadcasts, including BOOTP, received from the
specified interface, to the specified address. Set this
variable to valid(1) to enable forwarding of packets. Set this
variable to invalid(2) to disable forwarding of packets.
All of the following conditions must be met in order for a User
Datagram Protocol (UDP) or IP packet to be helped:
1. The MAC address of the received frame must be all-ones
broadcast address (FF-FF-FF-FF-FF-FF).
2. The IP destination address must be one of the following:
1) all-ones broadcast (255.255.255.255)
2) subnet broadcast for the receiving interface
3. The IP protocol must be UDP (17).
4. The UDP destination port must be TFTP, Domain Name System
(DNS), Time, NetBIOS, BOOTP or DHCP packet, or a UDP port
specified by the udpHelperForwardTable.
Context
- MIB
- ECS4610-50T-MIB
- OID
.1.3.6.1.4.1.259.10.1.1.1.58.3.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- udpHelperInetAddrEntry
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 'ECS4610-50T-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4610-50T-MIB::udpHelperInetAddrStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4610-50T-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4610-50T-MIB::udpHelperInetAddrStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4610-50T-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4610-50T-MIB::udpHelperInetAddrStatus'
Syntax
- Source
- ValidStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | valid |
2 | invalid |