home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service snmp v3 view <viewname>

Creates a view.

set service snmp v3 view viewname
delete service snmp v3 view viewname
show service snmp v3 view
viewname
The name of a view.

Configuration mode

service {
    snmp {
        v3 {
            view viewname
        }
    }
}

Use this command to create a view. A view specifies which objects a user can see.

Use the set form of this command to create a view.

Use the delete form of this command to remove a view.

Use the show form of this command to show the view.