9久久伊人精品综合,亚洲一区精品视频在线,成 人免费va视频,国产一区二区三区黄网,99国产精品永久免费视频,亚洲毛片多多影院,精品久久久无码人妻中文字幕,无码国产欧美一区二区三区不卡
學(xué)習(xí)啦>學(xué)習(xí)電腦>電腦入門>

Cisco3750交換機(jī)密碼初始化教程

時(shí)間: 志藝942 分享

  你還在為不知道Cisco 3750交換機(jī)密碼初始化教程而煩惱么?接下來(lái)是小編為大家收集的Cisco 3750交換機(jī)密碼初始化教程教程,希望能幫到大家。

  Cisco 3750交換機(jī)密碼初始化教程

  1. 連接交換機(jī)的console口到終端或PC仿真終端。用無(wú)Modem的直連線連接PC的串行口到交換機(jī)的console口。

  2. 拔掉交換機(jī)的電源.

  3. 按住交換機(jī)上的Mode按鈕,與此同時(shí),重新插上交換機(jī)的電源線.當(dāng)交換機(jī)上SYST的LED長(zhǎng)期亮的時(shí)候,可以松開(kāi)Mode按鈕。

  4. 再通過(guò)超級(jí)終端連接交換機(jī)。

  5. 交換機(jī)有如下顯示:

  switch:

  :switch: flash_init

  初始化flash文件系統(tǒng)

  Initializing Flash...

  flashfs[0]: 83 files, 4 directories

  flashfs[0]: 0 orphaned files, 0 orphaned directories

  flashfs[0]: Total bytes: 15998976

  flashfs[0]: Bytes used: 6472704

  flashfs[0]: Bytes available: 9526272

  flashfs[0]: flashfs fsck took 8 seconds.

  ...done Initializing Flash.

  Boot Sector Filesystem (bs) installed, fsid: 3

  Setting console baud rate to 9600...

  switch: rename flash:config.text flash:config.old

  更名含有password的配置文件

  switch: boot

  啟動(dòng)交換機(jī)

  Loading "flash:c3750-i9-mz.121-19.EA1d/c3750-i9-mz.121-19.EA1d.bin"...@@@@@@@@@@

  。。。。。。。。

  --- System Configuration Dialog ---

  Would you like to enter the initial configuration dialog? [yes/no]: yes

  您是否進(jìn)入初始化配置對(duì)話,選Y

  At any point you may enter a question mark '?' for help.

  Use ctrl-c to abort configuration dialog at any prompt.

  Default settings are in square brackets '[]'.

  。。。。。

  Would you like to enter basic management setup? [yes/no]: yes

  您是否進(jìn)入基本配置安裝,選Y

  Configuring global parameters:

  Enter host name [Switch]: zcomf10

  輸入設(shè)備的名字

  The enable secret is a password used to protect access to

  privileged EXEC and configuration modes. This password, after

  entered, becomes encrypted in the configuration.

  Enter enable secret: zcom:com

  輸入密文

  The enable password is used when you do not specify an

  enable secret password, with some older software versions, and

  some boot images.

  Enter enable password: 12345678

  輸入密碼(不能和密文相同)

  The virtual terminal password is used to protect

  access to the router over a network interface.

  Enter virtual terminal password: 87654321

  輸入虛擬終端的密碼(以備遠(yuǎn)程登錄)

  Configure SNMP Network Management? [no]:

  詢問(wèn)是否要設(shè)置路由器支持的各種網(wǎng)絡(luò)協(xié)議:

  Current interface summary

  。。。。。。。

  Enter interface name used to connect to the

  management network from the above interface summary: vlan1

  鍵入作為管理接口的接口名

  Configuring interface Vlan1:

  Configure IP on this interface? [yes]: Y (對(duì)Vlan1進(jìn)IP配置)

  IP address for this interface: 192.168.10.1 (鍵入IP地址)

  Subnet mask for this interface [255.255.255.0] :255.255.255.0 (鍵入子網(wǎng)掩碼,或按回車鍵使用默認(rèn)值)

  Class C network is 192.168.10.0, 24 subnet bits; mask is /24

  Would you like to enable as a cluster command switch? [yes/no]: no (n集群模式?)

  The following configuration command script was created:

  已建立以下配置信息

  hostname zcomf10

  enable secret 5 class="main">

