Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I have an 1811 with dual WAN set up. There is a policy based route which sends all traffic from workstations out over our ADSL line whilst allowing certain servers access accross our Bonded ADSL. This works nicely.There are NAT rules set up as w...
Last night I had a crack at setting up PBR on my companies Cisco 1811.Joy, I thought, it's actually working. Alas I was wrong, the addresses were getting translated to our ADSLs external ip address but routed over our EFM.What I want to acheive is t...
Hi there. I'm sure this comes up a lot but I am tearing my hear out and don't have the required cisco skills to troubleshoot this problem. I am hoping someone here may spot what is wrong in my configuration.Using the Cisco Configuration Professiona...
I have done some testing and it is definately the route map that is causing this to occur. It seems that the "permit ip 192.168.2.0 0.0.0.255 any" statement in the ACL workstations is sucking up all the traffic and sending it out over the ADSL on Fa...
I think that it is now working.I created a "81 permit icmp 192.168.2.0 0.0.0.255 any" and stuck that in the workstation ACL and now my tracerts look good.I can't thank you enough for your help. I will mark your post as the correct answer once I have...
This is beigining to make some sense. Here is the ACL I using for my PBR route-map.Extended IP access list workstations 10 deny ip 192.168.2.0 0.0.0.255 192.168.1.0 0.0.0.255 20 deny ip 192.168.2.0 0.0.0.255 192.168.3.0 0.0.0.255 30 deny ip...
Ok, there seems to be a problem.Whilst it appears that outbound traffic from the workstations is now flowing over the FastEthernet1 interface, if I do a trace to 8.8.8.8 on port 80 from the VLAN1 interface (192.168.2.2) it looks as though it is infac...
Thank you Alain,I will try this later on tonight (I have to wait until the office closes unfortunately).route-map PBR_VLAN1 permit 10 match ip address workstations set ip next-hop 80.229.w.y set ip next-hop recursive 141.0.x.zWould this still have th...