Home > ICND1 – Router Questions 2

ICND1 – Router Questions 2

June 19th, 2017 in ICND1 100-105 Go to comments

[am4show have=’p2;’]

Premium Member: You can test your knowledge with these questions first via this link.

[/am4show]

Question 1

[am4show have=’p2;’]Refer to the exhibit. A network technician is asked to design a small network with redundancy. The exhibit represents this design, with all hosts configured in the same VLAN. What conclusions can be made about this design?

IP_Address_wrong_assignment.jpg

A. The design will function as intended
B. Spanning-tree will need to be used.
C. The router will not accept the addressing scheme.
D. The connection between switches should be a trunk.
E. The router interfaces must be encapsulated with the 802.1Q protocol.

 

Answer: C[/am4show]

Explanation

Each interface on a router must be in a different network. If two interfaces are in the same network, the router will not accept it and show error when the administrator assigns it.

Question 2

[am4show have=’p2;’]Refer to the exhibit. Why did the device return this message?

Router#show ru
% Ambiguous command: “show ru”
Router#

A. The command requires additional options or parameters
B. There is no show command that starts with ru.
C. The command is being executed from the wrong router mode.
D. There is more than one show command that starts with the letters ru.

 

Answer: D[/am4show]

Question 3

[am4show have=’p2;’]Which commands display information about the Cisco IOS software version currently running on a router? (Choose three)

A. show running-config
B. show stacks
C. show version
D. show flash
E. show protocols
F. show IOS

 

Answer: A C D[/am4show]

Question 4

[am4show have=’p2;’]After the shutdown command has been issued on the serial 0/0 interface, what will be displayed when the show interface serial 0/0 command is issued by the administrator?

A. Serial0/0 is administratively down, line protocol is down
B. Serial0/0 is down, line protocol is down
C. Serial0/0 is up, line protocol is down
D. Serial0/0 is administratively down, line protocol is administratively down
E. Serial0/0 is up, line protocol is up
F. Serial0/0 is down, line protocol is up

 

Answer: A[/am4show]

Question 5

[am4show have=’p2;’]Refer to the output of the three router commands shown in the exhibit. A new technician has been told to add a new LAN to the company router. Why has the technician received the error message that is shown following the last command?

show_version.jpg

A. The interface was already configured.
B. The interface type does not exist on this router platform.
C. The IOS software loaded on the router is outdated.
D. The router does not support LAN interfaces that use Ethernet.
E. The command was entered from the wrong prompt.

 

Answer: B[/am4show]

Explanation

From the output of the “show version” command, we learn that there are only 2 FastEthernet interfaces (2 FastEthernet/IEEE 802.3 interfaces) and this router does not have any Ethernet interface so an error will occur when we enter the “interface e0” command.

Question 6

[am4show have=’p2;’]Refer to the exhibit. Which two statements are true of the interface configuration? (Choose two)

show_interfaces_s0.jpg

A. The encapsulation in use on this interface is PPP.
B. The default serial line encapsulation is in use on this interface.
C. The address mask of this interface is 255.255.255.0.
D. This interface is connected to a LAN.
E. The interface is not ready to forward packets.

 

Answer: A C[/am4show]

Question 7

[am4show have=’p2;’]Refer to the exhibit. What does the address 192.168.2.167 represent?

router_copy_tftp.jpg

A. the TFTP server from which the file startup-config is being transferred
B. the router from which the file startup-config is being transferred
C. the TFTP server from which the file router-confg is being transferred
D. the TFTP server to which the file router-confg is being transferred
E. the router to which the file router-confg is being transferred
F. the router to which the file startup-config is being transferred

 

Answer: D[/am4show]

Question 8

[am4show have=’p2;’]Which Ethernet interface command is present when you boot a new Cisco router for the first time?

A. speed 100
B. shutdown
C. ip address 192.168.1.1 255.255.255.0
D. duplex half

 

Answer: B[/am4show]

Question 9

[am4show have=’p2;’]Which statement describes the effect of the copy run start command on a router in enable mode?

A. The running configuration of the router is saved to NVRAM and used during the boot process.
B. The router reboots and loads the last saved running configuration.
C. A copy of the running configuration of the router is sent by FTP to a designated server.
D. A new running configuration is loaded from flash memory to the router.

 

Answer: A[/am4show]

Question 10

[am4show have=’p2;’]What does exec-timeout 30 mean?

A. the user inactivity timer is 30 seconds
B. the user inactivity timer is 30 minutes
C. the user inactivity timer is 30 hours

 

Answer: B[/am4show]

Explanation

The “exec-timeout” command is used to configure the inactive session timeout on the console port or the virtual terminal. The syntax of this command is:

exec-timeout minutes [seconds]

Therefore we need to use the “exec-timeout 30” command to set the user inactivity timer to 30 minutes. To set the user inactivity timer to 30 seconds we use the “exec-timeout 0 30”.

Question 11

[am4show have=’p2;’]How many primary IPv4 addresses can be assigned on router interface?

A. One
B. Two
C. More than one
D. More than two

 

Answer: A[/am4show]

Explanation

On each router interface we can only assign one primary IPv4 address (but we can assign many IPv6 addresses).

Comments (10) Comments
  1. Anonymous
    August 1st, 2017

    Question 3

    Which commands display information about the Cisco IOS software version currently running on a router? (Choose three)
    A. show running-config
    B. show stacks
    C. show version
    D. show flash
    E. show protocols
    F. show IOS

  2. Makr11
    September 19th, 2017

    Answer is C. Show version command will show you the Cisco IOS software version.

  3. Anonymous
    October 11th, 2017

    Question 7, is it really letter D. It wound’nt be letter A?

  4. saniltison
    October 31st, 2017

    copy start-up tftp means that the file is going to be copied to the tftp server. option (a) is implies that the file is being copied from the tftp server. for option (a) to be true the command must be copy tftp start-up

  5. desconocido
    November 5th, 2017

    in the cuestion 7 , the answer is letter A!!! or no ?

  6. sharkguy
    November 26th, 2017

    Question 7 is D, The command basically read Copy the startup “to” tftp. So your the ip address is that of the server you are copying to not from. If you wanted to copy from the tftp to the start you would use the command copy tftp start.

  7. Adelaida
    May 22nd, 2018

    Q2:Why did the device return this message?
    At my opinion there are not correct answers. And definately its not a
    “D. There is more than one show command that starts with the letters ru”
    Beacuse I alway get an information abouta config with command “show ru” at my Cisco Packet Tracer

  8. FSociety
    June 13th, 2018

    @Adelaida. True, but the “% Ambiguous command: ” error means that there is more than one command that starts with the letters that have been typed. So, even though “show ru” will give you a show run usually, in this question it ask why did it give you this message.

    You kind of have to think about it as an isolated, made-up scenario. Like “What possible reason out of the answers we’ve given you would you get this message”. It’s a PICK THE BEST/MOST LIKEY ANSWER scenario I believe.

  9. SR
    March 6th, 2019

    I think that the answers is A, C and D. (Choose three)

  10. SR
    March 6th, 2019

    show flash:
    c1841-advipservicesk9-mz.124-15.T1.bin
    This command shows the IOS version in the “.bin” file.