Create snmpv3 community – Allied Telesis AT-S63 User Manual

Page 258

Advertising
background image

Chapter 20: SNMPv3 Commands

258

CREATE SNMPV3 COMMUNITY

Syntax

create snmpv3 community index=

index

communityname=

communityname

securityname=

securityname

transporttag=

transporttag

[storagetype=volatile|nonvolatile]

Parameters

index

Specifies the name of this SNMPv3 Community
Table entry, up to 32 alphanumeric characters.

communityname

Specifies a password for this community entry, up to
32 alphanumeric characters.

securityname

Specifies the name of an SNMPv1 and SNMPv2 user,
up to 32 alphanumeric characters.

transporttag

Specifies the transport tag, up to 32 alphanumeric
characters. This is an optional parameter.

storagetype

Specifies the storage type of this table entry. This is
an optional parameter. The options are:

volatile

Does not allow you to save the table entry to the
configuration file on the switch. This is the default.

nonvolatile

Allows you to save the table entry to the
configuration file on the switch.

Description

This command creates an SNMPv3 Community Table entry.

Examples

The following command creates an SNMP community with an index of
1213 and a community name of “sunnyvale145.” The user is “chitra34”
and the transport tag is “testengtag.” The storage type for this
community is nonvolatile storage.

create snmpv3 community index=1213
communityname=sunnyvale145 securityname=chitra34
transporttag=testengtag storagetype=nonvolatile

The following command creates an SNMP community with an index of
95 and a community name of “12sacramento49.” The user is “regina” and
the transport tag “trainingtag.” The storage type for this community is
nonvolatile storage.

Advertising