17. その他設定

17.1. DHCPリレーエージェントを使用する

DHCPリレーエージェントの設定例です。

../_images/17.1.png

設定

本装置の設定

Router# configure
Router(config)# interface GigaEthernet0.0
Router(config-GigaEthernet0.0)# ip address 10.0.0.1/24
Router(config-GigaEthernet0.0)# no shutdown
Router(config-GigaEthernet0.0)# exit
Router(config)# interface GigaEthernet2.0
Router(config-GigaEthernet2.0)# ip address 192.168.0.254/24
Router(config-GigaEthernet2.0)# ip dhcp-relay enable
Router(config-GigaEthernet2.0)# ip dhcp-relay server 10.0.0.254
Router(config-GigaEthernet2.0)# no shutdown
Router(config-GigaEthernet2.0)# exit
Router(config)#

本装置の解説

interface GigaEthernet2.0
  ip dhcp-relay enable
  ip dhcp-relay server 10.0.0.254
DHCPリレーエージェント機能を有効化します。
DHCPサーバーのIPアドレスを設定します。

17.2. SNTPクライアントを使用する

NTPサーバーに時刻同期を行います。

../_images/17.2.png

設定

本装置の設定

Router# configure
Router(config)# ntp server 192.168.0.1
Router(config)# interface GigaEthernet2.0
Router(config-GigaEthernet2.0)# ip address 192.168.0.254/24
Router(config-GigaEthernet2.0)# no shutdown
Router(config-GigaEthernet2.0)# exit
Router(config)#

解説

ntp server 192.168.0.1

NTPサーバー、もしくはSNTPサーバーのアドレスを指定します。

17.3. SNMPエージェントを使用する

SNMPエージェント機能を使用して、SNMPマネージャーによりMIB情報とトラップを取得できるように設定します。

../_images/17.3.png

設定

本装置の設定

Router# configure
Router(config)# hostname my-router
my-router(config)# snmp-agent view mib-view 1.3.6.1.2.1
my-router(config)# snmp-agent ip trap-source GigaEthernet2.0
my-router(config)# snmp-agent ip community sample-comu view mib-view
my-router(config)# snmp-agent ip host 192.168.0.1 sample-comu version 2
my-router(config)# snmp-agent contact my-name
my-router(config)# snmp-agent location my-room
my-router(config)# interface GigaEthernet2.0
my-router(config-GigaEthernet2.0)# ip address 192.168.0.254/24
my-router(config-GigaEthernet2.0)# snmp-agent ip enable
my-router(config-GigaEthernet2.0)# no shutdown
my-router(config-GigaEthernet2.0)# exit
my-router(config)#

解説

hostname my-router
本装置のホスト名を設定します。
ここで設定した文字列は、System MIBのsysName設定値になります。
sysNameには、一般的に管理のために付けられた本装置の名前を記入します。
snmp-agent view mib-view 1.3.6.1.2.1
SNMPマネージャーが取得できるMIB情報を限定するときに本コマンドを使用します。
本例の場合、 1.3.6.1.2.1(MIBⅡ) のみ取得可能になります。
snmp-agent ip trap-source GigaEthernet2.0

トラップの送信元インタフェースを設定します。

snmp-agent ip community sample-comu view mib-view

SNMPコミュニティー名 : sample-comu と、MIBビューの設定( MIBⅡのみ )を行います。

snmp-agent ip host 192.168.0.1 sample-comu version 2

トラップの宛先IPアドレスを設定します。

snmp-agent contact my-name
System MIB(1.3.6.1.2.1.1)で取得するsysContactの値を文字列で設定します。
sysContactには、一般的に本装置を管理する人の名前や連絡先を記入します。
snmp-agent location my-room
System MIBで取得するsysLocationの値を文字列で設定します。
sysLocationには、一般的に本装置が設定されている物理的な場所を記入します。
interface GigaEthernet2.0
  snmp-agent ip enable

SNMPエージェント機能を有効化します。

17.4. syslogサーバーにログを送信する

syslogサーバーに取得したログを送信します。

../_images/17.4.png

設定

本装置の設定

Router# configure
Router(config)# syslog enable
Router(config)# syslog function all warn
Router(config)# syslog ip host 192.168.0.1
Router(config)# interface GigaEthernet2.0
Router(config-GigaEthernet2.0)# ip address 192.168.0.254/24
Router(config-GigaEthernet2.0)# no shutdown
Router(config-GigaEthernet2.0)# exit
Router(config)#

解説

syslog enable
syslog function all warn

ログ取得(取得する機能 : all 、取得レベル : warn )の設定です。

syslog ip host 192.168.0.1

syslogサーバーの宛先IPアドレスを設定します。

17.5. ポートモニターを使用する

ポートモニター機能を使って、本装置のSW-HUBポートで送受信したトラフィックを別のSW-HUBポートにミラーリングできます。
本例では、SW-HUBポート内のポート1で送受信したパケットをポート8にミラーリングします。
../_images/17.5.png

設定

本装置の設定

Router# configure
Router(config)# device GigaEthernet2
Router(config-GigaEthernet2)# port 1 mirror-port 8 both
Router(config-GigaEthernet2)# vlan-group 1 port 8
Router(config-GigaEthernet2)# exit
Router(config)# interface GigaEthernet2.0
Router(config-GigaEthernet2.0)# ip address 192.168.0.254/24
Router(config-GigaEthernet2.0)# no shutdown
Router(config-GigaEthernet2.0)# exit
Router(config)#

解説

device GigaEthernet2
  port 1 mirror-port 8 both
  vlan-group 1 port 8
モニターポートをポート : 1、ミラーポートをポート : 8、モニターするトラフィックの方向を both (双方向)に設定します。
ミラーポートに設定したポート : 8 を、モニターポートとは別のポートVLANに設定します。