EIGRP Bandwidth/Delay の確認

スポンサーリンク
スポンサーリンク

NOTE

BandwidthとDelay の変更はポリシーでできるが、結果はshow interface からは確認ができない。

moquery で確認。

 

変更前デフォルトは0 と表記されるが、実際はbandwidth は物理IFの速度に応じた値、delay は10 msec

Leaf201# moquery -c eigrpIfAf
Total Objects shown: 1

# eigrp.IfAf
type         : ipv4-ucast
authStatus   : no
bw           : 0
childAction  :
ctrl         : nh-self,split-horizon
delay        : 0
delayUnit    : tens-of-micro
dn           : sys/eigrp/inst-default/dom-TN-1:VRF-1/if-[eth1/11]/af-ipv4-ucast
helloIntvl   : 5
holdIntvl    : 15
lcOwn        : local
modTs        : 2020-06-20T15:00:00.748+09:00
name         :
rn           : af-ipv4-ucast
status       :

Leaf201#

変更後

Leaf201# moquery -c eigrpIfAf
Total Objects shown: 1

# eigrp.IfAf
type         : ipv4-ucast
authStatus   : no
bw           : 200000
childAction  :
ctrl         : nh-self,split-horizon
delay        : 200
delayUnit    : tens-of-micro
dn           : sys/eigrp/inst-default/dom-TN-1:VRF-1/if-[eth1/11]/af-ipv4-ucast
helloIntvl   : 5
holdIntvl    : 15
lcOwn        : local
modTs        : 2020-06-20T15:10:00.763+09:00
name         :
rn           : af-ipv4-ucast
status       :

Leaf201#

コメント