home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / dcom / sys / cisco / 1170 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.9 KB  |  41 lines

  1. Newsgroups: comp.dcom.sys.cisco
  2. Path: sparky!uunet!boulder!recnews
  3. From: Hank Nussbacher <HANK@VM.BIU.AC.IL>
  4. Subject: Subnetting and class B nets
  5. Message-ID: <199208271311.AA25618@spot.Colorado.EDU>
  6. Sender: news@colorado.edu
  7. X-Delivery-Notice: SMTP MAIL FROM does not correspond to sender.
  8. Date: 27 Aug 92 16:09:37 IST
  9. Lines: 30
  10.  
  11.     I am sure someone has already solved this problem since it seems
  12. like a very  common problem.  Suppose  you have one  class B address
  13. (i.e.  132.64.x.x)  and  have   about  120  small  units   scattered
  14. throughout the USA with each around 20-30 systems connected.  Now in
  15. order to interconnect all these  subnets of 132.64.x.x we use  cisco
  16. routers with many lines.   We want to use  the same class B  net for
  17. the  lines  and  not  some  other  network,  since  that would break
  18. subnetting rules (you  are not allowed  to seperate two  segments of
  19. the same class B via a segment of some other class C or B network).
  20.  
  21.     So we choose a subnet  mask of 255.255.255.0 for the  individual
  22. units  and  for  the  lines  we  would  like  to  use something like
  23. 255.255.255.248.  This  way we  get greater  efficient use  from the
  24. address space, rather than wasting an entire 256 address range space
  25. for each leased line.  If we have 120 lines, we could end up wasting
  26. 132.64.1.x-132.64.120.x leaving just about 50% of the address  space
  27. for real work.  Packing the addresses for the leased lines into  one
  28. segment of the class B network - such as 132.64.1.x makes sense  and
  29. should work.  But  for some reason  (perhaps some subnetting  rule),
  30. the cisco will  to not accept  two *different* subnet  masks for the
  31. same class B  network.  The cisco  automatically changes the  subnet
  32. mask for all interfaces with the same class B network address to the
  33. last subnet mask of the last interface set.
  34.  
  35. I am sure there must be some config command to bypass this problem.
  36. Or is everyone wasting oodles of address space on their leased line
  37. subnets?
  38.  
  39. Thanks,
  40. Hank Nussbacher
  41.