QUESTION 21 Which of the following commands will you use to display the configuration register setting on a router?
A. show boot
B. show flash
C. show register
D. show version
E. show config Answer: D Explanation: show version To display the configuration of the system hardware, the software version, the names and sources of configuration files, and the boot images, use the show version command in EXEC mode. Examples The following is sample output from the show version command: Router1> show version Cisco Internet work Operating System Software IOS (tm) 7200 Software (C7200-J-M), Experimental Version 11.3(19970915:164752) [ hampton-nitro-baseline 249] Copyright (c) 1986-1997 by cisco Systems, Inc. Compiled Wed 08-Oct-97 06:39 by hampton Image text-base: 0x60008900, data-base: 0x60B98000
ROM: System Bootstrap, Version 11.1(11855) [beta 2], INTERIM SOFTWARE BOOTFLASH: 7200 Software (C7200-BOOT-M), Version 11.1(472), RELEASE SOFTWARE (fc1) Router1 uptime is 23 hours, 33 minutes System restarted by abort at PC 0x6022322C at 10:50:55 PDT Tue Oct 21 1997 System image file is "tftp://171.69.1.129/hampton/nitro/c7200-j-mz" cisco 7206 (NPE150) processor with 57344K/8192K bytes of memory. R4700 processor, Implementation 33, Revision 1.0 (512KB Level 2 Cache) Last reset from power-on Bridging software.
X.25 software, Version 3.0.0. SuperLAT software copyright 1990 by Meridian Technology Corp). TN3270 Emulation software. 8 Ethernet/IEEE 802.3 interface(s) 2 FastEthernet/IEEE 802.3 interface(s) 4 Token Ring/IEEE 802.5 interface(s) 4 Serial network interface(s) 1 FDDI network interface(s) 125K bytes of non-volatile configuration memory. 1024K bytes of packet SRAM memory. 20480K bytes of Flash PCMCIA card at slot 0 (Sector size 128K). 20480K bytes of Flash PCMCIA card at slot 1 (Sector size 128K). 4096K bytes of Flash internal SIMM (Sector size 256K). Configuration register is 0x0 Reference: http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/fun_r/cfr_1g10.htm#1033030
QUESTION 22 You are a network administrator at Cisco Highway. You must configure a new subnetwork at the Cisco Highway branch office in Berlin. You have been provided with the subnet mask of 255.255.255.224. You want to assign IP addresses to hosts on the subnet. Which of the following IP addresses would you use? (Choose all that apply.)
A. 16.23.118.63
B. 87.45.16.159
C. 92.11.178.93
D. 134.178.18.56
E. 192.168.16.87
F. 217.168.166.192 Answer: C, D, E Explanation:
C: Valid Host in subnetwork 2 ( 92.11.178.64 to 92.11.178.95)
D: Valid Host in subnetwork 1 (134.178.18.32 to 134.178.18.63)
E: Valid Host in subnetwork 2 (192.168.16.64 to 192.168.16.95)
QUESTION 23 You are a network technician at Cisco Highway. You need to configure Frame Relay on a Cisco router. What is the default LMI (Local Management Interface) frame type transmitted by the Cisco router on a Frame Relay circuit?
A. IETF
B. B8ZS
C. ANSI
D. Cisco
E. Q933a Answer: D Explanation: Name Document IOS LMI-Type Parameter
- Cisco Proprietary cisco
- ANSI T1.617 Annex D ansi
- ITU Q.933. Annex A q.933a Reference: CCNA Self-Study CCNA ICND exam certification Guide (Cisco press, ISBN 1-58720-083-X) Page 382
QUESTION 24 You are a network technician at Cisco Highway. You have subnetted the 210.106.14.0 network with a /24 mask. Your supervisor asks you how many usable subnetworks and usable host addresses per subnet this would make provision for. What would your response be?
A. 1 network with 254 hosts
B. 4 networks with 128 hosts
C. 2 networks with 24 hosts
D. 6 networks with 64 hosts
E. 8 networks with 36 hosts Answer: A Explanation: A subnet with 24 bits on would be 255.255.255.0. This subnet has only 1 network and 254 hosts.
QUESTION 25 You are a network technician at Cisco Highway. Due to rapid expansion, Cisco Highway is leaning towards scalable WAN technology. Immediate plans for the company include an additional 7 regional offices with all sites requiring continuous connectivity, but the current head office has no free ports available. Which of the following WAN technologies will meet the requirements?
A. Frame Relay
B. Broadband cable
C. ISDN-BRI
D. ADSL
E. Dedicated PPP/HDLC Links
F. ISDN Answer: A
QUESTION 26 You are a network technician at Cisco Highway. You apply the access list illustrated below to interface E0 on a Cisco router. The interface is connected to the 192.168.1.8/29 LAN. access-list 123 deny tcp 192.168.166.18 0.0.0.7 eq 20 any access-list 123 deny tcp 192.168.166.18 0.0.0.7 eq 21 any What are the consequences of this specific access list?
A. All traffic will be allowed to exit E0 except FTP traffic.
B. FTP traffic from 192.168.166.19 to any host will be denied.
C. FTP traffic from 192.168.166.22 to any host will be denied.
D. All traffic exiting E0 will be denied.
E. All FTP traffic to network 192.168.166.18/29 from any host will be denied. Answer: D Explanation: By default access list is having implicit deny statement at the end. In this example there is no permit statement, so it will deny all traffic exiting E0 Interface. Incorrect answers
A: It will deny FTP and Telnet Traffic B,C,E: It will deny all traffic in addition to the condition mentioned in the answer. Because there is no permit statement at the end.
QUESTION 27 What are the characteristic of link state routing protocols? (Choose all that apply.)
A. The exchange of advertisement is triggered by a change in the network.
B. All routers exchange routing tables with each other in a multipoint network.
C. Packets are routed based upon the shortest path to the destination.
D. Paths are chosen depending on the cost efficiency factor.
E. Every router in an OSPF area is capable of representing the entire network topology.
F. Only the designated router in an OSPF area can represent the entire network topology. Answer: A C E Explanation: Open Shortest Path First
- Each router discovers its neighbors on each interface. The list of neighbors is kept in a neighbor table.
- Each router uses a reliable protocol to exchange topology information with its neighbors.
- Each router places the learned topology information into its topology database.
- Each router runs the SPF algorithm against its own topology database.
- Each router runs the SPF algorithm against its own topology database to calculate the best routes to each subnet in the database.
- Each router places the best roué to each subnet into the IP routing table. The following list points out some of the key features of OSPF:
- Converges very quickly - from the point of recognizing a failure, it often can converge in less than 10 seconds.
- Supports VLSM.
- Uses short Hello messages on a short regular interval, with the absence of hello messages indicating that a neighbor is no longer reachable.
- Sends partial updates when link status changes, and floods full updates every 30 minutes. The flooding, however, does not happened all at once, so the overhead s minimal.
- Uses cost for the metric. Reference: CCNA Self-Study CCNA INTRO exam certification Guide (Cisco press, ISBN 1-58720-094-5) Page 417
QUESTION 28 You use multiple access lists when configuring it on an interface of a Cisco router. Which of the following statements are valid?
A. Application of up to three access lists per protocol to a single interface.
B. No more than two access lists per interface.
C. One access list may be configured per direction for each Layer 3 protocol configured on an interface.
D. The maximum number allowed varies due to RAM availability in the router.
E. An infinite number of access lists that can be applied to an interface, from most specific to most general.
F. Cisco IOS allows only one access list to an interface. Answer: C
QUESTION 29 Which of the following are typical Layer 2 encapsulations for a WAN link? (Choose all that apply.)
A. Ethernet
B. PPP
C. Token Ring
D. HDLC
E. Frame Relay
F. POTS Answer: B, D E Explanation: WAN data-link protocols used on point-to-point serial Links provide the basic function of data delivery across that one link. The two most popular WAN data-link protocols are High-Level Data Link Control (HDLC) and PPP. Reference: CCNA Self-Study CCNA ICND exam certification Guide (Cisco press, ISBN 1-58720-083-X) Page
QUESTION 30 You are a network technician at Cisco Highway. Cisco Highway has its head office in Mumbai and a branch office in Delhi. You want to establish connectivity between head office and the branch office. You intend using two data link layer encapsulation, one for data and one for signaling. What type of WAN service allows two data layer encapsulations of this nature?
A. ISDN
B. ATM
C. FDDI
D. ATX
E. Frame Relay Answer: A Explanation: ISDN Q.931 messages are used for signaling. ISDN B channels are used to transport data. Reference: CCNA Self-Study CCNA ICND exam certification Guide (Cisco press, ISBN 1-58720-083-X) Page 327