Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > 1600 missing commands !

Reply
Thread Tools

1600 missing commands !

 
 
barrett bonden
Guest
Posts: n/a
 
      04-07-2005
I have a 1600 and a 2500. They work; I can ping each other via a serial
cable (back to back dte/dce)
I can set up routing on the 2500, but I cant (at the risk of seeming silly)
find a whole set of commands
on the 1600. for example :

1600(boot)(config)#ip route
^
% Invalid input detected at '^' marker.

Likewise "router rip" and "network" just don't seem to be there....





Current configuration:
!
version 11.1
service udp-small-servers
service tcp-small-servers
!
hostname 1600
!
aaa new-model
aaa authentication login vyt_m enable
enable secret 5 $1$xFU8$DgDuZDb/PU.3alP4S1Gao1
enable password ah
!
!
interface Ethernet0
ip address 192.168.0.44 255.255.255.0
no ip route-cache
!
interface Serial0
ip address 1.1.1.2 255.255.255.0
!
tacacs-server host 169.254.32.117
line con 0
exec-timeout 0 0
line vty 0
exec-timeout 0 0
password ah
login authentication vyt_m
length 25
line vty 1 4
exec-timeout 0 0
password ah
login authentication vyt_m
!
end


 
Reply With Quote
 
 
 
 
polleke
Guest
Posts: n/a
 
      04-07-2005
"1600(boot)(config)#" ... means you are working with the tiny IOS and not
the full IOS
ip route is not provided in tiny IOS

to solve you problem do:

1600(boot)#show flash
...... output .... "filename.bin"

1600(boot)(config)#boot system flash "filename.bin"
1600(boot)(config)#config-register 0x2102
1600(boot)(config)#end
1600(boot)#reload
....(save?)-> YES, (reload)?->confim

wait a litle and all should be there now
btw "filename.bin" needs to be replaced with what is stored on your flash
offcourse


"barrett bonden" <> wrote in message
news:tXe5e.357$...
> I have a 1600 and a 2500. They work; I can ping each other via a serial
> cable (back to back dte/dce)
> I can set up routing on the 2500, but I cant (at the risk of seeming

silly)
> find a whole set of commands
> on the 1600. for example :
>
> 1600(boot)(config)#ip route
> ^
> % Invalid input detected at '^' marker.
>
> Likewise "router rip" and "network" just don't seem to be there....
>
>
>
>
>
> Current configuration:
> !
> version 11.1
> service udp-small-servers
> service tcp-small-servers
> !
> hostname 1600
> !
> aaa new-model
> aaa authentication login vyt_m enable
> enable secret 5 $1$xFU8$DgDuZDb/PU.3alP4S1Gao1
> enable password ah
> !
> !
> interface Ethernet0
> ip address 192.168.0.44 255.255.255.0
> no ip route-cache
> !
> interface Serial0
> ip address 1.1.1.2 255.255.255.0
> !
> tacacs-server host 169.254.32.117
> line con 0
> exec-timeout 0 0
> line vty 0
> exec-timeout 0 0
> password ah
> login authentication vyt_m
> length 25
> line vty 1 4
> exec-timeout 0 0
> password ah
> login authentication vyt_m
> !
> end
>
>



 
Reply With Quote
 
 
 
 
barrett bonden
Guest
Posts: n/a
 
      04-07-2005
alas:

1600(boot)#show flash
%Device in REMOVED state

Picked it up on ebay to learn on ....someone kept the flash I assume.
Might I ask(and thanks VERY much for your help) if I buy one on ebay , need
I worry over
wich model 1600 it came out of ?
I've come to understand that only registered customers of cisco are allowed
to download the
IOS.....


"polleke" <> wrote in message
news:...
> "1600(boot)(config)#" ... means you are working with the tiny IOS and not
> the full IOS
> ip route is not provided in tiny IOS
>
> to solve you problem do:
>
> 1600(boot)#show flash
> ..... output .... "filename.bin"
>
> 1600(boot)(config)#boot system flash "filename.bin"
> 1600(boot)(config)#config-register 0x2102
> 1600(boot)(config)#end
> 1600(boot)#reload
> ...(save?)-> YES, (reload)?->confim
>
> wait a litle and all should be there now
> btw "filename.bin" needs to be replaced with what is stored on your flash
> offcourse
>
>
> "barrett bonden" <> wrote in message
> news:tXe5e.357$...
> > I have a 1600 and a 2500. They work; I can ping each other via a serial
> > cable (back to back dte/dce)
> > I can set up routing on the 2500, but I cant (at the risk of seeming

> silly)
> > find a whole set of commands
> > on the 1600. for example :
> >
> > 1600(boot)(config)#ip route
> > ^
> > % Invalid input detected at '^' marker.
> >
> > Likewise "router rip" and "network" just don't seem to be there....
> >
> >
> >
> >
> >
> > Current configuration:
> > !
> > version 11.1
> > service udp-small-servers
> > service tcp-small-servers
> > !
> > hostname 1600
> > !
> > aaa new-model
> > aaa authentication login vyt_m enable
> > enable secret 5 $1$xFU8$DgDuZDb/PU.3alP4S1Gao1
> > enable password ah
> > !
> > !
> > interface Ethernet0
> > ip address 192.168.0.44 255.255.255.0
> > no ip route-cache
> > !
> > interface Serial0
> > ip address 1.1.1.2 255.255.255.0
> > !
> > tacacs-server host 169.254.32.117
> > line con 0
> > exec-timeout 0 0
> > line vty 0
> > exec-timeout 0 0
> > password ah
> > login authentication vyt_m
> > length 25
> > line vty 1 4
> > exec-timeout 0 0
> > password ah
> > login authentication vyt_m
> > !
> > end
> >
> >

>
>



 
Reply With Quote
 
Brad
Guest
Posts: n/a
 
      04-07-2005
Check out:
http://cgi.ebay.com/ws/eBayISAPI.dll...183915599&rd=1

It's up to you to make sure the IOS is licensed properly...

 
Reply With Quote
 
polleke
Guest
Posts: n/a
 
      04-08-2005

"barrett bonden" <> wrote in message
news:Ndg5e.364$...
> alas:
>
> 1600(boot)#show flash
> %Device in REMOVED state
>
> Picked it up on ebay to learn on ....someone kept the flash I assume.

.....

ooosh thats bad businnes :-[ selling a router without memory, next time,
i'll try to sell my tv-set without ray-tube in it, or my car without
wheels....
i hope you did not payed much then
anyway...
you can find the required memory modules on ebay too, if you ask on persons
that sell a lot of cisco stuff on ebay if they have such flash for ya, they
will sell it with a smile.
about the IOS is available at cisco if you take some contract (is very low
priced) sorry i dont have any link to help you futher on that one


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"configure terminal" and "setup" commands missing in C1310 ekedubois@gmail.com Cisco 5 01-30-2009 04:18 AM
Working even if missing some commands - VPNclient AM Cisco 2 06-05-2006 10:45 AM
Need Help Differentiating Bad Commands From Incomplete Commands Tim Stanka Python 1 08-02-2004 02:08 AM
PIX clear ipsec missing commands fedexarg Cisco 2 02-25-2004 05:19 PM
Re: man pages for C commands (GCC commands) Ben Pfaff C Programming 4 06-28-2003 06:21 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57