Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Prior traffic between VPN and http

Reply
Thread Tools

Prior traffic between VPN and http

 
 
Michael
Guest
Posts: n/a
 
      05-09-2004
I have two sites.On the one site I have a cisco 2621 with two Ethernet
interface one for the LAN
and one for WAN.The bandwith to the ISP is 512 Kbit/s up and
downstream.
On the other site I have a cisco 1721 with two Ethernet interface one
for the LAN and one for WAN.Upstream to the ISP ist 192
Kbit/s,downstream is 768 Kbit/s.
The two sites are connected via VPN-Tunnel.There is only ICA traffic
(Citrix) between this sites.The other task for both routers is,to
share http-traffic or some other traffic to the internet.
How can I prior the traffic,that ICA-traffic through the VPN-Tunnel is
prefered.
 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      05-09-2004
In article <> ,
Michael <> wrote:
:How can I prior the traffic,that ICA-traffic through the VPN-Tunnel is
refered.

Create an ACL that matches the ICA traffic, and create a route-map
that sets the priority higher when that ACL is matched. Apply the
route-map to the interface as a routing policy. This is known as
"policy routing".

I have not checked to see whether the necessary commands are supported
on the 1721 or 2621, or which features or software versions you
would need to use them.

Also, because you are using a VPN, you might perhaps have to
send the traffic to a loopback interface that has this policy routing
applied to it, and use that loopback interface as the source of the
traffic for the VPN. I do not know if you can apply policy routing
directly to a VPN. (It might depend how you are implimenting the
VPN. You could probably apply policy routing to a gre 'tunnel'
interface.)

--
Warhol's Law: every Usenet user is entitled to his or her very own
fifteen minutes of flame -- The Squoire

 
Reply With Quote
 
 
 
 
mh
Guest
Posts: n/a
 
      05-10-2004
You need to implement one of:
a) custom queuing
b) priority queuing
c) class-based weighted fair queuing (CBWFQ)
d) low latency queuing (LLQ) ( meant for voice usage)

These prioritization techniques/mechanisms are now referred to as
Quality of Service (QOS).

IOS also has a feature called NBAR (network-based application
recognition, but this may only be supported on Cisco's high-end
routers.

I believe that the Citrix ICA protocol uses TCP port 1494 for client
to server traffic and UDP port 1604 for Citrix application browsing.
You will uses these port numbers in an extended access-list for QOS
packet classification.



If you end up having to use a GRE tunnel in order to implement QOS
between your two site, make sure the MTU size on the tunnel interface
is set to 1440. Otherwise you will end up fragmenting and your CPU
usage will increase dramamtically.
 
Reply With Quote
 
mh
Guest
Posts: n/a
 
      05-10-2004
see Cisco documentr QOS for VPN

http://cco.cisco.com/en/US/customer/...4.html#1022154
 
Reply With Quote
 
mh
Guest
Posts: n/a
 
      05-10-2004
The QoS for VPNs feature provides a solution for making Cisco IOS
Quality of Service services operate in conjunction with tunneling and
encryption on an interface. Cisco IOS software can classify packets
and apply the appropriate QoS service before the data is encrypted and
tunneled. The QoS for VPN feature allows users to look inside the
packet so that packet classification can be done based on original
port numbers and based on source and destination IP addresses. This
allows the service provider to treat mission critical or multi-service
traffic with higher priority across their network.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prioritize VPN traffic over http, ftp, etc. mchadwick@aoainc.com Cisco 6 09-11-2012 12:06 PM
Routing Question - How to send default internet traffic to PIX and VPN traffic from router out internet Evolution Cisco 1 02-27-2007 10:00 PM
cisco vpn connection to vpn concentrator 3000 not passing web traffic ricecs@gmail.com Cisco 1 08-22-2006 02:05 PM
VPN over L2TP patchy connectivity while L2TP Traffic without VPN is fine. Gary Cisco 2 04-24-2005 02:48 AM
PIX 501 :VPN client traffic does not pass down VPN tunnel to remote subnet.. Tim Fortea Cisco 2 10-23-2004 12:25 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57