Snmp-server view – Allied Telesis AT-S95 CLI (AT-8000GS Series) User Manual

Page 243

Advertising
background image

SNMP Commands

Page 243

The internal security name for SNMPv1 and SNMPv2 security models is mapped to the group name.

Example

The following example defines community access string public to permit administrative access to SNMP protocol
at an administrative station with IP address 192.168.1.20.

snmp-server view

The snmp-server view Global Configuration mode command creates or updates a Simple Network Management
Protocol (SNMP) server view entry. Use the no form of this command to remove a specified SNMP server view
entry.

Syntax

snmp-server view view-name oid-tree {included | excluded}

no snmp-server view view-name [oid-tree]

Parameters

view-name — Specifies the label for the view record that is being created or updated. The name is used to

reference the record. (Range: 1 - 30 characters)

oid-tree — Specifies the object identifier of the ASN.1 subtree to be included or excluded from the view. To

identify the subtree, specify a text string consisting of numbers, such as 1.3.6.2.4, or a word, such as system.
Replace a single sub-identifier with the asterisk (*) wildcard to specify a subtree family; for example 1.3.*.4.

included — Indicates that the view type is included.

excluded — Indicates that the view type is excluded.

Default Configuration

No view entry exists.

Command Mode

Global Configuration mode

User Guidelines

This command can be entered multiple times for the same view record.

The number of views is limited to 64.

No check is made to determine that a MIB node corresponds to the "starting portion" of the OID until the first
wildcard.

Example

The following example creates a view that includes all objects in the MIB-II system group except for sysServices
(System 7) and all objects for interface 1 in the MIB-II interface group.

console(config)# snmp-server community public su 192.168.1.20

console(config)# snmp-server view user-view system included

console(config)# snmp-server view user-view system.7 excluded

console(config)# snmp-server view user-view ifEntry.*.1 included

Advertising