home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.dcom.sys.cisco
- Path: sparky!uunet!destroyer!ncar!csn!boulder!recnews
- From: Gary Kunis <gkunis@cisco.com>
- Subject: Re:Multiple subnet problem /dan@sci.ccny.cuny.edu
- Message-ID: <9208121537.AA16010@ash.cisco.com>
- Sender: news@colorado.edu
- Date: 12 Aug 92 08:37:51 -0700
- Lines: 30
-
-
- Dan,
-
- In response to your query...
-
- ------------------------------------------------------------------
- >The cisco is currently routing one subnet of the bridged network to
- >the second ethernet. That leaves me with two problems for the other
- >subnets. Routing them to the outside world and routing between them.
- >Can I get my cisco to solve these problems using secondary addresses
- >or some such.
- -------------------------------------------------------------------
- The Cisco s/w offers you the capability of supporting more than
- one subnet on an ethernet segment. You can use the secondary address
- facility to handle the problem of handling more than one subnet
- on an Ethernet segment.
-
- Here is an example:
-
- interface ethernet 0
- ip address 130.12.2.1 255.255.255.0
- ip address 130.12.34.1 255.255.255.0 secondary
- ip address 130.12.161.1 255.255.255.0 secondary
- ip address 192.12.34.1 255.255.255.0 secondary
-
- as you can see, we have handled addressing for 3 subnets of the
- class B and for a class C located on the same Ethernet segment.
-
- -- Gary --
- :wq
-