キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 
cancel
597
閲覧回数
0
いいね!
0
コメント
CscTsWebDocs
Community Member

2013年1月25日(初版)

TAC SR Collection
主な問題

IOS XR で動作するルータにおいて、BGP の設定で attribute を変更するような outbound policy を設定している場合 "show bgp vpnv4 unicast advertised neighbor" の出力で attribute 情報が正常に出力されません。この問題は、extended community のいくつかの値が outbound policy で変更される場合に発生します。

以下の設定では、 outbound policy で extended community の値を変更しています。

!

extcommunity-set rt test

  1:100,

  1:101,

  1:102

end-set

!

extcommunity-set rt test1

  1:101

end-set

!

route-policy outbound

  if extcommunity rt matches-any test then

    delete extcommunity rt in test1

    prepend as-path 77 3

  endif

end-policy

!

router bgp 100

///snip///

!

neighbor 10.0.101.2

  remote-as 200

  address-family vpnv4 unicast

   route-policy inbound in

   route-policy outbound out

  !

!

この場合、期待される出力は以下にようになります。

RP/0/1/CPU0:Router#show bgp vpnv4 unicast advertised neighbor 10.0.101.2

///snip///

  Attributes after outbound policy was applied:

    next hop: 10.0.0.1

    MET ORG AS EXTCOMM

    origin: incomplete  metric: 0 

    aspath: 100 77 77 77

    extended community: RT:1:102 RT:1:103

しかし、この問題が発生すると以下のような出力になります。

RP/0/1/CPU0:Router#show bgp vpnv4 unicast advertised neighbor 10.0.101.2

///snip///

  Attributes after outbound policy was applied:

    next hop: 10.0.0.1

    MET ORG AS EXTCOMM

    origin: incomplete  metric: 0 

    aspath:

    extended community: RT:1:101 RT:1:102 RT:1:103

原因

この問題は CSCtz08803 において、報告されています。

CSCtz08803

"show bgp vpnv4 unicast advertised neighbor" produces incorrect output

解決策

以下にコマンド出力により、正常な出力を確認することが可能です。

show bgp vpnv4 unicast policy neighbor <neighbor> route-policy <outbound policy>

備考

本不具合は、Bug Search Tool でも確認できます。

Bug  Search Tool で確認できない場合、Bug  Toolkit をご参照ください。


Getting Started

検索バーにキーワード、フレーズ、または質問を入力し、お探しのものを見つけましょう

シスコ コミュニティをいち早く使いこなしていただけるよう役立つリンクをまとめました。みなさんのジャーニーがより良いものとなるようお手伝いします