feedburner

CCNA Interview Questions and Answers,
Created by Naveen Kumar and Vivaan Kumar,
Useful CCNA Information for Free
And objection with this blog please mail me.

Custom Search

Part - 57 CCNA Interview

450 Which is not a common problem with Distance-Vector routing?

A.) Slow convergence.

B.) Complex configuration.

C.) Routing loops.

D.) Periodic updates can slow convergence.

E.) Counting to infinity.

Ans B

Easy Config: Router(config)#router rip Router(config-router)#network 10.0.0.0 Router(config-router)# That’s it! (Remember that the network is followed by the CLASSFUL address.)

451 Which routing protocols uses connection-oriented routing updates? 

A.) IGRP 

B.) UDP 


C.) RIP 

D.) IP 

E.) BGP 

Ans E 

Sybex  (Border Gateway Protocol) uses TCP to reliably deliver its routing updates. 

452 At which layer of the OSI Reference Model do bridges operate? 

A.) Physcial 

B.) Session 

C.) Datalink 

D.) Transport 

E.) Network 

Ans C 

Bridges and switches work at layer 2 and forward frames based on the MAC address. Repeaters work at the physical layer. 

453 Where is the point between the customers site and the phone carrier that responsibility changes? 

A.) CO 

B.) Demarc 

C.) DCE 

D.) DTE 

E.) CPE 

Ans B 

The DEMARCATION POINT (Demarc) in North America is between the customers CSU/DSU
and the Local Telco Office, because Americans own the DSU/CSU. Elsewhere in the world, the Demarc is between the Router and the CSU/DSU, because outside the USA the Telco owns the DSU/CSU. 


454 Novell NetWare has an Ethernet frame type called Ethernet_802.2. What is the matching Cisco command line keyword for this encapsulation method? 

A.) gns 

B.) arpa 

C.) snap 

D.) sap 

E.) novell-ether 

F.) dix 

Ans D 

Novell 802.2 = sap (contains 802.2 LLC headers) Novell 802.3 = novell-ether (NetWare proprietary) Ethernet_II = arpa (the Internet standard) snap = snap (field type set to 'AA') 

455 Which of the following is an example of the Physical Layer? 

A.) TCP 

B.) ARP 

C.) IP 

D.) FDDI 

E.) LLC 

F.) Fast Ethernet 

Ans D F 

FDDI, Token Ring and Ethernet are all physical layer framing standards. 

456 Which of the following is true regarding standard ISDN BRI service? 

A.) ISDN BRI B channels are typically 64K. 

B.) ISDN BRI can handle only voice. 

C.) ISDN BRI can handle only data. 

D.) ISDN BRI has 2B and 1D channels. 

E.) ISDN BRI D channels are 16K. 

F.) ISDN BRI can handle voice and data. 

Ans A D E F 

2 64K B channels carry the data. 1 16K D channel is used for control. Note: In certain parts of the world, it is possible that the 'B' channels are only 56k each instead of 64k each. 

457 In distance-vector routing, there is a problem known as the 'count to infinity' problem. What is the most direct solution to this? 

A.) Defining a Maximum. 

B.) You can not solve the 'count to infinity' problem with a distance vector protocol. 

C.) Poison Reverse. 

D.) Triggered Updates. 

E.) Split Horizon.

Ans A 


The most direct solution to the count to infinity problem is to lower what infinity is. For RIP, the default maximum number of hops is 16. It takes a lot less time to count to 16 than infinity. 

458 Which of the following are examples of the Network Layer? 

A.) Token Ring 

B.) LLC 

C.) SQL 

D.) IP 

E.) TCP 

F.) IPX 

Ans D F 

Other Network Layer protocols also include Appletalk and DECnet. TCP is considered to be at a higher Layer, because it provides guaranteed data delivery. 

459 Which type of switching reads just the address portion of the frame and then immediately starts forwarding it? 

A.) Cut-Through 

B.) Store-and-Forward 

C.) Tabling 

D.) Routing 

E.) Inverse ARP 

F.) Fast Forward 

Ans A 

Cut-Through is fast, but it does not read the entire frame and perform any error checking before forwarding. This can result in forwarding errors, such as fragments. 

460 Which feature of PPP (Point to Point Protocol) allows the router to bind multiple channels together, to form a single logical channel? 

A.) multi-link ppp 

B.) multi-channel ppp 

C.) can't be done 

D.) omni-ppp 

E.) plp 

Ans A 

Multilink PPP binds separate physical lines into one logical line. This feature is especially useful for ISDN BRI, where you are provided 2 different circuits at 64k each (so you can bind them together for 128k).


461 Which of the following are solutions to the problems encountered with Distance-Vector routing? 


A.) Defining a Maximum 

B.) Poison Reverse 

C.) Triggered Updates
 

D.) Shortest path first algorithm. 

E.) Split Horizon 

Ans A B C E 

The Shortest Path First (SPF) algorithm is used only with Link-State protocols such as OSPF. 

