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区免费视频,濑亚美莉大战黑人中文字幕
亚洲无人区码一码二码三码| 日本精品在线免费观看| 日本黄色片在线播放| 伊人网伊人影院| 国产人妻精品午夜福利免费| a级片在线观看视频| 手机看片福利视频| 中文字幕一区二区人妻电影丶| 免费观看av网站| 男女羞羞免费视频| 性欧美疯狂猛交69hd| 影音先锋男人看片资源| 国产成人精品无码免费看夜聊软件| 久久久久亚洲av无码网站| 男的操女的网站| 中文字幕在线观看成人| 一区视频免费观看| 日本少妇激三级做爰在线| 爱情岛论坛亚洲自拍| 麻豆网站免费观看| 中文字幕99页| 亚洲av网址在线| 无码一区二区三区在线| av网在线播放| 肉色超薄丝袜脚交69xx图片| av黄色免费在线观看| 日本老熟俱乐部h0930| 国产国语老龄妇女a片| 国产性生活毛片| 国产色视频一区二区三区qq号| 亚洲天堂视频一区| 国产精品18在线| 精产国品一区二区三区| 亚洲第一页av| 日本一级片免费| 精品久久久久一区二区| 亚洲午夜久久久久久久久红桃| 五级黄高潮片90分钟视频| 91l九色lporny| 风韵丰满熟妇啪啪区老熟熟女| 三级黄色片网站| 欧美肥妇bbwbbw| 妖精视频一区二区| 国产馆在线观看| 99久久免费看精品国产一区| 中国女人特级毛片| 亚洲精品第二页| 777777国产7777777| 国产精品九九九九九| 中文字幕手机在线观看| 在线小视频你懂的| 国产精品久久久久久亚洲av| 久久国产精品影院| 天天躁日日躁狠狠躁av麻豆男男| 丰腴饱满的极品熟妇| 爱爱视频免费在线观看| 女~淫辱の触手3d动漫| 伊人久久久久久久久| 国产精成人品免费观看| 国产大学生视频| 国产67194| 一本一本久久a久久| 亚洲国产精品无码久久久久高潮| 高清中文字幕mv的电影| 第一次破处视频| 国产中年熟女高潮大集合| 国产黄色网址在线观看| 国产精品麻豆入口| 不卡的一区二区| 欧美性猛交xx| 国产3级在线观看| 真人bbbbbbbbb毛片| 伦伦影院午夜理论片| 成年人免费视频播放| 中文字幕在线观看免费高清| 中文字幕在线视频播放| 一卡二卡三卡四卡五卡| 神马久久精品综合| 99成人在线观看| 日本裸体美女视频| 日韩在线观看视频一区二区| 免费看特级毛片| 老湿机69福利| 人妻少妇偷人精品久久久任期| 懂色av懂色av粉嫩av| 蜜臀av午夜精品久久| 黑人巨大精品一区二区在线| 真实乱偷全部视频| www.四虎精品| 欧美 变态 另类 人妖| 大又大又粗又硬又爽少妇毛片 | 中文字幕在线国产| 国产人妻黑人一区二区三区| 亚洲精品视频大全| 亚洲精品91在线| 日本高清一二三区| 朝桐光av一区二区三区| 国产精品www爽爽爽| 免费看的av网站| 中国毛片在线观看| 老司机成人免费视频| 最近中文字幕无免费| 国产精品情侣呻吟对白视频| 性猛交娇小69hd| 中文字幕电影av| 少妇毛片一区二区三区| 久久99久久99精品免费看小说| 欧美xxxxx精品| 国产午夜手机精彩视频| 91成年人网站| 男男一级淫片免费播放| 日本女人性生活视频| 三级黄色片网站| 国产精品无码自拍| 一级片一级片一级片| 亚洲码无人客一区二区三区| 草视频在线观看| 手机在线中文字幕| 性猛交ⅹxxx富婆video| 国产一级黄色录像| 日批视频在线看| 日韩亚洲欧美中文字幕| 人妻无码中文久久久久专区| 国产成人久久久久| 国产精品成人69xxx免费视频| 国产福利短视频| www.久久国产| 无码人妻精品一区二区三区温州| 久久综合桃花网| 在线观看你懂的视频| 国产又粗又猛又爽又黄| 欧美三级日本三级| 日韩成人黄色片| 在线观看一区二区三区视频| 深夜福利影院在线观看| 日本裸体美女视频| 97精品在线播放| 91精品国产闺蜜国产在线闺蜜| 日本在线观看网址| 美女三级黄色片| 超碰手机在线观看| 中文字幕视频观看| 免费a在线观看播放| 无码精品一区二区三区在线播放| 潮喷失禁大喷水aⅴ无码| 国产又粗又长又黄的视频| 国产白丝一区二区三区| 成人做爰视频网站| 538精品在线观看| 无码成人精品区在线观看| 污污免费在线观看| 六月婷婷七月丁香| 中文字幕av久久爽一区| 一本一本久久a久久| 日本少妇aaa| 亚洲av成人精品一区二区三区| 中日韩精品一区二区三区 | 久久国产波多野结衣| 丰满少妇一区二区三区专区| 国产精品久久久久久在线观看| 亚洲永久无码7777kkk| 永久免费观看片现看| www.黄色网| 91精品人妻一区二区三区| 成人在线观看小视频| 在线观看亚洲免费视频| 人人人妻人人澡人人爽欧美一区| 男人的天堂久久久| japanese中文字幕| 少妇熟女视频一区二区三区| 蜜桃av乱码一区二区三区| av不卡中文字幕| 97在线观看免费高| 国产免费一区二区三区网站免费| 中文字幕91视频| 国产又爽又黄无码无遮挡在线观看| 日韩免费成人av| 日韩女优一区二区| 右手影院亚洲欧美| jjzz黄色片| 4438x全国最大成人| 网爆门在线观看| 蜜桃无码一区二区三区| 一边摸一边做爽的视频17国产| 成人无码精品1区2区3区免费看| 一起草在线视频| 日本一级大毛片a一| av成人免费网站| 69视频在线观看免费| 影音先锋黄色资源| 国产女人18毛片水真多18| 曰本三级日本三级日本三级| 小泽玛利亚一区二区免费| 农村老熟妇乱子伦视频| 免费黄在线观看| 久久久久久久毛片| 国产精品一二三区在线观看| 亚洲观看黄色网| 少妇精品一区二区三区| 成人免费毛片糖心|