Setting The Snmp Security Level; Understanding Brocade Snmp - Brocade Communications Systems 1606 Reference

Brocade fabric os mib reference v6.3.0 (53-1001339-01, july 2009)
Hide thumbs Also See for 1606:
Table of Contents

Advertisement

Understanding Brocade SNMP

In this chapter

Setting the SNMP security level

The Simple Network Management Protocol (SNMP) is an industry-standard method of monitoring
and managing network devices. This protocol promotes interoperability because SNMP-capable
systems must adhere to a common set of framework and language rules.
Understanding the components of SNMP makes it possible to use third-party tools to view, browse,
and manipulate Brocade switch variables (MIBs) remotely as well as to set up an enterprise-level
management process. Every Brocade switch and director supports SNMP.
Recipients for SNMP traps are restricted according to security levels. Security levels are selected
and set for a switch using the snmpconfig --set seclevel command. To select and set SNMP security
levels, issue the command snmpconfig --set seclevel after having logged in to the switch as admin.
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).
TABLE 1
Security level
No security [0]
(noAuthnoPriv)
Authentication only [1]
(authNoPriv)
Fabric OS MIB Reference
53-1001339-01
Setting the SNMP security level . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Understanding SNMP basics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Loading Brocade MIBs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Brocade 7500 / FR4-18i and Brocade MIBs. . . . . . . . . . . . . . . . . . . . . . . . . 13
Firmware upgrades and enabled traps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
Fabric OS commands for configuring SNMP . . . . . . . . . . . . . . . . . . . . . . . . . 14
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]
Security level options
Protocol
SNMPv1
SNMPv3
SNMPv1
SNMPv3
Query behavior
Allowed.
Allowed.
Allowed.
All SNMPv3 users allowed except
noAuthNoPriv users.
Chapter
1
Traps
Sent.
Sent.
Sent.
Sent for all SNMPv3 users
except noAuthNoPriv users.
1

Advertisement

Table of Contents
loading

Table of Contents