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

正文內(nèi)容

ccna完全實(shí)驗(yàn)手冊最新版-資料下載頁

2025-06-07 07:04本頁面
  

【正文】 roundtrip min/avg/max = 36/36/36 msAikoLab Exercise 目標(biāo):熟練掌握如何關(guān)閉 EIGRP 的自動(dòng)匯總特性.設(shè)備需求:Cisco 2501 路由器兩臺(tái).準(zhǔn)備工作:確保路由器之間接口 IP 地址信息已經(jīng)設(shè)置好,能夠端到端的 ping 通.語法:(AS)號(hào)并啟用 EIGRP:Aiko(config)router eigrp {ASnumber}:Aiko(configrouter)network {networknumber}:Aiko(configrouter)no autosummary解釋:當(dāng)路由更新經(jīng)過主類網(wǎng)絡(luò)邊界的時(shí)候, EIGRP 默認(rèn)的 可以關(guān)閉該特性.31Written by Aiko feat. Asuqa配置實(shí)例一:路由器 Asuqa 配置如下:Asuqaconfigure terminalEnter configuration mands, one per line.Asuqa(config)router eigrp 1Asuqa(configrouter)network Asuqa(configrouter)network Asuqa(configrouter)no autosummaryAsuqa(configrouter)endAsuqa路由器 Aiko 配置如下:Aikoconfigure terminalEnter configuration mands, one per line.Aiko(config)router eigrp 1Aiko(configrouter)network Aiko(configrouter)network Aiko(configrouter)no autosummaryAiko(configrouter)endAiko測試:Asuqashow ip eigrp neighborsIPEIGRP neighbors for process 1End with CNTL/Z.End with CNTL/Z.HAddressInterfaceHold UptimeSRTTRTOQSeq Type(sec)(ms)Cnt Num0Se012 00:01:3432200 02Asuqashow ip route eigrpD[90/2195456] via , 00:01:40, Serial0Asuqaping 32Written by Aiko feat. AsuqaType 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 msAsuqaAikoshow ip eigrp neighborsIPEIGRP neighbors for process 1HAddressInterfaceHold UptimeSRTTRTOQSeq Type(sec)(ms)Cnt Num0Se010 00:02:0368741220 2Aikoshow ip route eigrpD[90/2195456] via , 00:02:00, Serial0Aikoping 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 msAiko33Written by Aiko feat. Asuqa第三章交換篇實(shí)驗(yàn)一 層二交換機(jī)基本配置Lab Exercise 目標(biāo):熟練掌握如何進(jìn)入交換機(jī)各種模式并設(shè)置主機(jī)名.設(shè)備需求:Catalyst 2950 系列交換機(jī)一臺(tái).語法::Aikoenable:Aikoconfigure terminal:Aiko(config)hostname {hostname}:Aiko(config)end:Aikodisable:Aikoquit解釋:交換機(jī)的模式大致可分為::權(quán)限最低,通常只能使用少量查看性質(zhì)的命令.:可以使用更多查看性質(zhì)的命令和一些少量修改交換機(jī)參數(shù)的命令.:不能使用查看性質(zhì)的命令,但是確實(shí)做全局性修改和設(shè)置的模式,它還可以向下分為一些子模式,比如接口配置模式,線路配置模式等等.配置實(shí)例一:SwitchenableSwitchconfigure terminalEnter configuration mands, one per line.Switch(config)hostname AikoAiko(config)exitAikoEnd with CNTL/Z.*Mar1 00:04:: %SYS5CONFIG_I: Configured from console by consoleAikodisableAiko34Written by Aiko feat. AsuqaLab Exercise 目標(biāo):熟練掌握如何為交換機(jī)設(shè)置時(shí)間.設(shè)備需求:Catalyst 2950 系列交換機(jī)一臺(tái).語法:在特權(quán)模式下設(shè)置交換機(jī)時(shí)間:Aikoclock set {hh:mm:ss day month year}解釋:交換機(jī)本地的時(shí)間標(biāo)識(shí).配置實(shí)例一:Aikoclock set 16:16:16 25 September 2005Aikoshow clock16:16: UTC Sun Sep 25 2005AikoLab Exercise 目標(biāo):熟練掌握如何設(shè)置空閑超時(shí)時(shí)間.設(shè)備需求:Catalyst 2950 系列交換機(jī)一臺(tái).語法:,進(jìn)入控制臺(tái)口線路:Aiko(config)line console {number}:Aiko(configline)logging synchronous,自動(dòng)被交換機(jī)彈出到用戶模式以外, 0 分 0 秒代表永不超時(shí):Aiko(configline)exectimeout {minute} {second}解釋:所謂光標(biāo)跟隨,是指當(dāng)我們在輸入命令的時(shí)候,不會(huì)被一些日志信息或 debug 命令產(chǎn)生的調(diào)試命令所沖斷.模式該特性是沒有啟用的.配置實(shí)例一:Aiko(config)exitAiko35Written by Aiko feat. Asuqa*Mar 1 00:20:: %SYS5CONFIG_I: Configured from console by consoleconfigureterminalEnter configuration mands, one per line.Aiko(config)line console 0Aiko(configline)logging synchronousAiko(configline)endAikoEnd with CNTL/Z.*Mar1 00:20:: %SYS5CONFIG_I: Configured from console by consoleAikoconfigure terminalAiko(config)配置實(shí)例二:Aikoshow clock*15:32: UTC Mon Jul 28 2005Aikoconfigure terminalEnter configuration mands, one per line.Aiko(config)line console 0Aiko(configline)exectimeout 20 0Aiko(config)endAikoexitEnd with CNTL/Z.*Mar1 00:24:: %SYS5CONFIG_I: Configured from console by consoleAikoAikoshow clock*15:52: UTC Mon Jul 28 2005AikoAiko con0 is now availablePress RETURN to get started.AikoLab Exercise 目標(biāo):熟練掌握如何為交換機(jī)設(shè)置標(biāo)語信息和描述信息.設(shè)備需求:Catalyst 2950 系列交換機(jī)一臺(tái).語法:,設(shè)置標(biāo)語信息:Aiko(config)banner motd {text} :Aiko(configif)interface {type} {number}36Written by Aiko feat. Asuqa:Aiko(configif)description {text}解釋:在設(shè)置標(biāo)語信息的時(shí)候,以號(hào)做為分隔符,它只在本地可見,并且 Cisco IOS 執(zhí)行命令的時(shí)候會(huì)跳過它.配置實(shí)例一:Aiko(config)banner motd Enter TEXT message.End with the character 39。39。.hello!Aiko(config)endAikoexitAiko con0 is now availablePress RETURN to get started.hello!Aiko配置實(shí)例二:Aiko(configif)description LAN SalesAiko(configif)endAiko*Mar1 02:05:: %SYS5CONFIG_I: Configured from console by consoleAikoshow runningconfig interface ethernet 0Building configuration...Current configuration :!interface Ethernet0description LAN SalesshutdownendAikoLab Exercise 目標(biāo):熟練掌握如何為交換機(jī)特權(quán)模式設(shè)置密碼.37Written by Aiko feat. Asuqa設(shè)備需求:Catalyst 2950 系列交換機(jī)一臺(tái).語法:進(jìn)入全局配置模式,設(shè)置密碼:Aiko(config)enable {password|secret} {password}解釋:兩種密碼的區(qū)別在于,前者是一些低版本 Cisco IOS 軟件的認(rèn)證方式,并且密碼是基于明文的。后者是目前Cisco IOS 軟件最常用的認(rèn)證方式,它是基于 MD5 ,他們的口令必,我們推薦使用后者進(jìn)行認(rèn)證,并且如果同時(shí)設(shè)置了兩種認(rèn)證方式,小寫.配置實(shí)例一:Aiko(config)enable password AikoAiko(config)enable secret AikoThe enable secret you have chosen is the same as your enable password.This is not remended.Reenter the enable secret.
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1