[snmp] Port number change
Yun Freund
yun at trapezenetworks.com
Fri May 4 12:20:06 BST 2007
Hi, all, I would like to ask the following question:
We are trying to implement the SNMP port number change once our server
JVM is started.
SnmpContextPool contextPool = new
SnmpContextPool(_host, 162);
.......
At some point at run time the user would like to change the SNMP Port
number. We called
contextPool.destroy();
and then reinitialize the SNMPContextPool with a new port
contextPool = new SnmpContextPool(_host, 163);
Is this the right way to change the port number? But it looks like when
using netstat -a -n the server seems to be still running on the old
port.
Any suggestion or help would be greatly appreciated. We are using
WestHawk version 4.13.
Yun
More information about the snmp
mailing list