CCNA题库实验题ACL-3总共有四个问题,其中最后一个是All hosts in the Core and on local LAN should be to access the Public Web Server. 从网上搜到的答案是Corp1#configure terminal Corp1(config)#access-list 100 permit tcp host 192.168.33.3 host 172.22.242.23 eq 80 Corp1(config)#access-list 100 deny ip any host 172.22.242.23 Corp1(config)#access-list 100 permit ip any any Corp1(config)#interface fa0/1 Corp1(config-if)#ip access-group 100 out Corp1(config-if)#end Corp1#copy running-config startup-config 小弟愚昧,这些命令何以实现最后一个要求?