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

正文內(nèi)容

cisco技術大總結(jié)-在線瀏覽

2025-06-01 00:57本頁面
  

【正文】 Violations,   0 Slip Secs, 0 Fr Loss Secs, 0 Line Err Secs, 0 Degraded Mins,   0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 0 Unavail Secs     以下例子為E1連接3條64K專線, 幀類型為NOCRC4,非平衡鏈路,路由器具體設置如下:   shanxiwri t   Building configuration...     Current configuration:   !   version   no service udpsmallservers   no 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 Ethernet0   ip address   mediatype 10BASET   !   interface Ethernet1   no ip address   shutdown   !   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 classless   ip route Serial0:0   ip route Serial0:1   ip route Serial0:2   !   line con 0   line aux 0   line vty 0 4   password shanxi   login   ! 技術3一、HDLC   HDLC是CISCO路由器使用的缺省協(xié)議,一臺新路由器在未指定封裝協(xié)議時默認使用HDLC封裝。 input queue 0/75, 0 drops   Five minute input rate 0 bITs/sec, 0 packets/sec   Five minute output rate 0 bITs/sec, 0 packets/sec   16263 packets input, 1347238 bytes, 0 no buffer   Received 13983 broadcasts, 0 runts, 0 giants   2 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 2 abort   22146 packets output, 2383680 bytes, 0 underruns   0 output errors, 0 collisions, 2 interface resets, 0 restarts   1 carrier transITions     2. 舉例   設置如下:   Router1:   interface Serial0   ip address   clockrate 1000000     Router2:   interface Serial0   ip address   !   3. 舉例使用E1線路實現(xiàn)多個64K專線連接.   相關命令:   任務 命令   進入controller配置模式 controller {t1 | e1} number   選擇幀類型 framing {crc4 | nocrc4}   選擇linecode類型 linecode {ami | b8zs | hdb3}   建立邏輯通道組與時隙的映射 channelgroup number timeslots range1   顯示controllers接口狀態(tài) show controllers e1 [slot/port]2     注: 1. 當鏈路為T1時,channelgroup編號為023, Timeslot范圍124。   CHAP(Challenge Handshake Authentication Protocol)和PAP(Password Authentication Protocol) (PAP)通常被用于在PPP封裝的串行線路上提供安全性認證。   CHAP和PAP在RFC 1334上有詳細的說明。在與非Cisco路由器連接時,一般采用PPP封裝,其它廠家路由器一般不支持Cisco的HDLC封裝協(xié)議。同時在Router2中應建立一個用戶,以對端路由器主機名作為用戶名,即用戶名應為router1。   設置如下:   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技術   。  ?。―TE)、數(shù)據(jù)電路終端設備(DCE)及分組交換設備(PSE)。DCE設備是專用通信設備,如調(diào)制解調(diào)器和分組交換機。   , ,當用戶申請到的是SVC(交換虛電路)時,然后接收到呼叫的一端可以接受或拒絕,如果接受請求,于是連接建立實現(xiàn)數(shù)據(jù)傳輸,當沒有數(shù)據(jù)傳輸時掛斷連接,整個呼叫過程就類似我們撥打普通電話一樣。 PVC(永久虛電路),沒有呼叫的過程,類似DDN專線。   虛電路計數(shù)從1到8,缺省為1。若出現(xiàn)參數(shù)不匹配則可能會導致連接失敗或其它意外情況。       路由器設置如下:   Router1:   interface Serial0   encapsulation x25   ip address   x25 address 110101   x25 htc 16   x25 nVC 2   x25 map ip 110102 broadcast   x25 map ip 110103 broadcast   !     Router2:   interface Serial0   encapsulation x25   ip address   x25 address 110102   x25 htc 16   x25 nVC 2   x25 map ip 110101 broadcast   x25 map ip 110103 broadcast   !     Router:   interface Serial0   encapsulation x25   ip address   x25 address 110103   x25 htc 16   x25 nVC 2   x25 map ip 110101 broadcast   x25 map ip 110102 broadcast   !     相關調(diào)試命令:   clear x25VC   show interfaces serial   show x25 map   show x25 route   show x25 VC   . 在以下實例中路由器router1和router2均通過svc與router連接,但router1和router2不通過sVC直接連接,此三個路由器的串口運行RIP路由協(xié)議,使用了子接口的概念。     子接口(Subinterface)是一個物理接口上的多個虛接口,可以用于在同一個物理接口上連接多個網(wǎng)。   無論如何,在廣域網(wǎng)環(huán)境使用基于連接的接口(象 Relay),同一接口通過虛電路(VC)連接多臺遠端路由器時,從同一接口來的路由更新信息不可以再被發(fā)回到相同的接口,除非強制使用分開的物理接口連接不同的路由器。你可以將路由器邏輯地連接到相同物理接口的不同子接口, 這樣來自不同子接口的路由更新就可以被分配到其他子接口,同時又滿足splIT horizon法則。它是一種數(shù)據(jù)包交換技術。   幀中繼廣域網(wǎng)的設備分為數(shù)據(jù)終端設備(DTE)和數(shù)據(jù)電路終端設備(DCE),Cisco路由器作為 DTE設備。這種服務通過幀中繼虛電路實現(xiàn),每個幀中繼虛電路都以數(shù)據(jù)鏈路識別碼(DLCI)標識自己。幀中繼即支持PVC也支持SVC。它是路由器和幀中繼交換機之間信令標準,提供幀中繼管理機制。   2. 有關命令:   端口設置   任務 命令   設置Frame Relay封裝 encapsulation framerelay[ietf] 1   設置Frame Relay LMI類型 framerelay lmitype {ansi | cisco | q933a}2   設置子接口 interface interfacetype [multipoint|pointtopoint]   映射協(xié)議地址與DLCI framerelay map protocol protocoladdress dlci [broadcast]3   設置FR DLCI編號 framerelay interfacedlci dlci [broadcast]   注:,則使用Internet工程任務組(IETF)規(guī)定的幀中繼封裝格式。   。文檔見RFC105RFC1723。RIP提供跳躍計數(shù)(hop count)作為尺度來衡量路由距離,跳躍計數(shù)是一個包到達目標所必須經(jīng)過的路由器的數(shù)目。RIP最多支持的跳數(shù)為15,即在源和目的網(wǎng)間所要經(jīng)過的最多路由器的數(shù)目為15,跳數(shù)16表示不可達。使用組合用戶配置尺度,包括延遲、帶寬、可靠性和負載。在7個更?芷詡?30秒后,Cisco IOS 軟件從路由表中清除路由。   2.舉例   Router1:   router igrp 200   network   network   !   三、OSPF協(xié)議   OSPF(Open Shortest Path First)是一個內(nèi)部網(wǎng)關協(xié)議(Interior Gateway Protocol,簡稱IGP),用于在單一自治系統(tǒng)(autonomous system,AS)內(nèi)決策路由。   鏈路是路由器接口的另一種說法,因此OSPF也稱為接口狀態(tài)路由協(xié)議。   文檔見RFC2178。多個OSPF進程需要多個OSPF數(shù)據(jù)庫的副本,必須運行多個最短路徑算法的副本。   wildcardmask 是子網(wǎng)掩碼的反碼, 網(wǎng)絡區(qū)域ID areaid在04294967295內(nèi)的十進制數(shù)。   2.基本配置舉例:   Router1:   interface ethernet 0   ip address   !   interface serial 0   ip address   !   router ospf 100   network area 0   network area 1   !   Router2:   interface ethernet 0   ip address   !   interface serial 0   ip address   !   router ospf 200   network area 0   network area 2   !   Router3:   interface ethernet 0   ip address   !   router ospf 300   network area 1   !   Router4:   interface ethernet 0   ip address   !   router ospf 400   network area 1   !   相關調(diào)試命令:   debug ip ospf events   debug ip ospf packet   show ip ospf   show ip ospf databASE   show ip ospf interface   show ip ospf neighbor   show ip route   3. 使用身份驗證   為了安全的原因,我們可以在相同
點擊復制文檔內(nèi)容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1