How do I change the port used by SunMcSNMPPort in EMC Server Manager (ESM)?
Can I change the port used by SunMcSNMPPort (1263) in ESM to use port 161?
All supported releases of Smart
It is not recommended to change the SunMcSNMPPort port 1263 to default SNMP port 161, as SNMP uses the default UDP port 161 for general SNMP messages and UDP port 162 for SNMP trap messages.
Also, you cannot run SunMC and NetSNMP on the same port.
In addition, changing the SunMcSNMPPort port 1263 to default SNMP port 161 will cause Smarts IP to classify the device as a node, and nodes do not get imported to ESM.
You can change the default SunMcSNMPPort from the default port 1161 to another desired port using the following DMCTL command sequence. The example used in the following command sequence (some output omitted) shows how you could change the default port 1161 to port 1263:
dmctl> attach INCHARGE-ESMServer INCHARGE-ESM User: adminadmin's Password: XXXXXXXXAttached to 'INCHARGE-ESM'
dmctl> get ESM_Manager::ESM-ManagerProperties of ESM_Manager::ESM-Manager:CreationClassName = ESM_Manager!!<output ommitted>!!SunMcSNMPPort = 1161 #default value#!!
dmctl> put ESM_Manager::ESM-Manager::SunMcSNMPPort 1263
dmctl> get ESM_Manager::ESM-ManagerProperties of ESM_Manager::ESM-Manager:CreationClassName = ESM_Manager!!<output ommitted>!!SunMcSNMPPort = 1263 #confirm changed value#!!