CCIE R&S Quiz 5

CCIE ENTERPRISE INFRASTRUCTURE QUIZ 5

  CONGRATULATIONS! YOU HAVE COMPLETED CCIE ENTERPRISE INFRASTRUCTURE QUIZ 5. YOU HAVE %%SCORE%% TRUE ANSWERS OUT OF %%TOTAL%% QUESTIONS. YOUR SCORE IS %%PERCENTAGE%%. %%RATING%%  
Your answers are highlighted below.
Question 1
Which part of the DSCP Bits are used for Drop Probability?
A
First 3
B
First 5
C
Middle 3
D
Last 3
E
Last 5
Question 2
How can we set GLBP IP address as 1.1.1.1?  
A
glbp 10 ip 10.10.10.10
B
glbp 10.10.10.10
C
glbp 10 ip 10.10.10.10 enable
D
glbp ip 10.10.10.10
E
glbp 10 10.10.10.10 create
Question 3
Which ones are the network types used with OSPF?
A
All of them
B
NBMA
C
Point-to-Multipoint
D
Broadcast
E
Point-to-Point
Question 4
What is the Maximum number of Active links in an EtherChannel?
A
8
B
4
C
16
D
5
E
10
Question 5
If you have an IPv6 address 2001::0:715:1548:A5A5, what is your Solicited-node address?
A
FF02::1:FF00:A5A5
B
FF02::1:FF48:A5A5
C
FF02::FF:1548:A5A5
D
FF02::1:FF:A5A5
E
FF02::1:1548:A5A5
Question 6
In a BGP table, which letter shows IGP Routes?
A
i
B
b
C
e
D
s
E
o
Question 7
Which table is created by CEF?
A
FIB
B
All of them
C
LFIB
D
LIB
E
RIB
Question 8
If we have the NSAP 49.0001.0000.4000.0055.00, which part is the AFI part of this address?
A
4000.0055.00
B
49.0001
C
49
D
4000.0055
E
00
Question 9
There are two BFD Session Establishement types. These are: • Static Session Establishment • Dynamic Session Establishment
A
False
B
True
Question 10
Which ones are the duties of Multicast DRs?
A
It registers the Multicast Source to the RP
B
It tranmits the PIM Joins to Multicast Source
C
All of them
D
It registers the Multicast Source to the Multicast Receiver
E
It tranmits the PIM Joins to RP
Question 11
How can we check VLANs and associated Ports effectively?
A
show vlan statistics
B
show vlan brief
C
show vlan summary
D
show vlan details
E
show vlan
Question 12
How can we create an Access List named  XYZ that accepts Telnet traffic coming from 192.168.30.0/24  to 10.10.10.0/24?  
A
Router(config)# acl extended XYZ Router(config-ext-nacl)# permit tcp 192.168.30.0 255.255.255.0 10.10.10.0 255.255.255.0 eq telnet
B
Router(config)# ip access-list extended XYZ Router(config-ext-nacl)# permit 192.168.30.0 0.0.0.255 10.10.10.0 0.0.0.255 telnet
C
Router(config)# ip access-list extended XYZ Router(config-ext-nacl)# permit tcp 192.168.30.0 0.0.0.255 10.10.10.0 0.0.0.255 eq telnet
D
Router(config)# acl extended XYZ Router(config-ext-nacl)# permit 192.168.30.0 255.255.255.0 10.10.10.0 255.255.255.0 telnet
E
Router(config)# ip access-list extended XYZ Router(config-ext-nacl)# deny tcp 192.168.30.0 0.0.0.255 10.10.10.0 0.0.0.255 eq telnet
Question 13
What is the administrative distance of EIGRP Internal and External routes for Cisco?
A
20 / 200
B
170 / 90
C
200 / 20
D
120 / 200
E
90 / 170
Question 14
What is the administrative distance of OSPF for Cisco?
A
110
B
200
C
100
D
90
E
170
Question 15
If DR and BDR is elected in a Multiaccess OSPF network, what is the DROTHER router states with these DR and BDR?
A
Exchange
B
Loading
C
Exstart
D
Full
E
2-Way
Question 16
Only classful routes can be redistribute to a OSPF domain by default.
A
False
B
True
Question 17
Which ICMP messages are used for Router Discovery? 
A
Neighbour Advertisement Message
B
ICMPv6 Router Peer Messages
C
Redirect Message
D
Router Advertisement Messages
E
Router Solicitation Messages
Question 18
For RSVP Path definiton can be done with two types. These are:
A
standard
B
streamed
C
loose
D
leased
E
strict
Question 19
If you configure loopback 1 for BGP neighbourship through neighbor 172.16.100.1, you need to use  ....  configuration.
A
network 172.16.100.1 update-source lo1
B
neighbor 172.16.100.1 update-source loopback 1
C
peer 172.16.100.1 update-source lo1
D
neighbor 172.16.100.1 source loopback 1
E
network 172.16.100.1 source loopback 1
Question 20
When an ICMP Echo that needed to be fragmented and fragmentation was not permitted, the  ping response is will be showed with ....
A
M
B
!
C
U
D
.
E
I
Question 21
.... MPLS Label bindings are learned from other routers via LDP.
A
FIB
B
None of them
C
LIB
D
RIB
E
LFIB
Question 22
Which ones are the roles of HSRP Routers?
A
Standby Router
B
Active Router
C
Listenning Routers
D
Passive Router
E
All of them
Question 23
Which ones are the PPPoE Discovery stage messages?
A
PADO
B
PADI
C
All of them
D
PADS
E
PADR
Question 24
Which AS range below is used on Public Internet?
A
1-64495
B
60512-65512
C
1-60512
D
60512-64495
E
1-65512
Question 25
How can we display the power suppliers' status and the temperature of the device?
A
show environment all
B
show chassis details
C
show environment chassis
D
show chassis
E
show chassis environment
Question 26
Which one is the prefix for IPv6 Global Unicast Address?
A
2000::/3
B
1000::/3
C
FF00::/8
D
FEC0::/10
E
FF00::/3
Question 27
How can we configure the mst cost of interface fastethernet 1/1 as 15000 for mst instance 5?  
A
Switch(config)# interface fastethernet 1/1 Switch(config-if)# mst 5 cost 15000
B
Switch(config)# interface fastethernet 1/1 Switch(config-if)# spanning-tree mst cost 15000
C
Switch(config)# interface fastethernet 1/1 Switch(config-if)# set mst 5 cost 15000
D
Switch(config)# interface fastethernet 1/1 Switch(config-if)# spanning-tree mst 5 cost 15000
E
Switch(config)# interface fastethernet 1/1 Switch(config-if)# cost 15000
Question 28
RIPng messages use the .... port
A
TCP 420
B
All of them
C
UDP 521
D
UDP 420
E
TCP 521
Question 29
How can we check EIGRP packets on a Cisco router?
A
debug ip eigrp
B
debug eigrp packet
C
clear eigrp tables
D
debug eigrp tables
E
clear eigrp packet
Question 30
Which ones are the Tables used with BGP?
A
BGP Table
B
Multicast Table
C
Neighbor Table
D
VRF Table
E
Topology Table
Question 31
What is the OSPF Neighborship State if a valid Hello packet has been received from this neighbor and receiving router’s RID is in the list of seen routers in Hello packet?  