462 Classful routing protocols do not include subnet masks in their routing updates. Which of the following routing protocols are considered classful? 

A.) EIGRP 

B.) OSPF 

C.) TCP 

D.) IGRP 

E.) RIP 

F.) IP 

Ans D E 

IGRP & RIP do NOT includes the subnet mask in their routing updates. OSPF & EIGRP are classless routing protocols and DO INCLUDE the subnet mask in updates. TCP and IP are not routing protocols. 

463 What is the standard ISDN term for a native ISDN telephone? 

A.) ET 

B.) TE1 

C.) TE2 

D.) LE 

E.) TA 

Ans B 

Terminal Equipment 1 (TE1) understands what native digital ISDN is, and has built-in analog to digital converters. 

464 PICT & JPEG are examples of what layer in the OSI seven layer model? 

A.) Transport 

B.) Presentation 

C.) Application 

D.) Datalink 

E.) Network 

F.) Session 

Ans B 

The OSI Presentation layer includes EBCIDIC, ASCII, PICT, GIF, MIDI, and MPEG. Encryption can also occur at this layer. 

465 Which of the following is an example of the Session Layer? 

A.) TCP 

B.) SQL 

C.) IP 

D.) X-Windows 

E.) Token Ring 

F.) LLC 

Ans B D
 

Netbios Names, SQL, NFS, X-Windows are examples of the Session layer. 

466 Which global configuration command will tell the router to load the IOS file 'IOS_filename' from the Network File server at 1.2.3.4 during the next boot? 

A.) boot system flash IOS_filename 1.2.3.4 

B.) boot system tftp IOS_filename 1.2.3.4 

C.) config-register 0x0 1.2.3.4 

D.) boot system rom 1.2.3.4 

E.) This can not be done, only the first file in flash can be used. 

Ans B 

Router(config)#boot system ? WORD TFTP filename or URL flash Boot from flash memory mop Boot from a Decnet MOP server rcp Boot from a server via rcp rom Boot from rom tftp Boot from a tftp server 

467 At what layer of the OSI reference model does FRAME-RELAY map to? 

A.) Session 

B.) Physical 

C.) Network 

D.) Presentation 

E.) Transport 

F.) Datalink 

Ans F 

Remember, layer 2 deals with 'frames', and Frame-Relay is purely a layer 2 protocol. 

468 X.25 is characterized by layer 2 identifiers, and what else? 

A.) Virtual Lan's 

B.) Session Layer 

C.) Transport Layer 

D.) Routing Updates 

E.) PVC's 

Ans E 

Permanent Virtual Circuits and Layer 2 identifies are typical in X.25. 

469 Which of the following is an example of the Network Layer? 

A.) Token Ring 

B.) RARP 

C.) LLC 

D.) DDP 

E.) TCP 

Ans B D 

The following two are layer 3 protocols: DDP - Datagram Delivery Protocol. AppleTalk network layer protocol that is responsible for delivery of datagrams. RARP - Reverse Address Resolution Protocol. Protocol in the TCP/IP the allow a client to get assigned an IP address based on it's own MAC address. 

470 What is an advantage of LAN segmentation? 

A.) Increases broadcasts. 

B.) Increases collisions. 

C.) Provides more protocol support. 

D.) Decreases broadcasts. 

E.) Routing protocol support. 

Ans D 

Broadcast containment is a primary motive for LAN segmentation.


471 What does the User Datagram Protocol (UDP) provide? 


A.) Connectionless datagram service. 

B.) FECN & BECN 

C.) Flow control and error checking. 

D.) Name resolution. 

E.) Path discovery. 

Ans A 

UDP is connectionless, and does not provide error checking. But remember, error checking can occur at other layers too. 

472 Which OSI Reference Layer is concerned with logical addressing? 

A.) Network 

B.) Transport 

C.) Datalink 

D.) Physical 

E.) Session 

Ans A 

Datalink is physical (hardware) addressing. Network is logical (software) addressing. 

473 What layer can optionally support reliability? 

A.) Transport 

B.) IP 

C.) Physical 

D.) Network 

E.) Sub-physical layer 

Ans A 

The Transport Layer: Segments upper-layer applications. Establishes an end-to-end connection. Sends segments from one end host to another. Optionally, ensures data reliability.
 


474 Which of the following is an example of the Datalink Layer? 

A.) LLC 

B.) TCP 

C.) SQL 

D.) IPX 

E.) Token Ring 

F.) MAC 

Ans A F 

MAC (media access control) and LLC (logical link control) are both layer 2 protocols. 

475 What is the last step in data encapsulation? 

A.) User information is converted into data. 

B.) Segments are converted into datagrams and packets. 

C.) Frames are put into bits. 

D.) Data is converted into segments. 

E.) Packets are put into logical frame. 

Ans C 

The Five steps to data encapsulation (IN ORDER): 
1) User information is converted into data. 
2) Data is converted into segments. 
3) Segments are converted into datagrams and packets. 
4) Packets are put into logical frame. 
5) Frames are put into bits 

