wtSeriUdpCAddress
Com-Server-Intern-MIB ·
.1.3.6.1.4.1.5040.1.1.1.3.6.1.7
Object
column mandatory
r/w
Enumeration
Activating this option activates UDP client mode for changing UDP servers. The address of the UDP server does not have to be permanently configured, but rather is sent on the serial interface before the user data as an ASCII string. The string for the addressing is not sent. There are two possibilities for string format: 1. The parameters 'wtSeriUdpServerPort' and 'wtSeriUdpServerIp' are equal to zero. Format: C IP address, Port number<CR> (e.g. 'C172.16.231.101,4800<CR>') C URL, Portnummer<CR> (e.g. 'Cworkpc.homeip.net,4800<CR>') 2. The parameter 'wtSeriUdpServerPort' contains the Default Port (e.g., 4800), 'wtSeriUdpServerIP' contains the first three bytes of the IP address (e.g., 172.16.231.0) Format: C4.byte IP address (e.g., 'C101<CR>') The string is not allowed to contain any spaces!
Context
- MIB
- Com-Server-Intern-MIB
- OID
.1.3.6.1.4.1.5040.1.1.1.3.6.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- wtSeriUdpClientEntry
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 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Com-Server-Intern-MIB::wtSeriUdpCAddress'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Com-Server-Intern-MIB::wtSeriUdpCAddress.<wtSeriInterfaceNo>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Com-Server-Intern-MIB::wtSeriUdpCAddress'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | wtSeriUdpCAddressOff |
2 | wtSeriUdpCAddressOn |