91超碰在线观看,国产二级c片l毛片,国产成人精品123区免费视频,濑亚美莉大战黑人中文字幕

win7系統下載
當前位置: 首頁 > 網絡技術教程 > 詳細頁面

ospf 區域分類詳細

發布時間:2022-07-26 文章來源:xp下載站 瀏覽:

網絡技術是從1990年代中期發展起來的新技術,它把互聯網上分散的資源融為有機整體,實現資源的全面共享和有機協作,使人們能夠透明地使用資源的整體能力并按需獲取信息。資源包括高性能計算機、存儲資源、數據資源、信息資源、知識資源、專家資源、大型數據庫、網絡、傳感器等。 當前的互聯網只限于信息共享,網絡則被認為是互聯網發展的第三階段。

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

  下面分別講一下各種區域類型對路由的改變,實驗圖如下:

ospf 區域類型詳細 三聯

  按如圖配置好相關接口和參數,配置好后,查看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區域:

  配置命令為:

  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區域不接收任何外部路由,用一條默認路由替代所有外部路由。

  先在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上運行以下命令:

  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 區域去掉所區域間和外部路由

  先來查看一下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上運行如下命令:

  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

  這時發現沒有默認路由,需運行以下命令:

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

  這時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


網絡的神奇作用吸引著越來越多的用戶加入其中,正因如此,網絡的承受能力也面臨著越來越嚴峻的考驗―從硬件上、軟件上、所用標準上......,各項技術都需要適時應勢,對應發展,這正是網絡迅速走向進步的催化劑。