476 Which switching technology can reduce the size of a broadcast domain? 

A.) Cut-Through 

B.) Store-and-Forward 

C.) Spanning Tree Protocol 

D.) RARP 

E.) ARP 

F.) VLAN 

Ans F 

VLAN's are logical ways to break up a large broadcast domain. To get from VLAN to VLAN you must have a router. 

477 Station A is transmitting data to station B faster that station B can handle it. When station B's buffer fills up, it send out a message to station A to stop sending data. After B empties out its buffer, station B sends a message to station A to start sending data again.This is most directly an example of (pick the best answer only): 

A.) Poison Reverse 

B.) Connectionless protocol 

C.) Windowing 

D.) Connection oriented protocol 

E.) Flow Control 

F.) Split Horizon 

Ans E 

Flow control is when a station is being overloaded with data and tells the other station to stop for a while, so the receiving station can process the data that it has in its buffer.
 


478The Integrated Services Digital Network (ISDN) Basic Rate Interface (BRI) provides which of the following? 

A.) 1.544 Mbps 

B.) 23B + 1D Channel 

C.) 24B + 1D Channel 

D.) 2B + 1D Channel 

E.) 23B + the Disney Channel 

Ans D 

Each B (Bearer) Data channel is 64K The D (Control) channel is 16K 

479 Which layer manages protocol access to the Network layer? 

A.) Datalink - MAC Sublayer 

B.) Datalink - LLC Sublayer 

C.) Transport 

D.) Session 

E.) Network 

Ans B 

Having two Datalink sublayers provides physical media independence. The MAC sublayer encapsulates to the Physical Layer. The LLC sublayer encapsulates to the Network Layer. 

480Identify the command to display the IP routing table? 

A.) show route 

B.) show ip route 

C.) show ip table route 

D.) show ipx route 

Ans B

481 Identify the command to display all the valid commands at the given mode? 


A.) Help all 

B.) Help 

C.) All commands 

D.) ? 

Ans D 

482Identify the keystroke used to terminate the setup mode? 

A.) Ctrl-K 

B.) Crtl-C 

C.) Ctrl-Z 

D.) Crtl-End


Ans B


483 Identify the command to display the IP host table? 

A.) show ip hostnames 

B.) show ip names 

C.) show hosts 

D.) show ip hosts 

Ans C 

484 Identify the command to display the configured IP routing protocols? 

A.) show protocols 

B.) show protocols all 

C.) show routing-protocols 

D.) show ip protocols ? 

485 Identify the command to configure ALL the default VTY ports? 

A.) Router(config)# line vty 0 4 

B.) Router# line vty 0 4 

C.) Router(config)# line vty 

D.) Router(config)# line vty 0 

Ans A 

486 Identify the command to reload the router? 

A.) Router(config)# reload 

B.) Router# reset 

C.) Router# reload 

D.) Router> reload 

Ans C 

487 Identify command that configures 'Cisco1' as a secret password? 

A.) Router(config)# enable secret password Cisco1 

B.) Router(config)# enable secret cisco1 

C.) Router(config)# enable password Cisco1 

D.) Router(config)# enable secret Cisco1 

Ans C 

488 Identify the statement which connects access-list 101 inbound to interface e0? 

A.) Router(config-if)# ip access-group 101 in 

B.) Router(config-if)# ip access-group 101 

C.) Router(config)# ip access-group 101 e0 in 

D.) Router(config)# ip access-group 101 e0 in 

Ans A 

489 Identify the command that displays ethernet0/1 interface status?
 


A.) show interface ethernet0/1 

B.) show interface ethernet e0/1 

C.) show interface ethernet0.1 

D.) show ethernet0/1 

Ans C 

490 Identify the command that saves the configuration stored in RAM to NVRAM? 

A.) copy running-config startup-config 

B.) copy tftp running-config 

C.) copy startup running 

D.) copy active to backup 

Ans A


491 Identify the command that displays the SAP table? 


A.) show ipx servers 

B.) display SAP table 

C.) display SAP's 

D.) show sap table 

Ans A 

492 Identify the command to configure the IP address 172.16.100.5 255.255.255.0? 

A.) Router(config-if)# ip address 172.16.100.5 255.255.255.0 

B.) Router(config)# ip address 172.16.100.5 

C.) Router# ip address 172.16.100.5 255.255.255.0 

D.) Router(config)# ip address 172.16.100.5 255.255.255.0 

Ans A 

493 Identify the command to configure the router to boot from an IOS located on a TFTP server? 

A.) boot system tftp IOS.exe 172.16.5.1 

B.) boot system tftp 172.16.5.1 IOS.exe 

C.) boot system flash tftp 172.16.5.1 

D.) boot system IOS.exe 172.16.5.1 

Ans B 

494 Identify the command to display the hardware platform information? 

A.) show all 

B.) show platform 

C.) display hardware 

