cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
497
Views
0
Helpful
7
Replies

QoS and VPN with a cable or dsl connection

mpolce2
Level 1
Level 1

Anyone have any tips or examples on configuring QoS for VPN while using cable or dsl services? The bandwidth is always changing, so it is hard to specify a certain limit. Can you simply define higher priorities for certain traffic without having to define the actual bandwidth?

Dan

7 Replies 7

shannong
Level 4
Level 4

Defining QoS will only effect traffic leaving your router and have no effect on the Internet whatsoever. I have cable modem with 384Kbps upstream, so I traffic shape outbound to this speed to prevent drops in the cloud. I also use an IP phone at home, so I give this traffic priority leaving my router. Again, this only helps locally at my house on the first hop of the trip. If doing VPN, it can also help once you've arrived at the destination gateway and the traffic is decapsulated.

Thanks for the reply. I realize that this is the situation, I was wondering if you could post an example of your config?

Thanks,

Dan

Pixs have no capabilities for QoS or traffic management. My config is from an IOS router. Is that what you're interested in?

Yes.

THanks,

Dan

class-map match-any ipt

match protocol rtp audio

match ip dscp ef

!

!

policy-map child-intf00

class ipt

priority 28

policy-map intf00

class class-default

fair-queue

random-detect dscp-based

shape peak 384000

set ip dscp ef

service-policy child-intf00

!

!

!

!

interface FastEthernet0/0

ip address dhcp

ip access-group outside-net in

no ip unreachables

no ip proxy-arp

ip nat outside

ip inspect Home out

service-policy output intf00

ip route-cache flow

load-interval 30

speed 10

half-duplex

crypto map fe00

Great, I appreciate the help. I can't wait to try this out!

So in this config you are dedicating 28000bps to voip?

Thanks,

Dan

Yeah. That's enough for one G.729a phone call. Officially, it's 24Kbps per call, but you have to allow for Layer2 overhead. For Ethernet, it should probably be a little higher. I think I'm going to raise mine to 32K.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: