configure snmpv3 delete mib-view
ExtremeWare Software 7.3.0 Command Reference Guide 149
configure snmpv3 delete mib-view
configure snmpv3 delete mib-view [all-non-defaults | {{hex} <view name>
{subtree <object identifier>}}]
Description
Delete a MIB view.
Syntax Description
Default
N/A.
Usage Guidelines
Use this command to delete a MIB view. Views which are being used by security groups cannot be
deleted. Use the
all-non-defaults
keyword to delete all the MIB views (not being used by security
groups) except for the default views. The default views are: defaultUserView, defaultAdminView, and
defaultNotifyView.
Use the
configure snmpv3 add mib-view
command to remove a MIB view from its security group,
by specifying a different view.
Example
The following command deletes all views (only the permanent views will not be deleted):
configure snmpv3 delete mib-view all-non-defaults
The following command deletes all subtrees with the view name AdminView:
configure snmpv3 delete mib-view AdminView
The following command deletes the view AdminView with subtree 1.3.6.1.2.1.2
configure snmpv3 delete mib-view AdminView subtree 1.3.6.1.2.1.2
History
This command was first available in ExtremeWare 7.1.0.
Platform Availability
This command is available on all platforms.
all-non-defaults Specifies that all non-default (non-permanent) MIB views are to be deleted.
hex Specifies that the value to follow is to be supplied as a colon separated string
of hex octets.
view name Specifies the MIB view name to add or modify.
subtree Specifies a MIB subtree.