D.) show version

Ans D


495 Identify the command to display the Frame Relay map table? 

A.) Router# display frame-relay map 

B.) Router# show frame-relay map 

C.) Router(setup)# show frame-relay map 

D.) Router# show map frame-relay 

Ans B 

496 Given the command 'cl?', what will it display? 

A.) Syntax of the 'clock' command 

B.) Syntax of the 'clear' command 

C.) All commands that begin with 'cl' 

D.) All commands that begin with 'c' 

Ans C 

497 Identify the 2 commands that copies the configuration in NVRAM to RAM? 

A.) copy backup-config running-config 

B.) configure nvram 

C.) copy startup-config running-config 

D.) configure memory 

Ans C D 

498 Identify the 2 commands the saves the running-config to NVRAM? 

A.) write memory 

B.) copy running-config startup-config 

C.) write network 

D.) write backup 

Ans B A 

499 Identify the command that displays traffic statistics on serial0/1? 

A.) display interface serial0/1 

B.) show interface serial0/1 

C.) show seria0/1 stats 

D.) show interface serial0/1 stats 

Ans B 

500Identify the command to determine if CDP is enabled? 

A.) show enable cdp 

B.) show cdp enabled 

C.) show cdp run 

D.) show cdp 

Ans D
 

CCNA Interview Questions and Answers



Part - 58 CCNA Interview

501 Which 2 commands shows the Cisco IOS filename?

A.) show IOS

B.) show ver

C.) show flash

D.) show mem

E.) show NVRAM

Ans B C

502 Identify the command to copy a configuration file from a TFTP server to a routers active configuration?

A.) Router# copy running-config tftp

B.) Router# copy tftp running-config

C.) Router# copy tftp 172.16.0.1 running-config

D.) Router(config)# copy tftp running-config

Ans D

503 Identify the command mode necessary to enter the extended ping command?

A.) Router#

B.) Router>

C.) Router(config)#

D.) Router(ext-ping)#

Ans A

504 Identify the command to configure the router for IGRP autonomous system 100?

A.) Router(config)# router igrp 100

B.) Router> router igrp 100

C.) Router# router igrp 100

D.) Router(config)# router igrp

Ans A

505 Identify the command that forces the router to load into ROM mode upon a reload?

A.) boot system rom

B.) rom boot

C.) boot system flash rom

D.) boot router rom

Ans A

506 Identify the command that specifies Serial 0 in slot 1?

A.) Router(config)# interface serial1/1

B.) Router(config)# interface serial1/0

C.) Router(config)# interface serial0.1

D.) Router(config)# interface serial0/1

Ans B


507 Identify the command to configure the configuration-register?

A.) Router# config-register 0x2102

B.) Router(config)# config-register 0x2102

C.) Router(config-reg)# 0x2102

D.) Router> config-register 0x2102

Ans B

508 Identify the command to disable CDP on an interface?

A.) Router(config-if)# no cdp enable

B.) Router(config-if)# no cdp run

C.) Router# no cdp enable

D.) Router(config-if)# no cdp

Ans A

509 Identify the command that will display the RIP routes entering and leaving the router?

A.) Router(config)# debug ip rip

B.) Route# debug ip rip

C.) Router>debug ip rip

D.) Router# debug rip routes

Ans B

510Identify the prompt displayed if in privileged exec mode?

A.) Router(config)#

B.) Router#

C.) Router>

D.) Router(priv)#

Ans B

CCNA Interview Questions
511 'Show cdp neighbors detail' show the following 3 pieces of information?

A.) Hardware platform

B.) Software version

C.) Same as 'show version' command

D.) Up to 1 address for each protocol

E.) Non-direct connected routers

Ans A B D

512 Identify the command mode necessary to enter the standard ping command?

A.) Router(config)#

B.) Router>

C.) Router(std-ping)#

D.) Router(config-if)#

Ans B

513 Identify the command to run 'setup'?

A.) Router(config)#setup

B.) Router?setup

C.) Router#setup

D.) Router>setup

Ans C

514 Identify the command that configures serial0 for PPP encapsulation?

A.) Router(config)# encapsulation ppp

B.) Router(config-if)# encapsulation serial ppp

C.) Router(config-if)# encapsulation ppp

D.) Router# encapsulation ppp

Ans C

515 Identify the command to display the status of the Frame Relay virtual circuit?

A.) Router# show frame-relay virtual-circuit

B.) Router(config)# show frame-relay pvc

C.) Router# show frame-relay pvc

D.) Router# show virtual

Ans C

516 Identify the command that disables name-to-address translation?

A.) Router(config-dns)# no ip domain-lookup

B.) Router(config)# no address translation

C.) Router(config)# no ip domain-lookup

D.) Router(config)# ip domain-lookup

Ans C

517 What command will not display the status of to1?

A.) show int to1

B.) show to1

C.) show interface to1

D.) show interface

Ans B

518 Identify the 2 commands to copy a configuration from a TFTP server to RAM?

