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

正文內(nèi)容

cisco路由器配置完全手冊(一)-文庫吧資料

2024-08-17 08:53本頁面
  

【正文】 North America basic1tr6 German 1TR6 ISDN switches basicnwnet3 Norway NET3 switches (phase 1) basicnet3 NET3 ISDN switches (UK, Denmark, and other nations)。 交換機(jī)類型 Australia 基本命令任務(wù) 命令 設(shè)置ISDN交換類型 isdn switchtype switchtype1 接口設(shè)置 interface bri 0 設(shè)置PPP封裝 encapsulation ppp 設(shè)置協(xié)議地址與電話號碼的映射 dialer map protocol nexthopaddress [name hostname] [broadcast] [dialstring] 啟動PPP多連接 ppp multilink 設(shè)置啟動另一個B通道的閾值 dialer loadthreshold load 顯示ISDN有關(guān)信息 show isdn {active | history | memory | services | status [dsl | interfacetype number] | timers} 注:,國內(nèi)交換機(jī)一般為basicnet3。2. 而在歐洲、澳大利亞等國家,ISDN的PRI提供30個B信道和1個64Kbps D信道。D信道的速率為16Kbps,主要傳輸控制信號。ISDN的基本速率接口(BRI)服務(wù)提供2個B信道和1個D信道(2B+D)。 幀中繼 Multipoint 配置實例: 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. 。 端口設(shè)置 任務(wù) 命令 設(shè)置Frame Relay封裝 encapsulation framerelay[ietf] 1設(shè)置Frame Relay LMI類型 framerelay lmitype {ansi | cisco | q933a}2設(shè)置子接口 interface interfacetype [multipoint|pointtopoint] 映射協(xié)議地址與DLCI framerelay map protocol protocoladdress dlci [broadcast]3設(shè)置FR DLCI編號 framerelay interfacedlci dlci [broadcast] 注:,則使用Internet工程任務(wù)組(IETF)規(guī)定的幀中繼封裝格式。 它是路由器和幀中繼交換機(jī)之間信令標(biāo)準(zhǔn),提供幀中繼管理機(jī)制。幀中繼即支持PVC也支持SVC。這種服務(wù)通過幀中繼虛電路實現(xiàn),每個幀中繼虛電路都以數(shù)據(jù)鏈路識別碼(DLCI)標(biāo)識自己。 幀中繼廣域網(wǎng)的設(shè)備分為數(shù)據(jù)終端設(shè)備(DTE)和數(shù)據(jù)電路終端設(shè)備(DCE),Cisco路由器作為 DTE設(shè)備。它是一種數(shù)據(jù)包交換技術(shù)。 Router2: interface Serial0 encapsulation x25 ip address x25 address 110102 x25 htc 16 x25 nvc 2 x25 map ip 110103 broadcast ! router rip network ! 你可以將路由器邏輯地連接到相同物理接口的不同子接口, 這樣來自不同子接口的路由更新就可以被分配到其他子接口,同時又滿足split horizon法則。無論如何,在廣域網(wǎng)環(huán)境使用基于連接的接口(象 Relay),同一接口通過虛電路(vc)連接多臺遠(yuǎn)端路由器時,從同一接口來的路由更新信息不可以再被發(fā)回到相同的接口,除非強(qiáng)制使用分開的物理接口連接不同的路由器。 子接口(Subinterface)是一個物理接口上的多個虛接口,可以用于在同一個物理接口上連接多個網(wǎng)。由于使用子接口,router1和router2均學(xué)習(xí)到了訪問對方局域網(wǎng)的路徑,若不使用子接口,router1和router2將學(xué)不到到對方局域網(wǎng)的路由。 x25 map ip 110102 broadcast ! x25 nvc 2 x25 address 110103 encapsulation x25 x25 map ip 110103 broadcast ! x25 nvc 2 x25 address 110102 encapsulation x25 x25 map ip 110103 broadcast ! x25 nvc 2 x25 address 110101 encapsulation x25 實例:. 在以下實例中每二個路由器間均通過svc實現(xiàn)連接。 3. ,應(yīng)重新啟動x25(使用clear x25 {serial number | cmnsinterface macaddress} [vcnumber]或clear x25vc命令),否則新設(shè)置的參數(shù)可能不能生效。 有關(guān)命令:任務(wù) 命令 encapsulation x25 [dce] x25 address 設(shè)置遠(yuǎn)方站點的地址映射 x25 map protocol address [protocol2 address2[...[protocol9 address9]]] x121address [option] 設(shè)置最大的雙向虛電路數(shù) x25 htc citcuitnumber1 設(shè)置一次連接可同時建立的虛電路數(shù) x25 nvc count2 設(shè)置x25在清除空閑虛電路前的等待周期 x25 idle minutes 重新啟動x25,或清一個svc,啟動一個pvc相關(guān)參數(shù) clear x25 {serial number | cmnsinterface macaddress} [vcnumber] 3 清x25虛電路 clear x25vc 顯示接口及x25相關(guān)信息 show interfaces serial show x25 interface show x25 map show x25 vc 注:虛電路號從1到4095,Cisco路由器默認(rèn)為1024,國內(nèi)一般分配為16。2. 、。PSE是公共網(wǎng)絡(luò)的主干交換機(jī)。如終端、計算機(jī)或網(wǎng)絡(luò)主機(jī),一般位于用戶端,Cisco路由器就是DTE設(shè)備。(Link Access Procedure, Balanced)實現(xiàn),它定義了用于DTE/DCE連接的幀格式。同時在Router2中應(yīng)建立一個用戶,以對端路由器主機(jī)名作為用戶名,即用戶名應(yīng)為router1。 有關(guān)命令端口設(shè)置 任務(wù) 命令 設(shè)置PPP封裝 encapsulation ppp1 設(shè)置認(rèn)證方法 ppp authentication {chap | chap pap | pap chap | pap} [ifneeded] [listname | default] [callin] 指定口令 username name password secret 設(shè)置DCE端線路速度 clockrate speed 注:要使用CHAP/PAP必須使用PPP封裝。1. 使用CHAP和PAP認(rèn)證,每個路由器通過名字來識別,可以防止未經(jīng)授權(quán)的訪問。 0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 0 Unavail Secs 以下例子為E1連接3條64K專線, 幀類型為NOCRC4,非平衡鏈路,路由器具體設(shè)置如下:shanxiwri tBuilding configuration...Current configuration:!version no service udpsmallserversno service tcpsmallservers!hostname shanxi!enable secret 5 $1$XN08$enable password shanxi!!ip subnetzero!controller E1 0 framing NOCRC4 channelgroup 0 timeslots 1 channelgroup 1 timeslots 2 channelgroup 2 timeslots 3 !interface Ethernet0ip address mediatype 10BaseT!interface Ethernet1no ip addressshutdown!interface Serial0:0 ip address no ip mroutecache!interface Serial0:1 ip address no ip mroutecache!interface Serial0:2 ip address no ip mroutecache!no ip classlessip route Serial0:0ip route Serial0:1ip route Serial0:2!line con 0line aux 0line vty 0 4password shanxilogin!end二、PPP PPP(PointtoPoint Protocol)是SLIP(Serial Line IP protocol)的繼承者,它提供了跨過同步和異步電路實現(xiàn)路由器到路由器(routertorouter)和主機(jī)到網(wǎng)絡(luò)(hosttonetwork)的連接。 controllers e1觀察controller狀態(tài),以下為幀類型為crc4時controllers正常的狀態(tài). Router show controllers e1 e1 0/0 is up. Applique type is Channelized E1 unbalanced Framing is CRC4, Line Code is HDB3channelgroup number timeslots range1 顯示controllers接口狀態(tài) show controllers e1 [slot/port]2 注: 1. 當(dāng)鏈路為T1時,channelgroup編號為023, Timeslot范圍124。framing {crc4 | nocrc4} 選擇linecode類型 clockrate 1000000 Router2: interface Serial0 舉例設(shè)置如下: Router1: interface Serial0 2. 有關(guān)命令端口設(shè)置 任務(wù) 命令 設(shè)置HDLC封裝 encapsulation hdlc 設(shè)置DCE端線路速度 clockrate speed 復(fù)位一個硬件接口 clear interface serial unit 顯示接口狀態(tài) show interfaces serial [unit] 1 注:. Routershow interface serial 0 Serial 0 is up, line protocol is up Hardware is MCI Serial Internet address is , subnet mask is MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, loopback
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1