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 All,I am having some issues getting ACL to function they way I would like. I have many clients on differnet vlans (vlan 6-10) and my ASA (10.1.99.254) on vlan 99 for internet access. I need vlans 6-10 to have access to the ASA for internet, but vl...
I recently aquried a client with an old call manager system. The call manager is version 4.1. They have a PRI coming into a 2801 router. Some people have extensions that be called directly from the outside. For example, from outside 111-1350, rings e...
I was able to get it working by specifying tcp instead of ip. This config seems to be working now:Extended IP access list ACL_client_vlansec 10 deny ip any 10.2.0.0 0.0.255.255 (202 matches) 20 permit tcp any 10.100.100.0 0.0.0.255 eq 443 30...
Thank you jon.marshall for the detailed response, very helpfull It is working perfectly now. I believe I had it working before, but was testing using the L3 gateway interfaces which was not accurate.I have a bit more to add to this if you don't mind ...
Thank you for your response. I now how the following config:interface Vlan6 ip address 10.2.1.1 255.255.255.0 ip access-group ACL_client_vlansec out no ip proxy-arp!Extended IP access list ACL_client_vlansec 10 deny ip 10.2.0.0 0.0.255.255 any ...