ip2IfUdpMuxMethod

RAD-Ipmux-MIB · .1.3.6.1.4.1.164.3.1.6.7.1.1.90

Object

column r/w Enumeration
This parameter determines according to which field the multiplexing is made:
srcPort (2) - multiplexing according to the UDP Source Port (Dest=0x085e).
	    This should be the default value, for backwards compatibility.
	destPort (3) - multiplexing according to the UDP Destination Port 
	   (standard multiplexing). 
              	   
	 The UDP Source and Destination ports' range is determined according to 
	 ip2IfUdpMuxMethod value:
	 For srcPort (2) the range is 1-7000
	 For destPort (3) the range is 49152-65535.

Context

MIB
RAD-Ipmux-MIB
OID
.1.3.6.1.4.1.164.3.1.6.7.1.1.90
Type
column
Access
readwrite
Status
current
Parent
ip2IfEntry

Walk 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 'RAD-Ipmux-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Ipmux-MIB::ip2IfUdpMuxMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-Ipmux-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Ipmux-MIB::ip2IfUdpMuxMethod.<ip2IfChannelIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Ipmux-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Ipmux-MIB::ip2IfUdpMuxMethod'

Syntax

Enumeration

Values & Constraints

Enumerated Values
2srcPort
3destPort