Step 3: Configure A Snmp Group; Step 4: Configure Snmp Mib Views - ADTRAN NetVanta 1570 Series Configuration Manual

Switch engine ase snmp
Table of Contents

Advertisement

Configuring SNMP Using the CLI
(config)#snmp-server user <username> engine-id <id> [md5|sha] <password> priv
[aes|des]<password>
<username> Specifies the security username. Valid names cannot exceed 32 characters in length.
engine-id <id> By default an engine-id is already assigned. The engine-id can be found issuing the
command do show snmp. Optionally, a user can define a different engine-id for the system. Engine
IDs are the 12-octet hexadecimal representation (24 characters using 0 through 9 and/or athrough f)
defining a system on the management domain. If a user is remote to the ASE unit, the remote SNMP
engine ID should be specified.
md5 <password> Optional. Uses the HMAC-MD5-96 authentication level and a password string to
build the key for the authentication level. Valid password length is between 8 and 32 characters.
sha <password> Optional. Uses SHA authentication level and a password string to build the key for
the authentication level. Valid password length is between 8 and 40 characters.
priv aes <password> Optional. Specifies a private password using 128-bit Advanced Encryption
Standard (AES). Valid password length is between 8 and 32 characters.
priv des <password> Optional. Specifies a private password using 56-bit Data Encryption Standard
(DES). Valid password length is between 8 and 32 characters.
Use the no form of this command to remove a user from the SNMP server.

Step 3: Configure a SNMP Group

Once a user has been created, the user needs to be assigned to a group. A user's access to SNMP
information is determined by group membership. If a group has not yet been created, use the snmp-server
security-to-group command to create a group and assign a user to that group.
(config)#snmp-server security-to-group model [v1|v2c|v3] name <username>
group <security groupname>
model
v1 Specifies the SNMPv1 security model is used.
v2c Specifies the SNMPv2c security model is used.
v3 Specifies the SNMP v3 security model is used.
name <username> Specifies the security user name that was specified in Step 2 on page 11. Even
though the authentication and encryption fields are optional, for optimal security, Adtran recommends
specifying authentication and privacy passwords.
group <security groupname> Specifies the security group name. Valid names cannot exceed 32
characters in length.
After a group has been created, additional users can be assigned to the group with this command.

Step 4: Configure SNMP MIB Views

In ASE, SNMP network objects to be monitored can be grouped into views. Views allow additional granularity
when trying to specify a users access to SNMP information. A view can be thought of as a list that consists of
one or more network objects. When configuring a view, specify whether the object is included or excluded. If an
object is not specified in the view, it is excluded by default. A given object can be included in or excluded from
any number of views, as necessary. An object is identified by its object identifier (OID) in the network's MIB.
Use the snmp-server view command to create or modify an SNMP view entry.
(config)#snmp-server view <name> <OID> [exclude|include]
12
SNMP in the NetVanta 1570
6AMCCG0018-29A

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NetVanta 1570 Series and is the answer not in the manual?

Questions and answers

Table of Contents