Removes the association of a filter profile with a parameter name.
all | Specifies all filter profiles. |
hex_profile_name | Specifies the filter profile name to delete. The value is to be supplied as a colon separated string of hex octets. |
profile_name | Specifies the filter profile name to delete in ASCII format. |
hex_param_name | Specifies to delete the filter profile with the specified profile name and parameter name. The value is to be supplied as a colon separated string of hex octets. |
param_name | Specifies to delete the filter profile with the specified profile name and parameter name in ASCII format. |
The default storage type is non-volatile.
Use this command to delete entries from the snmpNotifyFilterProfileTable. This table associates a filter profile with a parameter name. Specify all to remove all entries. Specify a profile name to delete all entries for that profile name. Specify a profile name and a parameter name to delete just those entries for that filter profile and parameter name.
The following example deletes the filter profile prof1 with the parameter name P1:
configure snmpv3 delete filter-profile prof1 param P1
This command was first available in ExtremeXOS 10.1.
The hex_profile_name and hex_param_name parameters were added in ExtremeXOS 11.0.