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手机在线播放| 精品一区二区三孕妇视频| 国产福利在线观看视频| 少妇精品无码一区二区免费视频| 国产亚洲精品久久久久久豆腐| 亚洲成a人片在线www| 一道本在线观看| 人妻换人妻a片爽麻豆| 亚洲综合图片一区| 精品人妻一区二区三区日产乱码卜| 婷婷伊人五月天| 亚洲熟女毛茸茸| 日韩欧美视频免费观看| 亚洲久久久久久久| 中日韩精品一区二区三区| 少妇献身老头系列| 涩视频在线观看| 91玉足脚交白嫩脚丫| 四虎永久免费观看| 蜜臀aⅴ国产精品久久久国产老师| 91传媒免费观看| 欧产日产国产v| 亚洲av午夜精品一区二区三区| 少妇太紧太爽又黄又硬又爽小说| 在线视频第一页| 欧美h片在线观看| 乱老熟女一区二区三区| 国产免费无遮挡吸奶头视频| 无码国产精品一区二区免费式直播| 性生活在线视频| 秘密基地免费观看完整版中文| 国产一卡二卡三卡四卡| 中文精品在线观看| 一级黄色片大全| 国产免费一区二区三区四区| 免费欧美一级片| 久久无码人妻精品一区二区三区| a毛片毛片av永久免费| 中文字幕观看av| 免费中文字幕av| 欧美国产日韩在线观看成人| 色噜噜在线观看| 91高清免费观看| 99久久久无码国产精品性| 欧美日韩国产一二三区| 国产污在线观看| 欧美特级一级片| aa一级黄色片| 欧美性生交xxxxx| 日韩激情小视频| 亚洲精品视频久久久| 欧美国产日韩在线观看成人| 久久视频精品在线观看| 亚洲欧美日韩色| √天堂中文官网8在线| 精品无码人妻一区| 丰满人妻一区二区三区免费视频棣| 90岁老太婆乱淫| 在线免费观看a级片| 永久免费看黄网站| 在线观看免费黄色网址| 91久久免费视频| 男人网站在线观看| 国产亚洲精品成人a| 麻豆精品一区二区三区视频| 欧美色图17p| 婷婷综合在线视频| 国产传媒视频在线| 亚洲av成人无码久久精品| 88久久精品无码一区二区毛片| 免费a v网站| a视频免费观看| 素人fc2av清纯18岁| 亚洲精品乱码久久| 国产人妻人伦精品1国产丝袜| 蜜臀av粉嫩av懂色av| 免费a v网站| 国产精品扒开腿做爽爽| 欧洲美熟女乱又伦| 神马久久精品综合| 校园春色 亚洲| 国产毛片毛片毛片毛片毛片毛片| 黄色av网址在线观看| 黄色a一级视频| 欧美做受喷浆在线观看| 亚洲ⅴ国产v天堂a无码二区| 国产精品综合激情| 欧美丰满熟妇bbbbbb| av在线免费观看不卡| 欧美日韩一区二区区| 中文成人无字幕乱码精品区| 欧美一区二区三区成人精品| 中文字幕 自拍| 内射毛片内射国产夫妻| 蜜桃av.com| 欧美xxxxx精品| 99久久久无码国产精品衣服| 免费看特级毛片| av影片在线播放| 偷拍夫妻性生活| 亚洲女人久久久| 精品黑人一区二区三区观看时间| 亚洲AV无码成人精品区明星换面| 精品国产精品国产精品| 成熟妇人a片免费看网站| 亚洲精品国产精品国自产网站| 久久久久99精品成人片试看| 亚洲精品乱码久久久久久久| 久久久99999| 丝袜美腿中文字幕| 黑人无套内谢中国美女| 91成人在线免费视频| 日本久久久久久久久久| 男人天堂资源网| 久久无码人妻精品一区二区三区| 永久免费看片直接| 国产又黄又粗的视频| 免费无码一区二区三区| 免费看黄色片的网站| 天天综合天天做| 免费成人深夜蜜桃视频| 男人操女人动态图| 特级西西人体wwwww| 亚洲AV无码久久精品国产一区| 久草福利资源在线| 欧美一区二区三区观看| 男人舔女人下部高潮全视频| 国产精品久久无码| 性猛交╳xxx乱大交| 国产xxx在线观看| 五月婷婷一区二区三区| 色偷偷男人天堂| 97在线观看免费高| 国产精品成人69xxx免费视频| 国产日产在线观看| 99国产精品免费| 羞羞在线观看视频| 日韩激情综合网| 性生交大片免费看l| 国产免费无码一区二区| 国产精品偷伦视频免费观看了| wwwxxx色| 老司机福利av| 国产伦精品一区二区三区视频女| 婷婷色一区二区三区| 亚洲av无一区二区三区| 国产人妖在线观看| 天堂久久久久久| 中文字幕 自拍| 亚洲熟女毛茸茸| 黄色污在线观看| 国产18无套直看片| 国产精品视频一区二区三| 亚洲午夜久久久久久久久| 播金莲一级淫片aaaaaaa| 性欧美精品男男| 在线观看成人毛片| 中国黄色a级片| 免费在线黄色网| 亚洲第一页av| 99精品久久久久| 日韩一区二区a片免费观看| 亚洲少妇xxx| 亚洲av无码一区二区三区观看 | 男人av资源站| 男人的天堂免费| 亚洲色成人网站www永久四虎| 日本一级片免费| 黄色aaa视频| jjzz黄色片| 国产三级aaa| 女人又爽又黄免费女仆| 91porn在线视频| 91禁男男在线观看| 五月开心播播网| 国产高潮流白浆| 91l九色lporny| 色综合久久五月| 国产又黄又爽又无遮挡| 日韩中文字幕有码| 中国美女乱淫免费看视频| 国产精品欧美性爱| 成人在线观看小视频| 精品手机在线视频| 欧美黄色激情视频| 一级性生活毛片| 久久久久麻豆v国产精华液好用吗| 999精品在线视频| 成人性视频免费看| 69精品无码成人久久久久久| 亚洲第一页av| 黄瓜视频污在线观看| 成人免费毛片日本片视频| 日韩黄色一区二区| 五月天激情小说| 黄色短视频在线观看| www.日本高清| 成年人免费观看视频网站| 超碰97人人干| 国产精品久久久久无码av色戒|