A
2-way
B
Full
C
Exstart
D
Init
E
Down
Question 32
With which command can you use to prevent password recovery on a Cisco router?
A
no service password-encryption
B
no password-recovery
C
no service encryption
D
no password-encryption
E
no service password-recovery
Question 33
With doing which configuration, can we see all the SNMP traps on a router?
A
snmp-server enable
B
snmp enable traps
C
snmp-server enable traps
D
snmp-server traps
E
snmp traps
Question 34
Which ones are the modes of VTP?
A
Off mode
B
Transparent mode
C
Client mode
D
Server mode
E
All of them
Question 35
Which ones are true for RIPv2?
A
Uses UDP Port 521
B
Do not support MD5 authentication
C
Uses Hop Count As Metric
D
Update interval time is 30 seconds
E
Uses 224.0.0.9 Multicast Address
Question 35 Explanation: 
RIPv2 uses port 520 and supports MD5 authentication.
Question 36
Which one is true for eBGP?
A
Never use an IGP between peers
B
Established between different Areas
C
Use an IGP between peers
D
Established between different AS
E
Neighbors should be directly connected by default
Question 37
What is the answer of the PPPoE Servers available as unicast to the requested PPPoE Client?
A
PADS
B
PADI
C
PADO 
D
PADR
E
PADK
Question 38
Which Layer 4 Protocol has Fault Tolerance Mechanism?
A
SCTP
B
UDP
C
TCP
D
LACP
E
ICMP
Question 39
Which IGMP messages are used to be compatible with previous versions of IGMP?
A
Membership Report (v3)
B
Membership Report (v1)
C
Membership Report (v2)
D
Membership Query
E
Leave Group (v2)
Question 40
Which ones are Metro Ethernet TEchnologies?
A
E-Access (Ethernet Access Service)
B
E-Line (Ethernet Line Service)
C
E-Tree (Ethernet Tree Service)
D
All of them
E
E-LAN (Ethernet LAN Service)
Question 41
EIGRP uses .... and .... to calculate metric by default.
A
Delay
B
Bandwidth
C
Extensions
D
Hop Count
E
Attributes
Question 42
Which ones are the Operational Modes of CEF?
A
Distributed CEF Mode
B
Local CEF Mode
C
Remote CEF Mode
D
Central CEF Mode
E
Advanced CEF Mode
Question 43
In IS-IS PDU, we can understand the originating router's type with .... field.
A
Circuit Type
B
P-bit
C
LSP ID
D
ATT
E
IS Type
Question 44
To use Auto Qos Configuration, we use ....feature.
A
NetFlow
B
NBAR
C
AutoQoS
D
IP SLA
E
NetConf
Question 45
Which one is the Error because of the fact that transmission Buffers are working with full capacity?
A
Multi-Col
B
FCS-Err
C
Xmit-Err
D
Giants
E
Align-Err
Question 46
According to Best Path Algorithm, Firstly path with the ...... is selected on Cisco routers
A
Lowest MED
B
Highest Local Preference
C
Lowest Weight
D
Highest Weight
E
Highest MED
Question 47
What is true for TACACS+?
A
Unidirectional CHAP
B
TCP based
C
Bidirectional CHAP
D
UDP based
E
Need more resource
Question 48
Number .... is used in the Type field of the ICMP packet header for Router advertisement (RA) messages.
A
130
B
134
C
100
D
135
E
125
Question 49
Which ones are Secondary Private VLANs?
A
Community
B
Confederation
C
Private
D
Promiscious
E
Isolated
Question 50
Which ones are the modes of UDLD?
A
Passive mode
B
Normal mode
C
Active mode
D
Aggressive mode
E
Desirable mode
Once you are finished, click the button below. Any items you have not completed will be marked incorrect. Get Results
There are 50 questions to complete.
gokhan-kosem-instructor-ipcisco

Gokhan Kosem is a Network Engineer, Instructor and the Founder of IPCisco.com with 15+ years of experience in Cisco, Nokia, Huawei, Juniper, Linux, Service Provider Networks, Routing and Switching technologies.

He has worked on the backbone networks of major service providers and network vendors including Nortel, Alcatel-Lucent (Nokia) and has extensive hands-on experience with Cisco, Huawei, Juniper and Nokia networking technologies.

He has trained thousands of networking students worldwide through IPCisco.com, Udemy, books, labs, quizzes, and educational content across multiple social media platforms.

IPCisco.com | Best Route to Your Dreams