Chapter 12 Managing SNMP
Avaya M770 ATM Switch User’s Guide 175
Using Permanent Managers Configuration Commands
This section describes how to view and set up a list of Permanent Managers. These
are a list of the Network Management Stations which receive SNMP Traps.
Adding a new manager to the list
To add a new manager to the list, use the permngr add command.
Listing all the current managers
To list all the current managers use the permngr show command.
Updating an existing manager
To update an existing managers’ IP address, use the permngr update command.
Removing a manager from the list
To remove a new manager from the list, use the permngr remove command.
Command: M15-155s8:/>snmp permngr add <ip_addr>
Parameters: <ip_addr> - the ip address of the manager that need to
be added to the permanent manager table.
Example: M15-155s8:/>snmp permngr add 149.49.34.216
Command: M15-155s8:/>snmp permngr show
Output: Permanent Managers:
-----------------------------
1 - 149.49.36.251
2 - 149.49.39.216
Syntax: M15-155s8:/>snmp permngr update <index> <ip_addr>
Parameters: <index> - The permanent manager table index of the
manager ip address that needs to be updated.
<ip_addr> - the updated manager ip address.
Example: M15-155s8:/>snmp permngr update 1 149.49.34.217
M15-155s8:/>snmp permngr show
Permanent Managers:
-----------------------------
1 - 149.49.36.217
2 - 149.49.39.216
Command: M15-155s8:/>snmp permngr remove <index>
Parameters: The permanent manager table index of the ip address
that needs to be removed
Example: M15-155s8:/>snmp permngr remove 2