12-24-2008 01:53 AM - edited 03-06-2019 03:08 AM
Hello,
I am trying to configure a C1800 router so that we can replicate our live system in a development environment. Live system has satellite links between sites interfacing to site routers using FE interfaces. Our DEV SAT SIM has only Serial interfaces so I need to convert from FE to Serial and back, and only want to use a single 1800 router to achieve this.
I want traffic to/from the Home site to remote site to ingress on one FE interface of the WAN Router, be passed over the serial links (via the WAN Simulator) and passed out of the other FE interface to the remote site router.
Please see the attached diagram for an overview of what I'm trying to achieve, the blue arrow represents the desired traffic flow.
Is this possible?
It would be preferable to bridge this as the Satellite environment is a layer 2 network. However, if not possible, then routing could be used as long as the traffic route is as previously described.
All comments/assistance welcome.
Solved! Go to Solution.
12-24-2008 09:15 AM
Hello Nick,
you need to configure the router for bridging ethernet frames over serial interfaces using two bridge group
bridge 1 protocol ieee
bridge 1 bridge ip
bridge 2 protocol ieee
bridge 2 bridge ip
int f0/0
no ip addr
bridge-group 1
int ser0/0
no ip addr
bridge-group 1
int ser0/1
no ip addr
bridge-group 2
int f0/1
no ip addr
bridge-group 2
all this if the sat emulator does not care of the encapsulation
Hope to help
Giuseppe
12-24-2008 09:15 AM
Hello Nick,
you need to configure the router for bridging ethernet frames over serial interfaces using two bridge group
bridge 1 protocol ieee
bridge 1 bridge ip
bridge 2 protocol ieee
bridge 2 bridge ip
int f0/0
no ip addr
bridge-group 1
int ser0/0
no ip addr
bridge-group 1
int ser0/1
no ip addr
bridge-group 2
int f0/1
no ip addr
bridge-group 2
all this if the sat emulator does not care of the encapsulation
Hope to help
Giuseppe
01-05-2009 05:53 AM
Thanks Guiseppe,
That sorted it, I think the time of year was effecting my brain!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide