Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2610 ISO - problem 1

Status
Not open for further replies.

grako

Technical User
Apr 6, 2013
3
0
0
IE
Guys, need a quick help, I'm just about to update flash on my router 2610, but I don't know which IOS i should take
that's specification of my router:
Router#sh version
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-IS-M), Version 12.0(11), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2000 by cisco Systems, Inc.
Compiled Sat 20-May-00 10:46 by htseng
Image text-base: 0x80008088, data-base: 0x808F19F4

ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)

Router uptime is 1 hour, 42 minutes
System restarted by power-on
System image file is "flash:c2600-is-mz.120-11.bin"

cisco 2610 (MPC860) processor (revision 0x203) with 29696K/3072K bytes of memory.
Processor board ID JAD04200GSE (3945289899)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
1 Ethernet/IEEE 802.3 interface(s)
1 ISDN Basic Rate interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2142 (will be 0x3962 at next reload)

many thanks in advance! :)
 
Well, first I would make sure that if you want 115,200 BAUD for terminal emulation, you use config register 0x3922 rather than 0x3962. Or you can use the default 0x2102 for 9600 BAUD...but I would stick to 3922 myself incase you need to XMODEM...

Second, you have IP Plus, so you can do sub-interfaces and full duplex, which means intervlan routing. That's what you have now.

You have 16MB flash, 32MB DRAM, so any c2600-blablabla-mz.xxx-xx.bin will do as long as it's under 16MB in size, but also check on Cisco Feature Navigator found here


to make sure 32MB DRAM is enough for whatever image you wanna run.

HTH

-Tim

ip access-list extended IP-Options-and-Powerball
deny ip any any winning-powerball-ticket
permit ip any any option any-options
!
class-map ACL-Options-and-Powerball
match access-group name IP-Options-and-Powerball
!
policy-map CoPP-POLICY
class ACL-Options-and-Powerball
drop
!
control-plane
service-policy input CoPP-POLICY
 
Hi!
First of all, many thanks for your reply, please take my apologies for late reply - i'm very busy with the college at the moment.

The register was changed while i was copying #show ver as I got it just before, and previously was used in the company so I had to do the 'factory reset' , about the flash I found c2600-is-mz.120-7.T2.bin (v 12.2) and is working great with the router. I didn't use xmodem, I've seen tutorial how to use tftp server and that was pretty easy - to backup old flash and update the existing one with the new one.

Once again many thanks for your time!

Best regards
Thom
 
Star? Pleeeeeeease? :)

ip access-list extended IP-Options-and-Powerball
deny ip any any winning-powerball-ticket
permit ip any any option any-options
!
class-map ACL-Options-and-Powerball
match access-group name IP-Options-and-Powerball
!
policy-map CoPP-POLICY
class ACL-Options-and-Powerball
drop
!
control-plane
service-policy input CoPP-POLICY
 
Oh! :) Sorry, didn't realize that I can 'thank' for to the tip by clicking on the star :) I'm very new here - that was my first post, was even wondering, what you meant by 'star? , please?' ;) Once again, many thanks ;) Your the star ;)
 
lol thanks!

ip access-list extended IP-Options-and-Powerball
deny ip any any winning-powerball-ticket
permit ip any any option any-options
!
class-map ACL-Options-and-Powerball
match access-group name IP-Options-and-Powerball
!
policy-map CoPP-POLICY
class ACL-Options-and-Powerball
drop
!
control-plane
service-policy input CoPP-POLICY
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top