ここから本文です。
GA-MSシリーズ SNMP設定手順
はじめに
この設定例では、GA-MSシリーズのSNMP設定について説明します。
対象機種
対象機種 |
---|
SNTPの概要
SNMPは、IPネットワークのネットワーク監視およびネットワーク管理を行うためのプロトコルです。
構成例
解説
- SNMPサーバ(IPアドレス:192.168.1.1)からGA-MS24TをSNMPで監視します。
- GA-MS24TからSNMPサーバにSNMPトラップを送信します。
<関連コマンド>
モード | コマンド | デフォルト設定 | ||
---|---|---|---|---|
ACL | アクセスリスト作成 | (config)# | ip access-list <list-name> | 無し |
許可エントリ設定 | (config-ip-acl)# | permit host <ip-address> | 無し | |
SNMP | 有効化 | (config)# | snmp-server | 無効 |
監視設定 | (config)# | snmp-server community <community-name> <ro | rw> access <acl-name> | 無し | |
トラップ有効化 | (config)# | snmp-server enable traps | 無効 | |
リンクダウン通知設定 | (config)# | snmp-server enable traps snmp linkdown | 無効 | |
トラップ設定 | (config)# | snmp-server host <ip-address> version <1 | 2c | 3> <community-name> | 無し |
設定手順
手順1.
PCとスイッチングハブをコンソールケーブルで接続し、ZEQUO assist Plusなどのターミナルエミュレータにて設定画面を表示します。
手順2.
ログイン画面にて、UserNameとPassword(初期状態はどちらもmanager)を入力して設定画面にログインします。
手順3.
ユーザモード→特権モード→グローバルコンフィグレーションモードの順に移行します。
GA-MS24T>enable
GA-MS24T#configure terminal
GA-MS24T(config)#
手順4.
IPアドレスの設定を行います。(192.168.1.254/24)
GA-MS24T(config)#interface vlan1
GA-MS24T(config-if)#ip address 192.168.1.254 255.255.255.0
GA-MS24T(config-if)#exit
GA-MS24T(config)#
手順5.
SNMPでアクセスするサーバを限定するための設定を行います。(許可サーバ:192.168.1.1)
GA-MS24T(config)#ip access-list acl1
GA-MS24T(config-ip-acl)#permit host 192.168.1.1
GA-MS24T(config-ip-acl)#exit
GA-MS24T(config)#
手順6.
SNMPを有効にし、SNMPでアクセスするための設定を行います。(サーバ:手順5で作成したリスト名、コミュニティ名:panasonic、権限:read-only)
GA-MS24T(config)#snmp-server
GA-MS24T(config)#snmp-server community panasonic ro access acl1
GA-MS24T(config)#
手順7.
SNMP TRAPを有効にし、SNMPサーバにTRAPを送信する設定を行います。(サーバ:192.168.1.1、コミュニティ名:panasonic、バージョン:v2c)
GA-MS24T(config)#snmp-server enable traps
GA-MS24T(config)#snmp-server enable traps snmp linkdown
GA-MS24T(config)#snmp-server host 192.168.1.1 version 2c panasonic
GA-MS24T(config)#exit
GA-MS24T#
手順8.
設定を保存します。
GA-MS24T#copy running-config startup-config
Destination filename startup-config? [y/n]:
ここで y を入力します。
Saving all configurations to NV-RAM.......... Done. と表示されたら設定保存完了です。
サンプルコンフィグ(GA-MS24T)
この設定例についてのアンケート
ここからサブメニューです。