한국어

네트워킹

온누리070 플레이스토어 다운로드
    acrobits softphone
     온누리 070 카카오 프러스 친구추가온누리 070 카카오 프러스 친구추가친추
     카카오톡 채팅 상담 카카오톡 채팅 상담카톡
    
     라인상담
     라인으로 공유

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


http://www.cisco.com/en/US/products/hw/switches/ps628/products_password_recovery09186a0080094184.shtml


ocument ID: 12040


Introduction

This document describes the password recovery procedure for the Cisco Catalyst Layer 2 fixed configuration switches 2900XL/3500XL, 2940, 2950/2955, 2960, and 2970 Series, as well as the Cisco Catalyst Layer 3 fixed configuration switches 3550, 3560, and 3750 Series.

Before You Begin

Conventions

For more information on document conventions, see the Cisco Technical Tips Conventions.

Prerequisites

There are no specific prerequisites for this document.

Step-by-Step Procedure

Follow the password recovery procedure below.

  1. Attach a terminal or PC with terminal emulation (for example, Hyper Terminal) to the console port of the switch.

    Use the following terminal settings:

    • Bits per second (baud): 9600

    • Data bits: 8

    • Parity: None

    • Stop bits: 1

    • Flow Control: Xon/Xoff

    Note: For additional information on cabling and connecting a terminal to the console port, refer toConnecting a Terminal to the Console Port on Catalyst Switches.

  2. Unplug the power cable.

  3. Power the switch and bring it to the switch: prompt:

    For 2900XL, 3500XL, 2940, 2950, 2960, 2970, 3550, 3560, and 3750 series switches, do this:

    Hold down the mode button located on the left side of the front panel, while you reconnect the power cable to the switch.

    Catalyst Switch SeriesLED Behavior and Mode Button Release Action
    2900XL, 3500XL, 3550Release the Mode button when the LED above Port1x goes out.
    2940, 2950Release the Mode button after approximately 5 seconds when the Status (STAT) LED goes out. When you release the Mode button, theSYST LED blinks amber.
    2960, 2970Release the Mode button when the SYST LED blinks amber and then turns solid green. When you release the Mode button, the SYST LED blinks green.
    3560, 3750Release the Mode button after approximately 15 seconds when theSYST LED turns solid green. When you release the Mode button, theSYST LED blinks green.

    Note: LED position may vary slightly depending on the model.

    Catalyst 3524XL

    pswdrec_2900xl_1.gif

    Catalyst 2950-24

    pswdrec_2900xl_2.gif

    For 2955 series switches only:

    The Catalyst 2955 series switches do not use an external mode button for password recovery. Instead the switch boot loader uses the break-key detection to stop the automatic boot sequence for the password recovery purposes. The break sequence is determined by the terminal application and operating system used. Hyperterm running on Windows 2000 uses Ctrl + Break. On a workstation running UNIX, Ctrl-C is the break key. For more information, refer to Standard Break Key Sequence Combinations During Password Recovery.

    The example below uses Hyperterm to break into switch: mode on a 2955.

    C2955 Boot Loader (C2955-HBOOT-M) Version 12.1(0.0.514), CISCO DEVELOPMENT TEST
    VERSION
    Compiled Fri 13-Dec-02 17:38 by madison
    WS-C2955T-12 starting...
    Base ethernet MAC Address: 00:0b:be:b6:ee:00
    Xmodem file system is available.
    Initializing Flash...
    flashfs[0]: 19 files, 2 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 7741440
    flashfs[0]: Bytes used: 4510720
    flashfs[0]: Bytes available: 3230720
    flashfs[0]: flashfs fsck took 7 seconds.
    ...done initializing flash.
    Boot Sector Filesystem (bs:) installed, fsid: 3
    Parameter Block Filesystem (pb:) installed, fsid: 4
    
    *** The system will autoboot in 15 seconds ***
    Send break character to prevent autobooting.
    
    
    !--- Wait until you see this message before 
    !--- you issue the break sequence.
    !--- Ctrl+Break is entered using Hyperterm.
    
    
    The system has been interrupted prior to initializing the flash file system to finish 
    loading the operating system software:
    
    flash_init
    load_helper
    boot
    switch:
  4. Issue the flash_init command.

    switch: flash_init
    Initializing Flash...
    flashfs[0]: 143 files, 4 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 3612672
    flashfs[0]: Bytes used: 2729472
    flashfs[0]: Bytes available: 883200
    flashfs[0]: flashfs fsck took 86 seconds
    ....done Initializing Flash.
    Boot Sector Filesystem (bs:) installed, fsid: 3
    Parameter Block Filesystem (pb:) installed, fsid: 4
    switch:
    
    !--- This output is from a 2900XL switch. Output from 
    !--- other switches will vary slightly.
    
    
  5. Issue the load_helper command.

    switch: load_helper
    switch:
  6. Issue the dir flash: command.

    Note: Make sure to type a colon ":" after the dir flash.

    The switch file system is displayed:

    switch: dir flash:
    Directory of flash:/
    2    -rwx  1803357   <date>               c3500xl-c3h2s-mz.120-5.WC7.bin
    
    !--- This is the current version of software.
    
    4    -rwx  1131      <date>               config.text
    
    !--- This is the configuration file.
    
    5    -rwx  109       <date>               info
    6    -rwx  389       <date>               env_vars
    7    drwx  640       <date>               html
    18   -rwx  109       <date>               info.ver
    403968 bytes available (3208704 bytes used)
    switch:
    
    !--- This output is from a 3500XL switch. Output from 
    !--- other switches will vary slightly.
    
    
  7. Type rename flash:config.text flash:config.old to rename the configuration file.

    switch: rename flash:config.text flash:config.old
    switch:
    
    !--- The config.text file contains the password 
    !--- definition.
    
    
  8. Issue the boot command to boot the system.

    switch: boot
    Loading "flash:c3500xl-c3h2s-mz.120-5.WC7.bin"...###############################
    ################################################################################
    ######################################################################
    File "flash:c3500xl-c3h2s-mz.120-5.WC7.bin" uncompressed and installed, entry po
    int: 0x3000
    executing...
    
    !--- Output suppressed.
    !--- This output is from a 3500XL switch. Output from other switches 
    !--- will vary slightly.
    
    
  9. Enter "n" at the prompt to abort the initial configuration dialog.

    --- System Configuration Dialog ---
    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 '[]'.
    Continue with configuration dialog? [yes/no]: n 
    
    !--- Type "n" for no.
    
    Press RETURN to get started.
    
    !--- Press Return or Enter.
    
    Switch>
    
    !--- The Switch> prompt is displayed.
    
    
  10. At the switch prompt, type en to enter enable mode.

    Switch>en
    Switch#
  11. Type rename flash:config.old flash:config.text to rename the configuration file with its original name.

    Switch#rename flash:config.old flash:config.text
    Destination filename [config.text] 
    
    !--- Press Return or Enter.
    
    Switch#
  12. Copy the configuration file into memory.

    Switch#copy flash:config.text system:running-config
    Destination filename [running-config]? 
    
    !--- Press Return or Enter.
    
    1131 bytes copied in 0.760 secs
    Sw1#

    The configuration file is now reloaded.

  13. Overwrite the current passwords that you do not know. Choose a strong password with at least one capital letter, one number, and one special character.

    Note: Overwrite the passwords which are necessary. You need not overwrite all of the mentioned passwords.

    Sw1# conf t
    
    
    !--- To overwrite existing secret password
    
    Sw1(config)#enable secret <new_secret_password>
    
    
    
    !--- To overwrite existing enable password
    
    Sw1(config)#enable password <new_enable_password>
    
    
    
    !--- To overwrite existing vty password
    
    Sw1(config)#line vty 0 15
    Sw1(config-line)#password <new_vty_password>
    
    Sw1(config-line)#login
    
    
    !--- To overwrite existing console password
    
    Sw1(config-line)#line con 0
    Sw1(config-line)#password <new_console_password>
    
    
  14. Write the running configuration to the configuration file with the write memory command.

    Sw1#write memory
    Building configuration...
    [OK]
    Sw1#

