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.
Hello All,
Please clarify my router ACL doubt. Below is my question,
Source - host(server/specific IP)
Destination - any
Port - object-group(service object - it contains tcp/udp ports)
My question is how to add ACL in specific interface. Actual...
Hello Julio,
I want source port to be opened but in your syntax mentioned like Destination port.
I have already tried. I want source port syntax with object group.
I want to ensure this is possible in router or not?
Thanks!
Regards,
Chandhu...
Hello Julio,
I want to add object-group instead of 80 port there in ACL for inbound access.
Service object group SERVER-PORTS tcp eq www tcp eq 69 udp eq 6700 udp eq 6800 udp eq 6900
ip access-list extended TEST-in permit tcp any eq 80 host XX....
Thanks for the reply Julio!
Its for 1921 router.
interface GigabitEthernet0/1.16 description TEST encapsulation dot1Q 16 ip address 192.168.1.161 255.255.255.240 ip access-group TEST-in in ip access-list extended TEST-in permit tcp any eq 80 ho...