Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

configureNMS.sh

Status
Not open for further replies.

phoneguy55

Programmer
May 25, 2005
2,603
US
anyone know the correct way to use configureNMS.sh to remove SNMP destinations? Im working on a utility server version 7.1.3.5

This adds it
/opt/avaya/common_services/configureNMS.sh -v v2 -c fake 10.10.10.10 162

This lists it
/opt/avaya/common_services/configureNMS.sh -l
10.10.10.10 162 fake trap v2

How do I remove it?
 
got it. Its:

/opt/avaya/common_services/configureNMS.sh -r -v v2 10.10.10.10 162


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top