beautypg.com

Configuring snmpv3 user/traps – Brocade Fabric OS Administrators Guide (Supporting Fabric OS v7.3.0) User Manual

Page 197

background image

Supported protocol options

TABLE 35

Protocol

Options

Auth protocols

MD5

SHA

noAuth

Priv protocols

DES

noPriv

AES128

AES256

Configuring SNMPv3 user/traps

The following examples list how to configure SNMPv3 users/traps.

1. Create a user on the switch in non-VF Context using CLI userconfig, with the required role.

switch:admin> userconfig --add fa_adm -r fabricadmin -h0 -a 0-255

Setting initial password for fa_adm

Enter new password:********

Re-type new password:********

Account fa_adm has been successfully added.

switch:admin>

Create a user on the switch in VF Context using CLI userconfig, with the required role.

switch:admin> userconfig --add sa_user -r switchadmin -l 1-128 -h1 -c admin

Setting initial password for sa_user

Enter new password:********

Re-type new password:********

Account sa_user has been successfully added.

switch:admin>

2. Create the SNMPv3 user.

switch:admin> snmpconfig --set snmpv3

SNMP Informs Enabled (true, t, false, f): [true] t

SNMPv3 user configuration(snmp user not configured in FOS user database will have

physical AD and admin role as the default):

User (rw): [snmpadmin1] admin1

Auth Protocol [MD5(1)/SHA(2)/noAuth(3)]: (1..3) [3] 1

New Auth Passwd:

Verify Auth Passwd:

Priv Protocol [DES(1)/noPriv(2)/AES128(3)/AES256(4)]): (1..4) [2] 4

New Priv Passwd:

Verify Priv Passwd:

Engine ID: [00:00:00:00:00:00:00:00:00] 80:00:05:23:01:0A:23:34:21

User (rw): [snmpadmin2]

Auth Protocol [MD5(1)/SHA(2)/noAuth(3)]: (1..3) [3] 1

New Auth Passwd:

Verify Auth Passwd:

Priv Protocol [DES(1)/noPriv(2)/AES128(3)/AES256(4)]): (1..4) [2]

Engine ID: [00:00:00:00:00:00:00:00:00]

User (rw): [snmpadmin3]

Auth Protocol [MD5(1)/SHA(2)/noAuth(3)]: (1..3) [3]

Priv Protocol [DES(1)/noPriv(2)/AES128(3)/AES256(4)]): (2..2) [2]

Engine ID: [00:00:00:00:00:00:00:00:00]

User (ro): [snmpuser1]

Auth Protocol [MD5(1)/SHA(2)/noAuth(3)]: (1..3) [3]

Priv Protocol [DES(1)/noPriv(2)/AES128(3)/AES256(4)]): (2..2) [2]

Engine ID: [00:00:00:00:00:00:00:00:00]

User (ro): [snmpuser2]

Auth Protocol [MD5(1)/SHA(2)/noAuth(3)]: (1..3) [3]

Priv Protocol [DES(1)/noPriv(2)/AES128(3)/AES256(4)]): (2..2) [2]

Engine ID: [00:00:00:00:00:00:00:00:00]

Configuring SNMPv3 user/traps

Fabric OS Administrators Guide

197

53-1003130-01