BGPピアに関する情報を表示します。
また、BGPピアのIPアドレスを指定し、オプションを指定することにより、指定したBGPピアに送信した/BGPピアから受信した経路の情報を表示することもできます。
Router#show ip bgp neighbors BGP neighbor is 192.168.10.2, remote AS 1, external link BGP version 4, remote router ID 192.168.10.2 BGP state = Established, up for 00:19:11 Last read 00:00:10, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: Route refresh: advertised and received(old and new) Address family IPv4 Unicast: advertised and received Received 79 messages, 0 notifications, 0 in queue Sent 135 messages, 1 notifications, 0 in queue Route refresh request: received 0, sent 0 Minimum time between advertisement runs is 0 seconds For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor Outbound path policy configured Route map for outgoing advertisements is *com-add 0 accepted prefixes Connections established 3; dropped 2 Local host: 192.168.10.1, Local port: 179 Foreign host: 192.168.10.2, Foreign port: 1032 Nexthop: 192.168.10.1 Read thread: on Write thread: off
項 目 内 容 BGP neighbor ネイバのIPアドレスを表示します。 remote AS ネイバのAS番号を表示します。 local AS 自身のAS番号を表示します。 internal link リンクの状態(internal or external)を表示します。 BGP version BGPのバージョンを表示します。 remote router ネイバのルータIDを表示します。 BGP state BGPの状態を表示します。 up for セッションが有効になってからの経過時間(時:分:秒) Last read このネイバから最後にメッセージを読んだ時間(時:分:秒) hold time セッションを維持する時間を表示します。 keepalive interval keepaliveを送信する間隔を表示します。
※特定のneighborの情報を参照する場合は、オプションとしてneighborのIPアドレスを指定します。
192.168.10.2から受信した経路情報
Router#show ip bgp neighbors 192.168.10.2 advertised-routes Network Next Hop Metric LocPrf Weight Path *> 172.31.6.33/32 192.168.10.1 32768 100 ? *> 192.168.19.0 192.168.10.1 32768 100 ? *> 192.168.21.0 192.168.10.1 32768 100 ? Total number of prefixes 3 Router#
※フィルター設定に関係なく、受信した全経路を表示します。
Router#show ip bgp neighbors 192.168.10.2 received-routes Network Next Hop Metric LocPrf Weight Path *> 192.168.50.0 192.168.10.2 0 0 1 ? Total number of prefixes 1
項 目 内 容 local router ID bgpのルータIDを表示します。 Network BGPで学習した経路を表示します。 Next Hop Next_HOP属性を表示します。 Metric MULTI_EXIT_DISC属性を表示します。 LocPrf LOCAL_PREF属性を表示します。 Weight この経路に対する重み付けを表示します。 Path AS_PATHを表示します。 Total number of prefixes 総経路数を表示します。
show ip bgp neighbors [ <BGPピアのIPアドレス> [ advertised-route | received-routes | routes ] ]
パラメータ 設定内容 設定範囲 省略時の値 BGPピアのIPアドレス BGPピアを指定する場合に、BGPピアのIPアドレスを指定します IPアドレス形式 全てのBGPピアの情報 advertised-routes AdvertiseしたUPDATEメッセージの情報のみを表示します。 advertised-routes 送受信したアップデートメッセージの情報 received-routes 受信したUPDATEメッセージの情報のみを表示します。 received-routes routes 有効な情報として受理できたUPDATEメッセージの情報のみを表示します。 routes