access-list 100 permit tcp host(某台主机的ip地址)host(finance server 的ip地址 )eq 80
access-list 100 deny ip any host(finance server 的ip )
access-list 100 permit ip any any
int f0/1
ip access-group 100 out
---------------------------------------------------------------------------------------------
而楼主图里给的答案是
access-list 100 permit tcp host(某台主机的ip地址)host(finance server 的ip地址 )eq 80
access-list 100 deny tcp any host(finance server 的ip )eq 80
access-list 100 permit ip any any
-------------------------------------------------------------------------------
我觉得还是战报里的比较靠谱。
首先是一个TCP然后是两个IP的配置。
请楼主解释。
麻烦了。
这个是第一个的答案。
你写的哪个是最近题库更改之后的答案。不过你要知道,第二个答案变化的原因是题目的描述发生了变化。练习中的题干是不是有必要读下? cisco考试环境可不是百分之百照题库的模子来出的。
题做的是老版本的。题目中的核心描述
The Task
is to create and apply an access-list with no more than three statements that will allow ONLY host C web access to the Finance Web Server. No other hosts will have web access to the Finance Web Server. All other traffic is permitted.