181
S
MARTNA™ 10G NETWORK ACCESS (SMARTNA-X)
COMMAND LINE INTERFACE REFERENCE |
DRAFT
SNMP DELETE VIEW
Use the snmp delete view command to delete a named view of the OID tree. A view is created by the snmp create
view
command and is a mapping between SNMP objects and the access rights available for those objects.
SNMP SNMPv3
Command form snmp delete view {viewname} {object-identifier}
Examples
• Delete the view named All with OID string .1:
• Delete the view named custom_v with OID string sysUpTime.0:
view-name Specifies the view name to delete.
object-identifier Specifies the OID string of the subtree to delete from the view. OID string is 256
characters in length. For example, the system subtree is specified by the OID string
.1.3.6.1.2.1.1.
CONTROLLER>snmp delete view All .1
CONTROLLER>snmp delete view custom_v sysUpTime.0