本文章關鍵詞: ospf 區域 類型 詳細 
91超碰在线观看,国产二级c片l毛片,国产成人精品123区免费视频,濑亚美莉大战黑人中文字幕
国产视频精品视频| 免费在线观看日韩av| 免费在线观看一级片| 激情综合激情五月| www.黄色在线| 国产一级二级视频| 麻豆精品国产传媒| 九色91porny| 波多野结衣爱爱视频| 欧美一区二区三区观看| 国产一区二区三区四区五区六区| 色哟哟视频在线| 亚洲av永久无码精品| av直播在线观看| 天堂久久精品忘忧草| theav精尽人亡av| 亚洲成人黄色av| 中文字幕国产综合| 色欲AV无码精品一区二区久久 | 亚洲成a人片在线www| 黄色一级片中国| 69xx绿帽三人行| av女名字大全列表| 一级少妇精品久久久久久久| 五十路六十路七十路熟婆| 中国极品少妇xxxx| 久久精品无码一区| 特黄一区二区三区| 东方av正在进入| 中国xxxx性xxxx产国| 久久久久久久久久久久久久久| 一本色道久久综合亚洲精品图片| 国产毛片久久久久久久| 任你操精品视频| 亚洲av无码一区东京热久久| 波多野结衣 在线| 欧美高清性xxxx| 黄色裸体一级片| 久久久久亚洲AV成人网人人小说| 丰满少妇一区二区三区| 日本精品久久久久中文| 师生出轨h灌满了1v1| 全黄一级裸体片| 一区二区在线观看免费视频| 无码精品一区二区三区在线播放| 91视频免费在观看| xxxx视频在线观看| 小嫩苞一区二区三区| 伊人网综合视频| 在线播放国产视频| 韩国一级黄色录像| 欧美 日韩 成人| 加勒比精品视频| 美女又黄又免费的视频| 国产91在线播放九色| 中文字幕 日本| 最新国产精品自拍| 天堂av免费在线| 成人18视频免费69| 三年中国中文观看免费播放| 国产成人无码一区二区在线观看| 男生和女生一起差差差视频| 亚洲一区二区三区日韩| 好吊一区二区三区视频| 精品久久久久一区二区| 成人在线观看高清| 国产日产精品一区二区三区的介绍| 一本加勒比北条麻妃| 熟妇高潮精品一区二区三区| 国产艳妇疯狂做爰视频| 国产人妻精品午夜福利免费| 成年人av电影| 这里只有精品在线观看视频 | 91福利视频免费观看| 天天做夜夜爱爱爱| 爱情岛论坛亚洲自拍| 韩国一区二区三区四区| av免费观看不卡| av av在线| www.99热| 免费看91视频| 精品国产无码在线观看| 天堂网中文在线观看| 国产精品一级无码| 久久久久国产精品无码免费看| 特级西西人体wwwww| 欧美激情久久久久久久| 69夜色精品国产69乱| 精品国产乱码久久久久夜深人妻| 国产伦精品一区二区免费| av女人的天堂| 少妇丰满尤物大尺度写真| 精品人妻一区二区免费| 少妇无套高潮一二三区| 18岁成人毛片| 一级片手机在线观看| 丰满少妇中文字幕| 久久久久久成人网| 秘密基地免费观看完整版中文 | 人妻换人妻a片爽麻豆| 催眠调教后宫乱淫校园| 在线视频第一页| 少妇伦子伦精品无吗| 女人十八毛片嫩草av| 国产chinesehd精品露脸| www.99热| 久久精品一区二区免费播放| 男人操女人的视频网站| 国产精品免费无码| 四虎精品一区二区| 亚洲av鲁丝一区二区三区| 四季av中文字幕| 成人午夜剧场视频网站| 风韵丰满熟妇啪啪区老熟熟女| 一级片久久久久| 丰满少妇一区二区| 久久丫精品国产亚洲av不卡| 91porn在线| 亚洲精品无码一区二区| 国产精品久久久精品四季影院| 变态另类ts人妖一区二区| 亚洲中文字幕一区| 国产一级免费片| 日本一区二区免费视频| 国产香蕉精品视频| 日韩精品人妻中文字幕有码| 中国黄色片视频| 一二三不卡视频| 欧美xxxx×黑人性爽| 亚洲午夜久久久久久久久| 免费观看黄网站| 波多野结衣三级视频| 日韩精品xxx| 国产黄色网址在线观看| 蜜臀久久99精品久久久久久| 51妺嘿嘿午夜福利| 日韩激情小视频| 亚洲精品鲁一鲁一区二区三区 | 日本人亚洲人jjzzjjz| 国产传媒视频在线| 女人18毛片毛片毛片毛片区二| 一本一本久久a久久| 可以看的av网址| 亚洲欧美在线不卡| 五月婷婷婷婷婷| 一区二区在线观看免费视频| 日批免费观看视频| 国产精品无码久久久久一区二区| 九九热免费在线| 极品魔鬼身材女神啪啪精品| 久艹在线观看视频| 尤物网站在线观看| 婷婷丁香综合网| 色悠悠在线视频| 成人无码精品1区2区3区免费看 | aaaaaav| a天堂中文字幕| 一区二区在线观看免费视频| www.com日本| 特级西西人体高清大胆| 亚洲香蕉中文网| 亚洲天堂一级片| a级在线观看视频| 91丨porny丨九色| 欧洲美一区二区三区亚洲| 天海翼在线视频| 美国黄色一级毛片| av影片在线播放| 亚洲精品久久久久久国| av网站有哪些| 大桥未久恸哭の女教师| 欧美卡一卡二卡三| 成年人二级毛片| 国产一级淫片久久久片a级| 国产精品嫩草69影院| 911国产在线| 亚洲欧美日韩第一页| 成人片黄网站色大片免费毛片| 亚洲精品一区二区18漫画| 99热99这里只有精品| 日本人亚洲人jjzzjjz| 91久久免费视频| 好吊一区二区三区视频| 久久久午夜精品福利内容| 欧美69精品久久久久久不卡| 日韩视频中文字幕在线观看| 日本午夜精品视频| 男女男精品视频网站| 中文字幕黄色网址| 国产jizz18女人高潮| 国产美女网站视频| 男女全黄做爰文章| www日韩在线| 国产xxx在线观看| 欧美性生交xxxxx| 精品无码在线视频| 精品人妻少妇嫩草av无码| 欧美18—19性高清hd4k| 永久免费毛片在线观看| 999久久久国产|