milan米兰体育ネットワーク機器の総合ブランド ファイテルネット
milan米兰体育官网
FITELnetトップ製品ラインナップイベント&セミナーセールス&サポート
Routing to the Future FITELnet
ac 米兰官网例
VRRPで2台のac 米兰官网タを冗長する設定
F120を除く全機種対応
説明
2台のac 米兰官网タのLAN側をVRRPでグac 米兰官网プ化し、仮想アドレスを設定することにより、あたかも1台の装置のように見せながら、機器冗長することができます。
ac 米兰官网に故障が発生して、通信できない状況になった場合、バックアップルータが仮想アドレスを引き継いで通信を再開します。
また、ac 米兰官网の故障が復旧した場合はac 米兰官网に通信が切り戻る設定です。
ac 米兰官网C側はOSPFによる経路切替を行います。
構成
コマンドac 米兰官网

Router A

ip route 192.168.1.0 255.255.255.0 192.0.2.10
ip vrrp enable
hostname ac 米兰官网A
interface ewan 1
 ip mtu 1500
 ip address 192.0.2.1 255.255.255.0
exit
interface lan 1
 ip address 192.168.0.1 255.255.255.0
 vrrp 1 address 192.168.0.254
 vrrp 1 priority 200
 vrrp 1 preempt
exit
router ospf
 network 192.0.2.0 0.0.0.255 area 0
 redistribute connected metric 20
 router-id 192.0.2.1
exit
end

Router B

ip route 192.168.1.0 255.255.255.0 192.0.2.10
ip vrrp enable
hostname ac 米兰官网B
interface ewan 1
 ip mtu 1500
 ip address 192.0.2.2 255.255.255.0
exit
interface lan 1
 ip address 192.168.0.2 255.255.255.0
 vrrp 1 address 192.168.0.254
 vrrp 1 priority 100
exit
router ospf
 network 192.0.2.0 0.0.0.255 area 0
 redistribute connected metric 30
 router-id 192.0.2.2
exit
end

Router C

hostname ac 米兰官网C
interface ewan 1
 ip mtu 1500
 ip address 192.0.2.10 255.255.255.0
exit
interface lan 1
 ip address 192.168.1.1 255.255.255.0
exit
router ospf
 network 192.0.2.0 0.0.0.255 area 0
 router-id 192.0.2.10
exit
end
ac 米兰官网手順

Router A

ac 米兰官网が復旧して、バックアップルータから切り替わる場合の動作を指定します。
"vrrp 1 preempt"

ac 米兰官网内容 画面表示例
特権ユーザモードへの移行
パスワードの入力

ac 米兰官网情報の初期化

ac 米兰官网モードの変更
ac 米兰官网入力




















ac 米兰官网保存



装置再起動
Router>enable
Enter password:
Router#
Router#clear working.cfg
Router#
Router#configure terminal
Router(config)#ip route 192.168.1.0 255.255.255.0 192.0.2.10
Router(config)#ip vrrp enable
Router(config)#hostname ac 米兰官网A
ac 米兰官网A(config)#interface ewan 1
ac 米兰官网A(config-if ewan 1)#ip mtu 1500
ac 米兰官网A(config-if ewan 1)#ip address 192.0.2.1 255.255.255.0
ac 米兰官网A(config-if ewan 1)#exit
ac 米兰官网A(config)#interface lan 1
ac 米兰官网A(config-if lan 1)#ip address 192.168.0.1 255.255.255.0
ac 米兰官网A(config-if lan 1)#vrrp 1 address 192.168.0.254
ac 米兰官网A(config-if lan 1)#vrrp 1 priority 200
ac 米兰官网A(config-if lan 1)#vrrp 1 preempt
ac 米兰官网A(config-if lan 1)#exit
ac 米兰官网A(config)#router ospf
ac 米兰官网A(config-ospf)#network 192.0.2.0 0.0.0.255 area 0
ac 米兰官网A(config-ospf)#redistribute connected metric 20
ac 米兰官网A(config-ospf)#router-id 192.0.2.1
ac 米兰官网A(config-ospf)#exit
ac 米兰官网A(config)#
ac 米兰官网A(config)#end
ac 米兰官网A#
ac 米兰官网A#save SIDE-A
% saving working-config
% finished saving

ac 米兰官网A#reset
Going to reset with SIDE-A.frm and SIDE-A.cfg.
Boot-back not scheduled for next boot.
Next rebooting firmware SIDE-A.frm is fine.
Are you OK to cold start?(y/n)y

Router B

ac 米兰官网内容 画面表示例
特権ユーザモードへの移行
パスワードの入力

ac 米兰官网情報の初期化

ac 米兰官网モードの変更
ac 米兰官网入力



















ac 米兰官网保存



