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

正文內(nèi)容

思科實驗手冊(存儲版)

2024-12-06 09:00上一頁面

下一頁面
  

【正文】 lding configuration... Current configuration : 609 bytes ! version service timestamps debug datetime msec service timestamps log datetime msec no service passwordencryption ! hostname NUAIKO ! 6 Firstlab logging queuelimit 100 enable secret 5 $1$NTU5$EEYi0qfB1pGENzuPxDCyz. enable password NUAIKO ! More Lab Exercise 目標 : 熟練掌握如何為路由器各個配置模式設(shè)置密碼 . 設(shè)備需求 : Cisco 2501 路由器一臺 . 語法 : ,進入控制臺口線路 : NUAIKO(config)line {console|aux|vty} {startnumber} [endnumber] : NUAIKO(configline)password {password} : NUAIKO(configline)login 解釋 : 當設(shè)置密碼之后 ,如果不啟用登陸命令 ,退出之后 ,路由器是不會提示輸入密碼的 .控制臺線路密碼為控制臺 線路所用 。精英講師團全部持有 CCIE 認證證書,擁有豐富的工作經(jīng)驗、業(yè)內(nèi)背景和認證培訓(xùn)經(jīng)驗。后者是目前 Cisco IOS 軟件最常用的認證方式 ,它是基于 MD5 加密的 .如果同時設(shè)置了這兩種認證方式 ,他們的口令必 須不一樣 .但是 ,我們推薦使用后者進行認證 ,并且如果同時設(shè)置了兩種認證方式 ,只有后者生效 .密碼區(qū)分大 小寫 . 配置實例一 : NUAIKO(config)enable password NUAIKO NUAIKO(config)enable secret NUAIKO The enable secret you have chosen is the same as your enable password. This is not remended. Reenter the enable secret. NUAIKO(config)enable secret BLAKKBLOOD NUAIKO(config)exit NUAIKO *Mar 1 02:16:: %SYS5CONFIG_I: Configured from console by console NUAIKOexit NUAIKO con0 is now available Press RETURN to get started. NUAIKOenable Password:BLAKKBLOOD NUAIKOshow runningconfig Building configuration... Current configuration : 609 bytes ! version no service pad service timestamps debug uptime service timestamps log uptime no service passwordencryption ! hostname NUAIKO ! 34 Firstlab logging queuelimit 100 enable secret 5 $1$NTU5$EEYi0qfB1pGENzuPxDCyz. enable password NUAIKO ! More Lab Exercise 目標 : 熟練掌握如何為交換機各個配置模式設(shè)置密碼 . 設(shè)備需求 : Catalyst 2950 系列交換機一臺 . 語法 : ,進入控制臺口線路 : NUAIKO(config)line {console|vty} {startnumber} [endnumber] : NUAIKO(configline)password {password} : NUAIKO(configline)login 解釋 : 當設(shè)置密碼之后 ,如果不啟用登陸命令 ,退出之后 ,交換機是不會提示輸入密碼的 .控制臺線路密碼為控制臺 線路所用 。選擇后者 ,管理距離為 0 還可以在定義靜態(tài)路由的時候指定管理距離 . 配置實例一 : 路由器 BLAKKBLOOD 配置如下 : BLAKKBLOODconfigure terminal Enter configuration mands, one per line. BLAKKBLOOD(config)end BLAKKBLOOD End with CNTL/Z. BLAKKBLOOD(config)ip route 15 Firstlab 路由器 NUAIKO 配置如下 : NUAIKOconfigure terminal Enter configuration mands, one per line. NUAIKO(config)end 測試 : BLAKKBLOODshow ip route static S [1/0] via BLAKKBLOODping Type escape sequence to abort. Sending 5, 100byte ICMP Echos to , timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), roundtrip min/avg/max = 32/35/36 ms BLAKKBLOOD NUAIKOshow ip route static S , Serial0 NUAIKOping Type escape sequence to abort. Sending 5, 100byte ICMP Echos to , timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), roundtrip min/avg/max = 36/36/36 ms NUAIKO End with CNTL/Z. NUAIKO(config)ip route serial 0 Lab Exercise 目標 : 熟練掌握如何配置默認路由 . 設(shè)備需求 : Cisco 2501 路由器兩臺 . 準備工作 : 確保路由器之間接口 IP 地址信息已經(jīng)設(shè)置好 ,能夠端到端的 ping 通 . 語法 : 進入全局配置模式 ,定義目標網(wǎng)絡(luò)號 ,目標網(wǎng)絡(luò)的子網(wǎng)掩碼分別為 ,并定義下一跳地址或接口 : NUAIKO(config)ip route {nexthopaddress|exitinterface} [distance] 解釋 : 代表所有網(wǎng)絡(luò) .選用下一跳地址和選擇下一跳路由器的接口做為到達目標網(wǎng)絡(luò)的出口的區(qū) 16 Firstlab 別在于管理距離 .選擇前者 ,管理距離為 1。s mad 13 Firstlab System configuration has been modified. Save? [yes/no]: n Reload scheduled in 56 seconds Reload reason: the Administrator39。CISCO CERTIFIED NETWORK ASSOCIATE LAB HANDBOOK 1 第一章 基礎(chǔ)篇 實驗一 路由器基本設(shè)置 Lab Exercise 目標 : 熟練掌握如何進入路由器各種模式并設(shè)置主機名 . 設(shè)備需求 : Cisco 2501 路由器一臺 . 語法 : : NUAIKOenable : NUAIKOconfigure terminal : NUAIKO(config)hostname {hostname} : NUAIKO(config)end : NUAIKOdisable : NUAIKOquit 解釋 : 路由器的模式大致可分為 : :權(quán)限最低 ,通常只能使用少量查看性質(zhì)的命令 . :可以使用更多查看性質(zhì)的命令和一些少量修改路由器參數(shù)的命令 . :不能使用查看性質(zhì)的命令 ,但是確實做全局性修改和設(shè)置的模式 ,它還可以向下分為一些 子模式 ,比如接口配置模式 ,線路配置模式 ,路由進程配置模式等等 . 配置實例一 : Routerenable Routerconfigure terminal Enter configuration mands, one per line. Router(config)hostname NUAIKO NUAIKO(config)exit NUAIKO *Mar 1 00:04:: %SYS5CONFIG_I: Configured from console by console NUAIKOdisable NUAIKO End with CNTL/Z. 2 Lab Exercise 目標 : 熟練掌握如何為路由器設(shè)置時間 . 設(shè)備需求 : Cisco 2501 路由器一臺 . 語法 : 在特權(quán)模式下設(shè)置路由器時間 : NUAIKOclock set {hh:mm:ss day month year} 解釋 : 路由器本地的時間標識 . 配置實例一 : NUAIKOclock set 16:16:16 25 September 2020 NUAIKOshow clock 16:16: UTC Sun Sep 25 2020 NUAIKO Lab Exercise 目標 : 熟練掌握如何設(shè)置空閑超時時間 . 設(shè)備需求 : Cisco 2501 路由器一臺 語法 : ,進入控制臺口線路 : NUAIKO(config)line console {number} : NUAIKO(configline)logging synchronous ,自動被路由器彈出到用戶模式以外 ,即退出 .如果設(shè)置為 0 分 0 秒代表永不 超時 : NUAIKO(configline)exectimeout {minute} {second} 解釋 : 所謂光標跟隨 ,是指當我們在輸入命令的時候 ,不會被一些日志信息或 debug 命令產(chǎn)生的調(diào)試命令所沖斷 . 模式該特性是沒有啟用的 . 配置實例一 : NUAIKO(config)exit NUAIKO 3 *Mar 1 00:20:: %SYS5CONFIG_I: Configured from console by consoleconfigure terminal Enter configuration mands, one per line. NUAIKO(config)line console 0 NUAIKO(configline)logging synchronous NUAIKO(configline)end NUAIKO *Mar 1 00:20:: %SYS5CONFIG_I: Configured from console by console NUAIKOconfigure terminal NUAIKO(config) 配置實例二 : NUAIKOshow clock *15:32: UTC Mon Jul 28 2020 NUAIKOconfigure terminal Enter configuration mands, one per line. NUAIKO(config)line console 0 NUAIKO(configline)exectimeout 20 0 NUAIKO(config)end NUAIKOexit *Mar 1 00:24:: %SYS5CONFIG_I: Configured from console by console NUAIKO NUAIKOshow clock *15:52: UTC Mon Jul 28 2020 NUAIKO NUAIKO con0 is now available Press RETURN to get started. NUAIKO End with CNTL/Z. End with CNTL/Z. Lab Exercise 目標 : 熟練掌握如何為路由器設(shè)置標語信息和描述信息 . 設(shè)備需求 : Cisco 2501 路由器一臺 . 語法 : ,設(shè)置標語信息 : NUAIKO(config)banner motd {text} : NUAIKO(configif)interface {type} {number} 4
點擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1