Syntax
ADD -SNMP MANager <"com.name"> <IP address> [<mask>] [<TrapProfileName>]
DELete -SNMP MANager <"com.name"> <IP address>
SHow -SNMP MANager
No default
The MANager parameter modifies the list of managers for a community name. If the manager list is empty, any request with a matching community name is allowed. If a manager list is specified, any incoming Internet address must match the Internet address and mask combination in the specified Internet address list. A maximum of ten manager entries per community name are allowed.
Values
To add a manager to the list, enter:
ADD -SNMP MANager "public" 129.213.16.1
Use the SHow -SNMP MANager command to display the SNMP Configuration Table:
Using the above table, the following requests with community name "public" are valid:
With community name "3Com," the requests from managers with the first two bytes of the Internet address as 130.213 and with the highest bit in the third byte set to 1 are considered valid.
If traps are specified, you cannot use wild cards. Traps are generated to all Internet addresses specified in the list.
To delete a manager entry in the list, use the DELete command.
To display the SNMP Configuration Table, use the SHow command. The SNMP Configuration Table displayed is the same as the one displayed by the SHow -SNMP COMmunity command.