Cisco3750交換機(jī)密碼初始化教程

時(shí)間: 志藝942 分享

  enable password 12345678

  line vty 0 15

  password 87654321

  no snmp-server

  !

  no ip routing

  !

  interface Vlan1

  no shutdown

  ip address 192.168.10.1 255.255.255.0

  !

  interface GigabitEthernet1/0/1

  !

  interface GigabitEthernet1/0/2

  !

  。。。。。。。。

  end

  [0] Go to the IOS command prompt without saving this config.

  [1] Return back to the setup without saving this config.

  [2] Save this configuration to nvram and exit.

  這里有一個(gè)有趣的地方,那就是你能夠選擇進(jìn)入命令行接口模式并放棄剛才的配置(0),你也能夠回頭重新再設(shè)置一遍(1),也能夠保存配置到NVRAM中并退出重啟(2)。這里我選擇的是0,我們將不保存剛才的配置并進(jìn)入命令行接口模式(CLI)。接下來(lái)我們將介紹CLI。再重復(fù)一次,你可以在任何時(shí)候按下 Ctrl+C來(lái)退出安裝模式。

  Enter your selection [2]: 2

  Building configuration...

  [OK]

  Use the enabled mode 'configure' command to modify this configuration.

  zcomf10>en

  進(jìn)入特權(quán)模式“en”或“enable”一樣

  Password:

  zcomf10#copy run

  zcomf10#copy running-config star

  zcomf10#copy running-config startup-config (退出,并保存到startup-config文件里:)

  Destination filename [startup-config]?

  Building configuration...

  [OK]

  zcomf10#reload (完成重啟)

  Proceed with reload? [confirm]


看了“Cisco 3750交換機(jī)密碼初始化教程”還想看:

1.Cisco3750交換機(jī)密碼初始化的教程

2.Cisco3750交換機(jī)密碼破解教程

3.修改Cisco3550交換機(jī)密碼的教程

4.Cisco交換機(jī)初始化配置的教程

5.恢復(fù)Cisco 2960交換機(jī)密碼

2788368 主站蜘蛛池模板: 一本精品99久久精品77| 日本国产精品第一页久久| 欧美精品在线观看视频| 免费观看日本污污ww网站69| 在线观看精品日本一区二| 人妻少妇精品中文字幕| 久久免费看少妇免费观看| 电影在线观看+伦理片| 亚洲国产精品成人综合色| 国产亚洲精品AA片在线播放天| 无码熟妇人妻AV影音先锋| 久久亚洲精品日本波多野结衣| 国内精品视频区在线2021| 日韩精品视频一区二区不卡| 国产精品中文第一字幕| 麻豆果冻国产剧情av在线播放| 久久婷婷综合色丁香五月| 亚洲中文字幕人妻系列| 亚洲国产在一区二区三区| 亚洲色大成网站WWW尤物| 国产精品高清一区二区三区| 亚洲日韩国产二区无码| 亚洲国产成人资源在线| 国产成人亚洲欧美二区综合| 成人av一区二区三区| 国产精品久久自在自线不卡| 精品无码久久久久久尤物| 4hu四虎永久在线观看| 又大又紧又粉嫩18p少妇 | 久久人妻精品大屁股一区| 亚洲 日本 欧洲 欧美 视频| 中国熟妇毛多多裸交视频| 刺激第一页720lu久久| 色视频不卡一区二区三区| 久久人与动人物a级毛片| 在线天堂最新版资源| 精品熟女少妇免费久久| 中文字幕国产精品一区二| 国产成人啪精品视频免费APP| 国产精品一区在线蜜臀| 蜜桃av无码免费看永久|