cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
670
Views
0
Helpful
1
Replies

Forwarding Port 80 traffic to another switch port

yuchenglai
Level 1
Level 1

Hi,

I have a Foundry switch that is able inspect all traffic through it for port 80 and then forwarding that port 80 traffic to another switch port. Does the Cisco 3750 switch have that capability? If not, then what Cisco device has that capability?

1 Reply 1

adamclarkuk_2
Level 4
Level 4

You could use PBR on the interface to match http then set the output interface to what you want :-

route-map test1 permit 10

match ip address 100

set interface FastEthernet0/0

access-list 100 permit tcp any eq 80 any

interface FastEthernet0/1

ip policy route-map test1

shutdown

duplex auto

speed auto

This might do it

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:

Review Cisco Networking products for a $25 gift card