Question on IP traffic-export command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 05:52 AM - edited 03-03-2019 01:06 PM
I am using this command on a 3485 router to export from 4 interfaces out a 5th Ethernet interface. The purpose is the use of a web control filter. According to the logs the export-traffic is not dropping any packets. However according to the web filter vendor (Surf Control) not all of the 'get' statements are being seen. Is there some way to put an acl against the exported traffic so that only http traffic will go to the Surf Control Ethernet Interface.
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 06:02 AM
So, you need a filter to permit only http traffic to go to your ethernet interface?
int e0
ip access-group ACL1 out
ip access-list ext ACL1
permit tcp any any eq www
Vlad
