我是靠谱客的博主 热情台灯,最近开发中收集的这篇文章主要介绍OSPF实验(一),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

在这里插入图片描述
拓扑设计
在这里插入图片描述
配置
AR1
interface GigabitEthernet0/0/0

interface GigabitEthernet0/0/1
ip address 61.1.1.1 255.255.255.0

interface GigabitEthernet0/0/2
ip address 16.1.1.1 255.255.255.0

interface NULL0

interface LoopBack0
ip address 192.168.1.1 255.255.255.0

interface Tunnel0/0/0
ip address 10.1.1.1 255.255.255.0
tunnel-protocol gre p2mp
source 16.1.1.1
ospf network-type broadcast
nhrp entry multicast dynamic
nhrp network-id 100

interface Tunnel0/0/1
ip address 10.1.2.1 255.255.255.0
tunnel-protocol gre p2mp
source 61.1.1.1
ospf network-type broadcast
nhrp entry multicast dynamic
nhrp network-id 100
nhrp entry 10.1.2.2 56.1.1.1 register
nhrp entry 10.1.2.3 46.1.1.1 register

ospf 1
area 0.0.0.0
network 10.1.1.1 0.0.0.0
network 10.1.2.1 0.0.0.0
network 192.168.1.1 0.0.0.0

ip route-static 0.0.0.0 0.0.0.0 16.1.1.2
ip route-static 0.0.0.0 0.0.0.0 61.1.1.2

AR2
interface GigabitEthernet0/0/2
ip address 26.1.1.1 255.255.255.0

interface NULL0

interface LoopBack0
ip address 192.168.2.1 255.255.255.0

interface Tunnel0/0/0
ip address 10.1.1.2 255.255.255.0
tunnel-protocol gre p2mp
source GigabitEthernet0/0/2
ospf network-type broadcast
ospf dr-priority 0
nhrp network-id 100
nhrp entry 10.1.1.1 16.1.1.1 register

ospf 1
area 0.0.0.0
network 10.1.1.1 0.0.0.0
network 10.1.1.2 0.0.0.0
network 10.1.2.1 0.0.0.0
network 192.168.1.1 0.0.0.0
network 192.168.2.1 0.0.0.0

ip route-static 0.0.0.0 0.0.0.0 26.1.1.2
AR3
interface GigabitEthernet0/0/2
ip address 36.1.1.1 255.255.255.0

interface NULL0

interface LoopBack0
ip address 192.168.3.1 255.255.255.0

interface Tunnel0/0/0
ip address 10.1.1.3 255.255.255.0
tunnel-protocol gre p2mp
source GigabitEthernet0/0/2
ospf network-type broadcast
ospf dr-priority 0
nhrp network-id 100
nhrp entry 10.1.1.1 16.1.1.1 register

ospf 1
area 0.0.0.0
network 10.1.1.3 0.0.0.0
network 192.168.3.1 0.0.0.0

ip route-static 0.0.0.0 0.0.0.0 36.1.1.2

AR4
interface GigabitEthernet0/0/2
ip address 46.1.1.1 255.255.255.0

interface NULL0

interface LoopBack0
ip address 192.168.4.1 255.255.255.0

interface Tunnel0/0/0
ip address 10.1.2.3 255.255.255.0
tunnel-protocol gre p2mp
source 46.1.1.1
ospf network-type broadcast
nhrp entry multicast dynamic
nhrp network-id 100
nhrp entry 10.1.2.1 61.1.1.1 register
nhrp entry 10.1.2.2 56.1.1.1 register

ospf 1
area 0.0.0.0
network 10.1.2.2 0.0.0.0
network 10.1.2.3 0.0.0.0
network 192.168.4.1 0.0.0.0

ip route-static 0.0.0.0 0.0.0.0 46.1.1.2

AR5
interface GigabitEthernet0/0/2
ip address 56.1.1.1 255.255.255.0

interface NULL0

interface LoopBack0
ip address 192.168.5.1 255.255.255.0

interface Tunnel0/0/0
ip address 10.1.2.2 255.255.255.0
tunnel-protocol gre p2mp
source 56.1.1.1
ospf network-type broadcast
nhrp entry multicast dynamic
nhrp network-id 100
nhrp entry 10.1.2.1 61.1.1.1 register
nhrp entry 10.1.2.3 46.1.1.1 register

ospf 1
area 0.0.0.0
network 10.1.2.2 0.0.0.0
network 192.168.5.1 0.0.0.0

ip route-static 0.0.0.0 0.0.0.0 56.1.1.2

AR6
interface GigabitEthernet0/0/0
ip address 16.1.1.2 255.255.255.0

interface GigabitEthernet0/0/1
ip address 26.1.1.2 255.255.255.0

interface GigabitEthernet0/0/2
ip address 36.1.1.2 255.255.255.0

interface GigabitEthernet2/0/0
ip address 61.1.1.2 255.255.255.0

interface GigabitEthernet3/0/0
ip address 46.1.1.2 255.255.255.0

interface GigabitEthernet4/0/0
ip address 56.1.1.2 255.255.255.0

interface NULL0

interface LoopBack0
ip address 6.6.6.6 255.255.255.0
测试
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
请添加图片描述

请添加图片描述
请添加图片描述
请添加图片描述

最后

以上就是热情台灯为你收集整理的OSPF实验(一)的全部内容,希望文章能够帮你解决OSPF实验(一)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(69)

评论列表共有 0 条评论

立即
投稿
返回
顶部