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

正文內(nèi)容

cisco交換機(jī)基本配置和使用概述(編輯修改稿)

2025-03-13 14:52 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 數(shù)替換,例如 : 以前給接口 Ether 0輸入的 IP地址是 , RRTC(config)interface Ether 0 RTC(configif)ip address 現(xiàn)在想改成 , 只要重新輸入以下命令即可: RRTC(config)interface Ether 0 RTC(configif)ip address ? 徹底清除以前的配置信息 – 對(duì)于路由器或交換機(jī),刪除其啟動(dòng)配置文件 ,執(zhí)行命令如下 : Switcherase startupconfig 25 ? 徹底清除以前的配置信息 – 對(duì)于交換機(jī),還要使用下面的命令刪除所有的 vlan配置信息 : Switchconfig terminal Switch(config)no vlan 21001 刪除所有 VLAN – 如果端口屬于某些被已刪除的 VLAN也無(wú)妨,則以下命令可不輸: Switch(config)interface range fa0/1 – 24 假定交換機(jī)總共有 24個(gè)端口 Switch(configifrange)switchport mode access Switch(configifrange)switchport access vlan 1 把所有端口歸到VLAN1 Switch(configifrange)end – 清除以前的配置信息后,用 reload命令重啟交換機(jī) ? 使用交叉雙絞線或直通雙絞線的不同場(chǎng)合 – 通常使用專用的 RJ45接線鉗連接雙絞線和 RJ45頭,雙絞線連接 RJ45頭時(shí)有兩種接法: EIA/TIA 568B標(biāo)準(zhǔn)和 EIA/TIA 568A標(biāo)準(zhǔn) 26 ? 使用交叉雙絞線或直通雙絞線的不同場(chǎng)合 – T568A接線順序 : – T568B接線順序 : – 交叉線常用來(lái)連接同類設(shè)備的以太網(wǎng)口,直通線常用來(lái)連接非同類設(shè)備的以太網(wǎng)口 交換機(jī)面板介紹 27 ? S3550交換機(jī)前面板 – MODE 按鈕 通過(guò)模式切換按鈕,可實(shí)現(xiàn)端口模式指示燈( STAT、 UTIL、DUPLX、 SPEED)的循環(huán)切換 – 端口模式指示 28 – 端口模式指示 – 以太網(wǎng)端口 端口編號(hào)是從上到下,從左到右依次命名為 FastEther0/FastEther0/ …FastEther0/24 – GBIC slots GBIC slots中是兩個(gè)千兆以太網(wǎng)口,從左到右依次命名為GigabitEther0/ GigabitEther0/2 29 ? S3550交換機(jī)后面板 ? S2950交換機(jī)前面板 ? S2950交換機(jī)后面板 30 交換機(jī)口令恢復(fù)和 IOS升級(jí) ? – 操作內(nèi)容 包括交換機(jī)口令的設(shè)置和恢復(fù)、 IOS備份和升級(jí) – 操作環(huán)境 Catalyst 3550交換機(jī),操作系統(tǒng)版本為 IOS (tm) C3550 Software (C3550I9Q3L2M), Version (20)EA1a。 Catalyst 2950交換機(jī),操作系統(tǒng)版本為 IOS (tm) C2950 Software (C2950I6Q4L2M), Version (20)EA1a – 網(wǎng)絡(luò)拓?fù)鋱D ? 口令設(shè)置與恢復(fù) – 口令設(shè)置 交換機(jī)上可以設(shè)置控制臺(tái) (console)、 虛擬控制終端線路 (vty)和特權(quán)模式的 口令。命令 login告訴路由器需要輸入密碼才能進(jìn)入,命令password用來(lái)設(shè)置密碼。 31 ? 口令設(shè)置與恢復(fù) Switch config t Switch(config) line con 0 設(shè)置 console口令為 myconsole Switch(configline) password myconsole Switch(configline) login Switch(configline) line vty 0 15 設(shè)置 vty口令為 myvty Switch(configline) password myvty Switch(configline) login Switch(configline) exit Switch(config) enable secret mycisco 設(shè)置加密的特權(quán)口令為 mycisco Switch(config) enable password cisco1 設(shè)置明文顯示的特權(quán)口令為cisco1 Switch(config) exit Switch copy runningconfig startupconfig 通過(guò) show runningconfig查看配置文件 32 ? 口令設(shè)置與恢復(fù) Switch show running Building configuration... Current configuration : 2149 bytes ! version no service pad service timestamps debug uptime service timestamps log uptime no service passwordencryption ! hostname Switch ! enable secret 5 $1$zsYs$ 加密的特權(quán)模式口令 enable password cisco1 明文的特權(quán)模式口令 ! 33 ? 口令設(shè)置與恢復(fù) ip subzero ! spanningtree mode pvst spanningtree extend systemid ! …… 省略接口信息 interface Vlan1 no ip address shutdown ! ip classless ip server ! line con 0 設(shè)置的 console 口令 password myconsole 34 ? 口令設(shè)置與恢復(fù) password myconsole login line vty 0 4 設(shè)置得 vty口令,分成兩部分顯示 password myvty login line vty 5 15 password myvty login ! ! end – 口令恢復(fù) 交換機(jī)口令恢復(fù)的原理類似于路由器,同樣是通過(guò)停止引導(dǎo)過(guò)程,不使用配置文件的方式來(lái)實(shí)現(xiàn)。但是具體的操作方法不同,下面列出完整的口令恢復(fù)步驟 : ? 確保 Console端口連線正常,然后拔掉交換機(jī)的電源線 35 ? 一直按住面板上的 mode按鈕不放,插上交換機(jī)的電源線,在3550交換機(jī)面板上查看端口 1x的 LED直到滅掉,然后放開 mode按鈕。這時(shí) system指示燈一直閃爍,控制臺(tái)出現(xiàn)如下信息: The system has been interrupted prior to initializing the flash filesystem. The following mands will initialize the flash filesystem, and finish loading the operating system software: flash_init boot ? 可以看到一些信息如 Flash初始化過(guò)程已經(jīng)被中斷,在您收到這樣的消息以后,在提示符處鍵入命令 flash_init。 switch: flash_init flashfs[0]: 86 files, 4 directories flashfs[0]: 0 orphaned files, 0 orphaned directories flashfs[0]: Total bytes: 15998976 flashfs[0]: Bytes used: 6639616 flashfs[0]: Bytes available: 9359360 flashfs[0]: flashfs fsck took 15 seconds. ...done Initializing Flash. Boot Sector Filesystem (bs:) installed, fsid: 3 36 ? 然后用命令 dir flash列出 Flash的清單 switch: dir flash: Directory of flash:/ 2 rwx 0 date env_vars 3 rwx 344 date system_env_vars 4 rwx 5 date 6 rwx 2149 date 8 drwx 192 date 9359360 bytes available (6639616 bytes used) ? 。用命令 rename flash: flash: 把文件名改為 。 如果 在,則換成別的文件名,例如 ? 然后用命令 boot繼續(xù)執(zhí)行引導(dǎo)過(guò)程 ? 交換機(jī)提示: System Configuration Dialog Would you like to enter the initial configuration dialog? [yes/no]: 輸入 no. Would you like to terminate autoinstall? [yes]: 按 Enter鍵進(jìn)入用戶模式,再使用命令 enable進(jìn)入特權(quán)模式
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1