Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco Routing problem on Dual Ethernet Interface

Status
Not open for further replies.

glory3321

IS-IT--Management
Aug 14, 2001
27
DE
Hi!

Here is my current setup, I have a cisco 2621 router on my LAN. THis router have two ethernet interface.

f0/0 - 192.1.1.184 255.255.0.0 this my my existing network.
f0/1 - 10.200.0.1 255.255.255.0 this is my new LAN. Which we need to migrate to this new IP address.

How can I set a route from 10.200.0.x network so that it can reach and communite the other host to 192.1.1.x network. Currently I am migrating my network to 10.200.0.x however some host from this network need to commicate to 192.1.1.x network to access some resouces such as file and print.


Any steps that I can do for me to implement this?
What command shall I use ?

thansk !

Glory
 
Glory,

Try this:

ip route 192.1.0.0 255.255.0.0 eth0/0
'anything destined for 192.1.0.0 can get there via eth0/0'

ip route 10.200.0.0 255.255.255.0 eth0/1
'anything destined for 10.200.0.0 can get there via eth0/1'

ITD17
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top