Home >

LunaSH Command Reference Guide > LunaSH Commands > sysconf > sysconf snmp notification delete

sysconf snmp notification delete

Delete all notification targets that are configured for IP address <ipaddress> and UDP Port <udpPort>. It is possible that there are 0, 1 or multiple such notification targets configured. (They could be using different values for <notifyType> and/or <secName> although this would not be common.) Note that if <udpPort> is not specified, then only notification targets configured for the default SNMP UDP port 162 will be deleted.

Syntax

sysconf snmp notification delete -ipaddress <ipaddress> [-udpport <port>]

Parameter            Shortcut Description     
-ipAddress -i Specifies the IP address of the notification target to delete.
-udpPort -u

Specifies the UDP port of the notification target to delete. (0-65535)

Default: 162

Example

lunash:>sysconf snmp notification delete -ipAddress 192.20.11.11
 
SNMP notification target information deleted
 
Command Result : 0 (Success)