構成定義ガイド

[目次][用語][索引][前へ][次へ]


3.4.4 構成定義情報の運用への反映

<この項の構成>
(1) 運用構成定義情報の場合(定義時に即時反映)
(2) 運用構成定義情報の場合(applyコマンドによる反映)
(3) 予備構成定義情報ファイルの場合(copy backup-configコマンド)

(1) 運用構成定義情報の場合(定義時に即時反映)

router構成定義情報のconfig_update autoが定義されているときは,構成定義コマンドの入力を契機に即時に構成定義情報を運用に反映します。ただし,BGPに関するフィルタ定義の変更内容を運用に反映する場合は,update bgp-filterコマンドを実行する必要があります。

update bgp-filterコマンドを使用すると,

の変更内容を運用に反映できます。

router情報のconfig_update autoが定義済みのときのコマンド入力例を次の図に示します。

図3-17 router情報のconfig_update autoが定義済みのときのコマンド入力例

(config)# router config_update auto ………自動反映モードを設定
(config)# network-filter name SUBSCRIBER-2 ………(1)
[network-filter name SUBSCRIBER-2]
(config)# 192.170.1.0/24 exact ………(2)
[network-filter name SUBSCRIBER-2]
(config)# exit
(config)# route-filter name AS700-OUT ………(3)
[route-filter name AS700-OUT]
(config)# seq 200 match proto bgp as 300 ………(4)
[route-filter name AS700-OUT]
(config)# seq 200 match network-filter SUBSCRIBER-2 ………(5)
[route-filter name AS700-OUT]
(config)# seq 200 set set-attribute MY-COMMUNITY ………(6)
[route-filter name AS700-OUT]
(config)# exit 
(config)# update bgp-filter ………(1)(2)(3)(4)(5)(6)の変更内容が運用に使用されます
(config)#

(2) 運用構成定義情報の場合(applyコマンドによる反映)

router構成定義情報のconfig_update autoが定義されていないときに下記構成定義を,構成定義コマンドの入力を契機に運用に反映します。

ルーティングプロトコル情報の変更内容を運用に反映する場合はapplyコマンドを実行する必要があります。

applyコマンドを使用すると,

の変更内容を運用に反映できます。

router情報のconfig_update autoが定義されていないときのコマンド入力例を次の図に示します。

図3-18 router情報のconfig_update autoが定義されていないときのコマンド入力例

(config)# rip yes………(1)
[rip]
(config)# broadcast ………(2)
[rip]
(config)# interface all………(3)
[rip interface all]
(config)# ripin………(4)
[rip interface all]
(config)# ripout ………(5)
[rip interface all]
(config)# exit
[rip]
(config)#exit
(config)# export proto rip interface 10.2.1.2………(6)
[export proto rip interface 10.2.1.2]
(config)# proto direct………(7)
[export proto rip interface 10.2.1.2 proto direct]
(config)# 10.1.1.0 masklen 24 ………(8)
[export proto rip interface 10.2.1.2 proto direct]
(config)# apply ………(1)(2)(3)(4)(5)(6)(7)(8)の変更内容が運用に使用されます
[export proto rip interface 10.2.1.2 proto direct]
(config)#

(3) 予備構成定義情報ファイルの場合(copy backup-configコマンド

copy backup-configコマンドを使用すると,予備構成定義情報ファイルがMCの現用構成定義情報ファイルにコピーされると同時に,メモリ上の運用構成定義情報にもコピーされ,運用に反映されます。なお,このときに運用中のポートが再起動するため,ネットワーク経由でログインしている場合は通信が切断されますのでご注意ください。

copy backup-configコマンドを使用した例を次の図に示します。

図3-19 copy backup-configコマンドの使用例

[図データ]

[目次][前へ][次へ]


[他社商品名称に関する表示]

Copyright (c)2005 ALAXALA Networks Corporation. All rights reserved.