A.) configure network

B.) configure overwrite

C.) copy backup-config running-config

D.) copy tftp running-config

Ans A D

519 Identify the following command to configure a secret password to 'cisco'?

A.) Router(config)#enable password cisco secret

B.) Router(config)#enable secret cisco

C.) Router(config)#enable secret password cisco

D.) Router(config)#set secret = cisco

Ans B

520Identify the effect of Ctrl-Z?

A.) Exits back to privileged exec mode

B.) Disconnect from the router

C.) Abort the ping operation

D.) Exits privileged exec mode

Ans A

521 Given an IPX network with redundant paths, what command will configure load balancing?

A.) ipx load-balance

B.) ip maximum-paths 2

C.) ipx maximum-paths 2

D.) ipx load-share

Ans C

522 Identify the correct IGRP configuration?

A.) Router# router igrp 100 Router# network 10.0.0.0

B.) Router(config)# router igrp 100 Router(config-router)# network 10.0.0.0

C.) Router(config)# router igrp Router(config-router)# network 10.0.0.0

Ans B

523 Identify the components in the following command 'interface serial0/1/1'

A.) Serial interface, port number 0, slot 1, port adapter 1 '

B.) Serial interface, slot 1, port number 1, port adapter 0

C.) Serial interface, slot 0, port adapter 1, port number 1

Ans C

524 Identify the command to view the configuration-register value?

A.) show register

B.) display config-register

C.) show config

D.) show version

Ans D

525 Identify the 2 commands that save the running-config to a TFTP server?

A.) write running tftp

B.) copy running network

C.) copy running tftp

D.) write network

Ans C D

526 Identify the mode reflected by the following prompt 'Router'?

A.) Setup

B.) RXBoot

C.) Boot mode

D.) Privileged exec mode

Ans B

527 How do you disable CDP on the entire Router?

A.) Router#no cdp run

B.) Router(config-if)# no cdp enable

C.) Router(config)# no cdp enable

D.) Router(config)# no cdp run

Ans D

528 What command can be used to test IPX connectivity?

A.) Ping 2e.000.0045.8923

B.) Ping 192.168.100.1

C.) Ping ipx 2e.0000.0045.8923

D.) Ipx ping 2e.0000.0045.8923

Ans D

529 Identify the 2 commands that display the clock rate configured on the serial0 interface?

A.) show serial0

B.) show interface serial0

C.) Show clock rate serial 0

D.) show controllers serial 0

E.) show running-config

Ans B D

530 What is the command to copy the IOS image to a TFTP server?

A.) copy flash tftp

B.) copy running-config tftp

C.) copy ios tftp

D.) copy startup-config tftp

Ans A

531 Identify the command that configures the bandwidth to 56K?

A.) Router(config-if)# bandwidth 56000

B.) Router(config-if)# bandwidth 56k

C.) Router(config)# bandwidth 56

D.) Router(config-if)# bandwidth 56

Ans D

532 Identify the command to configure DLCI 100 on an interface e0?

A.) Router(config)# frame-relay local-dlci 100

B.) Router(config)# frame-relay local-dlci 100 int e0

C.) Router(config-if)# frame-relay local-dlci 100

D.) Router(config-if)# frame-relay local-dlci 100 int e0

Ans C

533 Identify the command to configure the router to boot from an alternate IOS located in flash?

A.) boot system flash IOS.exe

B.) boot system tftp IOS.exe 172.16.5.1

C.) boot system alternate IOS.exe

D.) boot system rom IOS.exe

Ans A

534 Identify the command to configure a description on an interface?

A.) Router> description Finance department

B.) Router(config)# description Finance department

C.) Router(config-if)# description Finance department

D.) Router# description Finance department

Ans C

535 Identify the 2 commands that will display the status and information about interface E0 only?

A.) show interface ethernet E0

B.) show interface E0

C.) show E0

D.) show int E0

E.) show interface

Ans B D

536 In order to configure a Frame Relay subinterface with IP identify the 2 commands that must be configured on the physical interface?

A.) Router(config-if)# encapsulation frame-relay

B.) Router(config-if)# no ip address

C.) Router(config-if)#encapsulation subinterface frame-relay

D.) Router(config)# subinterface s0 encapsulation frame-relay

Ans A B

537 Identify the command to determine if an IP access-list is grouped on interface e0?

A.) Router(config)# show ip interface e0

B.) Router> show ip interface e0

C.) Router# show interface e0

D.) Router# show ip interface e0

Ans C

538 Identify the keystroke to position the cursor to the beginning of a command line?

A.) Ctrl-A

B.) Ctrl-Ins

C.) Ctrl-B

D.) Ctrl-Z

Ans A

539 Identify the following components of the IPX address 2e.0000.0065.ed43

A.) Not a valid IPX address

B.) Network = 2e, Subnet = 0000, Node = 0065.ed43

C.) Network = 2e.0000, Node = 0065.ed43

D.) Network = 2e, Node = 0000.0065.ed43

