ip access-list extended 111 建立一张扩展访问控制列表,名字是111 deny ip x.x.x.0 0.0.0.255 any log 拒绝IP段是x.x.x.0 0.0.0.255 的任何流量并且记录日志消息 interface eth 0/0 ip access-group 111 in 进入接口eth 0/0,并且将111这张控制列表 应用到接口 ...
show ip access-lists 只用于显示所有已经设置的 ip 访问控制列表内容和命令,这个命令只显示有关于ip地址的访问列表,范围窄,但精确。你只设置了关于IP的访问列表,所以俩个命令的输出结果是一样一样的。望采纳~~
这是扩展访问控制列表,主要是允许或限制主机访问外网的。Matches是表示相应的事件已经发生的次数,也可以间接表示这个IP对外访问的次数。
百度试题 题目为了验证在路由器上配置的ip访问列表的正确性,你可以执行以下命令: A. show interface B. show access-list C. show interface access-list D. show ip access-list 相关知识点: 试题来源: 解析 B,D 反馈 收藏
3Cisco路由器执行show access-list命令显示如下一组信息 Standard IP access list block deny 10.0.0.0,wildcard bits 0.255.255.255 log deny 172.16.0.0,wildeard bits 0.15.255.255 permit any 根据上述信息,正确的access-list配置是___。 A.Router(config)#access-list standard blockRouter(config-std-nael)#...
show ip access-lists listname 查看名为listname的列表的配置信息 show access-lists 端口的基本配置(config)#Interface fastethernet 0/3 进入F0/3的端口配置模式 (config)#interface range fa 0/1-2,0/5,0/7-9 进入F0/1、F0/2、F0/5、F0/7、F0/8、F0/9的端口配置模式 ...
I have a Nexus 9000 model C93180YC-FX Chassis, access-list is configured, but when the "show ip access-list" command is executed, no content is observed, even though there is traffic generated on the access-list. But when applied to another type of Cisco equipment such as a router...
在一台Cisco路由器上执行show access-list 命令显示如下一组信息Extended IP access list port4444permit icmp 202.38.97.0,wildcard bits 0.0.0.255 anydeny icmp any anydeny udp any any eq 1434deny tcp any any eq 4444permit ip any any根据上述信息,正确的access-list的配置是 A.Router(config)#ip ...
Cisco路由器执行show access-list的命令显示如下一组信息 Standard IP access list block deny 10.0.0.0,wildcard bits 0.255.255.255 log deny 172.16.0.0,wildcard bits 0.15.255.255 permit any 根据上述信息,正确的access-list配置是( )。 A. Rounter(config)#access-list standard blockRounter(config-std-nacl...
Cisco路由器执行show access-list命令显示如下一组控制列表信息 Standard IP access list 30 deny 127.0.0.0.wildcard bits 0.255.255.255 deny 172.16.0.0.wildcard bits 0.15.255.255 permit any 根据上述信息,正确的access-list配置是( )。 A. Router(config)#access-list 30 deny 127.0.0.0 255.255.255.0Router...