最近在做BGP練習,在做下面的拓撲的時候遇到了一些問題,拓撲是這樣的
我這樣配置了網段:
其中
1 2 3 4 5 6 7 8 9 10 11 12 13 |
R1 R1(config-if)#do sh ip int br Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES unset administratively down down Serial1/0 192.168.12.1 YES manual up up Serial1/1 192.168.13.1 YES manual up up Loopback1 1.1.1.1 YES manual up up |
1 2 3 4 5 6 7 8 9 |
R2 Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES unset administratively down down Serial1/0 192.168.12.2 YES manual up up Serial1/1 192.168.24.2 YES manual up up |
1 2 3 4 5 6 7 8 9 |
R3 Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES unset administratively down down Serial1/0 192.168.13.3 YES manual up up Serial1/1 192.168.35.3 YES manual up up |
1 2 3 4 5 6 7 8 9 |
R4 Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES unset administratively down down Serial1/0 192.168.24.4 YES manual up up Serial1/1 192.168.45.4 YES manual up up |
[CR[……]