Ans D

540 What is the syntax to add a banner to the Cisco router?

A.) motd banner #

B.) banner

C.) banner motd #

D.) banner #

Ans C

CCNA Interview Questions

541 What is the command to allow you to type Tokyo instead of the IP address 172.16.30.1 to access a router named Tokyo?

A.) config t, ip host Tokyo 172.16.30.1

B.) config t, ip hostname Tokyo 172.16.30.1

C.) config t, hostname Tokyo 172.16.30.1

D.) config t, ip hostname 172.16.30.1 Tokyo

Ans A

542 How do you disable advanced editing?

A.) terminal editing

B.) terminal no editing

C.) disable editing

D.) no terminal editing

Ans B

543 Which of the following will show an extended access list 150?

A.) sh access-list 150

B.) sh ip int

C.) sh ip access-list

D.) sh access-list 150 extended

Ans A C

544 You have a Class B network address divided into 30 subnets. You will add 25 new subnets within the next year. You need 600 host IDs for each subnet. Which subnet mask should you use?

A.) 255.254.0.0

B.) 255.192.0.0

C.) 255.255.252.0

D.) 255.255.248 0

Ans C

545What is the syntax to use to configure the port on a Catalyst 5000 switch?

A.) slot port/type

B.) type slot/port

C.) port slot/type

D.) port type/slot

Ans - C

546 What 3 sources can configuration commands be placed into RAM?

A.) HP Openview

B.) Console

C.) Vterminal

D.) TFTP server

E.) NVRAM

Ans B D E

547 Identify the true statements about the following access list: Access-list 101 deny tcp 192.10.172.0 0.0.0.255 any eq 23 Access-list 101 permit ip any any

A.) This access list prevents the host 192.10.172.0 from telneting

B.) This access list prevents any telnet traffic from subnet 192.10.172.0/24

C.) This access list filters some telnet access

D.) This access list denies any telnet traffic to subnet 192.10.172.0/24

E.) This access list is invalid

F.) The netmask on the this access list is reversed

Ans B C

548 Given the IPX address 4a.0002.1111.a999, what is the network ID and what is the node ID?

A.) net 4a host 0002.1111.a999

B.) net a999 node 0002.1111

C.) net 0002.1111.a999 node 4a

D.) net 0002.1111 node a999

Ans A

549 What command do you use to disable domain lookup?

A.) no domain-lookup

B.) domain no-lookup

C.) lookup no-domain

D.) no ip domain-lookup

Ans D

550 Which of the following are valid Cisco encapsulation type names?

A.) arpa = IPX Ethernet

B.) novell-ether = IPX Ethernet_802.3

C.) snap = IEEE 802.2 SNAP on Ethernet, FDDI, and Token Ring

D.) novell-fddi = IPX Fddi_Raw

E.) sap = IEEE 802.2 on Ethernet, FDDI, and Token Ring

F.) hdlc = HDLC on serial interfaces

Ans B C E F



Part - 59 CCNA Interview

551 Which of the following is an invalid host address using a netmask of 255.255.255.192?

A.) 10.1.1.1

B.) 10.1.1.66

C.) 10.1.1.130

D.) 10.1.1.127

Ans D

552 Which of the following will apply IPX sap access list 1010 for incoming traffic, assume you are at the interface configuration?

A.) ipx input-sap-filter 1010 in

B.) ipx input-sap-filter 1010

C.) ipx access-group 1010 in

D.) ipx access-list 1010 in

Ans C


553 What command can you type to view the connections after telneting into multiple routers simultaneously?

A.) sh users

B.) sh ports

C.) sh host

D.) sh sessions

Ans D

554Which of the following is a valid extended IP access-list?

A.) router(config)# access-list 101 permit tcp host 172.16.30.0 any eq 21 log

B.) router# access-list 101 permit tcp host 172.16.30.0 any eq 21 log

C.) router(config)# access-list 101 permit any any 172.16.30.0

D.) router(config)# access-list 101 permit ip host 172.16.30.0 any eq 21 log

Ans A

555 What is the command to manually enter a static route?

A.) IP route network

B.) IP route

C.) IP route < destination network>

D.) IP route

Ans C

556 What key do you use to view the last command?

A.) Ctrl+X

B.) Ctrl+Z

C.) Ctrl+E

.) Ctrl+P

Ans D

557 What 2 commands verify end to end communications?

A.) Trace

B.) debug ip session

C.) Ping

D.) Route

Ans A C

558 Your Ethernet interface currently has the IP address of 1.1.1.1/24. You would like it to have a second IP address of 2.2.2.2/24. Which command will do that?

A.) ip address 1.1.1.1 2.2.2.2 255.255.255.0

B.) ip address 2.2.2.2 255.255.255.0 secondary

C.) ip address 2.2.2.2 255.255.255.0

D.) This cannot be done, you can only have 1 IP address per physical interface.

E.) ip address 2.2.2.2 /24

Ans B

