首页 > 其他 > 详细

ospf实验(基础)

时间:2020-01-06 23:03:47      阅读:85      评论:0      收藏:0      [点我收藏+]

技术分享图片

[R1]display current-configuration
#
sysname R1
#
undo info-center enable
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher M-T$US_Fu-939O4.`(ZGU_L#
local-user admin service-type http
#
firewall zone Local
priority 16
#
interface Ethernet0/0/0
#
interface Ethernet0/0/1
#
interface Serial0/0/0
link-protocol ppp
#
interface Serial0/0/1
link-protocol ppp
#
interface Serial0/0/2
link-protocol ppp
#
interface Serial0/0/3
link-protocol ppp
#
interface GigabitEthernet0/0/0
ip address 21.0.0.1 255.0.0.0
#
interface GigabitEthernet0/0/1
ip address 23.0.0.1 255.0.0.0
#
interface GigabitEthernet0/0/2
#
interface GigabitEthernet0/0/3
#
wlan
#
interface NULL0
#
interface LoopBack0
ip address 10.1.1.1 255.255.0.0
#
interface LoopBack1
ip address 10.2.1.1 255.255.0.0
#
ospf 1
area 0.0.0.0
network 21.0.0.0 0.255.255.255
network 23.0.0.0 0.255.255.255
area 0.0.0.2
network 10.1.0.0 0.0.255.255
network 10.2.0.0 0.0.255.255
#
user-interface con 0
user-interface vty 0 4
user-interface vty 16 20
#
return

 

[R2]display current-configuration
#
sysname R2
#
undo info-center enable
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher L@mz+H[^kVajUn1vMEIB,_P#
local-user admin service-type http
#
firewall zone Local
priority 16
#
interface Ethernet0/0/0
#
interface Ethernet0/0/1
#
interface Serial0/0/0
link-protocol ppp
#
interface Serial0/0/1
link-protocol ppp
#
interface Serial0/0/2
link-protocol ppp
#
interface Serial0/0/3
link-protocol ppp
#
interface GigabitEthernet0/0/0
ip address 21.0.0.2 255.0.0.0
#
interface GigabitEthernet0/0/1
ip address 22.0.0.1 255.0.0.0
#
interface GigabitEthernet0/0/2
#
interface GigabitEthernet0/0/3
#
wlan
#
interface NULL0
#
interface LoopBack0
ip address 172.17.0.1 255.255.0.0
#
interface LoopBack1
ip address 172.30.0.1 255.255.0.0
#
ospf 1
area 0.0.0.0
network 21.0.0.0 0.255.255.255
network 22.0.0.0 0.255.255.255
area 0.0.0.1
network 172.17.0.0 0.0.255.255
network 172.30.0.0 0.0.255.255
#
user-interface con 0
user-interface vty 0 4
user-interface vty 16 20
#
return

 

[R3]display current-configuration
#
sysname R3
#
undo info-center enable
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher p9M:H!8U/Z3@9_G-B0Y2g_N#
local-user admin service-type http
#
firewall zone Local
priority 16
#
interface Ethernet0/0/0
#
interface Ethernet0/0/1
#
interface Serial0/0/0
link-protocol ppp
#
interface Serial0/0/1
link-protocol ppp
#
interface Serial0/0/2
link-protocol ppp
#
interface Serial0/0/3
link-protocol ppp
#
interface GigabitEthernet0/0/0
ip address 23.0.0.2 255.0.0.0
#
interface GigabitEthernet0/0/1
ip address 22.0.0.2 255.0.0.0
#
interface GigabitEthernet0/0/2
#
interface GigabitEthernet0/0/3
#
wlan
#
interface NULL0
#
interface LoopBack0
ip address 192.168.10.1 255.255.255.0
#
interface LoopBack1
ip address 192.168.11.1 255.255.255.0
#
ospf 1
area 0.0.0.0
network 22.0.0.0 0.255.255.255
network 23.0.0.0 0.255.255.255
area 0.0.0.3
network 192.168.10.0 0.0.0.255
network 192.168.11.0 0.0.0.255
#
user-interface con 0
user-interface vty 0 4
user-interface vty 16 20
#
return

ospf实验(基础)

原文:https://www.cnblogs.com/jiucai/p/12158455.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!