home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.dcom.sys.cisco
- Path: sparky!uunet!stanford.edu!agate!boulder!recnews
- From: Gary Kunis <gkunis@cisco.com>
- Subject: Re: Token Ring Net off of Ethernet port
- Message-ID: <9208201504.AA24475@ash.cisco.com>
- Sender: news@colorado.edu
- Date: 20 Aug 92 08:04:42 -0700
- Lines: 22
-
-
- MArk,
-
- We used static routes to interconnect Domain Rings to the
- rest of our network at Boeing. Define a static route on
- the Apollo system acting as a gateway via route add. Define
- the gateway as the adjacent Cisco router on the Ethernet.
-
- On the Cisco router, you must define a static route pointing
- to the subnetwork beyond the Apollo acting as a gateway, and
- then redistribute this static announcement via the selected
- rouitn protocol.
-
- Here is an example:
-
- router igrp {a/s}
- network 130.12.0.0
- redistribute static routes
- default-metric 10000 10 255 1 1500
- route 192.34.54.0 130.12.1.1
-
- -- gary --
-