beautypg.com

Alliedware plus command – Allied Telesis AT-S63 User Manual

Page 522

background image

Chapter 30: SNMPv3 Commands

522

Section IV: SNMPv3

The following command creates the SNMPv3 Notify Table entry called
“testenginform5” and the notify tag is “testenginformtag5.” The message
type is defined as an inform message and the storage type for this entry is
nonvolatile storage.

create snmpv3 notify=testenginform5 tag=testenginformtag5
type=inform storagetype=nonvolatile

AlliedWare Plus

Command

Syntax

snmp-server notify

notify

tag

tag

type trap|inform

Mode

Configure mode

Description

This command differs from the standard command as follows:

You cannot define the storage type. New entries are automatically
assigned the storage type of nonvolatile.

You must include all of the parameters.

The parameters must be entered in the order shown above.

Example

The following command creates an SNMPv3 Notify Table entry called
“testwesttrap1”. The notify tag is “testwesttag1” and the message type is
defined as a trap message:

awplus> enable
awplus# configure terminal
awplus(config)# snmp-server notify testwesttrap1 tag
testwesttag1 type trap