实验要求:
1、R4为ISP,其上只配置IP地址;R4与其他所直连设备间均使用公有IP;
2、R3-R5、R6、R7为MGRE环境,R3为中心站点;
3、整个OSPF环境IP基于172.16.0.0/16划分;除了R12有两个环回,其他路由器均有一个环回IP
4、所有设备均可访问R4的环回;
5、减少LSA的更新量,加快收敛,保障更新安全;
6、全网可达;
实验思路及步骤:
1.划分IP地址
(1)先按区域划分大网段
172.16.0.0/19——area0
172.16.32.0/19——area1
172.16.64.0/19——area2
172.16.96.0/19——area3
172.16.128.0/19——area4
172.16.160.0/19——RIP
172.16.192.0/19
172.16.224.0/19
(2)划分area0小网段
172.16.0.0/24——P2P
172.16.1.0/24——MA
172.16.2.0/24——R4环回
172.16.3.0/24——R5环回
172.16.4.0/24——R6环回
172.16.5.0/24——R7环回
172.16.6.0/24——隧道
(3)划分area1小网段
172.16.32.0/24——P2P
172.16.33.0/24——MA
172.16.34.0/24——R1环回
172.16.35.0/24——R2环回
172.16.36.0/24——R3环回
(4)划分area2小网段
172.16.64.0/24——P2P
172.16.65.0/24——MA
172.16.65.0/30——R6-R11
172.16.65.4/30——R11-R12
172.16.66.0/24——R11环回
(5)划分area3小网段
172.16.96.0/24——P2P
172.16.97.0/24——MA
172.16.97.0/30——R7-R8
172.16.97.4/20——R8-R9
172.16.98.0/24——R8环回
(6)划分area4小网段
172.16.128.0/24——P2P
172.16.129.0/24——MA
172.16.129.0/30——R9-R10
172.16.130.0/24——R9环回
172.16.131.0/24——R10环回
(7)划分RIP小网段
172.16.160.0/24——L0
172.16.161.0/24——L1
2.配置IP地址
3.配置静态缺省,使公网全通
[R3]ip route-static 0.0.0.0 0 34.0.0.4
[R5]ip route-static 0.0.0.0 0 45.0.0.4
[R6]ip route-static 0.0.0.0 0 46.0.0.4
[R7]ip route-static 0.0.0.0 0 47.0.0.
4.用ospf协议配置私网通
R1]ospf 1 ro
[R1]ospf 1 router-id 1.1.1.1
[R1-ospf-1-area-0.0.0.1]network 0.0.0.0 255.255.255.255
[R1-ospf-1-area-0.0.0.1]quit
R2]ospf 1 router-id 2.2.2.2
[R2-ospf-1]a 1
[R2-ospf-1-area-0.0.0.1]ne
[R2-ospf-1-area-0.0.0.1]network 0.0.0.0 255.255.255.255
[R3]ospf 1 router-id 3.3.3.3
[R3-ospf-1]a 1
[R3-ospf-1-area-0.0.0.1]network 172.16.32.0 0.0.0.255
[R3-ospf-1-area-0.0.0.1]network 172.16.36.0 0.0.0.255
[R6]ospf 1 router-id 6.6.6.6
[R6-ospf-1]
[R6-ospf-1]a 0
[R6-ospf-1-area-0.0.0.0]network 172.16.4.0 0.0.0.255
[R6-ospf-1-area-0.0.0.0]
[R6-ospf-1-area-0.0.0.0]a 2
[R6-ospf-1-area-0.0.0.2]network 172.16.64.1 0.0.0.0
R11]ospf 1 router-id 11.11.11.11
[R11-ospf-1]a 2
[R11-ospf-1-area-0.0.0.2]ne
[R11-ospf-1-area-0.0.0.2]network 0.0.0.0 255.255.255.255
[R12]ospf 1 router-id 12.12.12.12
[R12-ospf-1]a 2
[R12-ospf-1-area-0.0.0.2]net
[R12-ospf-1-area-0.0.0.2]network 172.16.65.6 0.0.0.0
在R12上起rip的进程R12]rip 1
[R12-rip-1]v 2
[R12-rip-1]undo su
[R12-rip-1]undo summary
[R12-rip-1]net
[R12-rip-1]network 172.16.0.0
[R12-rip-1]quit
R7]ospf 1 router-id 7.7.7.7
[R7-ospf-1]a 0
[R7-ospf-1-area-0.0.0.0]net
[R7-ospf-1-area-0.0.0.0]network 172.16.5.0 0.0.0.255
[R7-ospf-1-area-0.0.0.0]a 3
[R7-ospf-1-area-0.0.0.3]network 172.16.97.1 0.0.0.0
[R7-ospf-1-area-0.0.0.3]quit
R7]ospf 1 router-id 7.7.7.7
R8]ospf 1 router-id 8.8.8.8
[R8-ospf-1]a 3
[R8-ospf-1-area-0.0.0.3]ne
[R8-ospf-1-area-0.0.0.3]network 0.0.0.0 255.255.255.255.255
[R8-ospf-1-area-0.0.0.3]quit
[R9]ospf 1 router-id 9.9.9.9
[R9-ospf-1]a 3
[R9-ospf-1-area-0.0.0.3]ne
[R9-ospf-1-area-0.0.0.3]network 172.16.96.0 0.0.31.255[R9-ospf-2]a 4
[R9-ospf-2-area-0.0.0.4]network 172.16.130.9 0.0.0.0[R9-ospf-2-area-0.0.0.4]quit
[R10]ospf 2 router-id 10.10.10.10
[R10-ospf-2]a 4
[R10-ospf-2-area-0.0.0.4]ne
[R10-ospf-2-area-0.0.0.4]network 172.16.128.0.0.31.255[R5lospf 1 router-id 5.5.5
[R5-ospf-1]a 0
[R5-ospf-1-area-0.0.0.0]ne 172.16.6.0 0.0.0.255
[R5-ospf-1-area-0.0.0.0]ne 172.16.3.0 0.0.0.255
5.配置MGRE环境
(1)在R3上配置隧道IP地址,以R3为中心站点
[R3]interface Tunnel 0/0/0
[R3-Tunnel0/0/0]ip address 172.16.6.3 24 //配置隧道IP地址
[R3-Tunnel0/0/0]tunnel-protocol gre p2mp //配置MGRE协议
[R3-Tunnel0/0/0]source 34.0.0.3 //封装源地址
[R3-Tunnel0/0/0]nhrp network-id 100 //开启NHRP协议
[R3-Tunnel0/0/0]nhrp entry multicast dynamic //开启NHRP的广播功能
(2)在R5是配置隧道IP地址,分支站点IP地址不固定,所以封装serial接口
[R5]interface Tunnel 0/0/0
[R5-Tunnel0/0/0]ip address172.16.6.5 24
[R5-Tunnel0/0/0]tunnel-protocol gre p2mp
[R5-Tunnel0/0/0]source serial 4/0/0 //封装serial接口
[R5-Tunnel0/0/0]nhrp network-id 100
[R5-Tunnel0/0/0]nhrp entry 172.16.6.3 34.0.0.3 register //向中心站点宣告自己的信息
(3)在R6是配置隧道IP地址,分支站点IP地址不固定,所以封装serial接口
[R6]interface Tunnel 0/0/0
[R6-Tunnel0/0/0]ip address172.16.6.6 24
[R6-Tunnel0/0/0]tunnel-protocol gre p2mp
[R6-Tunnel0/0/0]source serial 4/0/0 //封装serial接口
[R6-Tunnel0/0/0]nhrp network-id 100
[R6-Tunnel0/0/0]nhrp entry 172.16.6.3 34.0.0.3 register //向中心站点宣告自己的信息
(7)在R7是配置隧道IP地址,分支站点IP地址不固定,所以封装serial接口
[R7]interface Tunnel 0/0/0
[R7-Tunnel0/0/0]ip address172.16.6.7 24
[R7-Tunnel0/0/0]tunnel-protocol gre p2mp
[R7-Tunnel0/0/0]source GigabitEthernet0/0/0 //封装GigabitEthernet接口
[R7-Tunnel0/0/0]nhrp network-id 100
[R7-Tunnel0/0/0]nhrp entry 172.16.6.3 34.0.0.3 register //向中心站点宣告自己的信息
6.配置路由协议
(1)在R3上宣告隧道地址
[R3]ospf 1
[R3-ospf-1]area 0.0.0.0
[R3-ospf-1-area-0.0.0.0]network 172.16.6.0 0.0.0.255 //宣告隧道网段
(2)在R5上宣告隧道地址
[R5]ospf 1 router-id 5.5.5.5
[r5-ospf-1]area 0.0.0.0
[R5-ospf-1-area-0.0.0.0]network 172.16.3.0 0.0.0.255 //宣告R5环回
[R5-ospf-1-area-0.0.0.0]network 172.16.6.0 0.0.0.255 //宣告隧道网段
(3)在R6上宣告隧道地址
[R6]ospf 1
[R6-ospf-1]area 0.0.0.0
[R6-ospf-1-area-0.0.0.0]network 172.16.6.0 0.0.0.255 //宣告隧道网段
(4)在R7上宣告隧道地址
[R7]ospf 1
[R7-ospf-1]area 0.0.0.0
[R7-ospf-1-area-0.0.0.0]network 172.16.6.0 0.0.0.255
7.基于OSPF上配置MGRE环境的问题,OSPF的路由表可能学习不全,所以更改tunnel接口类型为广播或P2MP
[R3]interface Tunnel 0/0/0
[R3-Tunnel0/0/0]ospf network-type broadcast
[R5-Tunnel0/0/0]ospf network-type broadcast
[R6-Tunnel0/0/0]ospf network-type broadcast
[R7-Tunnel0/0/0]ospf network-type broadcast
8.因为BR和BDR选举容易混乱,所以关闭R5、R6和R7的选举权
[R5]interface Tunnel 0/0/0
[R5-Tunnel0/0/0]ospf dr-priority 0
[R6-Tunnel0/0/0]ospf dr-priority 0
[R7-Tunnel0/0/0]ospf dr-priority 0
9.访问R4环回 ,做NAT
[R3]acl 2000
R3-acl-basic-2000]rule permit source 172.16.0.0 0.0.255.255
R3-acl-basic-2000]quit
[R3]int s4/0/0
[R3-Seria14/0/0]nat outbound 2000
[R3-seria14/0/0]quit
R61ac1 2000
[R6-acl-basic-2000]rule permit source 172.16.0.0 0.0.255.255
R6]int s4/0/0
R6-seria14/0/0]nat outbound 2000
R6-seria14/0/0]quit
[R7]int go/0/0
[R7-GigabitEthernet0/0/0]nat outbound 2000
[R7-GigabitEthernet0/0/0]quit
10.减少LSA的更新量 ,先配汇总路由聚合
区域间聚合:
[R3]ospf 1
IR3-ospf-1]a 1
[R3-ospf-1-area-0.0.0.1]ab
[R3-ospf-1-area-0.0.0.1labr-summary 172.16.32.0 255.255.224.0
[R3-ospf-1-area-0.0.0.1lquit
[R6]ospf 1
[R6-ospf-1]a 2
[R6-ospf-1-area-0.0.0.2]abr-summary 172.16.64.0 255.255.224.0
[R6-ospf-1-area-0.0.0.2]quit
(R7]0spf 1
[R7-0spf-1]a 3
[R7-ospf-1-area-0.0.0.3]quit
[R7-ospf-1-area-0.0.0.3]abr-summary 172.16.96.0 255.255.224.0
[R7-ospf-1-area-0.0.0.3]quit
[R12]ospf 1
[R12-0spf-1]as
[R12-ospf-1lasbr-summary 172.16.160.0 255.255.224.0
[R12-ospf-1]quit
[R9]ospf 1
[R9-ospf-1lasbr-summary 172.16.128.0 255.255.224.0
[R9-ospf-1lquit
然后做防环处理
[R3]ip route-static 172.16.32.0 19 NULL 0
[R6]ip route-static 172.16.64.0 19 NULL 0
IR7]ip route-static 172.16.96.0 19 NULL 0
R12]ip route-$tatic 172.16.160.0 19 NULL 0
[R9]ip route-static 172.16.128.0 19 NULL 0
11.配置特殊区域
[Rl]ospf 1
[R1-ospf-1]a 1
[R1-ospf-1-ara-0.0.0.1]stub no-summary
[R1-ospf-1-ara-0.0.0.1]quit
[R2]ospf 1
[R2-ospf-1]a 1
[R2-ospf-1-ara-0.0.0.1]stub no-summary
[R2-ospf-1-ara-0.0.0.1]quit
[R3]ospf 1
[R3-ospf-1]a 1
[R3-ospf-1-ara-0.0.0.1]stub no-summary
[R3-ospf-1-ara-0.0.0.1]quit
[R2]ospf 1
[R2-ospf-1]a 2
[R2-ospf-1-ara-0.0.0.1]stub no-summary
[R2-ospf-1-ara-0.0.0.1]quit
[R6]ospf 1
[R6-ospf-1-area-0.0.0.2]nssa no-summary
[R11l0spf 1
[R11-ospf-1]a 2
[R11-ospf-1-area-0.0.0.2]nssa no-summary
IR12]ospf 1
[R12-ospf-1]a 2
R12-0spf-1-area-0.0.0.2]nssa no-sumnary
[R7]ospf 1
[R7-ospf-1]a 3
R7-0spf-1-area-0.0.0.3lnssa no-sumary
[R8]ospf 1
[R8-ospf-1][R8-ospf-1]a 3
[R8-ospf-1-area-0.0.0.3]nssa no-sumary
[R9]ospf 1
[R9-ospf-1][R8-ospf-1]a 3
[R9-ospf-1-area-0.0.0.3]nssa no-sumary
R9]ospf 2
[R9-ospf-2]default
[R9-ospf-2]default-route-advertise
[R9-ospf-2]quit
12.修改hello时间或死亡时间来加快收敛进程
(1)修改area1的hello时间
[R1]interface GigabitEthernet0/0/0
[R1-GigabitEthernet0/0/0]ospf timer hello 5
[R2-GigabitEthernet0/0/0]ospf timer hello 5
[R3-GigabitEthernet0/0/0]ospf timer hello 5
(2)修改area0的hello时间
[R3]interface serial 4/0/0
[R3-Serial4/0/0]ospf timer hello 5
[R4-Serial4/0/0]ospf timer hello 5
[R4-Serial4/0/1]ospf timer hello 5
[R4-Serial3/0/0]ospf timer hello 5
[R4-GigabitEthernet0/0/0]ospf timer hello 5
[R5-Serial4/0/0]ospf timer hello 5
[R6-Serial4/0/0]ospf timer hello 5
[R7-GigabitEthernet0/0/0]ospf timer hello 5
(3)修改area2的hello时间
[R6]interface GigabitEthernet0/0/0
[R6-GigabitEthernet0/0/0]ospf timer hello 5
[R11-GigabitEthernet0/0/0]ospf timer hello 5
[R11-GigabitEthernet0/0/1]ospf timer hello 5
[R12-GigabitEthernet0/0/0]ospf timer hello 5
(4)修改area3的hello时间
[R7]interface GigabitEthernet0/0/1
[R7-GigabitEthernet0/0/1]ospf timer hello 5
[R8-GigabitEthernet0/0/0]ospf timer hello 5
[R8-GigabitEthernet0/0/1]ospf timer hello 5
[R9-GigabitEthernet0/0/0]ospf timer hello 5
(5)修改area4 的hello时间
[R9]interface GigabitEthernet0/0/1
[R9-GigabitEthernet0/0/1]ospf timer hello 5
[R10-GigabitEthernet0/0/0]ospf timer hello 5
13.做接口认证或区域认证,保障更新安全
(1)在area1配置区域认证
[R1]ospf 1
[R1-ospf-1]area 0.0.0.1
[R1-ospf-1-area-0.0.0.1]authentication-mode md5 1 cipher wdy12345
[R2-ospf-1-area-0.0.0.1]authentication-mode md5 1 cipher wdy12345
[R3-ospf-1-area-0.0.0.1]authentication-mode md5 1 cipher wdy12345
(2)在area2配置区域认证
[R6]ospf 1
[R6-ospf-1]area 0.0.0.2
[R6-ospf-1-area-0.0.0.2]authentication-mode md5 1 cipher wdy12345
[R11-ospf-1-area-0.0.0.2]authentication-mode md5 1 cipher wdy12345
[R12-ospf-1-area-0.0.0.2]authentication-mode md5 1 cipher wdy12345
(3)在area3配置区域认证
[R7]ospf 1
[R7-ospf-1]area 0.0.0.3
[R7-ospf-1-area-0.0.0.3]authentication-mode md5 1 cipher wdy12345
[R8-ospf-1-area-0.0.0.3]authentication-mode md5 1 cipher wdy12345
[R9-ospf-1-area-0.0.0.3]authentication-mode md5 1 cipher wdy12345
(4)在area4配置区域认证
[R9]ospf 2
[R9-ospf-2]area 0.0.0.4
[R9-ospf-2-area-0.0.0.4]authentication-mode md5 1 cipher wdy12345
[R10-ospf-2-area-0.0.0.4]authentication-mode md5 1 cipher wdy12345
(5)在area0配置区域认证
[R3]ospf 1
[R3-ospf-1]area 0.0.0.0
[R3-ospf-1-area-0.0.0.0]authentication-mode md5 1 cipher wdy12345
[R5-ospf-1-area-0.0.0.0]authentication-mode md5 1 cipher wdy12345
[R6-ospf-1-area-0.0.0.0]authentication-mode md5 1 cipher wdy12345
[R7-ospf-1-area-0.0.0.0]authentication-mode md5 1 cipher wdy12345