1、拓扑图

2、各路由器配置角本

ospf 多区域配置
#R5配置 sys
sysname AR5
interface s2//
ip add 10.0.35.5 255.255.255.0
interface lo0
ip add 10.0.5.5 255.255.255.0
interface lo1
ip add 10.1.0.1 255.255.255.0
interface lo2
ip add 10.1.1.1 255.255.255.0
quit ospf router-id 10.0.5.5
bandwidth-reference
area
network 10.0.5.5 0.0.0.0
network 10.1.0.1 0.0.0.0
network 10.1.1.1 0.0.0.0
area
network 10.0.35.0 0.0.0.255
authentication-mode md5 cipher huawei
quit ##########
R3配置:
##########
system-view
sysname AR3
interface lo0
ip add 10.0.3.3 255.255.255.0
interface s2//
ip add 10.0.23.3 255.255.255.0
interface s2//
ip add 10.0.35.3 255.255.255.0
quit
ospf router-id 10.0.3.3
bandwidth-reference
area
network 10.0.3.0 0.0.0.255
network 10.0.23.0 0.0.0.255
network 10.0.35.0 0.0.0.255
authentication-mode md5 cipher huawei
quit ###########
R2配置
########### system-view
sysname AR2
interface s2//
ip add 10.0.23.2 255.255.255.0
interface g0//
ip add 10.0.124.2 255.255.255.0
interface lo0
ip add 10.0.2.2 255.255.255.0
quit
ospf router-id 10.0.2.2
bandwidth-reference
area
network 10.0.23.0 0.0.0.255
authentication-mode md5 cipher huawei
area
network 10.0.124.0 0.0.0.255
quit
dis ip int br
dis ospf br #####
R4
#####
sys
sysname AR4
interface lo0
ip add 10.0.4.4 255.255.255.0
interface g0//
ip add 10.0.124.4 255.255.255.0
quit
ospf router-id 10.0.4.4
bandwidth-reference
area
network 10.0.4.0 0.0.0.255
network 10.0.124.0 0.0.0.255
quit ##########
R1
####### system-view
sysname AR1
int g0//
ip add 10.0.124.1 255.255.255.0
int lo0
ip add 10.0.1.1 255.255.255.0
int lo1
ip add 10.2.0.1 255.255.255.0
int lo2
ip add 10.2.1.1 255.255.255.0
quit
ospf router-id 10.0.1.1
bandwidth-reference
area
network 10.0.124.0 0.0.0.255
network 10.0.1.0 0.0.0.255
network 10.2.0.0 0.0.0.255
network 10.2.1.0 0.0.0.255
quit

HCNA多区域OSPF配置的更多相关文章

  1. 神州数码多区域OSPF配置

    实验要求:掌握多区域OSPF配置 拓扑如下 R1 enable 进入特权模式 config 进入全局模式 hostname R1 修改名称 interface s0/1 进入端口 ip address ...

  2. H3C 多区域OSPF配置示例

  3. H3C 单区域OSPF配置示例二

  4. H3C 单区域OSPF配置示例一(续)

  5. H3C 单区域OSPF配置示例一

  6. 自制OSPF配置实验大全

    OSPF综合实验(gns模拟器)   注意点: Ospf实验推荐用gns制作 //图中的交换机可以视觉忽略或缩小成一个点.(^ v^) Ospf 实验拓扑图 ​ 目录 OSPF综合实验... 1 Os ...

  7. OSPF配置实验(一)

    单区域OSPF 命令: R1(config)#router ospf 1        //启动OSPF进程 R1(config-router)#router-id 1.1.1.1        // ...

  8. Cisco N3K VPC+HSRP+ospf 配置

    VPC概念 VPC:vpc是指vpc对等体设备和下游设备之间的组合PortChannel. vpc对等交换:就是组成vpc功能的两个nexus系列交换机,一个设备为主,一个为备. vpc对等连接:用于 ...

  9. 动态OSPF配置路由表

    动态ospf设置路由表 以Rourer1为例子 (1)首先设置路由器端口ip Router(config)#inter f0/0 Router(config-if)#ip add 192.168.1. ...

随机推荐

  1. OJ 21651::Cow Hurdles(佛罗一德的变式)

    Description Farmer John wants the cows to prepare for the county jumping competition, so Bessie and ...

  2. Cannot reinitialise DataTable 问题

    加个 destroy:true,   //Cannot reinitialise DataTable,解决重新加载表格内容问题

  3. BZOJ - 1458 / P4311 最大流应用 贪心

    题意:给定n*m的图,每个士兵可以占领当前行和列,第i行至少要R[i]个士兵占领,第j列至少要C[j]个士兵占领,部分网格无法占领,求占领所用最少士兵数,若无解则输出orz 士兵的贡献情况有1(只有效 ...

  4. android 无线调试 [无需数据线][无需root]

    无线调试首要条件在同一网段,打开开发者模式 1,打开 5555 端口 使用数据线链接手机,在命令窗口执行:adb tcpip 5555 2,adb 链接手机调试 这时无需数据线了,在命令窗口执行:ad ...

  5. Flutter FormatException: Bad UTF-8 encoding 0xc3 (at offset 172)

    是文件编码问题. 1,打开 Android Studio 进入设置界面 Ctrl + Alt + S 或 File --> Settings 打开如下界面: 2,将 Project Encode ...

  6. git push的一些坑

    在安装git的时候我们一般会自己设置一个用户名和邮箱,这个一般设置为全局的用户名,如下所示 git config --global user.name "xxx" git conf ...

  7. encoding specified in XML prolog (UTF-8) is different from that specified in page directive (utf-8)

    myeclipse下启动项目后出现错误:encoding specified in XML prolog (UTF-8) is different from that specified in pag ...

  8. Python学习 day03

    一.基本数据类型 python中的基本数据类型有以下几种: int   --  整数     python3中默认整数都是int型,python2中int的范围为-231~232-1(32位系统中)/ ...

  9. React.js 小书 Lesson10 - 组件的 state 和 setState

    作者:胡子大哈 原文链接:http://huziketang.com/books/react/lesson10 转载请注明出处,保留原文链接和作者信息. state 我们前面提到过,一个组件的显示形态 ...

  10. 用ECMAscript5中的forEach函数遍历数组

    1 var a = [1,2,3]; 2 a.forEach(function(value,index,arr){ 3 arr[index] = value + index; 4 }) 5 conso ...