Alcatel-Lucent 6850-48 補足マニュアル

ページ / 312
Using SNMP For Switch Security
Using SNMP
page 3-48
OmniSwitch AOS Release 6 Switch Management Guide
September 2009
Setting SNMP Security
By default, the switch is set to “privacy all”, which means the switch accepts only authenticated and 
encrypted v3 Sets, Gets, and Get-Nexts. You can configure different levels of SNMP security by entering 
 followed by the command parameter for the desired security level. For example, the 
following syntax sets the SNMP security level as “authentication all” as defined in the table below:
-> snmp security authentication all
The command parameters shown in the following table define security from the lowest level (no security) 
to the highest level (traps only) as shown.
Security Level
SNMP requests accepted by the switch
no security
All SNMP requests are accepted.
authentication set
SNMPv1, v2 Gets
Non-authenticated v3 Gets and Get-Nexts
Authenticated v3 Sets, Gets, and Get-Nexts
Encrypted v3 Sets, Gets, and Get-Nexts
authentication all
Authenticated v3 Sets, Gets, and Get-Nexts
Encrypted v3 Sets, Gets, and Get-Nexts
privacy set
Authenticated v3 Gets and Get-Nexts
Encrypted v3 Sets, Gets, and Get-Nexts
privacy all
Encrypted v3 Sets, Gets, and Get-Nexts
traps only
All SNMP requests are rejected.