Commands for Managing the Switch
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
152
configure snmpv3 delete filter-profile
configure snmpv3 delete filter-profile [all |[[hex <hex_profile_name>] |
<profile_name>] {param [[hex <hex_param_name>] | <param_name>}]]
Description
Removes the association of a filter profile with a parameter name.
Syntax Description
Default
The default storage type is non-volatile.
Usage Guidelines
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.
Example
The following command deletes the filter profile
prof1
with the parameter name
P1
:
configure snmpv3 delete filter-profile prof1 param P1
History
This command was first available in ExtremeWare XOS 10.1.
The
hex_profile_name
and
hex_param_name
parameters were added in ExtremeWare XOS 11.0.
Platform Availability
This command is available on all platforms.
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.