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.
User Privileges
Users with the following privileges can perform this command:
>Admin
>Operator
Syntax
sysconf snmp notification delete -ipaddress <ipaddress> [-udpport <port>]
Argument(s) | Shortcut | Description |
---|---|---|
-ipaddress <ipaddress> | -i | Specifies the IP address of the notification target to delete. |
-udpport <port> | -u |
Specifies the UDP port of the notification target to delete. Range: 0-65535 Default: 162 |
Example
lunash:>sysconf snmp notification delete -ipaddress 192.20.11.64 SNMP notification target information deleted Command Result : 0 (Success)