06-23-2003 12:15 PM - edited 02-21-2020 12:37 PM
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
06-23-2003 12:28 PM
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.
06-23-2003 12:30 PM
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
06-23-2003 01:38 PM
Pixs have no capabilities for QoS or traffic management. My config is from an IOS router. Is that what you're interested in?
06-25-2003 07:19 AM
Yes.
THanks,
Dan
06-25-2003 07:59 AM
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
06-25-2003 08:06 AM
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
06-25-2003 08:16 AM
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.
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