MGRE+综合实验



1.配置各个物理口的IP地址

PC1:192.168.1.1

PC2:192.168.4.1

PC3:192.168.2.1

PC4:192.168.3.1

[R1]int  g0/0/0
[R1-GigabitEthernet0/0/0]ip add 192.168.1.254 24
Mar 30 2024 14:10:40-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 s4/0/0
[R1-Serial4/0/0]ip add 15.1.1.1 24
[R1-Serial4/0/0]q
[R1]

[R2]int g0/0/0
[R2-GigabitEthernet0/0/0]ip add 192.168.2.254 24
Mar 30 2024 14:15:30-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R2-GigabitEthernet0/0/0]int s4/0/0
[R2-Serial4/0/0]ip add 25.1.1.2 24
[R2-Serial4/0/0]q
[R2]

[R3]int g0/0/0
[R3-GigabitEthernet0/0/0]ip add 192.168.3.254 24
Mar 30 2024 14:17:07-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R3-GigabitEthernet0/0/0]int s4/0/0
[R3-Serial4/0/0]ip add 35.1.1.3 24
[R3-Serial4/0/0]q
[R3]

[R4]int g0/0/1
[R4-GigabitEthernet0/0/1]ip add 192.168.4.254 24
Mar 30 2024 14:18:57-08:00 R4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R4-GigabitEthernet0/0/1]int g 0/0/0
[R4-GigabitEthernet0/0/0]ip add 45.1.1.4 24
Mar 30 2024 14:19:26-08:00 R4 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R4-GigabitEthernet0/0/0]q

[R5]int s 4/0/1
[R5-Serial4/0/1]ip add 15.1.1.5 24
[R5-Serial4/0/1]
Mar 30 2024 14:21:31-08:00 R5 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol PPP
 IPCP on the interface Serial4/0/1 has entered the UP state. 
[R5-Serial4/0/1]int s 3/0/1
[R5-Serial3/0/1]ip add 25.1.1.5 24
[R5-Serial3/0/1]
Mar 30 2024 14:21:53-08:00 R5 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol PPP
 IPCP on the interface Serial3/0/1 has entered the UP state. 
[R5-Serial3/0/1]int s 4/0/0
[R5-Serial4/0/0]ip add 35.1.1.5 24
[R5-Serial4/0/0]
Mar 30 2024 14:22:23-08:00 R5 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol PPP
 IPCP on the interface Serial4/0/0 has entered the UP state. 
[R5-Serial4/0/0]int g0/0/0
[R5-GigabitEthernet0/0/0]ip add 45.1.1.5 24
Mar 30 2024 14:23:17-08:00 R5 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R5-GigabitEthernet0/0/0]q
[R5]
[R5]int l0
[R5-LoopBack0]ip add 5.5.5.5 24
[R5-LoopBack0]

2.通公网

静态缺省

[R1]ip route-static 0.0.0.0 0 15.1.1.5

[R2]ip route-static 0.0.0.0 0 25.1.1.5

[R3]ip route-static 0.0.0.0 0 35.1.1.5

[R4]ip route-static 0.0.0.0 0 45.1.1.5

3.R1和R5之间使用PPP的PAP认证,R5为主认证方

(1)主认证方:

        [R5]aaa
        [R5-aaa]local-user hhp password cipher 12345
        Info: Add a new user.
        [R5-aaa]local-user hhp service-type ppp
        [R5-aaa]q
        [R5]
        [R5]int s4/0/1 
        [R5-Serial4/0/1]ppp authentication-mode PAP
        [R5-Serial4/0/1]q
        [R5]

(2)被认证方:

        [R1]int s4/0/0
        [R1-Serial4/0/0]ppp pap local-user hhp password cipher 12345
        [R1-Serial4/0/0]q
        [R1]

4.R2和R5之间使用PPP的chap认证,R5为主认证方

(1)主认证方:

        [R5]aaa 
        [R5-aaa]local-user hhp2 password cipher 123456
        Info: Add a new user.
        [R5-aaa]local-user hhp2 service-type ppp
        [R5-aaa]q
        [R5]int s3/0/1
        [R5-Serial3/0/1]ppp authentication-mode chap
        [R5-Serial3/0/1]q
        [R5]

(2)被认证方:

        [R2]int s 4/0/0
        [R2-Serial4/0/0]ppp chap user hhp2
        [R2-Serial4/0/0]ppp chap password cipher 123456

5.R3与R5之间使用HDLC封装

(1)R3上的配置:

        [R3]int s4/0/0
        [R3-Serial4/0/0]link-p    
        [R3-Serial4/0/0]link-protocol hdlc
        Warning: The encapsulation protocol of the link will be changed. Continue? [Y/N]
        :y

