cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1087
Views
0
Helpful
8
Replies

routing problem

shadowwar9990
Level 1
Level 1

dear ,

good day to you 

I have  cisco 881 router with 1 wan interface and 4 Lan interface.

wan interface connected with 1 Isp line and used static route and  1 Lan interface connected to another Isp line through ospf and 1 Lan connected to internal network to NVR For CCTV 

I have  another 880 cisco router in another place connect via static route for first isp 

how can i merge the 2 line isp via ospf to have a total speed for the two line and receive NVR Stream from main 880 router .

my configuration as following 

 

boot-start-marker
boot-end-marker

enable password xxx

no aaa new-model
ethernet lmi ce

no ip domain lookup
ip cef
no ipv6 cef

multilink bundle-name authenticated

license udi pid C881-K9 sn xxx

vtp mode transparent
username xxx privilege 15 password xxx

vlan 99,2208

interface FastEthernet0
description to Lan
switchport access vlan 99
no ip address

interface FastEthernet1
description test
switchport access vlan 99
no ip address

interface FastEthernet2
switchport access vlan 99
no ip address

interface FastEthernet3
switchport access vlan 2208
switchport mode trunk
no ip address

interface FastEthernet4
description Wan
no ip address
duplex auto
speed auto

interface FastEthernet4.3537
encapsulation dot1Q 3537
ip address 10.99.8.2 255.255.255.252

interface Vlan1
no ip address

interface Vlan99
ip address 10.8.99.1 255.255.255.0

interface Vlan2208
ip address 10.199.8.1 255.255.255.252
ip ospf network point-to-point

router ospf 1
network 10.8.99.1 0.0.0.0 area 0
network 10.199.8.1 0.0.0.0 area 0

ip forward-protocol nd
no ip http server
no ip http secure-server

ip route 10.7.99.0 255.255.255.0 10.99.8.1
ip route 10.10.11.0 255.255.255.0 10.99.8.1

control-plane

mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default


line con 0
password xxx
logging synchronous
no modem enable
line aux 0
line vty 0 4
privilege level 15
password xxx
login local
transport input telnet
scheduler allocate 20000 1000

 

8 Replies 8

Hi

 Do you have direct connection between those two routers?

 

hi

no, each router in a bank branch and no direct coonection

Then I dont believe is possible to merge. If you had direct connection between router, you could create a neighborshit between using OSPF and considering you already have OSPF with one of the ISP, this router could load sharing the traffic netween those two neighbors

 But, if you have two independent routers connect to differents ISP, is not possible.

i think that one branch have 2 isp line with speed 2 ,2 mbp and the other branch has 1 isp line with speed 2 mbp.

and they have 1 same isp connection for 1 line  through ospf .

so in this case how can i merge the 2 isp line speed in the first branch and reach An internal NVR for CCTV in the other branch?

It is a bit confuse and seems to me not possible. Can you make a simple topology just to have a better understanding?

Do you have rough Diagram of this network ? is the ISP Link is Internet ?

how is this branches connected ? over internet ?

what you mean merge these 2 Links ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Capture.PNG

connected through VPN connection , as following diagram i have 2 isp on one side so i want to merge their speed and share NVR device in internal network  with the other main branch router  via Ospf