MCQ Question (Latest)
MCQ Question (Latest)
2019)================
Question 1
Answer: B
Question 2
A. DOWN
B. EXSTART
C. LOADING
D. EXCHANGE
Answer: B
Explanation
The problem occurs most frequently when attempting to run OSPF between a Cisco router and
another vendor’s router. The problem occurs when the maximum transmission unit (MTU)
settings for neighboring router interfaces don’t match. If the router with the higher MTU sends
a packet larger that the MTU set on the neighboring router, the neighboring router ignores the
packet.
Reference: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-
ospf/13684-12.html
Question 3
G1/2 is the root port for SW4, please choose the command so G1/1 can be the new root port?
Answer: B
Question 4
A. show ip interface
B. show interface
C. show ip cef
D. show ip traffic
E. show cef traffic
Answer: A D
Explanation
With uRPF properly deployed and configured throughout the network infrastructure,
administrators can use the show cef interface type slot/port internal, show ip interface, show
cef drop, show ip cef switching statistics feature, and show ip traffic commands to identify the
number of packets that uRPF has dropped.
Note: Beginning with Cisco IOS Software Release 12.4(20)T, the command show ip cef
switching has been replaced by show ip cef switching statistics feature.
Reference: https://www.cisco.com/c/en/us/about/security-center/identification-ios-security-
mitigations-effectiveness.html
Question 5
Following the bottom-up thsoot method, please order from step 1 to step 4 how to solve an
issue with an IP phone.
Answer:
1. Check PoE
2. Check VLAN
3. Change DHCP gateway with option 150
4. Check image file from TFTP server
Question 6
Console session is being closed by a network device, how can this be solved?
Answer: A
Explanation
By default, an IOS device will disconnect a console or VTY user after 10 minutes of inactivity.
You can specify a different inactivity timer using the exec-timeout MINUTES SECONDS line
mode command.
For example, to disconnect a console user after 90 seconds of inactivity, we can use the
following command:
R1(config)#line con 0
R1(config-line)#exec-timeout 1 30
To prevent Telnet (or SSH) sessions from timing out, use the value of 0 (exec-timeout 0 0)
Question 7
Which sequence allows the communication from router to another router via ssh.
Answer: A
Question 8
Why do clients frequently lose connection at the remote site? (Exhibit of tunnel gre and
outputs from devices)
A. recursive routing
B. static route
C. ACL
D. RIP summarization
Answer: A
Question 9
A. Asymmetric
B. PIMv2
Answer: A
Question 10
Two switches asking why DTP isn’t working one switch GigabitEthernet, other FastEthernet?
Answer: B
Question 11
Answer:
Premium Member: You can test your knowledge with these questions first via this link.
Question 1
Answer: D
Explanation
So in this question maybe there is something wrong with the tunnel destination so we should
add static route to solve it.
Reference: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-
routing-protocol-eigrp/22327-gre-flap.html
Question 2
A network contains a remote tunnel interface and firewalls in the network path of each router.
An attempt to ping the IP address of the remote tunnel interface fails. Which connections
should be allowed through the firewalls?
A. port 47
B. port 50
C. TCP port 1723
D. IP protocol 47
Answer: D
Question 3
What is the output of the “show crypto ipsec sa | in indent”? (There is an output of the access-
list with “permit gre any any”)
A. local ident(addr/mask/prot/port):(0.0.0.0/0.0.0.0/17/47)
remote ident(addr/mask/prot/port):(0.0.0.0/0.0.0.0/17/47)
B. local ident(addr/mask/prot/port):(0.0.0.0/0.0.0.0/0/0)
remote ident(addr/mask/prot/port):(0.0.0.0/0.0.0.0/0/0)
C. local ident(addr/mask/prot/port):(209.165.201.6/255.255.255.255/47/0)
remote ident(addr/mask/prot/port):(209.165.201.2/255.255.255.255/47/0)
D. local ident(addr/mask/prot/port):(0.0.0.0/0.0.0.0/47/0)
remote ident(addr/mask/prot/port):(0.0.0.0/0.0.0.0/47/0)
Answer: B
Explanation
The line “local ident (addr/mask/prot/port)” means local selector that is used for encryption
and decryption.
The answer of this question is based on the ACL applied. Thanks Shaunthesheep for sharing
this:
VPN Tunnel can be established using IPSec or IPSec+GRE. The configuration requires to define a
Crypto map which refers to an ACL for Interesting traffic or the traffic to be encrypted. Look for
the values in the ACL. e.g.
1) permit gre any any —> Answer will be both local and remote indent address entries as 0 and
47 in the protocol field. Like this :
2) Permit ip any any —> Answer will be both local and remote indent address entries as 0 and 0
in the protocol field. Like this :
3) Permit ip 10.1.1.0 0.0.0.255 10.10.10.0 0.0.0.255 —> Answer will be both local and remote
indent address entries as in ACL and 0 in the protocol field. Like this :
Update: We cannot explain why all fields are “0” here but our candidates got full mark so
please choose it.
Question 4
A. document it
B. knowledge transfer
C. result analysis
D. create an action plan
Answer: A
Explanation
Although some online document does not mention about step 8 (document the changes) (like
the link http://www.ciscopress.com/articles/article.asp?p=1578504&seqNum=2) but this step
is very important so that repeated issue can be solved quickly in the future.
Question 5
A.
ip access-list extended 101
no 30
30 permit 192.168.0.0 0.0.0.255
B.
ip access-list extended 101
no 30
30 permit 192.168.0.0 0.0.255.255
C.
ip access-list extended 101
no 100
Answer: B (Modify access-list , no entry 30 and re-add it changing the netmask to 192.168.0.0
0.0.255.255)
Question 6
A topology with three routers R1, R2 and R3 connected to each other and a list of ACL
statements to choose. The question asks which sequence number prevented connection from
R1 to R2 via SSH.
R1 Lo0: x:x::1
R2 Lo0: y:y::2
R3 Lo0: z:z::3
Answer: 20 deny tcp x:x::/64 host y:y::2 eq 22 (so choose the sequence number 20)
Question 7
interface Serial0/1/0
ip address 10.12.13.3 255.255.255.0
ip verify unicast source reachable-via any
ip ospf 1 area 0
!
interface serial0/2/0
ip address 10.12.23.3 255.255.255.0
ip verify unicast source reachable-via any
ip ospf 1 area 0
R3#sh ip route
[output omitted]
Gateway of last resort is not set
Answer: B
Question 8
A. show ip ssh
B. show crypto key mypubkey rsa
C. show ssh sessions
Answer: A
Explanation
Question 9
interface Tunnel0
description Tunnel to Main Office
ip address 192.168.1.1 255.255.255.252
tunnel source 209.165.200.225
tunnel destination 209.165.202.129
tunnel path-mtu-discovery
A remote office was recently connected to the main office by using a GRE tunnel. Path MTU
Discovery (PMTUD) is enabled on the tunnel interface. End users at the remote office report
having issues accessing a file sever in the main office. PMTUD is not working, what is the issue?
Answer: C
Question 10
Topology with three switches which are connected to each other via Gi0/0 & Gi0/1. All
interfaces are configured in VLAN 100 and voice VLAN 101. Duplex mismatch between two
switches (one interface in full duplex which the opposite interface in half duplex). Spanning tree
is detecting a loop in the network, what is causing the loop.
A. duplex mismatch
B. speed mismatch
C. vlan missconfiguration
Answer: A
Explanation
Duplex mismatch is a configuration issue where one side of the network is set to one duplex
mode and the other to another duplex mode. Having one bridge on half duplex and the other
on full duplex results in collisions that cause bridging loops
Question 11
Answer: A
Explanation
Answer B and C are not correct as the IPv6 address 2001:DB80:AD59… is different from the IPv6
address 2001:DB8:AD59… (trailing 0 cannot be omitted).
For your information, by default an IPv6 ACL has three implicit statements at the end:
+ permit icmp any any nd-na
+ permit icmp any any nd-ns
+ deny ipv6 any any
The first two statements are required for IPv6 neighbor discovery protocol which are very
important so they are always permitted in an IPv6 ACL. But in this case we explicitly used the
“deny ipv6 any any (log)” command so the two above commands must be typed just before the
last statement (“deny ipv6 any any log”) or that traffic will be blocked.
Question 12
R1
int Gigabitethernet 0/2
ip address 10.10.20.2 255.255.55.0
!
int Gigabitethernet 0/3
ip address 10.10.30.2 255.255.55.0
R1#show management-interface
Management interface GigabitEthernet0/2
Protocol Packets processed
http 0
https 10
Management interface GigabitEthernet0/3
Protocol Packets processed
http 0
ssh 10
snmp 1110
The organization has implemented Management Plane Protection. Headquarters has decided
that FTP needs to be enabled on all management ports.
Which configuration context must be modified to accomplish this configuration?
A. Policy-map
B. Control-plane
C. Access-list
D. Class-map
Answer: B