bgp transport connection-mode
初期設定
transport connection-mode passive
iosv-0(config-router)#neighbor 192.168.12.2 transport connection-mode passive
iosv-1(config-router)#neighbor 192.168.12.2 transport connection-mode passive
iosv-0(config-router)#do sh ip bgp sum | b activity
BGP activity 12/10 prefixes, 13/12 paths, scan interval 60 secs
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
192.168.12.2 4 100 0 0 1 0 0 00:00:28 Idle
192.168.23.3 4 200 0 0 1 0 0 never Idle
両方passiveにするとピアリングできない(そらそう)。
iosv-0(config-router)#neighbor 192.168.12.2 transport connection-mode active
iosv-0(config-router)#do sh ip bgp sum
BGP activity 13/11 prefixes, 14/12 paths, scan interval 60 secs
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
192.168.12.2 4 100 5 5 3 0 0 00:00:09 1
192.168.23.3 4 200 0 0 1 0 0 never Idle
片方activeにするとピアリングできる(そらそう)。
とりたてて難しい話ではないけれども、トラブルシューティングの手札として覚えておく。