cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
371
Views
0
Helpful
4
Replies

Converting Satellite to Serial Connection

arthurjjjc
Level 1
Level 1

Hi,

Objective: Connecting our Head office from two different locations a) Warehouse b) Facotry. We already working on our head office to our warehouse via leased line but our factory connection via satellite connection.

Scenario 1 : We have our leased line connected from the head office to our warehouse with the current configuration:

User Access Verification

Password:

kudu-hq>en

Password:

Password:

kudu-hq#show run

Building configuration...

Current configuration : 760 bytes

!

version 12.3

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname kudu-hq

!

enable secret xxx

enable password xxx

!

username xxx password xxx

username nourmaint password xxx

ip subnet-zero

!

!

!

ip cef

!

!

!

!

interface FastEthernet0

ip address 10.10.1.3 255.255.255.0

speed auto

!

interface Serial0

bandwidth 128000

ip address 172.17.17.1 255.255.255.252

no fair-queue

!

interface Serial1

no ip address

shutdown

!

router rip

version 2

network 10.0.0.0

network 172.17.0.0

network 192.168.0.0

no auto-summary

!

ip classless

no ip http server

!

!

line con 0

line aux 0

line vty 0 4

password xx

login

!

no scheduler allocate

!

end

I am putting my emphasis Serial 1, how will i configure the connection since our ISP provide a converter from ethernet port of Alcatel 990NT to the serial 1 connection of our router.

Do you have any idea on how can we resolve this and what configuration do i need to put on the factory router?

If you have any idea please give me a sample configuration for this specific scenario...

4 Replies 4

spremkumar
Level 9
Level 9

Hi

for the second Link since ur taking ur SP as ur carier better create a GRE tunnel between ur locations and pass on ur traffic over tht.

(considering ur SP providing connecivity on both ur HO and Factory side)

Just add 2 static routes one route on each site .

Default route in ur remote location(factory) router would be thru ur GRE tunnel and the route for ur factory subnets in ur HO would be thru the tunnel.

regds

Hi,

Is there any special configuration from the Head office router that i need to do or same as the warehouse configuration?

Please advise..

Thanks..

Hi

Theres no specific config as such ..but do find the model config attached below.

HO :

inter ser 0/1

ip address x.x.x.x 255.255.255.252

!

int tu 0

ip address a.b.c.d 255.255.255.252

tunnel source x.x.x.x

tunnel destination x.x.x.y

!

ip route q.q.q.q w.w.w.w tunnel 0 (Static for warehouse)

q.q.q.q w.w.w.w = warehouse local lan

but do remember to remove the existing route for warehouse...0

Warehouse :

!

inter ser 0/0

ip address x.x.x.y 255.255.255.252

!

inte tunnel 0

ip address a.b.c.e 255.255.255.252

tunnel source x.x.x.y

tunnel destination x.x.x.x

!

ip route 0.0.0.0 0.0.0.0 tunnel 0 (default traffic from ur local lan towards tunnel)

!

do remove the existing routes to ur HO from warehouse..

have a look on this link too for ur own benefit..

http://www.cisco.com/en/US/tech/tk827/tk369/tk287/tech_protocol_home.html

hope this would help u out but do get back if u have any queries...

regds

albert.remo
Level 1
Level 1

Hi! First, you should have specified how the conversion was done because there are several types of converters. But here are some options. If the modem converted ethernet to frame-relay (also uses V.35 serial connector and also seen as serial in the router), you should configure your serial port at both ends as frame-relay with DLCI similar with that configured at the converter. But if the conversion was from ethernet to serial (simple WAN interface that is), the transmission link would be transparent and you'll just have to configure a simple point-to-point connection between your two routers with the bandwidth dependent on the bandwidth provided by the converter. Hope this helps! Thanks - albert Ü