(2)R5上的配置:

        [R5]int s4/0/0
        [R5-Serial4/0/0]link-protocol Hdlc
        Warning: The encapsulation protocol of the link will be changed. Continue? [Y/N]
        :y

6.R1,R2,R3,构成一个MGRE环境,R1为站点中心;

MGRE VPN:10.1.2.0/24

创建隧道Tunnel 0/0/0,并加入到同一个nhrp中,配置如下:


[R1]int Tunnel 0/0/0
[R1-Tunnel0/0/0]ip add 10.1.2.1 24 
[R1-Tunnel0/0/0]tunnel-protocol gre p2mp 
[R1-Tunnel0/0/0]source 15.1.1.1
Mar 30 2024 15:09:20-08:00 R1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface Tunnel0/0/0 has entered the UP state. 
[R1-Tunnel0/0/0]  
[R1-Tunnel0/0/0]nhrp network-id 100

[R2]int Tunnel 0/0/0
[R2-Tunnel0/0/0]ip add 10.1.2.2 24
[R2-Tunnel0/0/0]tunnel-protocol gre p2mp 
[R2-Tunnel0/0/0]source Serial 4/0/0
Mar 30 2024 15:12:37-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface Tunnel0/0/0 has entered the UP state.  
[R2-Tunnel0/0/0]nhrp network-id 100
[R2-Tunnel0/0/0]

[R3]int Tunnel 0/0/0
[R3-Tunnel0/0/0]ip add 10.1.2.3 24 
[R3-Tunnel0/0/0]tunnel-protocol gre p2mp  
[R3-Tunnel0/0/0]source Serial 4/0/0
Mar 30 2024 15:16:13-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface Tunnel0/0/0 has entered the UP state. 
[R3-Tunnel0/0/0]nhrp network-id 100
[R3-Tunnel0/0/0]

7.R1,R4之间为点到点GRE

GRE VPN:10.1.1.0/24

[R1]int Tunnel 0/0/1
[R1-Tunnel0/0/1]ip add 10.1.1.1 24 
[R1-Tunnel0/0/1]tunnel-protocol gre
[R1-Tunnel0/0/1]source 15.1.1.1
[R1-Tunnel0/0/1]destination 45.1.1.4
[R1-Tunnel0/0/1]

[R4]int Tunnel 0/0/1
[R4-Tunnel0/0/1]ip add 10.1.1.4 24
[R4-Tunnel0/0/1]tunnel-protocol gre
[R4-Tunnel0/0/1]source 45.1.1.4
[R4-Tunnel0/0/1]destination 15.1.1.1
[R4-Tunnel0/0/1]q

8.整个私有网络通过rip路由协议全网互通

[R1]rip 1
[R1-rip-1]v 2 
[R1-rip-1]undo summary 
[R1-rip-1]network 192.168.1.0 
[R1-rip-1]network 10.0.0.0
[R1-rip-1]

[R2]rip 1
[R2-rip-1]v 2 
[R2-rip-1]undo summary 
[R2-rip-1]network 192.168.2.0
[R2-rip-1]network 10.0.0.0
[R2-rip-1]

[R3]rip 1
[R3-rip-1]v 2 
[R3-rip-1]undo summary 
[R3-rip-1]network 192.168.3.0
[R3-rip-1]network 10.0.0.0
[R3-rip-1]

[R4]rip 1
[R4-rip-1]v 2 
[R4-rip-1]undo summary 
[R4-rip-1]network 192.168.4.0
[R4-rip-1]network 10.0.0.0
[R4-rip-1]

中心站点开启隧道的广播功能:
[R1]int Tunnel 0/0/0
[R1-Tunnel0/0/0]nhrp entry multicast dynamic 
[R1-Tunnel0/0/0]q

其他的 向中心站点 开启注册:    
[R2]int Tunnel 0/0/0
[R2-Tunnel0/0/0]nhrp entry 10.1.2.1 15.1.1.1 register 


[R3]int Tunnel 0/0/0
[R3-Tunnel0/0/0]nhrp entry 10.1.2.1 15.1.1.1 register 

关闭mgre水平分割机制

[R1-Tunnel0/0/0]undo rip split-horizon 

[R2-Tunnel0/0/0]undo rip split-horizon 

[R3-Tunnel0/0/0]undo rip split-horizon 

9.所有PC设置私有IP为源IP,可以访问R5环回,达到全网通

