beautypg.com

Snmp-server group – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1803

background image

SNMP Commands

Software Reference for x310 Series Switches

C613-50046-01 REV A

AlliedWare Plus

TM

Operating System - Version 5.4.4C

68.21

snmp-server group

This command is used with SNMP version 3 only, and adds an SNMP group, optionally
setting the security level and view access modes for the group. The security and access
views defined for the group represent the minimum required of its users in order to gain
access.

The no variant of this command deletes an SNMP group, and is used with SNMPv3 only.
The group with the specified authentication/encryption parameters must already exist.

Syntax

snmp-server group {auth|noauth|priv}

[read <readname>|write <writename>|notify <notifyname>]

no snmp-server group <groupname> {auth|noauth|priv}

Mode

Global Configuration

Examples

To add SNMP group, for ordinary users, user the following commands:

To delete SNMP group usergroup, use the following commands

Related Commands

snmp-server
show snmp-server
show snmp-server group
show snmp-server user

Parameter

Description

<groupname>

Group name. The group name is a string up to 20 characters long
and is case sensitive.

auth

Authentication.

noauth

No authentication and no encryption.

priv

Authentication and encryption.

read

Configure read view.

<readname>

Read view name.

write

Configure write view.

<writename>

Write view name. The view name is a string up to 20 characters long
and is case sensitive.

notify

Configure notify view.

<notifyname>

Notify view name. The view name is a string up to 20 characters long
and is case sensitive.

awplus#

configure terminal

awplus(config)#

snmp-server group usergroup noauth read
useraccess write useraccess

awplus#

configure terminal

awplus(config)#

no snmp-server group usergroup noauth