cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
741
Views
0
Helpful
3
Replies

Basic Router configuration

I need help on basic configuration for two routers to talk with two different networks. Please email me a basic configuration that I can use. I have two Cisco 2801.Please advise.

Thanks, June

3 Replies 3

jiaowenbin
Level 1
Level 1

It's too easy , C2801-1 as A ;C2801-2 as B

10.0.0.0/24-Lan1-fa0/0-A-fa0/1-fa0/1-B-fa0/0-Lan2-192.168.0.0/24

A:

hostname A

interface fa0/0

ip add 10.0.0.254 255.255.255.0

exit

interface fa0/1

ip add 172.16.1.1 255.255.255.0

exit

ip route 0.0.0.0 0.0.0.0 172.16.1.2 255.255.255.0

B

hostname B

interface fa0/0

ip add 192.168.0.254 255.255.255.0

exit

interface fa0/1

ip add 172.16.1.2 255.255.255.0

exit

ip route 0.0.0.0 0.0.0.0 172.16.1.1

its ok

Thanks,jiaowenbin.

June

Hello...I made a mistake on the router model...is should be 2811.Will the configuration you gave me work?

Please advise.

Thanks,

June