MGRE综合实验报告

本文档详细记录了MGRE(Multicast GRE)实验的过程,包括DHCP服务器配置,AR1-4的私有网段设计,R1-R4与ISP(R5)之间的PPP认证设置,R3与R5间的HDLC认证,点到点GRE隧道建立,以及全网基于RIP的路由配置。实验中涉及PAP和CHAP认证,GRE多点隧道,NHRP注册,以及RIP的水平分割关闭以实现全网可达。
摘要由CSDN通过智能技术生成

MGRE综合实验

在这里插入图片描述
在这里插入图片描述
实验步骤:
1.先写DHCP服务(动态主机配置协议)
私有网段AR1-4对应内网的不冲突设计
R1-R4的DHCP和网关配置,写完代码,打开PC基础配置将静态改为DHCP
[r1]dhcp enable

[r1]ip pool 1
[r1-ip-pool-1]network 192.168.1.0 mask 24
[r1-ip-pool-1]gateway-list 192.168.1.254
[r1-ip-pool-1]dns-list 8.8.8.8
[r1-ip-pool-1]int g0/0/0
[r1-GigabitEthernet0/0/0]ip address 192.168.1.254 24
[r1-GigabitEthernet0/0/0]dhcp select global


[r2]dhcp enable
Info: The operation may take a few seconds. Please wait for a moment.done.
[r2]ip pool 2
Info: It’s successful to create an IP address pool.
[r2-ip-pool-2]network 192.168.2.0 mask 24
[r2-ip-pool-2]dns-list 8.8.8.8
[r2-ip-pool-2]gateway-list 192.168.2.254
[r2-ip-pool-2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip address 192.168.2.254 24
[r2-GigabitEthernet0/0/0]dhcp select global


[r3]dhcp enable
Info: The operation may take a few seconds. Please wait for a moment.done.
[r3]ip pool 3
Info: It’s successful to create an IP address pool.
[r3-ip-pool-3]network 192.168.3.0 mask 24
[r3-ip-pool-3]dns-list 8.8.8.8
[r3-ip-pool-3]gateway-l

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值