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

CONFIGURING CISCO 2600 SERIE ROUTER

GARYT68THAI
Level 1
Level 1

Hi all.

I am new to the cisco router. Recently our company

acquired an other company and we are planning to buy

a Cisco 2600 serie router to connect to that network.

How do i configure the router in order to let users

in both network access the resource in both side? nat?

Our private ip scheme: 10.1.x.x/24

New company private ip scheme: 192.168.x.x/24

Thanks in advance for any help!!!

GARYT

2 Replies 2

Hello Gary,

since the new company uses an IP address space that does not overlap, NAT is not required. Just make sure that both companies advertise each other´s networks to the other side by use of a routing protcol, or by configuring static routes. Let´s say the new company has a 2600 router as well, the configuration would look like this:

NewCompanyRouter

!

interface FastEthernet0/0

ip address 192.168.1.1 255.255.255.0

!

interface Serial0/0

ip address 172.16.1.1 255.255.255.252

!

router rip

version 2

network 192.168.1.0

network 172.16.0.0

YourCompanyRouter

!

interface FastEthernet0/0

ip address 10.1.1.1 255.255.255.0

!

interface Serial0/0

ip address 172.16.1.2 255.255.255.252

!

router rip

version 2

network 10.0.0.0

network 172.16.0.0

This is just a suggestion, you might be using a different routing protocol...

Regards,

GP

Hi GP

Thanks very much for your reply, what type of connection would you recommand for the serial interface in both routers? T1? ISDN? Total

workstation in both network about 150 and users use telnet to connect to the servers in both networks.

GARYT

Review Cisco Networking for a $25 gift card