国产伦精品一区二区三区_欧美日韩国产高清视频_激情欧美亚洲_狠狠色丁香婷婷综合影院

win7系統(tǒng)下載
當(dāng)前位置: 首頁(yè) > 網(wǎng)絡(luò)技術(shù)教程 > 詳細(xì)頁(yè)面

ospf 區(qū)域分類詳細(xì)

發(fā)布時(shí)間:2022-07-26 文章來(lái)源:xp下載站 瀏覽:

網(wǎng)絡(luò)技術(shù)是從1990年代中期發(fā)展起來(lái)的新技術(shù),它把互聯(lián)網(wǎng)上分散的資源融為有機(jī)整體,實(shí)現(xiàn)資源的全面共享和有機(jī)協(xié)作,使人們能夠透明地使用資源的整體能力并按需獲取信息。資源包括高性能計(jì)算機(jī)、存儲(chǔ)資源、數(shù)據(jù)資源、信息資源、知識(shí)資源、專家資源、大型數(shù)據(jù)庫(kù)、網(wǎng)絡(luò)、傳感器等。 當(dāng)前的互聯(lián)網(wǎng)只限于信息共享,網(wǎng)絡(luò)則被認(rèn)為是互聯(lián)網(wǎng)發(fā)展的第三階段。

  我們知道ospf中有幾種區(qū)域類型:stub ,totally stub ,nssa ,totally nssa.

  下面分別講一下各種區(qū)域類型對(duì)路由的改變,實(shí)驗(yàn)圖如下:

ospf 區(qū)域類型詳細(xì) 三聯(lián)

  按如圖配置好相關(guān)接口和參數(shù),配置好后,查看R6路由如下:

  O IA 192.168.123.0/24 [110/20] via 192.168.36.3, 00:00:04, FastEthernet0/0

  1.0.0.0/32 is subnetted, 1 subnets

  O IA 1.1.1.1 [110/21] via 192.168.36.3, 00:00:04, FastEthernet0/0

  2.0.0.0/32 is subnetted, 1 subnets

  O IA 2.2.2.2 [110/21] via 192.168.36.3, 00:00:04, FastEthernet0/0

  O IA 192.168.14.0/24 [110/30] via 192.168.36.3, 00:00:04, FastEthernet0/0

  3.0.0.0/32 is subnetted, 1 subnets

  O 3.3.3.3 [110/11] via 192.168.36.3, 00:00:04, FastEthernet0/0

  O IA 192.168.25.0/24 [110/30] via 192.168.36.3, 00:00:05, FastEthernet0/0

  4.0.0.0/32 is subnetted, 1 subnets

  O IA 4.4.4.4 [110/31] via 192.168.36.3, 00:00:05, FastEthernet0/0

  5.0.0.0/32 is subnetted, 1 subnets

  O IA 5.5.5.5 [110/31] via 192.168.36.3, 00:00:05, FastEthernet0/0

  6.0.0.0/32 is subnetted, 1 subnets

  C 6.6.6.6 is directly connected, Loopback0

  172.16.0.0/24 is subnetted, 4 subnets

  O E2 172.16.0.0 [110/20] via 192.168.36.3, 00:00:05, FastEthernet0/0

  O E2 172.16.1.0 [110/20] via 192.168.36.3, 00:00:05, FastEthernet0/0

  O E2 172.16.2.0 [110/20] via 192.168.36.3, 00:00:05, FastEthernet0/0

  O E2 172.16.3.0 [110/20] via 192.168.36.3, 00:00:05, FastEthernet0/0

  C 192.168.36.0/24 is directly connected, FastEthernet0/0

  O E2 192.168.0.0/24 [110/20] via 192.168.36.3, 00:00:05, FastEthernet0/0

  O E2 192.168.1.0/24 [110/20] via 192.168.36.3, 00:00:05, FastEthernet0/0

  O E2 192.168.2.0/24 [110/20] via 192.168.36.3, 00:00:05, FastEthernet0/0

  O E2 192.168.3.0/24 [110/20] via 192.168.36.3, 00:00:06, FastEthernet0/0

  配置R3及R6 area 3 為stub區(qū)域:

  配置命令為:

  R3(config-router)#area 3 stub

  R6(config-router)#area 3 stub

  修改完成后,R6路由如下:

  O IA 192.168.123.0/24 [110/20] via 192.168.36.3, 00:00:04, FastEthernet0/0

  1.0.0.0/32 is subnetted, 1 subnets

  O IA 1.1.1.1 [110/21] via 192.168.36.3, 00:00:04, FastEthernet0/0

  2.0.0.0/32 is subnetted, 1 subnets

  O IA 2.2.2.2 [110/21] via 192.168.36.3, 00:00:04, FastEthernet0/0

  O IA 192.168.14.0/24 [110/30] via 192.168.36.3, 00:00:04, FastEthernet0/0

  3.0.0.0/32 is subnetted, 1 subnets

  O 3.3.3.3 [110/11] via 192.168.36.3, 00:00:04, FastEthernet0/0

  O IA 192.168.25.0/24 [110/30] via 192.168.36.3, 00:00:05, FastEthernet0/0

  4.0.0.0/32 is subnetted, 1 subnets

  O IA 4.4.4.4 [110/31] via 192.168.36.3, 00:00:05, FastEthernet0/0

  5.0.0.0/32 is subnetted, 1 subnets

  O IA 5.5.5.5 [110/31] via 192.168.36.3, 00:00:05, FastEthernet0/0

  6.0.0.0/32 is subnetted, 1 subnets

  C 6.6.6.6 is directly connected, Loopback0

  C 192.168.36.0/24 is directly connected, FastEthernet0/0

  O*IA 0.0.0.0/0 [110/11] via 192.168.36.3, 00:00:07, FastEthernet0/0

  由此可知stub區(qū)域不接收任何外部路由,用一條默認(rèn)路由替代所有外部路由。

  先在R4上查看路由表:

  O IA 192.168.123.0/24 [110/20] via 192.168.14.1, 00:00:51, FastEthernet0/0

  1.0.0.0/32 is subnetted, 1 subnets

  O IA 1.1.1.1 [110/11] via 192.168.14.1, 00:00:51, FastEthernet0/0

  2.0.0.0/32 is subnetted, 1 subnets

  O IA 2.2.2.2 [110/21] via 192.168.14.1, 00:00:51, FastEthernet0/0

  C 192.168.14.0/24 is directly connected, FastEthernet0/0

  3.0.0.0/32 is subnetted, 1 subnets

  O IA 3.3.3.3 [110/21] via 192.168.14.1, 00:00:51, FastEthernet0/0

  O IA 192.168.25.0/24 [110/30] via 192.168.14.1, 00:00:52, FastEthernet0/0

  4.0.0.0/32 is subnetted, 1 subnets

  C 4.4.4.4 is directly connected, Loopback0

  5.0.0.0/32 is subnetted, 1 subnets

  O IA 5.5.5.5 [110/31] via 192.168.14.1, 00:00:52, FastEthernet0/0

  6.0.0.0/32 is subnetted, 1 subnets

  O IA 6.6.6.6 [110/31] via 192.168.14.1, 00:00:52, FastEthernet0/0

  172.16.0.0/24 is subnetted, 4 subnets

  O E2 172.16.0.0 [110/20] via 192.168.14.1, 00:00:52, FastEthernet0/0

  O E2 172.16.1.0 [110/20] via 192.168.14.1, 00:00:52, FastEthernet0/0

  O E2 172.16.2.0 [110/20] via 192.168.14.1, 00:00:52, FastEthernet0/0

  O E2 172.16.3.0 [110/20] via 192.168.14.1, 00:00:52, FastEthernet0/0

  O IA 192.168.36.0/24 [110/30] via 192.168.14.1, 00:00:52, FastEthernet0/0

  C 192.168.0.0/24 is directly connected, Loopback1

  C 192.168.1.0/24 is directly connected, Loopback1

  C 192.168.2.0/24 is directly connected, Loopback1

  C 192.168.3.0/24 is directly connected, Loopback1

  在R4和R1上運(yùn)行以下命令:

  R2(config-router)#area 2 nssa no-summary

  R4(config-router)#area 2 nssa no-summary

  再次查看路由表:

  C 192.168.14.0/24 is directly connected, FastEthernet0/0

  4.0.0.0/32 is subnetted, 1 subnets

  C 4.4.4.4 is directly connected, Loopback0

  C 192.168.0.0/24 is directly connected, Loopback1

  C 192.168.1.0/24 is directly connected, Loopback1

  C 192.168.2.0/24 is directly connected, Loopback1

  C 192.168.3.0/24 is directly connected, Loopback1

  O*IA 0.0.0.0/0 [110/11] via 192.168.14.1, 00:00:19, FastEthernet0/0

  由此可知nssa totally 區(qū)域去掉所區(qū)域間和外部路由

  先來(lái)查看一下R5路由表:

  O IA 192.168.123.0/24 [110/20] via 192.168.25.2, 00:35:59, FastEthernet0/0

  1.0.0.0/32 is subnetted, 1 subnets

  O IA 1.1.1.1 [110/21] via 192.168.25.2, 00:35:59, FastEthernet0/0

  2.0.0.0/32 is subnetted, 1 subnets

  O IA 2.2.2.2 [110/11] via 192.168.25.2, 00:35:59, FastEthernet0/0

  O IA 192.168.14.0/24 [110/30] via 192.168.25.2, 00:35:59, FastEthernet0/0

  3.0.0.0/32 is subnetted, 1 subnets

  O IA 3.3.3.3 [110/21] via 192.168.25.2, 00:35:59, FastEthernet0/0

  C 192.168.25.0/24 is directly connected, FastEthernet0/0

  4.0.0.0/32 is subnetted, 1 subnets

  O IA 4.4.4.4 [110/31] via 192.168.25.2, 00:02:07, FastEthernet0/0

  5.0.0.0/32 is subnetted, 1 subnets

  C 5.5.5.5 is directly connected, Loopback0

  6.0.0.0/32 is subnetted, 1 subnets

  O IA 6.6.6.6 [110/31] via 192.168.25.2, 00:12:47, FastEthernet0/0

  172.16.0.0/24 is subnetted, 4 subnets

  C 172.16.0.0 is directly connected, Loopback1

  C 172.16.1.0 is directly connected, Loopback1

  C 172.16.2.0 is directly connected, Loopback1

  C 172.16.3.0 is directly connected, Loopback1

  O IA 192.168.36.0/24 [110/30] via 192.168.25.2, 00:12:47, FastEthernet0/0

  O E2 192.168.0.0/24 [110/20] via 192.168.25.2, 00:02:02, FastEthernet0/0

  O E2 192.168.1.0/24 [110/20] via 192.168.25.2, 00:02:02, FastEthernet0/0

  O E2 192.168.2.0/24 [110/20] via 192.168.25.2, 00:02:02, FastEthernet0/0

  O E2 192.168.3.0/24 [110/20] via 192.168.25.2, 00:02:02, FastEthernet0/0

  在R2和R5上運(yùn)行如下命令:

  R2(config-router)#area 1 nssa

  R5(config-router)#area 1 nssa

  O IA 192.168.123.0/24 [110/20] via 192.168.25.2, 00:00:02, FastEthernet0/0

  1.0.0.0/32 is subnetted, 1 subnets

  O IA 1.1.1.1 [110/21] via 192.168.25.2, 00:00:02, FastEthernet0/0

  2.0.0.0/32 is subnetted, 1 subnets

  O IA 2.2.2.2 [110/11] via 192.168.25.2, 00:00:02, FastEthernet0/0

  O IA 192.168.14.0/24 [110/30] via 192.168.25.2, 00:00:02, FastEthernet0/0

  3.0.0.0/32 is subnetted, 1 subnets

  O IA 3.3.3.3 [110/21] via 192.168.25.2, 00:00:02, FastEthernet0/0

  C 192.168.25.0/24 is directly connected, FastEthernet0/0

  4.0.0.0/32 is subnetted, 1 subnets

  O IA 4.4.4.4 [110/31] via 192.168.25.2, 00:00:03, FastEthernet0/0

  5.0.0.0/32 is subnetted, 1 subnets

  C 5.5.5.5 is directly connected, Loopback0

  6.0.0.0/32 is subnetted, 1 subnets

  O IA 6.6.6.6 [110/31] via 192.168.25.2, 00:00:03, FastEthernet0/0

  172.16.0.0/24 is subnetted, 4 subnets

  C 172.16.0.0 is directly connected, Loopback1

  C 172.16.1.0 is directly connected, Loopback1

  C 172.16.2.0 is directly connected, Loopback1

  C 172.16.3.0 is directly connected, Loopback1

  O IA 192.168.36.0/24 [110/30] via 192.168.25.2, 00:00:03, FastEthernet0/0

  這時(shí)發(fā)現(xiàn)沒(méi)有默認(rèn)路由,需運(yùn)行以下命令:

  R2(config-router)#area 1 nssa default-information-originate

  這時(shí)R5路由如下:

  O IA 192.168.123.0/24 [110/20] via 192.168.25.2, 00:01:57, FastEthernet0/0

  1.0.0.0/32 is subnetted, 1 subnets

  O IA 1.1.1.1 [110/21] via 192.168.25.2, 00:01:57, FastEthernet0/0

  2.0.0.0/32 is subnetted, 1 subnets

  O IA 2.2.2.2 [110/11] via 192.168.25.2, 00:01:57, FastEthernet0/0

  O IA 192.168.14.0/24 [110/30] via 192.168.25.2, 00:01:57, FastEthernet0/0

  3.0.0.0/32 is subnetted, 1 subnets

  O IA 3.3.3.3 [110/21] via 192.168.25.2, 00:01:57, FastEthernet0/0

  C 192.168.25.0/24 is directly connected, FastEthernet0/0

  4.0.0.0/32 is subnetted, 1 subnets

  O IA 4.4.4.4 [110/31] via 192.168.25.2, 00:01:59, FastEthernet0/0

  5.0.0.0/32 is subnetted, 1 subnets

  C 5.5.5.5 is directly connected, Loopback0

  6.0.0.0/32 is subnetted, 1 subnets

  O IA 6.6.6.6 [110/31] via 192.168.25.2, 00:01:59, FastEthernet0/0

  172.16.0.0/24 is subnetted, 4 subnets

  C 172.16.0.0 is directly connected, Loopback1

  C 172.16.1.0 is directly connected, Loopback1

  C 172.16.2.0 is directly connected, Loopback1

  C 172.16.3.0 is directly connected, Loopback1

  O IA 192.168.36.0/24 [110/30] via 192.168.25.2, 00:01:59, FastEthernet0/0

  O*N2 0.0.0.0/0 [110/1] via 192.168.25.2, 00:00:06, FastEthernet0/0


