configure snmpv3 delete filter
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
151
configure snmpv3 delete filter
configure snmpv3 delete filter [all | [[hex <hex_profile_name>] |
<profile_name>] {subtree <object_identifier>}]]
Description
Deletes a filter from a filter profile.
Syntax Description
Default
N/A.
Usage Guidelines
Use this command to delete a filter entry from the snmpNotifyFilterTable. Specify
all
to remove all
entries. Specify a profile name to delete all entries for that profile name. Specify a profile name and a
subtree to delete just those entries for that filter profile and subtree.
Example
The following command deletes the filters from the filter profile
prof1
that reference the MIB subtree
1.3.6.1.4.1
:
configure snmpv3 delete filter prof1 subtree 1.3.6.1.4.1
History
This command was first available in ExtremeWare XOS 10.1.
The
hex_profile_name
parameter was added in ExtremeWare XOS 11.0.
Platform Availability
This command is available on all platforms.
all
Specifies all filters.
hex_profile_name
Specifies the filter profile of the filter to delete. The value is to be supplied as
a colon separated string of hex octets.
profile_name
Specifies the filter profile of the filter to delete in ASCII format.
object_identifier
Specifies the MIB subtree of the filter to delete.