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

正文內(nèi)容

cisco路由配置手冊-全文預(yù)覽

2024-09-18 15:43 上一頁面

下一頁面
  

【正文】 e set bridging off c765:remote set ip framing none c765:remote set ppp clientname 263 c765:remote set ppp password client Enter new Password: 263 ReType new Password: 263 c765:remote set ppp authentication out none c765:remote set ip address c765:remote set ip mask c765:remote set ppp address negotiation local on c765:remote set ip pat on c765:remote set ip route destination c765:remote set number 2633 c765:remote set active 命令描述如下: 任務(wù) 命令 設(shè)置路由器系統(tǒng)名稱 set system c765 允許路由器呼叫多 個目的地 set multidestination on 設(shè)置 ISDN交換機類型為 NET3 set switch 3 允許點到點間多條通道連接實現(xiàn)負載均衡 set ppp multilink on 關(guān)掉橋接 set briding off 19 建立用戶預(yù)制文件用于設(shè)置撥號連接參數(shù) 可以設(shè)置多個用戶預(yù)制文件用于相同的物理端口對應(yīng)于不同的連接。T 5ESS switch type for the . (ISDN PRI only) primarydms100 NT DMS100 switch type for the . (ISDN PRI only) New Zealand basicnz3 New Zealand Net3 switches 3. ISDN實現(xiàn) DDR( dialondemand routing)實例 : 設(shè)置如下: 14 Router1: hostname router1 user router2 password cisco ! isdn switchtype basic3 ! interface bri 0 ip address encapsulation ppp dialer map ip name router2 572 dialer loadthreshold 80 ppp multilink dialergroup 1 ppp authentication chap ! dialerlist 1 protocol ip permit ! Router2: hostname router2 user router1 password cisco ! isdn switchtype basic3 ! interface bri 0 ip address encapsulation ppp dialer map ip name router1 571 dialer loadthreshold 80 ppp multilink dialergroup 1 ppp authentication chap ! dialerlist 1 protocol ip permit ! Cisco 路由器同時支持回撥功能,我們將路由器 Router1作為 Callback Server,Router2作為 Callback Client。 按區(qū)域分關(guān)鍵字 交換機類型 Australia basicts013 Australian TS013 switches Europe basic1tr6 German 1TR6 ISDN switches basicnw3 Norway NET3 switches (phase 1) basic3 NET3 ISDN switches (UK, Denmark, and other nations)。在北美和日本, ISDN的主速率接口( PRI)提供 23個 B信道和 1個 D信道,總速率可達 ,其中 D信道速率為 64Kbps。 3. 幀中繼 point to point 配置實例: Router1: interface serial 0 encapsulation framerelay ! interface serial pointtopoint ip address framereply interfacedlci 105 ! interface serial pointtopoint ip address framereply interfacedlci 102 ! interface serial pointtopoint ip address framereply interfacedlci 104 ! Router2: interface serial 0 encapsulation framerelay ! interface serial pointtopoint ip address framereply interfacedlci 201 ! interface serial pointtopoint ip address framereply interfacedlci 203 ! 相關(guān)調(diào)試命令 : show framerelay lmi show framerelay map show framerelay pvc show framerelay route show interfaces serial go top 4. 幀中繼 Multipoint 配置實例 : 12 Router1: interface serial 0 encapsulation framereply ! interface serial multipoint ip address framereply map ip 201 broadcast framereply map ip 301 broadcast framereply map ip 401 broadcast ! Router2: interface serial 0 encapsulation framereply ! interface serial multipoint ip address framereply map ip 102 broadcast framereply map ip 102 broadcast framereply map ip 102 broadcast ! 五、 ISDN 1. 綜合數(shù)字業(yè)務(wù)網(wǎng)( ISDN) 綜合數(shù)字業(yè)務(wù)網(wǎng)( ISDN)由數(shù)字電話和數(shù)據(jù)傳輸服務(wù)兩部分組成,一般由電話局提供這種服務(wù)。它提供了許多管理復(fù)雜互聯(lián)網(wǎng)絡(luò)的特性,其中包括全局尋址、虛電路狀態(tài)消息和多目發(fā)送等功能。 DLCI 的值一般由幀中繼服務(wù)提供商指定。它省略了 ,如提供窗口技術(shù)和數(shù)據(jù)重發(fā)技術(shù),而是依靠高層協(xié)議提供糾錯功能,這 是因為幀中繼工作在更好的 WAN設(shè)備上,這些設(shè)備較之 WAN 設(shè)備具有更可靠的連接服務(wù)和更高的可靠性,它嚴(yán)格地對應(yīng)于 OSI參考模型的最低二層,而 ,所以,幀中繼比 更高的性能和更有效的傳輸效率。 Cisco 提供子接口( subinterface)作為分開的接口對待。由于使用子接口, router1和 router2均學(xué)習(xí)到了訪問對方局域網(wǎng)的路徑,若不使用子接口, router1和 router2 將學(xué)不到到對方局域網(wǎng)的路由。 在改變了 ,應(yīng)重新啟動 x25(使用 clear x25 {serial number | cmnsinterface macaddress} [vcnumber]或 clear x25vc命令 ),否則新設(shè)置的參數(shù)可能不能生效。其中 、 htc均必須與 供商分配的參數(shù)相同。 DTE 是 的末端系統(tǒng),如終端、計算機或網(wǎng)絡(luò)主機,一般位于用戶端, Cisco路由器就是 DTE設(shè)備。 設(shè)置如下: Router1: hostname router1 username router2 password xxx interface Serial0 ip address clockrate 1000000 ppp authentication chap ! Router2: hostname router2 username router1 password xxx interface Serial0 ip address ppp authentication chap 三、 1. X25技術(shù) OSI三層, 。在與非 Cisco 路由器連接時,一般采用 PPP封裝,其它廠家路由器一般不支持 Cisco的 HDLC封裝協(xié)議。 CHAP(Challenge Handshake Authentication Protocol)和 PAP(Password Authentication Protocol) (PAP)通常被用于在 PPP 封裝的串行線路上提供安全性認證。 1 第一、服務(wù)質(zhì)量及訪問控制 一、協(xié)議優(yōu)先級設(shè)置 1.有關(guān)命令 任務(wù) 命令 設(shè)置優(yōu)先級表項目 prioritylist listnumber protocol protocol {high | medium | normal | low} queuekeyword keywordvalue 使用指定的優(yōu)先級表 prioritygroup listnumber 2.舉例 Router1: prioritylist 1 protocol ip high tcp tel prioritylist 1 protocol ip low tcp ftp prioritylist 1 default normal interface serial 0 prioritygroup 1 CISCO 路由器配置手冊 二、隊列定制 1. 有關(guān)命令 任務(wù) 命令 設(shè)置隊列表中包含協(xié)議 queuelist listnumber protocol protocolname queuenumber queuekeyword keywordvalue 設(shè)置隊列表中隊列的大小 queuelist listnumber queue queuenumber bytecount bytecountnumber 使用指定的隊列表 customqueuelist list 2.舉例 2 Router1: queuelist 1 protocol ip 0 tcp tel queuelist 1 protocol ip 1 tcp queuelist 1 protocol ip 2 tcp ftp queuelist 1 queue 0 bytecount 300 queuelist 1 queue 1 bytecount 200 queuelist 1 queue 2 bytecount 100 interface serial 0 customqueuelist 1 三、訪問控制 1.有關(guān)命令 任務(wù) 命令 設(shè)置訪問表項目 accesslist list {permit | deny} address mask 設(shè)置隊列表中隊列的大小 queuelist listnumber queue queuenumber bytecount bytecountnumber 使用指定的訪問表 ip accessgroup list {in | out} 2.舉例 Router1: accesslist 1 deny accesslist 1 permit any interface serial 0 ip accessgroup 1 in 3 第二、廣域網(wǎng)配置 一、 HDLC HDLC是 CISCO路由器使用的缺省協(xié)議,一臺新路由器在未指定封裝協(xié)議時 默認使用 HDLC封裝。 當(dāng)鏈路為 E1時 , channelgroup編號為 030, Timeslot 范圍 131. show controllers e1 觀察 controller 狀態(tài) ,以下為幀類型為 crc4 時controllers 正常的狀態(tài) . Ro
點擊復(fù)制文檔內(nèi)容
醫(yī)療健康相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1