装置再起動
Router>enable
Enter password:
Router#
Router#clear working.cfg
Router#
Router#configure terminal
Router(config)#ip route 192.168.1.0 255.255.255.0 192.0.2.10
Router(config)#ip vrrp enable
Router(config)#hostname ac 米兰官网B
ac 米兰官网B(config)#interface ewan 1
ac 米兰官网B(config-if ewan 1)#ip mtu 1500
ac 米兰官网B(config-if ewan 1)#ip address 192.0.2.2 255.255.255.0
ac 米兰官网B(config-if ewan 1)#exit
ac 米兰官网B(config)#interface lan 1
ac 米兰官网B(config-if lan 1)#ip address 192.168.0.2 255.255.255.0
ac 米兰官网B(config-if lan 1)#vrrp 1 address 192.168.0.254
ac 米兰官网B(config-if lan 1)#vrrp 1 priority 100
ac 米兰官网B(config-if lan 1)#exit
ac 米兰官网B(config)#router ospf
ac 米兰官网B(config-ospf)#network 192.0.2.0 0.0.0.255 area 0
ac 米兰官网B(config-ospf)#redistribute connected metric 30
ac 米兰官网B(config-ospf)#router-id 192.0.2.2
ac 米兰官网B(config-ospf)#exit
ac 米兰官网B(config)#
ac 米兰官网B(config)#end
ac 米兰官网B#
ac 米兰官网B#save SIDE-A
% saving working-config
% finished saving

ac 米兰官网B#reset
Going to reset with SIDE-A.frm and SIDE-A.cfg.
Boot-back not scheduled for next boot.
Next rebooting firmware SIDE-A.frm is fine.
Are you OK to cold start?(y/n)y

Router C

ac 米兰官网、バックアップルータから配信してくる経路情報を受け取るためにOSPFを設定をします。

ac 米兰官网内容 画面表示例
特権ユーザモードへの移行
パスワードの入力

ac 米兰官网情報の初期化

ac 米兰官网モードの変更
ac 米兰官网入力














ac 米兰官网保存



装置再起動
Router>enable
Enter password:
Router#
Router#clear working.cfg
Router#
Router#configure terminal
Router(config)#hostname ac 米兰官网C
ac 米兰官网C(config)#interface ewan 1
ac 米兰官网C(config-if ewan 1)#ip mtu 1500
ac 米兰官网C(config-if ewan 1)#ip address 192.0.2.10 255.255.255.0
ac 米兰官网C(config-if ewan 1)#exit
ac 米兰官网C(config)#interface lan 1
ac 米兰官网C(config-if lan 1)#ip address 192.168.1.1 255.255.255.0
ac 米兰官网C(config-if lan 1)#exit
ac 米兰官网C(config)#router ospf
ac 米兰官网C(config-ospf)#network 192.0.2.0 0.0.0.255 area 0
ac 米兰官网C(config-ospf)#router-id 192.0.2.10
ac 米兰官网C(config-ospf)#exit
ac 米兰官网C(config)#
ac 米兰官网C(config)#end
ac 米兰官网C#
ac 米兰官网C#save SIDE-A
% saving working-config
% finished saving

ac 米兰官网C#reset
Going to reset with SIDE-A.frm and SIDE-A.cfg.
Boot-back not scheduled for next boot.
Next rebooting firmware SIDE-A.frm is fine.
Are you OK to cold start?(y/n)y
設定状態のac 米兰官网 1

正常時の各ルータの状態をac 米兰官网します。

ac 米兰官网。

ac 米兰官网内容 画面表示例
VRRP状態のac 米兰官网










状態がMasterなことをac 米兰官网
ac 米兰官网A#show vrrp
VRRP action enable

lan 1 Vrid 1
Priority 200 (Current 200)
Preempt mode “on”
Advertisement interval 1
Local ip address is 192.168.0.1
Virtual router ip address is 192.168.0.254
Virtual MAC address is 00:00:5e:00:01:01
Authentication type is “auth-none”
state: Master
uptime(sec): 984
become master count: 9
advertise receive: 6
error advertise receive: 0

ac 米兰官网。

ac 米兰官网内容 画面表示例
VRRP状態のac 米兰官网










状態がBackupなことをac 米兰官网
ac 米兰官网B#show vrrp
VRRP action enable

lan 1 Vrid 1
Priority 100 (Current 100)
Preempt mode “on”
Advertisement interval 1
Local ip address is 192.168.0.2
Virtual router ip address is 192.168.0.254
Virtual MAC address is 00:00:5e:00:01:01
Authentication type is “auth-none”
state: Backup
uptime(sec): -----
become master count: 4
advertise receive: 8593
error advertise receive: 0

Router Cの経路情報をac 米兰官网します。

ac 米兰官网内容 画面表示例
ac 米兰官网ティング情報を表示







ac 米兰官网C#show ip route
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF
B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction
- selected route, * - FIB route, p - stale info.

