cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
264
Views
0
Helpful
1
Replies

Reg:

vasuramnet
Level 1
Level 1

Dear sir,

My customer is having 2 isps one is from B.T(british telecom)&Primus

he wants to terminate these 2 isps in one router and he wants isp failover.

and primus he was having 2mbps out of this 2mb he want to segrigate 1 mb

for data and 1 mb for voice and he want loadbalancing also.

Regards

srinivas

1 Reply 1

ariela
Level 4
Level 4

Hi srinivas,

for the first issue, you have to put your voice traffic in priority queue. You could use something like this:

class-map match-any VOIP

match ip dscp 40 (or 46, or what you want)

match ip address (voip traffic from a specific subnet, or host)

!

policy-map PRIMUS

class VOIP

priority

police 1000000 conform-action transmit exceed-action drop

class DATA

bandwith remaining percent 90

!

interface X

description ** PRIMUS **

service-policy output PRIMUS

!

Then, for ISP failover, and possibly loadbalancing (but not if you have a full BGP table, of course), please check:

http://www.cisco.com/go/oer

HTH

Andrea

Review Cisco Networking products for a $25 gift card