最近在做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[……]