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

正文內容

[計算機]網(wǎng)絡互連設備實驗指導(編輯修改稿)

2025-09-13 03:43 本頁面
 

【文章內容簡介】 權命令狀態(tài)router,這時不但可以執(zhí)行所有的用戶命令,還可以看到和更改路由器的設置內容。 3. router(config) 在router提示符下鍵入configure terminal,出現(xiàn)提示符router(config),此時路由器處于全局設置狀態(tài),這時可以設置路由器的全局參數(shù)。 4. router(configif)。 router(configline)。 router(configrouter)。… 路由器處于局部設置狀態(tài),這時可以設置路由器某個局部的參數(shù)。 5. 路由器處于RXBOOT狀態(tài),在開機后60秒內按ctrlbreak可進入此狀態(tài),這時路由器不能完成正常的功能,只能進行軟件升級和手工引導。 6. 設置對話狀態(tài) 這是一臺新路由器開機時自動進入的狀態(tài),在特權命令狀態(tài)使用SETUP命令也可進入此狀態(tài),這時可通過對話方式對路由器進行設置?!∪⒃O置對話過程顯示提示信息全局參數(shù)的設置接口參數(shù)的設置顯示結果利用設置對話過程可以避免手工輸入命令的煩瑣,但它還不能完全代替手工設置,一些特殊的設置還必須通過手工輸入的方式完成。進入設置對話過程后,路由器首先會顯示一些提示信息: System Configuration Dialog At any point you may enter a question mark 39。?39。 for help. Use ctrlc to abort configuration dialog at any prompt. Default settings are in square brackets 39。[]39。. 這是告訴你在設置對話過程中的任何地方都可以鍵入“?”得到系統(tǒng)的幫助,按ctrlc可以退出設置過程,缺省設置將顯示在‘[]’中。然后路由器會問是否進入設置對話:Would you like to enter the initial configuration dialog? [yes]: 如果按y或回車,路由器就會進入設置對話過程。首先你可以看到各端口當前的狀況: First, would you like to see the current interface summary? [yes]: Any interface listed with OK? value NO does not have a valid configuration Interface IPAddress OK? Method Status Protocol Ethernet0 unassigned NO unset up up Serial0 unassigned NO unset up up ……… ……… … …… … … 然后,路由器就開始全局參數(shù)的設置: Configuring global parameters: 1.設置路由器名: Enter host name [Router]: 2.設置進入特權狀態(tài)的密文(secret),此密文在設置以后不會以明文方式顯示The enable secret is a oneway cryptographic secret used instead of the enable password when it exists. Enter enable secret: cisco 3.設置進入特權狀態(tài)的密碼(password),此密碼只在沒有密文時起作用,并且在設置以后會以明文方式顯示: The enable password is used when there is no enable secret and when using older software and some boot images. Enter enable password: pass 4.設置虛擬終端訪問時的密碼: Enter virtual terminal password: cisco 5.詢問是否要設置路由器支持的各種網(wǎng)絡協(xié)議:Configure SNMP Network Management? [yes]: Configure DECnet? [no]: Configure AppleTalk? [no]: Configure IPX? [no]: Configure IP? [yes]: Configure IGRP routing? [yes]: Configure RIP routing? [no]: ……… 6.如果配置的是撥號訪問服務器,系統(tǒng)還會設置異步口的參數(shù): Configure Async lines? [yes]: 1) 設置線路的最高速度: Async line speed [9600]: 2) 是否使用硬件流控: Configure for HW flow control? [yes]: 3) 是否設置modem: Configure for modems? [yes/no]: yes 4) 是否使用默認的modem命令: Configure for default chat script? [yes]: 5) 是否設置異步口的PPP參數(shù): Configure for Dialin IP SLIP/PPP access? [no]: yes 6) 是否使用動態(tài)IP地址: Configure for Dynamic IP addresses? [yes]: 7) 是否使用缺省IP地址: Configure Default IP addresses? [no]: yes 8) 是否使用TCP頭壓縮: Configure for TCP Header Compression? [yes]: 9) 是否在異步口上使用路由表更新: Configure for routing updates on async links? [no]: y 10)  是否設置異步口上的其它協(xié)議。 接下來,系統(tǒng)會對每個接口進行參數(shù)的設置。 1.Configuring interface Ethernet0: 1) 是否使用此接口: Is this interface in use? [yes]: 2) 是否設置此接口的IP參數(shù): Configure IP on this interface? [yes]: 3) 設置接口的IP地址: IP address for this interface: 4) 設置接口的IP子網(wǎng)掩碼: Number of bits in subnet field [0]: Class C network is , 0 subnet bits。 mask is /24 在設置完所有接口的參數(shù)后,系統(tǒng)會把整個設置對話過程的結果顯示出來: The following configuration mand script was created: hostname Router enable secret 5 $1$W5Oh$p6J7tIgRMBOIKVXVG53Uh1 enable password pass ……… 請注意在enable secret后面顯示的是亂碼,而enable password后面顯示的是設置的內容。 顯示結束后,系統(tǒng)會問是否使用這個設置: Use this configuration? [yes/no]: yes 如果回答yes,系統(tǒng)就會把設置的結果存入路由器的NVRAM中,然后結束設置對話過程,使路由器開始正常的工作。實驗四 配置訪問控制列表四、 實驗目的:熟悉訪問控制列表的概念;正確配置標準訪問控制列表;實驗驗證該標準訪問控制列表的正確性;正確配置擴展訪問控制列表;實驗驗證該擴展訪問控制列表的正確性。二、實驗器材:計算機,交換機,網(wǎng)線,PacketTracer三、學時分配: 4學時。四、實驗類型:綜合五、實驗地點:計算機系硬件實驗室。六、實驗內容:本實驗對IP
點擊復制文檔內容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1