hostname 米兰体育中国官方网站A interface ewan 1 ip address 192.0.2.6 255.255.255.252 exit interface lan 1 ip address 192.168.1.1 255.255.255.0 exit router bgp 65000 neighbor 192.0.2.5 remote-as 65000 network 192.0.2.4 255.255.255.252 redistribute connected exit end
hostname 米兰体育中国官方网站B interface ewan 1 ip address 192.0.2.1 255.255.255.252 exit interface lan 1 ip address 192.0.2.5 255.255.255.252 exit router rip network 192.0.2.0 255.255.255.252 redistribute bgp exit router bgp 65000 neighbor 192.0.2.6 next-hop-self neighbor 192.0.2.6 remote-as 65000 network 192.0.2.4 255.255.255.252 redistribute rip exit end
hostname 米兰体育中国官方网站C interface ewan 1 ip address 192.0.2.2 255.255.255.252 exit interface lan 1 ip address 192.168.2.1 255.255.255.0 exit router rip network 192.0.2.0 255.255.255.252 redistribute connected exit end
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
特権ユーザモードへの移行 パスワードの入力 米兰体育中国官方网站情報の初期化 米兰体育中国官方网站モードの変更 米兰体育中国官方网站入力 米兰体育中国官方网站保存 装置再起動 |
Router>enable Enter password: Router# Router#clear working.cfg Router# Router#configure terminal Router(config)#hostname 米兰体育中国官方网站A 米兰体育中国官方网站A(config)#interface ewan 1 米兰体育中国官方网站A(config-if ewan 1)#ip address 192.0.2.6 255.255.255.252 米兰体育中国官方网站A(config-if ewan 1)#exit 米兰体育中国官方网站A(config)#interface lan 1 米兰体育中国官方网站A(config-if lan 1)#ip address 192.168.1.1 255.255.255.0 米兰体育中国官方网站A(config-if lan 1)#exit 米兰体育中国官方网站A(config)#router bgp 65000 米兰体育中国官方网站A(config-bgp)#neighbor 192.0.2.5 remote-as 65000 米兰体育中国官方网站A(config-bgp)#network 192.0.2.4 255.255.255.252 米兰体育中国官方网站A(config-bgp)#redistribute connected 米兰体育中国官方网站A(config-bgp)#exit 米兰体育中国官方网站A(config)# 米兰体育中国官方网站A(config)#end 米兰体育中国官方网站A# 米兰体育中国官方网站A#save SIDE-A % saving working-config % finished saving 米兰体育中国官方网站A#reset Going to reset with SIDE-A.frm and SIDE-A.cfg. Boot-back not scheduled for next boot. Next rebooting firmware SIDE-A.frm is fine. Are you OK to cold start?(y/n)y |
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
特権ユーザモードへの移行 パスワードの入力 米兰体育中国官方网站情報の初期化 米兰体育中国官方网站モードの変更 米兰体育中国官方网站入力 ※ 米兰体育中国官方网站保存 装置再起動 |
Router>enable Enter password: Router# Router#clear working.cfg Router# Router#configure terminal Router(config)#hostname 米兰体育中国官方网站B 米兰体育中国官方网站B(config)#interface ewan 1 米兰体育中国官方网站B(config-if ewan 1)#ip address 192.0.2.1 255.255.255.252 米兰体育中国官方网站B(config-if ewan 1)#exit 米兰体育中国官方网站B(config)#interface lan 1 米兰体育中国官方网站B(config-if lan 1)#ip address 192.0.2.5 255.255.255.252 米兰体育中国官方网站B(config-if lan 1)#exit 米兰体育中国官方网站B(config)#router rip 米兰体育中国官方网站B(config-rip)#network 192.0.2.0 255.255.255.252 米兰体育中国官方网站B(config-rip)#redistribute bgp 米兰体育中国官方网站B(config-rip)#exit 米兰体育中国官方网站B(config)#router bgp 65000 米兰体育中国官方网站B(config-bgp)#neighbor 192.0.2.6 next-hop-self 米兰体育中国官方网站B(config-bgp)#neighbor 192.0.2.6 remote-as 65000 米兰体育中国官方网站B(config-bgp)#network 192.0.2.4 255.255.255.252 米兰体育中国官方网站B(config-bgp)#redistribute 米兰体育中国官方网站B(config-bgp)#exit 米兰体育中国官方网站B(config)# 米兰体育中国官方网站B(config)#end 米兰体育中国官方网站B# 米兰体育中国官方网站B#save SIDE-A % saving working-config % finished saving 米兰体育中国官方网站B#reset Going to reset with SIDE-A.frm and SIDE-A.cfg. Boot-back not scheduled for next boot. Next rebooting firmware SIDE-A.frm is fine. Are you OK to cold start?(y/n)y |
※:iBGPで米兰体育中国官方网站情報を送る場合、Next Hopは変更されません。
本米兰体育中国官方网站にて、Router Aに広告する経路のNext Hopを自装置(Router B)に書き換えています。
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
特権ユーザモードへの移行 パスワードの入力 米兰体育中国官方网站情報の初期化 米兰体育中国官方网站モードの変更 米兰体育中国官方网站入力 米兰体育中国官方网站保存 装置再起動 |
Router>enable Enter password: Router# Router#clear working.cfg Router# Router#configure terminal Router(config)#hostname 米兰体育中国官方网站C 米兰体育中国官方网站C(config)#interface ewan 1 米兰体育中国官方网站C(config-if ewan 1)#ip address 192.0.2.2 255.255.255.252 米兰体育中国官方网站C(config-if ewan 1)#exit 米兰体育中国官方网站C(config)#interface lan 1 米兰体育中国官方网站C(config-if lan 1)#ip address 192.168.2.1 255.255.255.0 米兰体育中国官方网站C(config-if lan 1)#exit 米兰体育中国官方网站C(config)#router rip 米兰体育中国官方网站C(config-rip)#network 192.0.2.0 255.255.255.252 米兰体育中国官方网站C(config-rip)#redistribute connected 米兰体育中国官方网站C(config-rip)#exit 米兰体育中国官方网站C(config)# 米兰体育中国官方网站C(config)#end 米兰体育中国官方网站C# 米兰体育中国官方网站C#save SIDE-A % saving working-config % finished saving 米兰体育中国官方网站C#reset Going to reset with SIDE-A.frm and SIDE-A.cfg. Boot-back not scheduled for next boot. Next rebooting firmware SIDE-A.frm is fine. Are you OK to cold start?(y/n)y |
BGP米兰体育中国官方网站。(Router A)
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
ルーティング情報 を表示 ※ |
米兰体育中国官方网站A#show ip bgp BGP table version is 0, local router ID is 192.168.1.1 best,i- internal Origin codes: i - IGP, e - EGP, ? - incomplete NetworkNext HopMetricLocPrfWeightPath *i192.0.2.4/30192.0.2.51000i 0.0.0.0032768? *0.0.0.032768i 192.168.1.00.0.0.0032768? i192.168.2.0192.0.2.521000? |
※:Router CのLAN側のネットワーク(192.168.2.0/24)が、BGPの経路として表示されることを米兰体育中国官方网站してください。
BGP米兰体育中国官方网站。(Router B)
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
ルーティング情報 を表示 ※1 ※2 |
米兰体育中国官方网站B#show ip bgp BGP table version is 0, local router ID is 192.0.2.5 best,i- internal Origin codes: i - IGP, e - EGP, ? - incomplete NetworkNext HopMetricLocPrfWeightPath *i192.0.2.4/30192.0.2.61000i 0.0.0.0032768? i192.168.1.0192.0.2.601000? 192.168.2.0192.0.2.2232768? |
※1:Router AのLAN側のネットワーク(192.168.1.0/24)がBGPの経路として表示されることを米兰体育中国官方网站してください。
※2:Router CのLAN側のネットワーク(192.168.2.0/24)がBGPの経路として表示されることを米兰体育中国官方网站してください。
ネイバー状態を米兰体育中国官方网站します。(Router A)
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
BGPネイバー情報を表示 ※1 ※2 |
米兰体育中国官方网站A#show ip bgp neighbors BGP neighbor is 192.0.2.5, remote AS 65000, local AS 65000, internal link BGP version 4, remote router ID 192.0.2.5 BGP state = Established, up for 00:27:48 Last read 00:00:48, 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 42 messages, 2 notifications, 0 in queue Sent 40 messages, 0 notifications, 0 in queue Route refresh request: received 0, sent 0 Minimum time between advertisement runs is 5 seconds For address family: IPv4 Unicast Index 1, Offset 0, Mask 0x2 Community attribute sent to this neighbor (both) 2 accepted prefixes 2 announced prefixes Connections established 3; dropped 2 Local host: 192.0.2.6, Local port: 179 Foreign host: 192.0.2.5, Foreign port: 65523 Nexthop: 192.0.2.6 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off |
※1:BGP neighborにRouter BのIPアドレスが表示されることを米兰体育中国官方网站してください。
※2:BGP stateがEstablishedになっていることを米兰体育中国官方网站してください。
ネイバー状態を米兰体育中国官方网站します。(Router B)
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
BGPネイバー情報を表示 ※1 ※2 |
米兰体育中国官方网站B#show ip bgp neighbors BGP neighbor is 192.0.2.6, remote AS 65000, local AS 65000, internal link BGP version 4, remote router ID 192.168.1.1 BGP state = Established, up for 00:28:10 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 39 messages, 0 notifications, 0 in queue Sent 49 messages, 2 notifications, 0 in queue Route refresh request: received 0, sent 0 Minimum time between advertisement runs is 5 seconds For address family: IPv4 Unicast Index 1, Offset 0, Mask 0x2 NEXT_HOP is always this router Community attribute sent to this neighbor (both) 2 accepted prefixes 2 announced prefixes Connections established 3; dropped 2 Local host: 192.0.2.5, Local port: 65523 Foreign host: 192.0.2.6, Foreign port: 179 Nexthop: 192.0.2.5 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off |
※1:BGP neighborにRouter AのIPアドレスが表示されることを米兰体育中国官方网站してください。
※2:BGP stateがEstablishedになっていることを米兰体育中国官方网站してください。
米兰体育中国官方网站。(Router A)
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
ルーティング情報を表示 ※ |
米兰体育中国官方网站A#show ip route Max entry: 10000 (Commonness in IPv4 and IPv6) Active entry:4 (IPv4), 2 (IPv6) Peak:4 Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction - selected route, * - FIB route, p - stale info. 米兰体育中国官方网站27.0.0.0/8 is directly connected, LOOP0 米兰体育中国官方网站92.0.2.4/30 is directly connected, EWAN1 米兰体育中国官方网站92.168.1.0/24 is directly connected, LAN 米兰体育中国官方网站92.168.2.0/24 [200/2] via 192.0.2.5, EWAN1, 00:24:10 |
※:Router CのLAN側のネットワーク(192.168.2.0/24)がBGPの経路として表示されていることを米兰体育中国官方网站してください。
米兰体育中国官方网站。(Router B)
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
ルーティング情報を表示 ※1 ※2 |
米兰体育中国官方网站B# show ip route Max entry: 10000 (Commonness in IPv4 and IPv6) Active entry:5 (IPv4), 2 (IPv6) Peak:6 Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction - selected route, * - FIB route, p - stale info. 米兰体育中国官方网站27.0.0.0/8 is directly connected, LOOP0 米兰体育中国官方网站92.0.2.0/30 is directly connected, EWAN1 米兰体育中国官方网站92.0.2.4/30 is directly connected, LAN 米兰体育中国官方网站92.168.1.0/24 [200/0] via 192.0.2.6, LAN, 00:28:53 米兰体育中国官方网站92.168.2.0/24 [120/2] via 192.0.2.2, EWAN1, 00:31:12 |
※1:Router AのLAN側のネットワーク(192.168.1.0/24)が、BGPの経路として表示されていることを米兰体育中国官方网站してください。
※2:Router CのLAN側のネットワーク(192.168.2.0/24)が、RIPの経路として表示されていることを米兰体育中国官方网站してください。
米兰体育中国官方网站。(Router C)
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
ルーティング情報を表示 ※ |
米兰体育中国官方网站C#show ip route Max entry: 10000 (Commonness in IPv4 and IPv6) Active entry:4 (IPv4), 2 (IPv6) Peak:4 Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction - selected route, * - FIB route, p - stale info. 米兰体育中国官方网站27.0.0.0/8 is directly connected, LOOP0 米兰体育中国官方网站92.0.2.0/30 is directly connected, EWAN1 米兰体育中国官方网站92.168.1.0/24 [120/2] via 192.0.2.1, EWAN1, 00:29:14 米兰体育中国官方网站92.168.2.0/24 is directly connected, LAN |
※:Router AのLAN側のネットワーク(192.168.1.0/24)がRIPの経路として表示されていることを米兰体育中国官方网站してください。
データ通信が行えることを米兰体育中国官方网站します。
例:米兰体育中国官方网站Aより ping 192.168.2.1 source-interface lan 1を実施します。
米兰体育中国官方网站内容 | 画面表示例 |
---|---|
pingを実行する ping応答あり |
米兰体育中国官方网站A#ping 192.168.2.1 source-interface lan 1 Sending 5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms |