子网划分:
如何去合理的分配地址
总共需要多少个网段? 14个网段
环回接口8个+6个
192.168.1.0/14 借4位
192.168.1.0/28
192.168.1.16/28
192.168.1.32/28
192.168.1.48/28
可用地址数量是多少?14个地址
子网划分第多少位的时候,只有两个可用的IP地址
- --子网划分的极限---/30
骨干链路---只需要两个地址---直接划分到三十位
可用汇总的
一段地址---借1位---两段地址
骨干链路---1段地址---划分6段
192.168.1.0/27 借三位 30位
192.168.1.0/30
192.168.1.4/30
192.168.1.8/30
192.168.1.12/30
192.168.1.16/30
192.168.1.20/30
192.168.1.24/30----可用不用----预留出来
192.168.1.28/30
R1的环回----1段地址---划分2段
192.168.1.32/27
192.168.1.32/28
192.168.1.48/28
R2的环回----1段地址---划分2段
192.168.1.64/27
192.168.1.64/28
192.168.1.80/28
R3的环回----1段地址---划分2段
192.168.1.96/27
192.168.1.96/28
192.168.1.112/28
R4的环回----1段地址---划分2段
192.168.1.128/27
192.168.1.128/28
192.168.1.144/28
192.168.1.0/27
192.168.1.32/27
192.168.1.64/27
192.168.1.96/27
192.168.1.128/27
192.168.1.16027----可以不用---预留出来
192.168.1.192/27
192.168.1.224/27
第一步:划分IP地址---根据实验需求
第二步:部署IP地址
第三步:书写静态路由
R1接口的配置
G0/0/0 192.168.1.1 30
G0/0/1 192.168.1.22 30
R2的接口配置
R3的接口配置
G0/0/0 192.168.1.21 30
G0/0/1 192.168.1.18 30
R4的接口配置
R5接口配置
R1的环回接口和静态路由
[R1]ip route-static 192.168.1.4 30 192.168.1.2
[R1]ip route-static 192.168.1.8 30 192.168.1.2
[R1]ip route-static 192.168.1.8 30 192.168.1.21
[R1]ip route-static 192.168.1.12 30 192.168.1.2
[R1]ip route-static 192.168.1.12 30 192.168.1.21
[R1]ip route-static 192.168.1.16 30 192.168.1.21
[R1]ip route-static 192.168.1.64 27 192.168.1.2
[R1]ip route-static 192.168.1.96 27 192.168.1.21
[R1]ip route-static 192.168.1.128 27 192.168.1.2
[R1]ip route-static 192.168.1.128 27 192.168.1.21
R2的环回接口和静态路由
[R2]ip route-static 192.168.1.20 30 192.168.1.1
[R2]ip route-static 192.168.1.16 30 192.168.1.6
[R2]ip route-static 192.168.1.8 30 192.168.1.6
[R2]ip route-static 192.168.1.12 30 192.168.1.6
[R2]ip route-static 192.168.1.32 27 192.168.1.1
[R2]ip route-static 192.168.1.96 27 192.168.1.1
[R2]ip route-static 192.168.1.96 27 192.168.1.6
[R2]ip route-static 192.168.1.128 27 192.168.1.6
R3的环回接口和静态路由
LookBack 0 192.168.1.97 28
[R3]ip route-static 192.168.1.0 30 192.168.1.22
[R3]ip route-static 192.168.1.4 30 192.168.1.17
[R3]ip route-static 192.168.1.8 30 192.168.1.17
[R3]ip route-static 192.168.1.12 30 192.168.1.17
[R3]ip route-static 192.168.1.32 27 192.168.1.22
[R3]ip route-static 192.168.1.64 27 192.168.1.22
[R3]ip route-static 192.168.1.64 27 192.168.1.17
[R3]ip route-static 192.168.1.128 27 192.168.1.17
R4的环回接口和静态路由
[R4]ip route-static 192.168.1.0 30 192.168.1.5
[R4]ip route-static 192.168.1.20 30 192.168.1.18
[R4]ip route-static 192.168.1.64 27 192.168.1.5
[R4]ip route-static 192.169.1.32 27 192.158.1.5
[R4]ip route-static 192.169.1.32 27 192.158.1.18
[R4]ip route-static 192.168.1.96 27 192.168.1.18
R5的环回接口和静态路由
[R5]ip route-static 192.168.1.0 30 192.168.1.9
[R5]ip route-static 192.168.1.4 30 192.168.1.9
[R5]ip route-static 192.168.1.16 30 192.168.1.9
[R5]ip route-static 192.168.1.20 30 192.168.1.9
[R5]ip route-static 192.168.1.32 27 192.168.1.9
[R5]ip route-static 192.168.1.64 27 192.168.1.9
[R5]ip route-static 192.168.1.96 27 192.168.1.9
[R5]ip route-static 192.168.1.128 27 192.168.1.9
R1配置缺省路由
R2配置缺省路由
R3配置缺省路由
R4配置缺省路由