ccnp學習009--路由與交換(03ospf)

newdayhope發表於2006-03-08

1、例子

區域0(172.16.96.0/24 to 172.16.127.0/24)他別連線了區域1(172.16.32.0/24 to 172.16.63.0/24)和區域2(172.16.64.0/24 to 172.16.95.0/24)

router1

#router ospf 100

(config-router)#network 172.16.32.1 0.0.0.0 area 1

(config-router)#network 172.16.96.1 0.0.0.0 area 0

(config-router)#area 0 range 172.16.96.0 255.255.224.0

(config-router)#area 1 range 172.16.32.0 255.255.224.0

router2

#ip ospf 100

(config-router)#network 172.16.64.1 0.0.0.0 area 2

(config-router)#network 172.16.96.1 0.0.0.0 area 0

(config-router)#area 0 range 172.16.96.0 255.255.224.0

(config-router)#area 2 range 172.16.64.0 255.255.224.0

預設路由在OSPF(ASBR上的配置)

#default-information originate [always]

r1

router ospf

network 10.1.1.1 0.0.0.0 area 0

default-information originate metric 10

ip route 0.0.0.0 0.0.0.0 192.1.1.2

2、ospf特定區域型別

三類:stub areas totally stublly areas

not-so-stubby areas

成為stub

#area area-id stub

#area area-id stub no-summary (totally stub )

#area area-id default-cost number

3、虛電路

用於把沒有和主幹相連的區域邊接到主幹上,但不一般不主張,同時也是與主幹連路的一個備份。

#area area-id virtual-link route-id

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/181629/viewspace-819081/,如需轉載,請註明出處,否則將追究法律責任。

相關文章