Re: 問題ID: 1268 トラッキング
arashi1977
居住地: 広島
投稿数: 1715
引用:
CLIでのコマンドヘルプからすると、GLBPのトラッキングはインタフェーストラッキングみたいですよ
VRRPの場合は、おっしゃる通りオブジェクトトラッキングですね
GLBPのインタフェーストラッキングを適用するのはこんな感じです。
上記について、GLBPもインターフェーストラッキングは設定できないのではないでしょうか?
CLIでのコマンドヘルプからすると、GLBPのトラッキングはインタフェーストラッキングみたいですよ
Router(config-if)#glbp 1 ?
authentication Authentication method
forwarder Forwarder configuration
ip Enable group and set virtual IP address
load-balancing Load balancing method
name Redundancy name
preempt Overthrow lower priority designated routers
priority Priority level
timers Adjust GLBP timers
weighting Gateway weighting and tracking
Router(config-if)#glbp 1 weighting ?
<1-254> Weighting maximum value
track Interface tracking <--- ここ
Router(config-if)#glbp 1 weighting track ?
<1-1000> Tracked object
Router(config-if)#vrrp 1 ?
authentication Authentication string
description Group specific description
ip Enable Virtual Router Redundancy Protocol (VRRP) for IP
name Register unique name with VRRS
preempt Enable preemption of lower priority Master
priority Priority of this VRRP group
shutdown Disable VRRP Configuration
timers Set the VRRP timers
track Event Tracking <--- ここ
Router(config-if)#vrrp 1 track ?
<1-1000> Tracked object
Router(config)# track 1 interface fa0/1 line-protocol
Router(config)# interface fa0/24
Router(config-if)# glbp 1 ip 10.1.1.1
Router(config-if)# glbp 1 weighting track 1 decrement 100
投稿ツリー
-
問題ID: 1268 トラッキング
(tk_variety, 2014-6-20 9:39)
- Re: 問題ID: 1268 トラッキング (arashi1977, 2014-6-20 13:30)
-
Re: 問題ID: 1268 トラッキング
(tk_variety, 2014-6-20 14:20)
-
Re: 問題ID: 1268 トラッキング
(arashi1977, 2014-6-20 15:23)
- Re: 問題ID: 1268 トラッキング (tk_variety, 2014-6-20 17:06)
-
Re: 問題ID: 1268 トラッキング
(arashi1977, 2014-6-20 15:23)