Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

Dell EMC Networking Nシリーズ スイッチでSNMPv3を設定する方法。

Summary: Dell EMC Networking Nシリーズ スイッチでSNMPv3を設定する方法。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

 


SNMPv3の設定手順
 

  1. SNMpv3 ビューの作成。
  2. SNMPv3グループの作成とビューとの関連づけ。
  3. SNMPv3ユーザーの作成とグループとの関連づけ


1.  SNMPv3 ビューの作成
 

  • SNMPv3ビューでは、スイッチで確認できる内容を定義します。
  • ビューは、MIBサブツリーからアクセスできるMIBファミリーを定義します。
  • たとえば、MIBサブツリーから[View]を「system」として選択した場合、ユーザーは「system」OIDの下にあるすべての情報をポーリングできます。
  • 同様に、すべてのパラメータを表示する必要がある場合は、MIBサブツリーからビューを「iso」として構成できます。


コマンド
 

コンソール#configure

console(config)#snmp-server view test_view インターネットを含む

 

CLI内訳
 

パラメータ 説明
test_view SNMPビュー用にスイッチでローカルに作成する名前
インターネット

OIDサブツリーから選択するMIBファミリー。



 

2.  SNMPV3グループの作成
 

  • SNMPv3ビューを作成した後の次のステップは、SNMPv3グループを作成し、作成されたビューに関連づけることです。
コマンド:

console(config)#snmp-server group test_group v3 'noauth/auth/priv' 'read/write' test_view



CLI内訳

 

パラメータ 説明
test_group SNMPグループ用にスイッチ上でローカルに作成する名前
noauth/auth/priv 認証タイプ
test_view 以前に作成したSNMPV3ビューにSNMPV3グループを関連付ける。
 


auth:パケットを暗号化せずに認証を指定します。

noauth:パケットの認証なしを指定します。

priv:暗号化によるパケットの認証を指定します。


3.  SNMPV3 ユーザーの作成

SNMPv3グループを作成した後の次のステップは、SNMPv3ユーザーを作成し、作成されたグループに関連付けることです。


コマンド

console(config)#snmp-server user test_user test_group auth-md5 password1 priv-3des password2


CLI内訳
 

パラメータ 説明
test_user SNMPユーザー用にスイッチ上でローカルに作成する名前
test_group 以前に作成したSNMPV3グループとSNMPV3ユーザーの関連付け
認証 認証パスワード
Priv 暗号化キー
 


設定例


SLN320821_en_US__1image(14832)

Console# configure
Console(config) snmp-server view test_view internet included
Console(config) snmp-server group test_group v3 priv read test_view
Console(config) snmp-server user test_user test_group auth-md5 password1 priv-3des password2


スイッチの実行コンフィギュレーションの出力

snmp-server view "test_view" internet included
snmp-server group "test_group" v3 priv read "test_view"
snmp-server user "test_user" test_group auth-md5-key 240826d65a17fe9d8826630917f60b0f priv-3des-key 240826d65a17fe9d8826630917f60b0f400dd0592395032de9b2ad0759c017e9

Affected Products

N Series, PowerSwitch, PowerSwitch N1500 Series, PowerSwitch N2000 Series, Dell EMC PowerSwitch N3000E-ON Series, PowerSwitch N4000 Series
Article Properties
Article Number: 000133707
Article Type: Solution
Last Modified: 21 Feb 2021
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.