好文档 - 专业文书写作范文服务资料分享网站

《华为技术认证HCNA网络技术实验指南》参考配置

天下 分享 时间: 加入收藏 我要投稿 点赞

#

interface Ethernet0/0/3 #

ip route-static 0.0.0.0 0.0.0.0 30.1.1.1 # Return

第四章 OSPF

4.1 OSPF单区域配置

最终配置

display current-configuration [V200R003C00] #

sysname R1 #

interface GigabitEthernet0/0/0

ip address 172.16.10.1 255.255.255.0 #

interface GigabitEthernet0/0/1

ip address 172.16.20.1 255.255.255.0 #

interface GigabitEthernet0/0/2

ip address 172.16.1.254 255.255.255.0 #

interface NULL0 # ospf 1

area 0.0.0.0

network 172.16.1.0 0.0.0.255 network 172.16.10.0 0.0.0.255 network 172.16.20.0 0.0.0.255 # Return

display current-configuration [V200R003C00] #

sysname R2 #

interface GigabitEthernet0/0/0

ip address 172.16.10.2 255.255.255.0 #

interface GigabitEthernet0/0/1

ip address 172.16.30.2 255.255.255.0 #

interface GigabitEthernet0/0/2

ip address 172.16.2.254 255.255.255.0 #

interface NULL0 # ospf 1

area 0.0.0.0

network 172.16.2.0 0.0.0.255 network 172.16.10.0 0.0.0.255 network 172.16.30.0 0.0.0.255 # Return

display current-configuration [V200R003C00] #

sysname R3 #

interface GigabitEthernet0/0/0

ip address 172.16.30.3 255.255.255.0 #

interface GigabitEthernet0/0/1

ip address 172.16.20.3 255.255.255.0 #

interface GigabitEthernet0/0/2

ip address 172.16.3.254 255.255.255.0 #

interface NULL0 # ospf 1

area 0.0.0.0

network 172.16.3.0 0.0.0.255 network 172.16.20.0 0.0.0.255 network 172.16.30.0 0.0.0.255 # return

4.2 OSPF多区域配置

最终配置

display current-configuration #

sysname R1 #

interface GigabitEthernet0/0/0 ip address 10.0.12.1 255.255.255.0 #

interface GigabitEthernet0/0/1 ip address 10.0.13.1 255.255.255.0 #

interface GigabitEthernet0/0/2 ip address 10.0.15.1 255.255.255.0 # ospf 1 area 0.0.0.0

network 10.0.12.0 0.0.0.255 network 10.0.13.0 0.0.0.255 area 0.0.0.1

network 10.0.15.0 0.0.0.255

display current-configuration #

sysname R2 #

interface GigabitEthernet0/0/0 ip address 10.0.12.2 255.255.255.0 #

interface GigabitEthernet0/0/1 ip address 10.0.24.2 255.255.255.0 #

interface GigabitEthernet0/0/2 ip address 10.0.26.2 255.255.255.0 # ospf 1 area 0.0.0.0

network 10.0.12.0 0.0.0.255 network 10.0.24.0 0.0.0.255 area 0.0.0.2

network 10.0.26.0 0.0.0.255

display current-configuration #

sysname R3 #

interface Ethernet4/0/0

ip address 10.0.3.254 255.255.255.0 #

interface GigabitEthernet0/0/0 ip address 10.0.34.3 255.255.255.0 #

interface GigabitEthernet0/0/1 ip address 10.0.13.3 255.255.255.0 #

interface GigabitEthernet0/0/2 ip address 10.0.35.3 255.255.255.0 # ospf 1 area 0.0.0.0

network 10.0.3.0 0.0.0.255 network 10.0.13.0 0.0.0.255 network 10.0.34.0 0.0.0.255 area 0.0.0.1

network 10.0.35.0 0.0.0.255

display current-configuration #

sysname R4 #

interface Ethernet4/0/0

ip address 10.0.4.254 255.255.255.0 #

interface GigabitEthernet0/0/0 ip address 10.0.34.4 255.255.255.0 #

interface GigabitEthernet0/0/1 ip address 10.0.24.4 255.255.255.0 #

interface GigabitEthernet0/0/2 ip address 10.0.46.4 255.255.255.0 # ospf 1 area 0.0.0.0

network 10.0.4.0 0.0.0.255 network 10.0.24.0 0.0.0.255 network 10.0.34.0 0.0.0.255 area 0.0.0.2

network 10.0.46.0 0.0.0.255

display current-configuration #

sysname R5 #

interface GigabitEthernet0/0/0 ip address 10.0.15.5 255.255.255.0 #

interface GigabitEthernet0/0/1 ip address 10.0.35.5 255.255.255.0 #

interface GigabitEthernet0/0/2 ip address 10.0.1.254 255.255.255.0 # ospf 1 area 0.0.0.1

network 10.0.1.0 0.0.0.255 network 10.0.15.0 0.0.0.255 network 10.0.35.0 0.0.0.255

display current-configuration #

sysname R6 #

interface GigabitEthernet0/0/0 ip address 10.0.26.6 255.255.255.0 #

interface GigabitEthernet0/0/1 ip address 10.0.46.6 255.255.255.0 #

interface GigabitEthernet0/0/2 ip address 10.0.4.254 255.255.255.0 # ospf 1 area 0.0.0.2

network 10.0.2.0 0.0.0.255 network 10.0.26.0 0.0.0.255 network 10.0.46.0 0.0.0.255

4.3 配置OSPF的认证

《华为技术认证HCNA网络技术实验指南》参考配置

#interfaceEthernet0/0/3#iproute-static0.0.0.00.0.0.030.1.1.1#Return第四章OSPF4.1OSPF单区域配置最终配置displaycurrent-configuration[V200R003C00]
推荐度:
点击下载文档文档为doc格式
7js983x6f87b3ef97wu606i7k4ff8500zg8
领取福利

微信扫码领取福利

微信扫码分享