Cisco Support Community - Featured Conversations

Cisco Support Community is a forum for you to ask and answer questions, share suggestions, and collaborate with your peers. Below are just some of the most recent and relevant conversations happening right now.

Want to see more? Join us by clicking here

조회 수 :
51291
등록일 :
2013.01.30
11:28:16 (*.160.42.88)
엮인글 :
http://webs.co.kr/index.php?document_srl=17458&act=trackback&key=244
게시글 주소 :
http://webs.co.kr/index.php?document_srl=17458
List of Articles
번호 제목 글쓴이 조회 수 추천 수 날짜
34 a b c class Subnet Mask Cheat Sheet admin 20022   2019-10-16
 
33 Apple 소프트웨어 제품에서 사용하는 TCP 및 UDP 포트 admin 28156   2019-04-19
 
32 windows linux whois ip domain 도메인 아이피 소유자 확인 명령어 admin 137145   2019-02-16
 
31 route 및 iptables를 이용한 리눅스 특정 IP 접속 차단하는 법 admin 21954   2018-04-15
 
30 IPv6와 IPv4의 차이점 기존의 IPv4의 문제점 admin 18415   2018-04-15
 
29 사례를 통해 알아가는 실전 패킷분석 A 기업의 UDP 트래픽 급증의 원인은 admin 13619   2018-04-15
 
