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

正文內容

cisco技術大總結(存儲版)

2025-05-14 00:57上一頁面

下一頁面
  

【正文】 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   !   end       二、PPP       PPP(PointtoPoint Protocol)是SLIP(Serial Line IP protocol)的繼承者,它提供了跨過同步和異步電路實現(xiàn)路由器到路由器(routertorouter)和主機到網(wǎng)絡(hosttonetwork)的連接。所建的這兩用戶的password必須相同。、。由于使用子接口,router1和router2均學習到了訪問對方局域網(wǎng)的路徑,若不使用子接口,router1和router2將學不到到對方局域網(wǎng)的路由。如提供窗口技術和數(shù)據(jù)重發(fā)技術,而是依靠高層協(xié)議提供糾錯功能,這是因為幀中繼工作在更好的WAN設備上,它嚴格地對應于OSI參考模型的最低二層,所以。它提供了許多管理復雜互聯(lián)網(wǎng)絡的特性,其中包括全局尋址、虛電路狀態(tài)消息和多目發(fā)送等功能。如果到相同目標有二個不等速或不同帶寬的路由器,但跳躍計數(shù)相同,則RIP認為兩個路由是等距離的。與RIP相對,OSPF是鏈路狀態(tài)路有協(xié)議,而RIP是距離向量路由協(xié)議。不同網(wǎng)絡區(qū)域的路由器通過主干域學習路由信息。   任務 命令   指定身份驗證 area areaid authentication [messagedigest]   使用純文本身份驗證 ip ospf authenticationkey password   使用消息摘要(md5)身份驗證 ip ospf messagedigestkey keyid md5 key   以下列舉兩種驗證設置的示例,示例的網(wǎng)絡分布及地址分配環(huán)境與以上基本配置舉例相同,只是在Router1和Router2的區(qū)域0上使用了身份驗證的功能。路由器通過監(jiān)聽SAP來建立已知的服務及自己的網(wǎng)絡地址表,并每60秒發(fā)送一次自己的SAP表。   三、虛擬局域網(wǎng)(VLAN)路由實例   . 例一:   設備選用Catalyst5500交換機1臺,安裝WSX5530E3管理引擎,多塊WSX5225R及WSX5302路由交換模塊,WSX5302被直接插入交換機,通過二個通道與系統(tǒng)背板上的VLAN 相連,從用戶角度看認為它是1個1接口的模塊,此接口支持ISL。它是一個信息包標記協(xié)議,在支持ISL接口上發(fā)送的幀由一個標準以太網(wǎng)幀及相關的VLAN信息組成。但IPX協(xié)議在以太網(wǎng)上運行時必須指定封裝形式。   使用身份驗證時,區(qū)域內所有的路由器接口必須使用相同的身份驗證方法。processid只在路由器內部起作用,不同路由器的processid可以不同。   1. 有關命令   任務 命令   指定使用RIP協(xié)議 router igrp autonomoussystem1   指定與該路由器相連的網(wǎng)絡 network network   指定與該路由器相鄰的節(jié)點地址 neighbor ipaddress   注:autonomoussystem可以隨意建立,并非實際意義上的autonomoussystem,但運行IGRP的路由器要想交換路由更新信息其autonomoussystem需相同。   RIP通過廣播UDP報文來交換路由信息,每30秒發(fā)送一次路由信息更新。   幀中繼本地管理接口(LMI)是對基本的幀中繼標準的擴展。     Router1:   interface Serial0   encapsulation x25   ip address   x25 address 110101   x25 htc 16   x25 nVC 2   x25 map ip 110103 broadcast   !   router rip   network   !     Router2:   interface Serial0   encapsulation x25   ip address   x25 address 110102   x25 htc 16   x25 nVC 2   x25 map ip 110103 broadcast   !   router rip   network   !     Router:   interface Serial0   encapsulation x25   x25 address 110103   x25 htc 16   x25 nVC 2   !   interface pointtopoint   ip address   x25 map ip 110101 broadcast   !   interface pointtopoint   ip address   x25 map ip 110102 broadcast   !   router rip   network   network   !       幀中繼是一種高性能的WAN協(xié)議,它運行在OSI參考模型的物理層和數(shù)據(jù)鏈路層。   3. 實例:   . 在以下實例中每二個路由器間均通過sVC實現(xiàn)連接。PSE是公共網(wǎng)絡的主干交換機。   2. 舉例   路由器Router1和Router2的S0口均封裝PPP協(xié)議,采用CHAP做認證,在Router1中應建立一個用戶,以對端路由器主機名作為用戶名,即用戶名應為router2。   1. 有關命令   端口設置   任務 命令   設置HDLC封裝 encapsulation hdlc   設置DCE端線路速度 clockrate speed   復位一個硬件接口 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 not set, keepalive set (10 sec)   Last input 0:00:07, output 0:00:00, output hang never   Output queue 0/40, 0 drops。   interface :本地網(wǎng)絡接口   distance :管理距離(可選)   tag tag :tag值(可選)   permanent :指定此路由即使該端口關掉也不被移掉。   2. 改變命令狀態(tài)   任務 命令   進入特權命令狀態(tài) enable   退出特權命令狀態(tài) disable   進入設置對話狀態(tài) setup   進入全局設置狀態(tài) config terminal   退出全局設置狀態(tài) end   進入端口設置狀態(tài) interface type slot/number   進入子端口設置狀態(tài) interface type [pointtopoint | multipoint]   進入線路設置狀態(tài) line type slot/number   進入路由設置狀態(tài) router protocol   退出局部設置狀態(tài) exIT   3. 顯示命令   任務 命令   查看版本及引導信息 show version   查看運行設置 show runningconfig   查看開機設置 show startupconfig   顯示端口信息 show interface type slot/number   顯示路由信息 show ip router   4. 拷貝命令   用于IOS及CONFIG的備份和升級     5. 網(wǎng)絡命令   任務 命令   登錄遠程主機 telnet hostname|IP address   網(wǎng)絡偵測 ping hostname|IP address   路由跟蹤 trace hostname|IP address       6. 基本設置命令   任務命令   全局設置 config terminal   設置訪問用戶及密碼 username username password password   設置特權密碼 enable secret password   設置路由器名 hostname name   設置靜態(tài)路由 ip route destination subnetmask nexthop   啟動IP路由 ip routing   啟動IPX路由 ipx routing   端口設置 interface type slot/number   設置IP地址 ip address address subnetmask   設置IPX網(wǎng)絡 ipx network network   激活端口 no shutdown   物理線路設置 line type number   啟動登錄進程 login [local|tacacs server]   設置登錄密碼 password password       四、配置IP尋址   1. IP地址分類   IP地址分為網(wǎng)絡地址和主機地址二個部分,A類地址前8位為網(wǎng)絡地址,后24位為主機地址,B類地址16位為網(wǎng)絡地址,后16位為主機地址,C類地址前24位為網(wǎng)絡地址,后8位為主機地址,網(wǎng)絡地址范圍如下表所示:   種類 網(wǎng)絡地址范圍   A    B   C   D   E   2. 分配接口IP地址   任務 命令   接口設置 interface type slot/number   為接口設置IP地址 ip address ipaddress mask   掩瑪(mask)用于識別IP地址中的網(wǎng)絡地址位數(shù),IP地址(ipaddress)和掩碼(mask)相與即得到網(wǎng)絡地址。.   這是告訴你在設置對話過程中的任何地方都可以鍵入“?”得到系統(tǒng)的幫助,按ctrlc可以退出設置過程,缺省設置將顯示在‘[]’中?!?  路由器處于局部設置狀態(tài),這時可以設置路由器某個局部的參數(shù)。   2. router   在router提示符下鍵入enable,路由器進入特權命令狀態(tài)router,這時不但可以執(zhí)行所有的用戶命令,還可以看到和更改路由器的設置內容。     二、設置對話過程   1. 顯示提示信息   2. 全局參數(shù)的設置   3. 接口參數(shù)的設置   4. 顯示結果   利用設置對話過程可以避免手工輸入命令的煩瑣,但它還不能完全代替手工設置,一些特殊的設置還必須通過手工輸入的方式完成。   接下來,系統(tǒng)會對每個接口進行參數(shù)的設
點擊復制文檔內容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1