- 相关推荐
华为认证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配置命令】相关文章:
华为3COM交换机配置命令详解04-11
华为认证体系的介绍03-21
Cisco路由器配置命令08-22
交换机基本配置命令大全07-07
思科交换机基本配置命令大全04-07
H3C交换机配置命令10-14
2016华为HCNE认证模拟练习题及答案07-19
2017年华为GB0-180认证考试07-19
拿到华为认证网络工程师月薪大概多少05-21
Adobe认证ning认证简介12-02