静态综合实验

 配置IP地址

R1

R2

 R3

PC获取地址

   R4

R5

R6

 配置静态路由和缺省

R1
[R1]ip route-static 0.0.0.0 0.0.0.0 192.168.1.2
[R1]ip route-static 0.0.0.0 0.0.0.0 192.168.1.6
[R1]ip route-static 192.168.1.65 28 192.168.1.2
[R1]ip route-static 192.168.1. 81 28 192.168.1.2
[R1]ip route-static 192.168.1.128 28 192.168.1.2
[R1]ip route-static 192.168.1.8 30 192.168.1.2
[R1]ip route-static 192.168.1.12 30 192.168.1.6
[R1]ip route-static 192.168.1.144 28 192.168.1.6
[R1]ip route-static 192.168.1.224 27 192.168.1.6
[R1]ip route-static 192.168.1.32 28 NULL 0
[R1]ip route-static 192.168.1.48 28 NULL 0

R2
[R2]ip route-static 0.0.0.0 0.0.0.0 192.168.1.10
[R2]ip route-static 192.168.1.32 28 192.168.1.1
[R2]ip route-static 192.168.1.48 28 192.168.1.1
[R2]ip route-static 192.168.1.4 30 192.168.1.1
[R2]ip route-static 192.168.1.224 27 192.168.1.1
[R2]ip route-static 192.168.1.224 27 192.168.1.10
[R2]ip route-static 192.168.1.64 28 NULL 0
[R2]ip route-static 192.168.1.80 28 NULL 0

 R3
[R3]ip route-static 0.0.0.0 0.0.0.0 192.168.1.14
[R3]ip route-static 192.168.1.32 28 192.168.1.5
[R3]ip route-static 192.168.1.48 28 192.168.1.5
[R3]ip route-static 192.168.1.0 30 192.168.1.5
[R3]ip route-static 192.168.1.64 28 192.168.1.5
[R3]ip route-static 192.168.1.80 28 192.168.1.14

 R4
[R4]ip route-static 0.0.0.0 0.0.0.0 192.168.1.22
[R4]ip route-static 0.0.0.0 0.0.0.0 192.168.1.18 preference 61
[R4]ip route-static 192.168.1.64 28 192.168.1.9
[R4]ip route-static 192.168.1.80 28 192.168.1.9
[R4]ip route-static 192.168.1.0 30 192.168.1.9
[R4]ip route-static 192.168.1.32 28 192.168.1.9
[R4]ip route-static 192.168.1.48 28 192.168.1.13
[R4]ip route-static 192.168.1.4 30 192.168.1.13
[R4]ip route-static 192.168.1.224 27 192.168.1.13
[R4]ip route-static 192.168.1.128 28 NULL 0
[R4]ip route-static 192.168.1.144 28 NULL 0

[R5
[R5]ip route-static 0.0.0.0 0.0.0.0 12.0.0.2
[R5]ip route-static 192.168.1.0 24 192.168.1.21
[R5]ip route-static 192.168.1.0 24 192.168.1.17 preference 61

R5
nat配置
[R5]acl 2000
[R5-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255
[R5-acl-basic-2000]int g 0/0/0
[R5-GigabitEthernet0/0/0]nat outbound 2000
端口映射
[R5-GigabitEthernet0/0/0]int g 0/0/1
[R5-GigabitEthernet0/0/1]nat server protocol tcp global current-interface 23 ins
ide 192.168.1.33 23
Are you sure to continue?[Y/N]:y

R1
[R1]aaa
[R1-aaa]local-user root privilege level 3 password cipher root
[R1-aaa]local-user root service-type telnet
[R1-aaa]q
[R1]user-interface vty 0 4
[R1-ui-vty0-4]authentication-mode aaa

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
对于ensp校园网络综合实验,可以提供一些基本的信息和指导。ensp是华为提供的一款校园网络模拟器,用于模拟和实验校园网络环境。综合实验通常是在ensp上进行的,旨在让学生实践和掌握校园网络的配置、管理和故障排除等技能。 在进行ensp校园网络综合实验时,你可以尝试以下步骤: 1. 确保已经安装和配置好ensp模拟器,并且具备相应的许可证。 2. 确定实验的目标和要求,例如配置特定的网络拓扑、实现某种网络服务等。 3. 创建合适的网络拓扑,在ensp中添加路由器、交换机、终端设备等,并连接它们以构建所需的网络环境。 4. 配置设备的基本参数,例如IP地址、子网掩码等。 5. 配置路由器之间的路由协议,如静态路由或动态路由协议(如OSPF、RIP等),以实现路由功能。 6. 配置交换机的VLAN、端口安全等功能,以实现交换功能。 7. 配置网络服务,如DHCP服务器、NAT等,以提供IP地址分配和互联网访问等功能。 8. 运行和测试实验,验证配置的正确性和网络功能的可用性。 9. 如有必要,排除实验中出现的故障或问题。 10. 总结实验结果,总结经验和教训。 以上是一个基本的ensp校园网络综合实验的流程,具体的实验内容和步骤可能因学校或教学机构的要求而有所不同。如果需要更详细的指导或帮助,请向你的教师或指导员咨询。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值