28 리눅스 linux 현재 사용중인 랜카드 트래픽 대역폭 확인 프로그램 nload admin 33154   2017-11-04
 
27 whois site ip owner check admin 19392   2015-08-03
 
26 TCP flag(URG, ACK, PSH, RST, SYN, FIN) admin 88060   2014-04-05
 
25 ping 핑 에 의한 패킷 전송 10 단계 그림으로 설명 file admin 35947   2014-02-13
 
24 Cisco - CCNP, CCIE - QoS. Quality Of Service admin 76313   2013-08-29
 
23 Securing Networks Access List Implementation on Cisco Routers admin 190151   2013-08-02
 
22 Analyzing High CPU Utilization Issues on Cisco Catalyst 6500 Series admin 34555   2013-08-01
 
21 ping 설명 ICMP Internet Control Message Protocol 설명 여러가지 admin 129086   2013-05-09
 
20 네트웍을 공부하려고 하는분 네이버 네트워크 전문가 따라 잡기 카페 admin 80830   2013-04-20
 
19 List of TCP and UDP port numbers admin 78527   2013-04-16
 
18 3com tftp damon program 3cdv2r10 file admin 31123   2013-03-17
 
17 VLAN Tagging - Understanding VLANs Ethernet Frames admin 98868   2013-03-11
 
» Cisco Catalyst Fixed Configuration Layer 2 and Layer 3 Switches admin 51291   2013-01-30
http://www.cisco.com/en/US/products/hw/switches/ps628/products_password_recovery09186a0080094184.shtml ocument ID: 12040PDF DownloadsCisco Catalyst Fixed Configuration Layer 2 and Layer 3 Switches Share on printShar...  
15 Quality of Service Guide - QOS admin 73107   2012-01-06
 
14 IP Precedence, TOS & DSCP admin 83806   2012-01-06
 
13 [Cisco] NAT Config 해설 admin 283713   2011-12-19
 
12 트래픽관리를 위한 MRTG 서버구축 admin 39913   2011-12-16
 
11 Brocade FastIron GS Series manuall file admin 134796   2011-12-16
 
10 CAT.6 UTP 케이블링 작업 요령 file admin 40003   2011-12-16
 
9 윈도우에서 특정아이피 차단 설정 하기 admin 43676   2011-12-16
 
8 GRE Tunnel /VPN admin 34074   2011-12-16
 
7 VLAN과 TRUNK admin 31377   2011-12-16
 
6 와룡의 네트워크 카페에서 라우팅 ,스위칭공부 admin 36433   2011-12-16
 
5 방화벽 자료 admin 31181   2011-12-16