CCNA Questions And Answers


Computer Tutorials
Earn Money From Internet
Cheap Freelancers
Ask An Expert
Register Cheap Domain
Data Recovery
Best Mutual Funds
Trading Forex Online
Cheap Web Hosting
Ajax Tutorials
Cheap Cell Phone Plans
Free Mobile Learning
Job Portal
Photoshop Tutorials
Cheap Jewelry
Cheapest Air Travel


262. Which router command allows you to view just the entire contents of all access-lists?
A. Show running-config
B. Show access-lists C. Show configuration
D. Show startup-config
Answer: B
The access-lists can be displayed by viewing the running-config and startup-config, however to view only the
access-list contents you use the show access-list command.
Chapter: 6



263. Which router command allows you to determine if an IP access list is enabled on a particular interface?
A. Show interface e0 B. Show access-list
C. Show access-list e0
D. Show ip interface e0
Answer: D
To determine if an IP access-list has been applied to a specific interface, enter the command show IP
access-list interface. This will show you only IP information for the specific interface including if an access-
list has been applied inbound or outbound.
Chapter: 6


264. What is the IP standard access-list range?
A. 0 - 99
B. 1 - 199
C. 1 - 99 D. 0 - 199
Answer: C

All access-list types have been assigned a specific range of numbers. The IP standard access-list numbers are in the range of 1 - 99.

Chapter: 6


265. Which command will deny ftp from network 210.93.105.0 to network 223.8.151.0
A. access-list 101 deny tcp 210.93.105.0 0.0.0.255 223.8.151.0 0.0.0.255 eq 21 access-list 101 deny tcp 210.93.105.0 0.0.0.255 223.8.151.0 0.0.0.255 eq 20