骨干链路的链接至少是需要两个路由地址(而一个网段的极限可用网址为/30 ---2^2-2=2位)
所以:骨干的地址的配置为骨干链路:R1-R2:192.168.1.0/30;R2-R4:192.168.1.4/30;R1-R3:192.168.1.8/30;R3-R4:192.168.1.12/30;R4-R5:192.168.1.16/30;R4-R5:192.168.1.20/30
//R1
[R1]interface g0/0/0
[R1-GigabitEthernet0/0/0]ip address 192.168.1.1 30
Nov 10 2021 13:49:42-08:00 R1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[R1-GigabitEthernet0/0/0]int g0/0/1
[R1-GigabitEthernet0/0/1]ip address 192.168.1.9 30
Nov 10 2021 13:50:10-08:00 R1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
//R2
[R2-GigabitEthernet0/0/0]ip address 192.168.1.2 30
[R2-GigabitEthernet0/0/1]ip address 192.168.1.5 30
//R3
[R3-G