beautypg.com

Customized traps, Configuring snmp using cli, Configuring snmp security level – Brocade Fabric OS Administrators Guide (Supporting Fabric OS v7.3.0) User Manual

Page 196: Supported protocol configurations for snmpv3 users, Customized traps configuring snmp using cli

background image

Customized traps

This is only applicable for OEM customers. FOS v7.0.0 and v7.0.1 releases supported addition of
system OID in trap OID to customized trap OID on different platforms. For example, Fabric Watch
customized trap OID is 1.3.6.1.4.1.1588.2.1.1.62.0.5 on DCX and 1.3.6.1.4.1.1588.2.1.1.71.0.5 on
Brocade 5100. This feature is not supported from FOS 7.1.0 release.

Configuring SNMP using CLI

For information about Fabric OS commands for configuring SNMP, refer to the Fabric OS Command
Reference
.

Configuring SNMP security level

The following example sets the SNMP security level to 1 (authentication only). This setting allows all
SNMPv1 users to perform GET and SET operations on MIBs, but creates an exception for SNMPv3
users that do not have authentication and privacy privileges (noAuthnoPriv).

switch:admin> snmpconfig --set seclevel

Select SNMP Security Level

(0 = No security, 1 = Authentication only, 2 = Authentication and Privacy, 3 = sxNo

Access): (0..3)

[0

]

Select SNMP SET Security Level

(0 = No security, 1 = Authentication only, 2 = Authentication and Privacy, 3 = No

Access): (0..3)

[0

]

The following table shows the security level options.

Security level options

TABLE 34

Security level

Protocol Query behavior

Traps

No security [0] (noAuthnoPriv)

SNMPv1

SNMPv3

Allowed.

Allowed.

Sent.

Sent.

Authentication only [1]
(authNoPriv)

SNMPv1

SNMPv3

Allowed.

All SNMPv3 users allowed except
noAuthNoPriv users.

Sent.

Sent for all SNMPv3 users
except noAuthNoPriv users.

Authentication and Privacy [2]

(authPriv)

SNMPv1

SNMPv3

Not allowed.

Only SNMPv3 users with authPriv
privilege are allowed.

Not Sent.

Sent only for authPriv users.

No Access [3 ]

SNMPv1

SNMPv3

Not allowed.

Not Sent.

Supported protocol configurations for SNMPv3 users

The following table shows the authentication and privacy protocols supported for configuring SNMPv3
users.

Customized traps

196

Fabric OS Administrators Guide

53-1003130-01