RE: Web traffic route

From: Joseph L. Brunner <joe_at_affirmedsystems.com>
Date: Wed, 29 Jun 2011 06:41:55 +0000

Same deal here bro - I send junk http/https traffic off to a cable modem and let my high value voip and signaling traffic use the T-1

(from a live router right now)

ip access-list extended use-twc-policy
 permit tcp 192.168.1.0 0.0.0.255 any eq www
 permit tcp 192.168.1.0 0.0.0.255 any eq 443

route-map int-f0/1-policy-route permit 10
 match ip address use-twc-policy
 set ip next-hop 24.108.91.65
 set interface Vlan100

interface FastEthernet0/1
 description Lan-Inside
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip inspect fwpolicy in
 ip inspect fwpolicy out
 ip virtual-reassembly
 ip policy route-map int-f0/1-policy-route

-----Original Message-----
From: nobody_at_groupstudy.com [mailto:nobody_at_groupstudy.com] On Behalf Of sameer inam
Sent: Wednesday, June 29, 2011 2:35 AM
To: ccielab_at_groupstudy.com
Subject: Web traffic route

Experts,
I m trying to send the www traffic to my second internet link , which has NAT
configured but some reason traffic is not go through please see below the
config ....if any one can help me on that .

Thanks in advance

interface fastethernet 0/0 Des WAN link

!interface FastEthernet0/1Des LAN ip address 10.0.98.1 255.255.255.0 ip
policy route-map web speed 100 full-duplex!
ip access-list extended webtraffic permit tcp 10.0.98.0 0.0.0.255 any eq www!

route-map web permit 10 match ip address webtraffic set ip next-hop
172.168.0.10 ( next hope router WAN address which is connected through
MPLS-BGP )

KInd regards,
Sameer

Blogs and organic groups at http://www.ccie.net
Received on Wed Jun 29 2011 - 06:41:55 ART

This archive was generated by hypermail 2.2.0 : Fri Jul 01 2011 - 06:24:28 ART