home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / dcom / sys / cisco / 1139 < prev    next >
Encoding:
Text File  |  1992-08-20  |  895 b   |  32 lines

  1. Newsgroups: comp.dcom.sys.cisco
  2. Path: sparky!uunet!stanford.edu!agate!boulder!recnews
  3. From: Gary Kunis <gkunis@cisco.com>
  4. Subject: Re: Token Ring Net off of Ethernet port 
  5. Message-ID: <9208201504.AA24475@ash.cisco.com>
  6. Sender: news@colorado.edu
  7. Date: 20 Aug 92 08:04:42 -0700
  8. Lines: 22
  9.  
  10.  
  11. MArk,
  12.  
  13. We used static routes to interconnect Domain Rings to the
  14. rest of our network at Boeing.  Define a static route on
  15. the Apollo system acting as a gateway via route add.  Define
  16. the gateway as the adjacent Cisco router on the Ethernet.
  17.  
  18. On the Cisco router, you must define a static route pointing
  19. to the subnetwork beyond the Apollo acting as a gateway, and
  20. then redistribute this static announcement via the selected 
  21. rouitn protocol.
  22.  
  23. Here is an example:
  24.  
  25. router igrp {a/s}
  26. network 130.12.0.0
  27. redistribute static routes
  28. default-metric 10000 10 255 1 1500
  29. route 192.34.54.0  130.12.1.1
  30.  
  31.   -- gary --
  32.