view-tree-family

This command configures the View Tree Family table, which defines a name for the View Tree Family. The table is a parent of the View Subtree Family table, which defines access authorization rules to MIB OIDs for the View Tree Family.

The View Tree Family table is applicable only to the advanced SNMP mode.

Syntax

(config-system)# snmp settings
(snmp)# view-tree-family <Index>
(view-tree-family-<Index>)# 

Command

Description

Index

Defines the table row index.

view-name

Defines a descriptive name for the View Tree Family.

view-subtree-family

Defines the View Subtree Family table, which defines access authorization rules for MIB OIDs. The table is a child of the View Tree Family table. For more information, see view-subtree-family.

Command Mode

Privileged User

Note

For your settings to take effect, run the activate or exit commands.

Related Commands

view-subtree-family

Example

This example configures a View Tree Family name called "AdminSNMP":

(config-system)# snmp settings
(snmp)# view-tree-family 1
(view-tree-family-1) view-name AdminSNMP
(view-tree-family-1)# exit