freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

ospf路由協(xié)議配置實例-資料下載頁

2024-11-03 05:21本頁面

【導(dǎo)讀】復(fù)雜些的多域OSPF配置。ospf的鄰居認(rèn)證配置。兩臺pc所在網(wǎng)段,通過兩臺使用OSPF協(xié)議的路由器實現(xiàn)互連互通。第一種實現(xiàn)方法:。當(dāng)前路由器提示視圖依次輸入的配置命令,重要的命令紅色突出顯示簡單說明。[Router-Ether0]ipaddress配置內(nèi)網(wǎng)IP地址。[Router-Ether0]ospfenablearea接口使能ospf,屬于0域。[Router-Serial0]ipaddress配置串口IP地址。[Router]ospfenable啟動ospf路由協(xié)議。以上兩種方法均能實現(xiàn)兩臺PC互通的需求;上面僅給出實現(xiàn)方法的具體配置,至于組網(wǎng)方式的確定,請參考其他OSPF協(xié)議組網(wǎng)資料。ospf網(wǎng)絡(luò)類型鏈路層協(xié)議?;ミB的路由器網(wǎng)絡(luò)類型必須一致。在一個OSPF自治系統(tǒng)中ABR的配置情況。A,B運行在area0;B,C運行在area1,B. [Router]interfaceSerial0進(jìn)入串口0口;連RouterC

  

【正文】 outerospf] importroute static 引入靜態(tài)路由 ! quit ip routestatic preference 60 配置去往 D 的靜態(tài)路由 『注意』 請注意版本適用范圍。 使用 nssa 『需求』 一個 OSPF 自治系統(tǒng)中, A,B 運行在 area 0, B,C 運行在 area 1,且為 NSSA 區(qū) 域,B 為 ABR。 整個 OSPF 自治系統(tǒng)均可學(xué)習(xí)到 asbr router C 引入的到 D 的路由。 【 Router A】 【 Router A】 當(dāng)前路由器提示視圖 依次輸入的配置命令,重要的 命令 紅色 突出顯示 簡單說明 ! 適用版本 : 及 [Router] router id 配置 router id ! [Router] interface Ether0 進(jìn)入以太 0 口 [Routerether0] ip address 配置內(nèi)網(wǎng) IP 地址 [Routerether0] ospf enable area 接口使能 ospf,屬于 0 域 ! [Router] interface Serial0 進(jìn)入串口 0 口;連 Router B [RouterSerial0] linkprotocol ppp 封裝 ppp 協(xié)議 [RouterSerial0] ip address 配置串口 IP 地址 [RouterSerial0] ospf enable area 接口使能 ospf,屬于 1 域 ! quit [Router] ospf enable 使能 ospf ! 【 Router B】 當(dāng)前路由器提示視圖 依次輸入的配置命令,重要的命令 紅色 突出顯示 簡單說明 ! 適用版本 : 及 [Router] router id 配置 router id ! 適用版本 : [Router] interface Seria0 進(jìn)入串口 0 口;連 Router C [RouterSerial0] linkprotocol ppp 封裝 ppp 協(xié)議 [RouterSerial0] ip address 配置串口 IP 地址 [RouterSerial0] ospf enable area 接口使能 ospf,屬于 1 域 ! [Router] interface Serial1 進(jìn)入串口 0 口;連 Router A [RouterSerial1] linkprotocol ppp 封裝 ppp 協(xié)議 [RouterSerial1] ip address 配置串口 IP 地址 [RouterSerial1] ospf enable area 接口使能 ospf,屬于 0 域 ! quit [Router] ospf enable 使能 ospf [Routerospf] nssa area 將 1 域配置成為 nssa 域 ! 『 Router C』 當(dāng)前路由器提示視圖 依次輸入的配置命令,重要的命令 紅色 突出顯示 簡單說明 ! 適用版本 : 及 [Router] router id 配置 router id ! [Router] interface Ether0 進(jìn)入以太 0 口 [Routerether0] ip address 配置內(nèi)網(wǎng) IP 地址 [Routerether0] ospf enable area 接口使能 ospf,屬于 1 域 ! [Router] interface Serial0 進(jìn)入串口 0 口;連 Router B [RouterSerial0] linkprotocol ppp 封裝 ppp 協(xié)議 [RouterSerial0] ip address 配置串口 IP 地址 [RouterSerial0] ospf enable area 接口使能 ospf,屬于 1 域 ! [Router] interface Serial1 進(jìn)入串口 1 口;連 D [RouterSerial0] linkprotocol ppp 封裝 ppp 協(xié)議 [RouterSerial0] ip address 配置串口 IP 地址 ! quit [Router] ospf enable 使能 ospf [Routerospf] nssa area 將 1 域配置為 nssa 域 [Routerospf] importroute static 引入靜態(tài)路由 ! quit ip routestatic preference 60 配置去往 D 的靜態(tài)路由 ospf的鄰居認(rèn)證配置 互連的路由器的接口下配置 明文認(rèn)證: [RouterAEther0] ospf authenticationmode simple quidway md5 加密 認(rèn)證: [RouterASerial0] ospf authenticationmode md5 huawei 11 ospf 虛連 接的配置 『需求』 普通 area 1 為 transitarea,連接著 area 0 和 area 2 基本的配置如前所述,需要增加的配置如下 【 Router B】 [Routerospf]vlink peerid transitarea 【 Router C】 [Routerospf]vlink peerid transitarea
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1