考试网 >> IT认证 >> 思科 >> Cisco试题 >> collectedfromBraindumps

collectedfromBraindumps

发布时间:2006-06-28 03:44     点击:
分页:上一页  1 [2] 3 4 5 6 7 8 9 10  下一页  后10页

Class C 

How to define access-list commands ? 

wrong: Router(config-if)# access-list 1 permit 172.16.20.1 0.0.0.0 

right: Router(config) # access-list 1 permit 172.16.20.1 0.0.0.0 

The access list will be defined at global level, not at the interface level. It’s a small but important detail. The access group command will be defined at interface level: 

Router(config) # int e0 

Router(config-if) # access-group 1 out 

What are the access-list ranges of IP (standard and extended) ? 

1-99 IP standard access list 

100-199 IP extended access list 

know also: 

600-699 Appletalk access list 

800-899 IPX standard access list 

900-999 IPX extended access list 

1000-1099 IPX SAP access list 

What happens to a packet which receives the end of an access list ? 

There is an implicit deny any at the end of an access list. So if the packet is not allowed, it will be dropped. 

Which command is used to view the access-list on serial0 interface ? 
分页:上一页  1 [2] 3 4 5 6 7 8 9 10  下一页  后10页
版权申明:未经书面授权请勿转载本站信息!!作品版权归所属媒体与作者所有!!
发表评论: 匿名发表 用户名: 查看评论
您将承担一切因您的行为、言论而直接或间接导致的民事或刑事法律责任
留言板管理人员有权保留或删除其管辖留言中的任意内容
本站提醒:不要进行人身攻击。谢谢配合。
在本站搜索相关信息
2003-2005 Ksw123.com All Rights Reserved. - TOP
Copyright © 2006 Ksw123.com. All rights reserved.中国考题网 版权所有