
Citrix NetScaler Administration Guide
the SNMP manager to its IP address. You can add up to a maximum of five
If you do not configure at least one SNMP manager, the NetScaler appliance accepts and responds to SNMP queries from all IP addresses on the network. If you configure one or more SNMP managers, the appliance accepts and responds only to SNMP queries from those specific IP addresses.
If you remove an SNMP manager from the NetScaler configuration, that manager can no longer query the NetScaler.
To add an SNMP manager by using the NetScaler command line
At the NetScaler command prompt, type the following commands to set the parameters and verify the configuration:
wadd snmp manager <IPAddress> ...
wshow snmp manager
Example
>add snmp manager 10.102.29.10 Done
>show snmp manager
1) | 10.102.29.5 | 255.255.255.255 |
Done |
|
|
To add an SNMP manager by specifying its IP address, using the NetScaler command line
At the NetScaler command prompt, type the following commands to set the parameters and verify the configuration:
wadd snmp manager <IPAddress> ...
wshow snmp manager
Example
>add snmp manager 10.102.29.10 Done
>show snmp manager
1) | 10.102.29.5 | 255.255.255.0 |
Done |
|
|
>add snmp manager 10.102.29.15 10.102.29.30 Done
>show snmp manager
1) IP Address: 10.102.29.10
Netmask: 255.255.255.255
2) IP Address: 10.102.29.15
Netmask: 255.255.255.255
3) IP Address: 10.102.29.30
55