[R1]acl 2000
[R1-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255
[R1-acl-basic-2000]q
[R1]
[R1]int Serial 4/0/0
[R1-Serial4/0/0]nat outbound 2000
[R1-Serial4/0/0]

[R2]acl 2000
[R2-acl-basic-2000]rule permit source 192.168.2.0 0.0.0.255
[R2-acl-basic-2000]q 
[R2]int s 4/0/0   
[R2-Serial4/0/0]nat outbound 2000
[R2-Serial4/0/0]

[R3]acl 2000 
[R3-acl-basic-2000]rule permit source 192.168.3.0 0.0.0.255
[R3-acl-basic-2000]q
[R3]int s 4/0/0 
[R3-Serial4/0/0]nat outbound 2000
[R3-Serial4/0/0]


[R4]acl 2000
[R4-acl-basic-2000]rule permit source 192.168.4.0 0.0.0.255
[R4-acl-basic-2000]q
[R4]int g 0/0/0
[R4-GigabitEthernet0/0/0]nat outbound 2000
[R4-GigabitEthernet0/0/0]

<think>好的,我现在需要处理用户关于OSPF综合实验的HCIP学习资料的查询。首先,用户提到了引用内容,这些引用看起来像是之前的问题或回答中的内容,可能与OSPF配置、实验步骤有关。用户现在明确想查找与OSPF协议相关的综合实验内容,可能是在准备HCIP认证,需要相关的学习资料或实验指导。 首先,我需要确认用户的需求。用户提到了几个引用,比如引用[1]中的R4作为ISP,只能配置IP地址,与其他设备使用公有IP,还有MGRE环境,OSPF的IP划分,减少LSA更新等。引用[2]和[3]提到了ASBR汇总和双向重发布配置。这说明用户可能正在处理一个涉及多区域OSPF、路由汇总、MGRE、以及多进程重发布的综合实验。 接下来,我需要整理出OSPF综合实验的常见内容,这可能包括拓扑设计、地址规划、区域划分、特殊区域配置、路由优化(如汇总)、安全设置、故障排查等。用户提供的引用中涉及到的点需要被涵盖进去,比如MGRE环境下的OSPF配置,如何减少LSA数量,加快收敛,确保全网可达,以及多进程双向重发布的步骤。 然后,我应该考虑如何结构化回答。用户希望得到学习资料或实验指南,所以需要分步骤说明实验的关键点,并引用提供的参考资料中的具体配置示例。例如,引用[1]提到R3为中心站点的MGRE环境,这可能需要解释MGRE在OSPF中的配置注意事项,比如网络类型改为广播或点对多点。引用[2]中的ASBR汇总可能需要说明路由聚合的作用和配置命令。引用[3]中的多进程双向重发布则需要解释重发布的过程和可能的路由环路问题。 此外,用户可能还需要了解如何验证配置的正确性,比如检查邻居关系、路由表、LSA类型等。同时,实验中的优化措施如LSA过滤、认证机制也是关键点,需要提到如何配置区域间汇总或外部路由汇总来减少LSA数量,以及使用MD5认证保障安全。 最后,生成的相关问题需要围绕OSPF综合实验的扩展知识,比如特殊区域类型的作用、MGRE与OSPF的兼容性、路由重发布的注意事项等,帮助用户深入理解各个配置步骤的原理和影响。</think>### OSPF综合实验HCIP学习要点解析 根据引用内容,OSPF综合实验涉及以下核心配置要点: #### 一、基础网络构建 1. **拓扑规划**:需明确区域边界路由器(ABR)、自治系统边界路由器(ASBR)角色,如引用[1]中R4作为ISP且全网可达 2. **IP地址规划**:基于$172.16.0.0/16$进行子网划分,例如: $$172.16.x.0/24 \quad (x表示区域编号)$$ 3. **MGRE环境搭建**:R3作为中心站点,需配置Tunnel接口并指定NHRP注册(引用[1]) #### 二、关键配置步骤 1. **区域划分与路由优化** - 使用`area 1 stub`创建末节区域减少LSA - 配置路由汇总降低LSA数量: ```cisco [R9]ospf 1 [R9-ospf-1]asbr-summary 172.16.128.0 255.255.224.0 //引用[2] ``` 2. **多进程重发布** ```cisco [R9-ospf-1]import-route ospf 2 //引用[3] [R12-ospf-1]import-route rip ``` 需注意路由优先级调整避免环路 3. **安全加固** - 配置接口认证: ```cisco interface GigabitEthernet0/0/0 ospf authentication-mode md5 1 cipher HCIP_123 ``` #### 三、验证命令清单 | 操作目标 | 验证命令 | |-------------------|---------------------------| | 邻居状态 | `display ospf peer` | | LSA数量监控 | `display ospf lsdb` | | 路由表完整性 | `display ip routing-table`| | 重发布效果 | `display ospf routing` | #### 四、典型故障场景 1. MGRE环境下邻居无法建立:需修改OSPF网络类型为`broadcast` 2. 路由环路:检查重发布时的路由过滤策略 3. LSA更新异常:验证区域汇总配置有效性
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值