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

  1. Newsgroups: comp.dcom.sys.cisco
  2. Path: sparky!uunet!boulder!recnews
  3. From: Tony Li <tli@cisco.com>
  4. Subject: Multiple subnet problem
  5. In-Reply-To: Ivan Pepelnjak's message of 12-Aug-92 20:58:15 <9208130105.AA3d66@GARFY.nil.yu>
  6. Message-ID: <9208122010.AA15290@cider.cisco.com>
  7. Sender: news@colorado.edu
  8. Date: 12 Aug 92 13:10:02 -0700
  9. Lines: 33
  10.  
  11.  
  12.    According to my experience, secondary addresses on cisco routers work 
  13.    only if the other nodes are not aware of the subnetting (so that they 
  14.    still think it is one big network), but even in this case, proxy-arp 
  15.    would be more appropriate.
  16.  
  17.    However, if You are using (for the sake of example) two class-C networks
  18.    on the same Ethernet (or a class-B and class-C network), they are not 
  19.    announced to each other.
  20.  
  21.        +---------+
  22.        | Cisco   |  primary   : 192.1.1.20
  23.        +---------+  secondary : 192.1.2.20
  24.         !
  25.    ===============================================
  26.     !                                 !     
  27.    +---------+                       +---------+
  28.    | Node A  |  192.1.1.10           | Node B  | 192.1.2.15
  29.    +---------+                       +---------+
  30.  
  31.    In this example, Cisco would not announce network 192.1.1.0 to node B
  32.    unless split-horizon is disabled (and that only works in 9.0-only
  33.    environment). 
  34.  
  35. "no ip split-horizon" was introduced in 8.3(3).  If you do not depend
  36. on your hosts snooping on RIP, then you wont need this.
  37.  
  38.    I hope there is a better way around this problem, as I am afraid I
  39.    will encounter it in a near future. Any other solutions out there ?
  40.  
  41. A better solution is to run GDP on your nodes.
  42.  
  43. Tony
  44.