559 Which command listed below sets the banner message when someone connects to the router?

A.) message #

B.) banner #

C.) login banner #

D.) description #

E.) login description #

F.) banner motd #

Ans F

560 What should be the first command to create an access-list that prevents all users on subnetwork 10.10.128.0, using subnet mask 255.255.192.0, from being able to telnet anywhere?

A.) access-list 101 deny tcp 10.10.128.0 0.0.63.255 any eq telnet

B.) access-list 101 deny tcp 10.10.128.0 255.255.0.0 any eq telnet

C.) access-list 101 deny tcp 10.10.128.0 255.255.192.0 any eq telnet

D.) access-list 101 deny tcp 10.10.128.0 0.0.192.255 any eq telnet

E.) access-list 101 deny tcp 10.10.128.0 0.0.128.255 any eq telnet

F.) access-list 101 deny tcp 10.10.128.0 0.0.127.255 any eq telnet

Ans A

561 Identify the command to display the IP routing table?

A.) show route

B.) show ip route

C.) show ip table route

D.) show ipx route

Ans B

562 Identify the command to display all the valid commands at the given mode?

A.) Help all

B.) Help

C.) All commands

D.) ?

Ans D

563. Identify the keystroke used to terminate the setup mode?

A.) Ctrl-K

B.) Crtl-C

C.) Ctrl-Z

D.) Crtl-End

Ans C

564 Identify the command to display the IP host table?

A.) show ip hostnames

B.) show ip names

C.) show hosts

D.) show ip hosts

Ans C

565 Identify the command to display the configured IP routing protocols?

A.) show protocols

B.) show protocols all

C.) show routing-protocols

D.) show ip protocols

Ans D

566. Identify the command to configure ALL the default VTY ports?

A.) Router(config)# line vty 0 4

B.) Router# line vty 0 4

C.) Router(config)# line vty

D.) Router(config)# line vty 0

Ans A

567. Identify the command to reload the router?

A.) Router(config)# reload

B.) Router# reset

C.) Router# reload

D.) Router> reload

Ans C


568. Identify command that configures 'Cisco1' as a secret password?

A.) Router(config)# enable secret password Cisco1

B.) Router(config)# enable secret cisco1

C.) Router(config)# enable password Cisco1

D.) Router(config)# enable secret Cisco1

Ans D

569. Identify the statement which connects access-list 101 inbound to interface e0?

A.) Router(config-if)# ip access-group 101 in

B.) Router(config-if)# ip access-group 101

C.) Router(config)# ip access-group 101 e0 in

D.) Router(config)# ip access-group 101 e0 in

Ans A


570. Identify the command that displays ethernet0/1 interface status?

A.) show interface ethernet0/1

B.) show interface ethernet e0/1

C.) show interface ethernet0.1

D.) show ethernet0/1

Ans A

571. Based upon the exhibit, create a static route to 172.16.10.0 on Router A

A.) Router# ip route 172.16.10.0 255.255.255.0 10.1.0.2

B.) Router(config)# ip static route 172.16.10.0 255.255.255.0 10.1.0.2

C.) Router(config)# ip route 172.16.10.0 10.1.0.2

D.) Router(config)# ip route 172.16.10.0 255.255.255.0 10.1.0.2

Ans D

572. Identify the command that saves the configuration stored in RAM to NVRAM?

A.) copy running-config startup-config

B.) copy tftp running-config

C.) copy startup running

D.) copy active to backup

Ans A

573. Identify the command that displays the SAP table?

A.) show ipx servers

B.) display SAP table

C.) display SAP's

D.) show sap table

Ans A

574 Identify the command to configure the IP address 172.16.100.5 255.255.255.0?

A.) Router(config-if)# ip address 172.16.100.5 255.255.255.0

B.) Router(config)# ip address 172.16.100.5

C.) Router# ip address 172.16.100.5 255.255.255.0

D.) Router(config)# ip address 172.16.100.5 255.255.255.0

Ans A

575. Identify the command to configure the router to boot from an IOS located on a TFTP server?

A.) boot system tftp IOS.exe 172.16.5.1

B.) boot system tftp 172.16.5.1 IOS.exe

C.) boot system flash tftp 172.16.5.1

D.) boot system IOS.exe 172.16.5.1

Ans A

576. Identify the command to display the hardware platform information?

A.) show all

B.) show platform

C.) display hardware

D.) show version

Ans D

577. Identify the command to display the Frame Relay map table?

A.) Router# display frame-relay map

B.) Router# show frame-relay map

C.) Router(setup)# show frame-relay map

D.) Router# show map frame-relay

Ans B

578 Given the command 'cl?', what will it display?

A.) Syntax of the 'clock' command

B.) Syntax of the 'clear' command

C.) All commands that begin with 'cl'

D.) All commands that begin with 'c'

Ans C

579 Identify the 2 commands that copies the configuration in NVRAM to RAM?

A.) copy backup-config running-config

B.) configure nvram

