国产成人v爽在线免播放观看,日韩欧美色,久久99国产精品久久99软件,亚洲综合色网站,国产欧美日韩中文久久,色99在线,亚洲伦理一区二区

學(xué)習(xí)啦>學(xué)習(xí)電腦>電腦入門>

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

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

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

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

  分類: 系統(tǒng)運(yùn)維

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

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

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

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

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

  switch:

  :switch: flash_init

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

  Initializing Flash...

  flashfsCisco3750交換機(jī)密碼初始化的教程: 83 files, 4 directories

  flashfsCisco3750交換機(jī)密碼初始化的教程: 0 orphaned files, 0 orphaned directories

  flashfsCisco3750交換機(jī)密碼初始化的教程: Total bytes: 15998976

  flashfsCisco3750交換機(jī)密碼初始化的教程: Bytes used: 6472704

  flashfsCisco3750交換機(jī)密碼初始化的教程: Bytes available: 9526272

  flashfsCisco3750交換機(jī)密碼初始化的教程: 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)入初始化配置對話,選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]:

  詢問是否要設(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 (對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

  Cisco3750交換機(jī)密碼初始化的教程 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)。接下來我們將介紹CLI。再重復(fù)一次,你可以在任何時(shí)候按下 Ctrl+C來退出安裝模式。

  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]

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

1.修改路由器和交換機(jī)的密碼教程

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

3.cisco思科交換機(jī)如何清除密碼

4.CISCO系列交換機(jī)如何清空配置

5.交換機(jī)如何使用

6.忘記路由器與交換機(jī)密碼如何解決

2742581