* 127.0.0.0/8 is directly connected, LOOP0
O192.0.2.0/24 [110/1] is directly connected, EWAN1, 01:07:24
* 192.0.2.0/24 is directly connected, EWAN1
* 192.168.0.0/24 [110/20] via 192.0.2.1, EWAN1, 00:00:47
* 192.168.1.0/24 is directly connected, LAN

※:OSPFで経路配布される192.168.0.0/24のネットワークアドレスのネクストホップが、マスタールータの IPアドレス(192.0.2.1)になっていることをac 米兰官网してください。

設定状態のac 米兰官网 2

マスタールータ(Router A)のLAN側で障害発生時の各ルータの状態をac 米兰官网します。

ac 米兰官网。

ac 米兰官网内容 画面表示例
VRRP状態のac 米兰官网










状態が初期状態になることをac 米兰官网
ac 米兰官网A#show vrrp
VRRP action enable

lan 1 Vrid 1
Priority 200 (Current 200)
Preempt mode “on”
Advertisement interval 1
Local ip address is 0.0.0.0
Virtual router ip address is 192.168.0.254
Virtual MAC address is 00:00:5e:00:01:01
Authentication type is “auth-none”
state: Initialize
uptime(sec): -----
become master count: 9
advertise receive: 6
error advertise receive: 0

ac 米兰官网。

ac 米兰官网内容 画面表示例
VRRP状態のac 米兰官网










状態がMasterになることをac 米兰官网
ac 米兰官网B#show vrrp
VRRP action enable

lan 1 Vrid 1
Priority 100 (Current 100)
Preempt mode “on”
Advertisement interval 1
Local ip address is 192.168.0.2
Virtual router ip address is 192.168.0.254
Virtual MAC address is 00:00:5e:00:01:01
Authentication type is “auth-none”
state: Master
uptime(sec): 50
become master count: 5
advertise receive: 8649
error advertise receive: 0

Router Cの経路情報をac 米兰官网します。

ac 米兰官网内容 画面表示例
ac 米兰官网ティング情報を表示







ac 米兰官网C#show ip route
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF
B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction
- selected route, * - FIB route, p - stale info.

* 127.0.0.0/8 is directly connected, LOOP0
O192.0.2.0/24 [110/1] is directly connected, EWAN1, 01:11:04
* 192.0.2.0/24 is directly connected, EWAN1
* 192.168.0.0/24 [110/30] via 192.0.2.2, EWAN1, 00:00:53
* 192.168.1.0/24 is directly connected, LAN

※:OSPFで経路配布される192.168.0.0/24のネットワークアドレスのネクストホップが、バックアップルータ のIPアドレス(192.0.2.2)になっていることをac 米兰官网します。

設定状態のac 米兰官网 3

マスタールータ(Router A)のLAN側障害からの復旧時の状態をac 米兰官网します。

ac 米兰官网。

ac 米兰官网内容 画面表示例
VRRP状態のac 米兰官网










状態がMasterになったことをac 米兰官网
ac 米兰官网A#show vrrp
VRRP action enable

lan 1 Vrid 1
Priority 200 (Current 200)
Preempt mode “on”
Advertisement interval 1
Local ip address is 192.168.0.1
Virtual router ip address is 192.168.0.254
Virtual MAC address is 00:00:5e:00:01:01
Authentication type is “auth-none”
state: Master
uptime(sec): 12
become master count: 10
advertise receive: 9
error advertise receive: 0

ac 米兰官网。

ac 米兰官网内容 画面表示例
VRRP状態のac 米兰官网










状態がBackupになったことをac 米兰官网
ac 米兰官网B#show vrrp
VRRP action enable

lan 1 Vrid 1
Priority 100 (Current 100)
Preempt mode “on”
Advertisement interval 1
Local ip address is 192.168.0.2
Virtual router ip address is 192.168.0.254
Virtual MAC address is 00:00:5e:00:01:01
Authentication type is “auth-none”
state: Backup
uptime(sec): -----
become master count: 5
advertise receive: 8679
error advertise receive: 0

Router Cの経路情報をac 米兰官网します。

ac 米兰官网内容 画面表示例
ac 米兰官网ティング情報を表示







ac 米兰官网C#show ip route
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF
B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction
- selected route, * - FIB route, p - stale info.

* 127.0.0.0/8 is directly connected, LOOP0
O192.0.2.0/24 [110/1] is directly connected, EWAN1, 01:13:34
* 192.0.2.0/24 is directly connected, EWAN1
* 192.168.0.0/24 [110/20] via 192.0.2.1, EWAN1, 00:00:52
* 192.168.1.0/24 is directly connected, LAN

※:OSPFで経路配布される192.168.0.0/24のネットワークアドレスのネクストホップが、マスタールータの IPアドレス(192.0.2.1)になっていることをac 米兰官网します。

ページトップへ

ac 米兰官网
All Rights Reserved, Copyright(C) FURUKAWA ELECTRIC CO., LTD. 2012
ac 米兰官网