C.) copy startup-config running-config

D.) configure memory

Ans C D

580. Identify the 2 commands the saves the running-config to NVRAM?

A.) write memory

B.) copy running-config startup-config

C.) write network

D.) write backup

Ans A B

581. Identify the command that displays traffic statistics on serial0/1?

A.) display interface serial0/1

B.) show interface serial0/1

C.) show seria0/1 stats

D.) show interface serial0/1 stats

Ans B

582. Identify the command to determine if CDP is enabled?

A.) show enable cdp

B.) show cdp enabled

C.) show cdp run

D.) show cdp

Ans D

583. Which 2 commands shows the Cisco IOS filename?

A.) show IOS

B.) show ver

C.) show flash

D.) show mem

E.) show NVRAM

Ans B C

584. Identify the command to copy a configuration file from a TFTP server to a routers active configuration?

A.) Router# copy running-config tftp

B.) Router# copy tftp running-config

C.) Router# copy tftp 172.16.0.1 running-config

D.) Router(config)# copy tftp running-config
\
Ans B

585. Identify the command mode necessary to enter the extended ping command?

A.) Router#

B.) Router>

C.) Router(config)#

D.) Router(ext-ping)#

Ans A

586 Identify the command to configure the router for IGRP autonomous system 100?

A.) Router(config)# router igrp 100

B.) Router> router igrp 100

C.) Router# router igrp 100

D.) Router(config)# router igrp

Ans A

587 Identify the command that forces the router to load into ROM mode upon a reload?

A.) boot system rom

B.) rom boot

C.) boot system flash rom

D.) boot router rom

Ans A

588. Identify the command that specifies Serial 0 in slot 1?

A.) Router(config)# interface serial1/1

B.) Router(config)# interface serial1/0

C.) Router(config)# interface serial0.1

D.) Router(config)# interface serial0/1

Ans B

589. Identify the command to configure the configuration-register?

A.) Router# config-register 0x2102

B.) Router(config)# config-register 0x2102

C.) Router(config-reg)# 0x2102

D.) Router> config-register 0x2102

Ans B?

590. Identify the command to disable CDP on an interface?

A.) Router(config-if)# no cdp enable

B.) Router(config-if)# no cdp run

C.) Router# no cdp enable

D.) Router(config-if)# no cdp

Ans A

591 Identify the command that will display the RIP routes entering and leaving the router?

A.) Router(config)# debug ip rip

B.) Router# debug ip rip

C.) Router>debug ip rip

D.) Router# debug rip routes

Ans B

592

Identify the prompt displayed if in privileged exec mode?

A.) Router(config)#

B.) Router#

C.) Router>

D.) Router(priv)#

Ans B

593. 'Show cdp neighbors detail' show the following 3 pieces of information?

A.) Hardware platform

B.) Software version

C.) Same as 'show version' command

D.) Up to 1 address for each protocol

E.) Non-direct connected routers


Ans A B C D 5

594 Identify the command mode necessary to enter the standard ping command?

A.) Router(config)#

B.) Router>

C.) Router(std-ping)#

D.) Router(config-if)#

Ans B

595 Identify the command to run 'setup'?

A.) Router(config)#setup

B.) Router?setup

C.) Router#setup

D.) Router>setup

Ans C

596. Identify the command that configures serial0 for PPP encapsulation?

A.) Router(config)# encapsulation ppp

B.) Router(config-if)# encapsulation serial ppp

C.) Router(config-if)# encapsulation ppp

D.) Router# encapsulation ppp

Ans C

597. Identify the command to display the status of the Frame Relay virtual circuit?

A.) Router# show frame-relay virtual-circuit

B.) Router(config)# show frame-relay pvc

C.) Router# show frame-relay pvc

D.) Router# show virtual

Ans C

598 Identify the command that disables name-to-address translation?

A.) Router(config-dns)# no ip domain-lookup

B.) Router(config)# no address translation

C.) Router(config)# no ip domain-lookup

\D.) Router(config)# ip domain-lookup

Ans C

599. What command will not display the status of to1?

A.) show int to1

B.) show to1

C.) show interface to1

D.) show interface

Ans B

600. Identify the 2 commands to copy a configuration from a TFTP server to RAM?

A.) configure network

B.) configure overwrite

C.) copy backup-config running-config

D.) copy tftp running-config

Ans A D



Cheapest predictive dialer for callcenter power dial

Power Dial predictive dialer for callcenter with less investment and more features based in the heart of Hyderabad AP India.Power Dial has setup more then 200 centers and more then 5000 seats supports is provided.
For best quotes, pricing and other details mail me asap at powerdial.hyd@gmail.com

Vivaan Kumar
http://powerdial.blogspot.com/
Cheapest Predictive Dialer power Dial
cheap pd power dial
predictive dialer
predictive dialer for callcenter with less investment power dial
predictive dialer for callcenter with low price
predictive dialer form india
predictive dialer from hyderabad
power dial predictive dialer