Re: 問題ID: 1268 トラッキング

この質問の投稿一覧へ

なし Re: 問題ID: 1268 トラッキング

msg# 1.1
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2014-6-20 13:30 | 最終変更
arashi1977  長老 居住地: 広島  投稿数: 1715
引用:
上記について、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
VRRPの場合は、おっしゃる通りオブジェクトトラッキングですね
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

GLBPのインタフェーストラッキングを適用するのはこんな感じです。
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

投稿ツリー

  >フォーラム検索へ


Copyright (c) 2020 Ping-t All rights reserved.