Venturing into online auction Ebay, part II

I posted a Cisco 2501 for auction on Ebay on a Friday.  To make my product stand out from the intense competition I decided to do something different.  I decided to connect the router to the internet using my high speed cable modem.  I enabled telnet and posted the access information on Ebay with the tile “TRY FRIST BEFORE BUYING – CISCO 2501 ROUTER�.  Now an interested buyer could telnet into the router and issue the command allowed in user mode.  Obviously I did not give out the privilege mode password.

Some the useful commands allowed in user mode are, show version, show flash, show memory etc.  The show version command provides the most useful information to the buyer, below is the result of show version on my router.

Cisco Internetwork Operating System Software
IOS ™ 3000 Software (IGS-D-L), Version 11.1(11), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1997 by cisco Systems, Inc.
Compiled Mon 21-Apr-97 16:53 by dschwart
Image text-base: 0x030283BC, data-base: 0x00001000
ROM: System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE
ROM: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(8a), RELEASE SOFTWARE (f
c1)
Router uptime is 0 minutes
System restarted by power-on
System image file is “flash:igs-d-l.111-11”, booted via flash
cisco 2500 (68030) processor (revision L) with 6144K/2048K bytes of memory.
Processor board ID 03071967, with hardware revision 00000000
Bridging software.
X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
1 Ethernet/IEEE 802.3 interface.
2 Serial network interfaces.
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read ONLY)

Configuration register is 0x2142

Router#

Looking at the results of sh ver, you can determine the amount of dram and flash, the IOS version, number of Ethernet port, serial ports etc.
Below is the running-configuration on my router.

www.CupidPost.com#sh running-config
Building configuration…

Current configuration:
!
! Last configuration change at 18:31:03 -5 Fri May 18 2007
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname www.CupidPost.com
!
enable secret 03andrewl1n04
!
ip subnet-zero
clock timezone -5 0
!
!
!
interface Ethernet0/0
 ip address 10.10.0.100 255.255.255.0
 no ip directed-broadcast
!
interface Serial0/0
 no ip address
 no ip directed-broadcast
 shutdown
!
interface Ethernet0/1
 no ip address
 no ip directed-broadcast
 shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.10.0.1
ip http server
!
banner motd ^C
*********************************************************
* *
* Welcome! Test drive your Cisco 2501 router *
* *
* Enter below commands: *
* sh version *
* sh version *
* sh flash *
* sh clock *
* ping *
* *
* Join www.CupidPost.com completely free online dating *
* *
*********************************************************
^C
!
line con 0
 transport input none
line aux 0
line vty 0 4
 exec-timeout 5 0
 password cupidpost
 logout-warning 60
 absolute-timeout 10
 login
!
ntp clock-period 17208211
ntp server 132.163.4.103 source Ethernet0/0
no scheduler allocate
end

www.CupidPost.com#

About Andrew Lin

Hi, I have always wanted to creat a blog site but never had the time. I have been working in Information Technology for over 15 years. I specialize mainly in networks and server technologies and dabble a little with the programming aspects. Andrew Lin

View all posts by Andrew Lin →