home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / dcom / sys / cisco / 1072 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.3 KB  |  40 lines

  1. Newsgroups: comp.dcom.sys.cisco
  2. Path: sparky!uunet!destroyer!ncar!csn!boulder!recnews
  3. From: Gary Kunis <gkunis@cisco.com>
  4. Subject: Re:Multiple subnet problem /dan@sci.ccny.cuny.edu
  5. Message-ID: <9208121537.AA16010@ash.cisco.com>
  6. Sender: news@colorado.edu
  7. Date: 12 Aug 92 08:37:51 -0700
  8. Lines: 30
  9.  
  10.  
  11. Dan,
  12.  
  13. In response to your query...
  14.  
  15. ------------------------------------------------------------------
  16. >The cisco is currently routing one subnet of the bridged network to
  17. >the second ethernet.  That leaves me with two problems for the other
  18. >subnets.  Routing them to the outside world and routing between them.
  19. >Can I get my cisco to solve these problems using secondary addresses
  20. >or some such.
  21. -------------------------------------------------------------------
  22. The Cisco s/w offers you the capability of supporting more than
  23. one subnet on an ethernet segment.  You can use the secondary address
  24. facility to handle the problem of handling more than one subnet
  25. on an Ethernet segment.
  26.  
  27. Here is an example:
  28.  
  29. interface ethernet 0
  30. ip address 130.12.2.1 255.255.255.0
  31. ip address 130.12.34.1 255.255.255.0 secondary
  32. ip address 130.12.161.1 255.255.255.0 secondary
  33. ip address 192.12.34.1 255.255.255.0 secondary
  34.  
  35. as you can see, we have handled addressing for 3 subnets of the
  36. class B and for a class C located on the same Ethernet segment.
  37.  
  38.  -- Gary --          
  39. :wq
  40.