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

正文內(nèi)容

cisco交換機(jī)基本配置和使用-文庫(kù)吧

2025-02-13 14:44 本頁(yè)面


【正文】 當(dāng)輸入的命令不正確時(shí),將輸出一條消息,指出語(yǔ)法錯(cuò)誤 Router configuer terminal % Invalid input detected at 39。^39。 marker ?當(dāng)輸入的命令需要更多的參數(shù)時(shí),將出現(xiàn)消息 “ Ambiguous mand” Router access % Ambiguous mand: access Router access? accessenable accessprofile accesstemplate 14 – 3. 上下文相關(guān)幫助 ?輸入命令的前幾個(gè)字母,按下 tab鍵,可以顯示出完整的命令,前提是這幾個(gè)字母可以唯一標(biāo)示出該命令,不會(huì)出現(xiàn)這幾個(gè)字母打頭的多個(gè)命令 Router conf 此時(shí)按 Tab鍵后在下一行出現(xiàn) : Router configure ? 交換機(jī)的幾種配置界面 – 基于 IOS命令的命令行界面 ( CLI) – 基于 set命令的命令行界面 ,配置界面如下 : Console ( enable ) Show config 查看你的配置文件 Console ( enable ) Set system name switch301 給交換機(jī)命名 ,以便于在網(wǎng)絡(luò)中與運(yùn)行 SNMP協(xié)議的設(shè)備通信 – 菜單驅(qū)動(dòng)的配置界面 – 基于 WEB的圖形化配置界面 15 ? – 查看當(dāng)前設(shè)備配置信息 Switchshow runningconfig – 保存當(dāng)前配置信息 Switchcopy runningconfig startupconfig – 查看保存在 NVRAM中的配置信息 Switchcopy startupconfig runningconfig 將保存的啟動(dòng)配置文件復(fù)制到當(dāng)前配置 Switchshow runningconfig – 刪除 nvram中的配置信息 Switch delete nvram:startupconfig – 重新啟動(dòng)路由器(或交換機(jī)) Switchreload 16 ? – erase和 write命令 erase startupconfig ―― 刪除 startupconfig文件(啟動(dòng)配置文件) erase flash: ―― 刪除 falsh中的所有文件 , 包括 IOS映像文件 , 慎用 erase nvram: ―― 刪除 nvram中的所有文件 , 包括 startupconfig文件 write erase ―― 刪除 startupconfig文件 , 等價(jià)于 “ erase startupconfig” write memory ―― 等價(jià)于 “ copy runningconfig startupconfig” 上述命令在特權(quán) EXEC模式下執(zhí)行 – dir、 cd、 rename、 copy、 delete命令 dir列出當(dāng)前目錄 、 設(shè)備 ( flash、 nvram等 ) 或指定目錄下的文件 , 例如 : dir ―― 列出當(dāng)前目錄下的文件和子目錄 dir nvram: ―― 列出 nvram中的所有文件和子目錄 dir falsh: ―― 列出 falsh中的所有文件和子目錄 dir falsh:/xyz ―― 列出 falsh:/xyz目錄下的所有文件和子目錄 cd falsh:/xyz ―― 當(dāng)前目錄轉(zhuǎn)換到 falsh:/xyz目錄 rename ―― 把當(dāng)前目錄下的 17 ? copy ―― 為當(dāng)前目錄下的 ,備份文件為 delete ―― 刪除當(dāng)前目錄下的文件 – exectimeout命令 exectimeout定義了 console線、 VTY線線路空閑的超時(shí)時(shí)間,當(dāng)超時(shí)時(shí),線路自動(dòng)斷開。 格式為: exectimeout minutes [seconds] minutes為分鐘數(shù), seconds為秒數(shù) – 顯示系統(tǒng)軟件版本 Switchshow version – 讀者可以從 《 CISCO Documentation》 光盤中查找命令的解釋和使用方法 ,也可以從 CISCO網(wǎng)站查找命令的解釋和使用方法 18 ? 設(shè)置多種口令 – CISCO路由器(或交換機(jī))中可設(shè)置以下幾種口令: ? 控制口 (console) 口令:從 console口用仿真終端訪問路由器(或交換機(jī))時(shí),需要本口令 ? VTY口令:使用 TELNET訪問路由器(或交換機(jī))時(shí),需要本口令 ? 進(jìn)入特權(quán)模式的 enable password 口令:明文顯示的進(jìn)入特權(quán)模式的口令 ? 進(jìn)入特權(quán)模式的 enable secret口令:密文顯示的進(jìn)入特權(quán)模式的口令 – 設(shè)置 Console登錄口令 其命令如下: Switchenable Switchconfig terminal Switch(config)line console 0 Switch(configline)password cisco123 設(shè)置 console口登錄時(shí)的密碼為 cisco123 19 – 設(shè)置 Console登錄口令 Switch(configline)login Switch(configline)exectimeout 20 5 設(shè)置控制臺(tái)超時(shí)時(shí)間為 20分鐘5秒 Switch(configline)end 用 end命令一次可以退到最外層 exit命令一次只能外退一層 Switch 當(dāng)重新啟動(dòng)時(shí),屏幕顯示: User Access Verification Password:cisco123 (不顯示 ) 輸入 console口登錄時(shí)的密碼 cisco123 則登錄到用戶 EXEC模式 Switch – 設(shè)置進(jìn)入特權(quán)模式時(shí)的口令 ? 進(jìn)入特權(quán)模式的口令可以有兩種,一種是明文顯示的,用 enable password命令設(shè)置,一種是密文顯示的,用 enable secret命令設(shè)置 ,一般情況下只要使用其中的一種即可 ? 配置如下 : 20 – 設(shè)置進(jìn)入特權(quán)模式時(shí)的口令 Switchenable Switchconfig terminal Switch(config)enable password xyz 設(shè)置進(jìn)入特權(quán)模式時(shí)的明文密碼為 xyz Switch(config)enable secret cisco 設(shè)置進(jìn)入特權(quán)模式時(shí)的密文密碼為 cisco Switch(config)end Switchshow runningconfig …… hostname Switch ! enable secret 5 $1$hGUe$r5q4/ 密文顯示 enable password xyz 明文顯示 no aaa newmodel …… Switchexit 退回到用戶模式下 Password:xyz (不顯示 ) 不起作用 21 – 設(shè)置進(jìn)入特權(quán)模式時(shí)的口令 Password:cisco(不顯示 ) 輸入進(jìn)入特權(quán)模式時(shí)密文密碼 cisco, 即可進(jìn)入特權(quán)模式 ? 保存當(dāng)前設(shè)置的密碼 Switchcopy runningconfig startupconfig Switch 要取消特權(quán)模式密碼、控制臺(tái)密碼,只要在相應(yīng)的命令前加 no,并執(zhí)行一遍 – 設(shè)置 VTY密碼 ? 使用 TELNET訪問路由器(或交換機(jī)),需要 VTY(虛擬終端)密碼 ? 命令如下 進(jìn)入線路 VTY0~ 4的線路配置模式 : RTA(configline)login RTA(configline) password { password } 我們?cè)诼酚善鳎ɑ蚪粨Q機(jī)) RTA上將 VTY0~ 4密碼也設(shè)置成cisco,操作過程如下: 22 – 設(shè)置 VTY密碼 RTA(config)line vty 0 4 #進(jìn)入 VTY0~ 4線路配置模式 RTA(configline)login # VTY端口設(shè)置成密碼驗(yàn)證 % Login disabled on line 98, until 39。password39。 is set % Login disabled on line 99, until 39。password39。 is set % Login disabled on line 100, until 39。password39。 is set % Login disabled on line 101, until 39。password39。 is set % Login disabled on line 102, until 39。password39。 is set RTA(configline)password cisco # VTY端口密碼設(shè)置成 cisco RTA(configline) 上面的 VTY0~ 4包含 VTY0、 VTY VTY VTY VTY4共 5條 VTY(虛擬終端)線路,允許 5個(gè)遠(yuǎn)程 TELNET用戶訪問路由器(或交換機(jī)) RTA ? 要取消 VTY密碼,只要在相應(yīng)的命令前加 no,并執(zhí)行一遍 ? 在設(shè)置了 VTY密碼后,可以從任何運(yùn)行 TCP/IP協(xié)議的以下設(shè)備 : 主機(jī) ,路由器 ,IOS中包含 TELNET的交換機(jī) 23 ? 從鍵盤發(fā)出 Break信號(hào) 在路由器啟動(dòng)時(shí) , 可以從鍵盤發(fā)出 Break信號(hào) , 使路由器進(jìn)入 ROM監(jiān)控模式 , 以便完成去除口令 、 下載 IOS文件等工作 。 Windows的超級(jí)終端軟件可以通過 “ Ctr+Break”組合鍵發(fā)出 Break信號(hào) ? – 刪除以前輸入的配置命令 要想刪除以前輸入的配置命令,通常進(jìn)入原配置命令所在的配置模式,在原配置命令前加上 no,例如 : Switchconfig terminal Switch(config)line console 0 Switch(configline)password cisco123 現(xiàn)在想要取消 console口令,只需執(zhí)行 no password cisco123, 則命令 password cisco123被取消: Switchconfig terminal Switch(config)line console 0 Switch(configline)no password cisco123 24 ? 刪除或修改以前輸入的配置命令 – 修改以前輸入的配置命令 要想修改以前輸入的配置命令的參數(shù),只要用新的參數(shù)重新輸入該命令,則原來的參
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1