How to Break CISCO 2600 Password

11:41 PM
How to Break CISCO 2600 Password:
 
When start
ctrl+Pause break
rommon 2 > confreg 0x2142

Router>enable
Router#conf t

Router(config)#enable secret bengal20
Router(config)#exit

Router#show running-config
Router#show version

Router#configure t

Router#show version
Router#copy running-config start
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Router#config-register 0x2102
Router#write
Router#reload
Router>enable
Password:

Router#show version
=============================

admin-5>enable
Password:

admin-5#show run
admin-5#conf terminal
admin-5(config)#interface ethernet 0/0

admin-5(config-if)#ip address 192.168.110.150 255.255.255.0

admin-5(config-if)#no shutdown

admin-5(config-if)#exit

admin-5(config)#interface serial 0/0

admin-5(config-if)#ip address 123.49.2.150 255.255.255.252
admin-5(config-if)#no shutdown
admin-5(config-if)#ex
admin-5(config)#exit
admin-5#show running-config
 
admin-5(config)#interface ethernet 0/0

admin-5(config-if)#ip address 192.168.110.150 255.255.255.0

admin-5(config-if)#no shutdown

admin-5(config)#interface serial 0/0

admin-5(config-if)#ip address 123.49.2.150 255.255.255.252

admin-5(config-if)#no shutdown
admin-5(config)#exit

admin-5#show running-config

admin-5#show ip interface brief
admin-5#configure terminal
admin-5(config)#
============================
admin-5>enable
Password:

admin-5#configure terminal
admin-5(config)#ip classless

admin-5#configure terminal

admin-5#ping 123.49.2.150
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 123.49.2.150, timeout is 2 seconds:
admin-5#configure terminal
admin-5(config)#interface serial 0/0

admin-5(config-if)#clock rate ?
admin-5(config-if)#
===============================
admin-5(config-if)# interface ethernet 0/0
admin-5(config-if)# ip nat inside

admin-5(config-if)# exit/ctrl+z

admin-5(config-if)# internel serial0/0

admin-5(config-if)# ip nat outside

admin-5(config-if)# ip nat pool destiny 192.168.110.1 192.168.110.255 prefix 24
admin-5(config-if)# ip nat inside source list 7 pool destiny

admin-5(config-if)# access list 7 permit 192.168.110.0 0.0.0.255

admin-5(config-if)# ctrl+z

admin-5(config-if)# write
admin-5(config-if)#
==================================================
When start
ctrl+Pause break
rommon 2 > confreg 0x2142

Router>enable
Router#conf t

Router(config)#enable secret bengal20
Router(config)#exit

Router#show running-config
Router#show version

Router#configure t

Router#show version
Router#copy running-config start
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Router#config-register 0x2102
Router#write
Router#reload
Router>enable
Password:

Router#show version
=============================
Command list :
Requirement Cisco Command
Set a console password to cisco
Router(config)#line con 0
Router(config-line)#login
Router(config-line)#password cisco
Set a telnet password Router(config)#line vty 0 4
Router(config-line)#login
Router(config-line)#password cisco
Stop console timing out
Router(config)#line con 0
Router(config-line)#exec-timeout 0 0
Set the enable password to cisco
Router(config)#enable password cisco
Set the enable secret password to peter.
This password overrides the enable password and is encypted within the config file
Router(config)#enable secret peter
Enable an interface
Router(config-if)#no shutdown
To disable an interface
Router(config-if)#shutdown
Set the clock rate for a router with a DCE cable to 64K
Router(config-if)clock rate 64000
Set a logical bandwidth assignment of 64K to the serial interface
Router(config-if)bandwidth 64
Note that the zeroes are not missing
To add an IP address to a interface
Router(config-if)#ip addr 10.1.1.1 255.255.255.0
To enable RIP on all 172.16.x.y interfaces
Router(config)#router rip
Router(config-router)#network 172.16.0.0
Disable RIP
Router(config)#no router rip
To enable IRGP with a AS of 200, to all interfaces
Router(config)#router igrp 200
Router(config-router)#network 172.16.0.0
Disable IGRP
Router(config)#no router igrp 200
Static route the remote network is 172.16.1.0, with a mask of 255.255.255.0, the next hop is 172.16.2.1, at a cost of 5 hops
Router(config)#ip route 172.16.1.0 255.255.255.0 172.16.2.1 5
Disable CDP for the whole router
Router(config)#no cdp run
Enable CDP for he whole router
Router(config)#cdp run
Disable CDP on an interface
Router(config-if)#no cdp enable
 
 
Cisco Router Show Commands
Requirement Cisco Command
View version information
#show version
View current configuration (DRAM)
#show running-config
View startup configuration (NVRAM)
#show startup-config
Show IOS file and flash space
#show flash
Shows all logs that the router has in its memory
#show log
View the interface status of interface e0
#show interface e0
Overview all interfaces on the router
#show ip interfaces brief
View type of serial cable on s0
#show controllers 0 (note the space between the 's' and the '0')
Display a summary of connected cdp devices
#show cdp neighbor
Display detailed information on all devices
#show cdp entry *
Display current routing protocols
#show ip protocols
Display IP routing table
#show ip route
Display access lists, this includes the number of displayed matches
#show access-lists
Check the router can see the ISDN switch
#show isdn status
Check a Frame Relay PVC connections
#show frame-relay pvc
show lmi traffic stats
#show frame-relay lmi
Display the frame inverse ARP table
#show frame-relay map
Cisco Router Basic Operations
#Enable Enter privileged mode
Return to user mode from privileged
#disable
Exit Router
#Logout or exit or quit
Recall last command up arrow or <Ctrl-P>
Recall next command down arrow or <Ctrl-N>
Suspend or abort <Shift> and <Ctrl> and 6 then x
Refresh screen output <Ctrl-R>
Compleat Command TAB
Cisco Router Copy Commands
Requirement Cisco Command
Save the current configuration from DRAM to NVRAM
#copy running-config startup-config
Merge NVRAM configuration to DRAM
#copy startup-config running-config
Copy DRAM configuration to a TFTP server
#copy runing-config tftp
Merge TFTP configuration with current router configuration held in DRAM
#copy tftp runing-config
Backup the IOS onto a TFTP server
#copy flash tftp
Upgrade the router IOS from a TFTP server
#copy tftp flash
Cisco Router Debug Commands
Requirement Cisco Command
Enable debug for RIP #debug ip rip
Enable summary IGRP debug information #debug ip igrp events
Enable detailed IGRP debug information #debug ip igrp transactions
Debug IPX RIP #debug ipx routing activity
Debug IPX SAP #debug IPX SAP
Enable debug for CHAP or PAP #debug ppp authentication
Switch all debugging off #no debug all
undebug all
--------------------------------------
CCNP:
CCNP Certification is awarded by Cisco Systems® and signifies the competency achieved in installing, configuring, and operating LAN, WAN, and dial access services in medium to large networks (500+ nodes or more), including use of these protocols: IP, IGRP, EIGRP, IS-IS, BGP, OSPF, Serial, Frame Relay, IP RIP, VLANs, RIP, Ethernet, Access Lists. CCNA is a pre-requisite for CCNP certification. The CCNP certification is awarded after successful completion of the following 4 exams
http://www.simulationexams.com/certification-exams/ccnp-certification.htm
http://www.simulationexams.com/certification-exams/ccna-certification.htm
http://www.ssuet.edu.pk/~amkhan/cisco/cisco.htm
http://www.ssuet.edu.pk/~amkhan/cisco/cisco_ccnp_remote_acsess_exam_certification_guide.pdf
CCNA:
CCNA Certification is awarded by Cisco Systems® and signifies the competency achieved in installing, configuring, and operating LAN, WAN, Wireless LAN and Switched network services for small networks (100 nodes or fewer), including use of these protocols: IP, EIGRP, Serial, and Frame Relay. The certification exams are computer based, and conducted by Sylvan Prometric and VUE testing centers. The certification, being widely recognized, offers improved job prospects in the field of LAN, and WAN infrastructure installation and maintenance using Cisco, and compatible equipment. There are no pre-requisites for taking this exam. The only requirement being payment of exam fee, which is about US$ 125. The CCNA certification is composed of 1 (ONE) individual exam, i.e. CCNA (short form for Cisco Certified Network Associate). The exam code for the CCNA exam is 640-802. The test contains identification and situational questions, in addition to Flash based simulation questions. We have provided several of these questions at appropriate ccna certification pages on this website. Alternatively, you can achieve CCNA certification by taking two exams, namely, CCENT (Cisco Certified Entry Network Technician), and CCNA ICND2 (640-816).
http://www.ssuet.edu.pk/~amkhan/cisco/cisco.htm
http://www.simulationexams.com/certification-exams/ccnp-certification.htm
======================
CISCO 2600
admin-5>enable
Password:

admin-5#show run
admin-5#conf terminal
admin-5(config)#interface ethernet 0/0

admin-5(config-if)#ip address 192.168.110.150 255.255.255.0

admin-5(config-if)#no shutdown

admin-5(config-if)#exit

admin-5(config)#interface serial 0/0

admin-5(config-if)#ip address 123.49.2.150 255.255.255.252
admin-5(config-if)#no shutdown
admin-5(config-if)#ex
admin-5(config)#exit
admin-5#show running-config
 
admin-5(config)#interface ethernet 0/0

admin-5(config-if)#ip address 192.168.110.150 255.255.255.0

admin-5(config-if)#no shutdown

admin-5(config)#interface serial 0/0

admin-5(config-if)#ip address 123.49.2.150 255.255.255.252

admin-5(config-if)#no shutdown
admin-5(config)#exit

admin-5#show running-config

admin-5#show ip interface brief
admin-5#configure terminal
admin-5(config)#
============================
admin-5>enable
Password:

admin-5#configure terminal
admin-5(config)#ip classless

admin-5#configure terminal

admin-5#ping 123.49.2.150
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 123.49.2.150, timeout is 2 seconds:
admin-5#configure terminal
admin-5(config)#interface serial 0/0

admin-5(config-if)#clock rate ?
admin-5(config-if)#
===============================
Clock rate:
For DTE Serial cable you don't need
For DCE Set 64000
-------------------------------------
admin-5(config-if)# interface ethernet 0/0
admin-5(config-if)# ip nat inside

admin-5(config-if)# exit/ctrl+z

admin-5(config-if)# internel serial0/0

admin-5(config-if)# ip nat outside

admin-5(config-if)# ip nat pool destiny 192.168.110.1 192.168.110.255 prefix 24
admin-5(config-if)# ip nat inside source list 7 pool destiny

admin-5(config-if)# access list 7 permit 192.168.110.0 0.0.0.255

admin-5(config-if)# ctrl+z

admin-5(config-if)# write
admin-5(config-if)#

0 Comments