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.
I’m using the core switch as the DHCP server for 5 VLANs, with the first 10 IP addresses (.1 to .10) excluded. The lease time is set to 24 hours. However, when I check the DHCP client list or use the show ip dhcp binding command, it shows that IP add...
Has anyone experienced the ACL of multiple VLANs? Tried it but no one rule hits except for permit ip any any, but gateway to gateway can ping but when it comes to host or part of that network cannot ping. What are other approach for this ACL of VLANs...
In my setup, I have 10 VLANs that all need internet access. The issue I encountered is that only one VLAN is able to reach the internet using its next hop to the firewall. I tried configuring 10 separate default routes for each VLANs, but while I was...
In my setup, I have 10 VLANs that all need internet access. The issue I encountered is that only one VLAN is able to reach the internet using its next hop to the firewall. I tried configuring 10 separate default routes for each VLANs, but while I was...
here's my config
PS. 192.168.24.1 is their route from the the firewall to reach the internet since the default route is 0.0.0.0 0.0.0.0 192.168.24.1
access-list 1 deny 192.168.30.0 0.0.0.255access-list 1 deny 192.168.32.0 0.0.0.255access-list 1 permi...