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!Switch(config)# ip access-list extended PERMITSwitch(config-ext-nacl)#permit ip host 172.16.71.40 host 192.168.10.210Switch(config-ext-nacl)#permit ip host 172.16.71.40 host 192.168.10.97Switch(config-ext-nacl)#permit ip 172.16.50.0 0.0.0.255 h...
Hello!You can reach your goal with only 1 ACL:Switch(config)# ip access-list extended PERMITSwitch(config-ext-nacl)#permit ip host 172.16.71.40 host 192.168.10.210Switch(config-ext-nacl)#permit ip 172.16.50.0 0.0.0.255 host 192.168.10.210Switch(confi...
Are IP address SW2 and HUB2 and HUB1 is matching?1. Switch(config)# ip access-list extended PERMITSwitch(config-ext-nacl)# permit ip host 172.16.71.40 host 192.168.10.210Switch(config-ext-nacl)# permit ip 172.16.50.0 0.0.0.255 host 192.168.10.210S...