網(wǎng)絡(luò)的神奇作用吸引著越來(lái)越多的用戶加入其中,正因如此,網(wǎng)絡(luò)的承受能力也面臨著越來(lái)越嚴(yán)峻的考驗(yàn)―從硬件上、軟件上、所用標(biāo)準(zhǔn)上......,各項(xiàng)技術(shù)都需要適時(shí)應(yīng)勢(shì),對(duì)應(yīng)發(fā)展,這正是網(wǎng)絡(luò)迅速走向進(jìn)步的催化劑。

本文章關(guān)鍵詞: ospf 區(qū)域 類型 詳細(xì) 
国产伦精品一区二区三区_欧美日韩国产高清视频_激情欧美亚洲_狠狠色丁香婷婷综合影院
国产麻豆综合| 国产婷婷色一区二区三区| 91久久久久久| 亚洲激情图片小说视频| 久久久亚洲国产天美传媒修理工 | 蜜月aⅴ免费一区二区三区 | 欧美日韩国产精品成人| 一区二区三区黄色| 这里只有精品视频| 国产午夜精品美女毛片视频| 毛片一区二区| 欧美精品一区二区三区蜜桃| 午夜一级久久| 久久性色av| 宅男精品视频| 久久精品国产99国产精品| 亚洲娇小video精品| 99综合精品| 激情欧美一区二区| 亚洲国产视频一区| 国产精品天天摸av网| 欧美大秀在线观看 | 久久久精品国产99久久精品芒果| 最近看过的日韩成人| 亚洲色无码播放| 精品成人在线视频| 一区二区三区日韩欧美精品| 一区二区在线看| 亚洲少妇诱惑| 亚洲精品免费在线观看| 亚洲一区免费| 99国内精品| 久久久久久久综合日本| 亚洲欧美成人综合| 免费在线观看精品| 欧美主播一区二区三区美女 久久精品人| 久久综合色影院| 亚欧成人在线| 欧美日韩一区二区在线观看| 美女尤物久久精品| 国产欧美日韩一区二区三区在线 | 亚洲欧美日韩精品久久亚洲区| 久久久久久色| 久久av一区二区三区亚洲| 欧美日韩第一页| 欧美α欧美αv大片| 国产日韩欧美91| 一本色道久久综合亚洲精品不卡| 在线色欧美三级视频| 欧美亚洲三区| 午夜免费电影一区在线观看| 欧美日本免费| 亚洲精品视频免费在线观看| 亚洲欧洲精品一区二区精品久久久 | 91久久一区二区| 久久免费黄色| 美女精品在线| 在线免费观看日本一区| 久久爱另类一区二区小说| 欧美在线www| 国产日本欧洲亚洲| 亚洲欧美日韩国产一区二区三区| 亚洲欧美日韩精品一区二区| 国产精品国产精品| 亚洲在线不卡| 久久www成人_看片免费不卡| 国产精品色网| 欧美一区二区三区在线播放| 久久黄色网页| 国语自产偷拍精品视频偷| 久久久91精品国产| 蜜桃av噜噜一区| 亚洲欧洲久久| 欧美日韩综合在线免费观看| 在线中文字幕日韩| 欧美一级黄色录像| 国产一区 二区 三区一级| 欧美在线观看视频在线| 久久久久青草大香线综合精品| 狠狠色综合网站久久久久久久| 久久另类ts人妖一区二区| 欧美高清视频| 亚洲一线二线三线久久久| 国产欧美精品国产国产专区| 欧美一区三区二区在线观看| 老妇喷水一区二区三区| 亚洲日本一区二区三区| 欧美午夜电影在线| 午夜精品电影| 亚洲国产毛片完整版| 亚洲性线免费观看视频成熟| 国产精品一区=区| 久久久午夜视频| 一道本一区二区| 麻豆av一区二区三区| 99精品热视频只有精品10| 国产精品美女久久久| 久久婷婷久久一区二区三区| 亚洲美洲欧洲综合国产一区| 久久国产成人| 99亚洲精品| 国产综合精品一区| 欧美日韩免费高清| 久久久国产成人精品| 99人久久精品视频最新地址| 久久午夜精品一区二区| 亚洲亚洲精品在线观看 | 国产欧美精品在线观看| 欧美+日本+国产+在线a∨观看| 亚洲五月六月| 亚洲欧洲日韩在线| 久久久久99精品国产片| 一区二区欧美日韩| 在线观看国产精品淫| 国产精品igao视频网网址不卡日韩| 久久精品人人做人人综合| 在线一区二区三区做爰视频网站| 蜜臀av国产精品久久久久| 欧美一区二区福利在线| 日韩午夜激情| 亚洲欧洲一区二区三区久久| 国产综合色精品一区二区三区| 欧美亚洲第一页| 欧美日韩国产片| 麻豆久久精品| 欧美在线视频不卡| 亚洲尤物视频网| 亚洲午夜一级| 在线午夜精品自拍| 99精品欧美一区| 亚洲三级电影在线观看| 欧美国产第一页| 美女视频一区免费观看| 久久亚洲欧美国产精品乐播| 欧美一区二区福利在线| 亚洲欧美国产视频| 亚洲尤物影院| 亚洲欧美日韩一区在线观看| 夜夜嗨av色一区二区不卡| 亚洲美女精品一区| 亚洲理伦在线| 亚洲香蕉在线观看| 在线视频亚洲| 亚洲欧美日韩国产成人| 亚洲男人av电影| 新67194成人永久网站| 欧美亚洲一区二区三区| 午夜精彩国产免费不卡不顿大片| 亚洲综合二区| 久久国产精品亚洲va麻豆| 久久久亚洲成人| 欧美成人综合| 亚洲乱码久久| 一区二区三区波多野结衣在线观看| 亚洲国产综合在线| 亚洲九九精品| 亚洲一级黄色| 久久久久久久综合狠狠综合| 牛人盗摄一区二区三区视频| 农夫在线精品视频免费观看| 欧美日韩久久久久久| 国产精品对白刺激久久久| 国产精品区一区二区三| 黑丝一区二区三区| 亚洲国产美女久久久久| 一本色道久久综合狠狠躁的推荐| 亚洲欧美日本视频在线观看| 久久精品国产久精国产爱| 欧美国产日产韩国视频| 亚洲精品国产视频| 亚洲永久字幕| 欧美成人资源网| 国产精品免费福利| 狠狠综合久久av一区二区小说 | 国内精品一区二区| 亚洲精品一区在线| 欧美一级片一区| 亚洲高清免费在线| 亚洲视频在线一区| 狼人社综合社区| 国产精品久久久久毛片大屁完整版 | 亚洲综合视频网| 麻豆国产精品一区二区三区| 亚洲精品综合| 久久久久久成人| 欧美视频免费| 亚洲精品久久久久中文字幕欢迎你 | 国产精品黄视频| 亚洲国产精品va在线看黑人动漫| 亚洲一二区在线| 欧美国产1区2区| 欧美一站二站| 国产精品盗摄久久久| 91久久香蕉国产日韩欧美9色| 欧美专区在线播放| 一区二区不卡在线视频 午夜欧美不卡在 | 亚洲国产午夜| 久久婷婷国产综合精品青草| 国产欧美日韩伦理| 亚洲一区视频在线|