home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / dcom / sys / cisco / 1967 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.5 KB  |  49 lines

  1. Newsgroups: comp.dcom.sys.cisco
  2. Path: sparky!uunet!boulder!recnews
  3. From: <henryc@oar.net>
  4. Subject: Re:  Finding ROM version
  5. Message-ID: <726849703.14084@news.Colorado.EDU>
  6. Sender: news
  7. Date: 12 Jan 1993 07:56:42 -0500
  8. Approved: news
  9. X-Note1: message-id generated by recnews
  10. X-Note2: mail msgid was   <199301121256.AA07769@thor.oar.net>
  11. Lines: 36
  12.  
  13. >If your system has been booted from Flash EEPROM, is there a way to
  14. >find out what version system is resident in the ROMs in the system
  15. >(without reloading the system of course :-)?
  16.  
  17. The best thing I've found to do is to give the load useful names,
  18. so when I do a "show flash" you can readily tell what's there.  For
  19. example,
  20.  
  21. gwdlp1>show flash
  22. 4096K bytes of flash memory on MC+ card (via MCI).
  23.   Contains:
  24.     /cisco/gs3-k.91-2.1 (1348032)
  25.     /cisco/gs3-k.91-1.5 (1341168)
  26.   [1504912/4194304 bytes free]
  27. gwdlp1>
  28.  
  29. The alternative is give them symbolic names, but remember what they
  30. map to.  For example,
  31.  
  32. gwdlp1>show flash
  33. 4096K bytes of flash memory on MC+ card (via MCI).
  34.   Contains:
  35.     /cisco/test-9.1 (1348032)
  36.     /cisco/production-9.1 (1341168)
  37.   [1504912/4194304 bytes free]
  38. gwdlp1>
  39.  
  40. This is really what our routers hold, and we remember that the
  41. loads map as shown above.  This has the advantage that we don't have
  42. to change names all the time in assorted config files :-).  It also
  43. has the disadvantage that you can't readily tell what the load is, 
  44. as in the first example, except by mapping the load size on the tftp 
  45. server to the load.
  46.  
  47. Hope this helps,
  48. Henry
  49.