cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
244
Views
0
Helpful
2
Replies

Sounds Simple, Help Please!!

grant.hook
Level 1
Level 1

We have 2 sites each site has a 2600 router with 1 10/100 interface, a Serial WAN and ISDN interface card installed that will be used as a backup.

The sites are connected via a BT Meagstream (2mb) connection between Megastream and Router is x.21.

Each site is on a Private Class C range.

Network 1 is on 192.168.168.0 255.255.255.0

Network 2 is on 192.168.169.0 255.255.255.0

All we wish to do is communicate between the sites, what configuration steps do we need to make in order to achieve this?

A How-to or a few pages to read through would be most appreciated.

Thanks

2 Replies 2

karl.jones
Level 1
Level 1

router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

router(config)#int ethernet 0/0

router(config-if)#ip address 192.168.168.1 255.255.255.0

router(config-if)#no shut

do this to apply an IP address to the ethernet interface, and then this to allow the serial to take the IP addss of the ethernet interface.

router(config-if)#int s0/0

router(config-if)#ip unnumbered e0/0

...and then this to apply EIGRP as your routing protocol

router(config)#router eigrp 100

router(config-router)#network 192.168.168.0

do exactly the same on the other router but use the other network range for your routing protocol and interfaces.

This is all assuming you know the basic commands.

HTH... Karl

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: