Re: Route-map question (urgent) [7:54910]

2002-10-07 Thread Greg Reaume
AIL PROTECTED]] Sent: Monday, October 07, 2002 4:16 AM To: [EMAIL PROTECTED] Subject: Re: Route-map question (urgent) [7:54910] I think the response for this question is: The access list: access-list 101 permit tcp any eq www any !-you need to detect your incoming www traffic. !-You can use also y

RE: Route-map question (urgent) [7:54910]

2002-10-07 Thread Jim Brown
Port Address Translation. -Original Message- From: Harold Monroe [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 10:56 AM To: [EMAIL PROTECTED] Subject: RE: Route-map question (urgent) [7:54910] This is something I've been wondering about also. As I understand it whe

RE: Route-map question (urgent) [7:54910]

2002-10-07 Thread Harold Monroe
EMAIL PROTECTED]] Sent: Monday, October 07, 2002 4:16 AM To: [EMAIL PROTECTED] Subject: Re: Route-map question (urgent) [7:54910] I think the response for this question is: The access list:

Re: Route-map question (urgent) [7:54910]

2002-10-07 Thread Stefan Razeshu
Sorry..the access-list is not corect. Should be: access-list 101 permit tcp any any eq 80 Regards Stefan Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=55004&t=54910 -- FAQ, list archives, and subscription info: http://www.groups

Re: Route-map question (urgent) [7:54910]

2002-10-07 Thread Stefan Razeshu
I think the response for this question is: The access list: access-list 101 permit tcp any eq www any !-you need to detect your incoming www traffic. !-You can use also your network address for the first "any". !-route map statement route-map http_access permit 10 match ip address 101 set ip next

Re: Route-map question (urgent) [7:54910]

2002-10-06 Thread Greg Reaume
Yasser, I agree, everyone should be conscious that any advice received through a source such as this, although quite skilled, can only be advice given based on the information one has provided. This advice is only as accurate and comprehensive as one's presented question or scenario. About the

Re: Route-map question (urgent) [7:54910]

2002-10-06 Thread YASSER ALY
Greg, Thank you for what you have said. My suggestions were based on the scenario that Nabil mentioned. Being the fact that his real life scenario is different that what he said fall under his attention to consider. It's just something to give some light for him but you do have a point that he

Re: Route-map question (urgent) [7:54910]

2002-10-06 Thread Greg Reaume
Yasser, Be careful here... you don't know if the only segment for which he wants HTTP redirected is the one connected via fa2/0, there may be more. Offering a solution without knowing all his requirements will just lead him into deeper confusion. Nabil, The best way to find your answer is to

Re: Route-map question (urgent) [7:54910]

2002-10-05 Thread YASSER ALY
No, you need to do the follwoing access-list 101 permit tcp any any eq 80 route-map http_traffic permit 10 match ip address 101 set next-hop 10.10.10.141 route-map nttp_traffic permit 20 ! int fa2/0 ip policy route-map http_traffic >From: "[EMAIL PROTECTED]" >Greetings, > >Need help wi

Re: Route-map question (urgent) [7:54910]

2002-10-05 Thread ccnp ccnp2002
Hi, I suggest that you study again about access-lists and route-maps. This is the best answer to your question because once you go through it again, you will be fine. I kindly ask you to spend just a little time and it will be very clear. Cheers!! Message Posted at: http://www.groupstudy.com/

Re: Route-map question (urgent) [7:54910]

2002-10-04 Thread [EMAIL PROTECTED]
The second access-lists statement says to do the action in the route map with all traffic. >From what I undertood you do not want that. > Greetings, > > Need help with a route-map question. I need to force all http traffic > to go to 10.10.10.141 address, does my config below allow me to do jus

Re: Route-map question (urgent) [7:54910]

2002-10-04 Thread Chuck's Long Road
what you have will end up sending ALL traffic to . well to nowhere, since you have no set statement. -- www.chuckslongroad.info like my web site? take the survey! wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Greetings, > > Need help with a route-map question. I need t