华为认证 百分网手机站

华为认证ospf配置命令

时间:2018-04-19 19:49:04 华为认证 我要投稿

华为认证ospf配置命令

  随着华为在中国市场的发展,华为认证也成为了IT届的宠儿,就跟着我们一起来学习华为ospf是怎么配置的吧.

  使用的拓扑图如下:

  配置命令如下:

  R1:

  interface Serial0/0/0

  link-protocol ppp

  ip address 192.168.14.1 255.255.255.0

  #

  interface Serial0/0/1

  link-protocol ppp

  ip address 192.168.12.1 255.255.255.0

  #

  interface LoopBack0

  ip address 1.1.1.1 255.255.255.255

  #

  ospf 1

  area 0.0.0.0

  network 192.168.12.1 0.0.0.0

  network 1.1.1.1 0.0.0.0

  R2:

  interface Serial0/0/0

  link-protocol ppp

  ip address 192.168.12.2 255.255.255.0

  #

  interface Serial0/0/1

  link-protocol ppp

  ip address 192.168.23.2 255.255.255.0

  #

  interface LoopBack0

  ip address 2.2.2.2 255.255.255.255

  #

  ospf 1

  area 0.0.0.0

  network 192.168.12.2 0.0.0.0

  network 192.168.23.2 0.0.0.0

  network 2.2.2.2 0.0.0.0

  R3:

  interface Serial0/0/0

  link-protocol ppp

  ip address 192.168.23.3 255.255.255.0

  #

  interface Serial0/0/1

  link-protocol ppp

  ip address 192.168.35.3 255.255.255.0

  #

  interface LoopBack0

  ip address 3.3.3.3 255.255.255.255

  #

  ospf 1

  area 0.0.0.0

  network 192.168.23.3 0.0.0.0

  network 3.3.3.3 0.0.0.0

  配置命令对于学习cisco的'学员可能会有一点绕,但是敲的时候也是很有意思的.

  结果如下:

  R1:

  [Huawei]dis ip rou

  Route Flags: R - relay, D - download to fib

  ------------------------------------------------------------------------------

  Routing Tables: Public

  Destinations : 12 Routes : 12

  Destination/Mask Proto Pre Cost Flags NextHop Interface

  1.1.1.1/32 Direct 0 0 D 127.0.0.1 LoopBack0

  2.2.2.2/32 OSPF 10 1562 D 192.168.23.2 Serial0/0/1

  3.3.3.3/32 OSPF 10 3124 D 192.168.23.2 Serial0/0/1

  127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0

  127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0

  192.168.12.0/24 Direct 0 0 D 192.168.12.1 Serial0/0/1

  192.168.12.1/32 Direct 0 0 D 127.0.0.1 Serial0/0/1

  192.168.23.0/24 OSPF 10 3124 D 192.168.23.2 Serial0/0/1

  192.168.23.2/32 Direct 0 0 D 192.168.23.2 Serial0/0/1

  R1:

  [Huawei]ping 3.3.3.3 ip-forwarding

  PING 3.3.3.3: 56 data bytes, press CTRL_C to break

  Reply from 3.3.3.3: bytes=56 Sequence=1 ttl=254 time=60 ms

  Reply from 3.3.3.3: bytes=56 Sequence=2 ttl=254 time=60 ms

  Reply from 3.3.3.3: bytes=56 Sequence=3 ttl=254 time=30 ms

  Reply from 3.3.3.3: bytes=56 Sequence=4 ttl=254 time=30 ms

  Reply from 3.3.3.3: bytes=56 Sequence=5 ttl=254 time=70 ms

  --- 3.3.3.3 ping statistics ---

  5 packet(s) transmitted

  5 packet(s) received

  0.00% packet loss

  round-trip min/avg/max = 30/50/70 ms

  路由学习没有任何问题,ping通测试也是OK的,这就是所有ospf的基本配置了.

【华为认证ospf配置命令】相关文章:

1.华为交换机配置命令

2.华为认证:路由器以太网口配置命令

3.华为交换机基本配置命令

4.华为QuidWay交换机配置命令手册

5.华为路由器配置命令大全

6.华为路由器IP性能配置命令

7.华为S5700基础配置命令

8.华为vlan技术原理预配置命令