cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
508
Views
0
Helpful
3
Replies

Cisco 2800 route filtering

mohamedheyine
Level 1
Level 1

Hello,

I have a router with two interfaces what i need to filter the HTTP traffic from one interface and the rest of the traffic through the other on my cisco router 2800. Can anyone help me with this?

3 Replies 3

fsebera
Level 4
Level 4

If you are trying to block HTTP traffic from passing THROUGH this router, try this

:

ip access-list extended NO-HTTP

deny tcp any any eq 80 log

perimt ip any any log

:

interface f0/0

ip access-group NO-HTTP in

:

If you are trying to block HTTP and HTTPS TO this router, try this

:

no ip http server

no ip http secure-server

HTH

Frank

Hello all,

well actually i am not trying to block the HTTP traffic i am trying to force it to passe through one interface and the rest of the traffic through another with a fall back in case one of my connexion goes down

let say that i have s0/0/0 and s0/1/0

put http through s0/0/0 and the rest of the traffic through s0/1/0

thank you

Hey Mohamed,

You have several options, the easiest would be policy based routing (PBR), and/or floating static routes.

Let us know how it works!!!

Tks

Frank

PBR Link

http://www.cisco.com/en/US/docs/ios/12_2/qos/configuration/guide/qcfpbr_ps1835_TSD_Products_Configuration_Guide_Chapter.html

Floating Static routes

http://www.cisco.com/en/US/docs/switches/datacenter/sw/5_x/nx-os/unicast/configuration/guide/l3_route.html#wp1074034

Review Cisco Networking products for a $25 gift card