Share your ROUTE v2.0 Experience
Note: The last day to take this ROUTE 300-101 exam is February 23, 2020. After this day you have to take new Enterprise exams to get new CCNP Enterprise certification. If you want to find out more about the new exams please visit here. |
The ROUTE 300-101 (ROUTE v2.0) exam has been used to replace the old ROUTE 642-902 exam so this article is devoted for candidates who took this exam sharing their experience.
Please tell with us what are your materials, the way you learned, your feeling and experience after taking the ROUTE v2.0 exam… But please DO NOT share any information about the detail of the exam or your personal information, your score, exam date and location, your email…
Note: Posting email is not allowed in the comment section.
Your posts are warmly welcome!
Hello, exam done this morning with 8xx,
I will thanks everybody who share experiences in this Forum.
I studied with, Passleader, Dexter and this Forum.
Here you will find what I remember for my exam this morning, Good Luck Everybody.
LAB:
OSPF Evaluation
EIGRP STUB SIM
EIGRP Evaluation Sim (Have to do: sh ip eigrp 1 topology)
DnD:
FECN : An indicator of congestion on the Network
SVC: A circuit that provides temporary on-demand connections between DTE’s
LMI: A signaling mechanism for Frame Relay devices
PVC: A logical connection comprising two endpoints and a CIR
DLCI: A locally significant ID
excessive unicast flooding – condition caused by include a host port in STP
asymmetric routing – cause of inconsistent traffic patterns
out-of-order packet – potential result of disabling FIFO
TCP starvation – potential effect of excessive UDP traffic on the link
latency – condition in which packet require an excessive length of time to traverse a switch
AAA:
If-needed Does not authenticate if the user has already been authenticated on a vty line.
krb5 Uses Kerberos 5 for authentication (can be used only for Password Authentication Protocol [PAP] authentication)
local Uses the local username database for authentication.
none Uses no authentication.
group radius Uses the list of all RADIUS servers for authentication.
group tacacs+ Uses the list of all TACACS+ servers for authentication.
group group-name Uses a subset of RADIUS or TACACS+ servers for authentication as defined by the aaa group server radius or aaa group server tacacs+ command.
Reference: https://www.cisco.com/c/en/us/td/docs/ios/12_2/security/command/reference/fsecur_r/srfathen.html
reflexive – must be named
standard – range 1300-1399
extended – apply closest to the source or origin
time-based – access to device at certain times
dynamic – it needs telnet to authenticate
ip dhcp relay information option –>automatically add the circuit identifier suboption and the remote ID suboption
ip dhcp relay information check –>check that the relay agent information option in forwarded BOOTREPLY messages is valid
ip dhcp relay information policy–>Configures the reforwarding policy for a DHCP relay agent
ip dhcp relay information subscriber-id–>enable an ISP to add a unique identifier
ip dhcp relay information trusted-sources–>configures interfaces on a router as trusted sources
ip dhcp relay information–> configured in global configuration mode applies to all interfaces
Frame-relay multi-point
main interface
.int s0/0
.encapsulation frame-relay
sub-interface
.interface 0/0.1 multi-point
.frame-relay map interfaceDLCI 100
MCQ:
Q. About vrf red and vrf blue questions, The Enginneer make a sh ip route… What is the result:
Router(config)#ip route vrf blue 0.0.0.0 0.0.0.0 192.168.1.1
Router(config)#ip route vrf red 0.0.0.0 0.0.0.0 192.168.1.2
If you type “show ip route” you will see “Gateway of last resort it not set”.
If you type show ip route vrf blue” you will see “192.168.1.1 as gateway of last resort”.
Global routing table does not overlap with VRF routing tables.
Q. Question about satax# Which configuration we have to priorized the route…
a. distance 89 51.51.51.0 0.0.0.0
a. distance 90 52.52.52.0 0.0.0.0
a. xxxx
a. xxxx
Q: Which cisco Express Forwarding component(s) contain forwarding information? (forwarding information, they changed it)
A. FIB, adjacency table
B. adjacency table.
C. FIB, RIB, Adjacency table
D. FIB
E. RIB
Correct Answer: A
Q: One long question something like router get IPv6 information from ISP. Now it have to distribute name server and other options to hosts (how do routers distribute prefixes obtained from ISPs using DHCPv6)
A. PPPv6
B. DHCP
C. Stateful Natv6
D. NPTv6
E. IPv4
Answer: Stateful NATv6
Q: Which value does GRE tunnel use to identify the end points or destination?
A. IP address
B. MAC address
C. DLCI
Answer: A
Q: What other action does an IPv6 filter do when it drops a packet?
Answer: generates an ICMP unreachable message
Q: What is the NHRP role in DMVPN? (Choose two)
A. Obtains the next-hop to be used for routing
B. Routes the packet through the tunnel
C. Identifies the PIM-SM RP used to route the packet
D. Can authenticate VPN endpoints
E. It requires each tunnel endpoint to have an unique network ID
Answer: A D
Q: Which two protocols are required for DMVPN? (Choose two)
A. IPsec
B. PPTP
C. mGRE
D. NHRP
E. Open VPN
Answer: CD
Q: Which one GRE features can you configure to prevent fragmentation?
A. IP MTU
B. MTU ignore
C. TCP MSS
D. UDP windows sizes
E. PMTU( We don’t have the D)
F. DF bit clear
Answer: C
Q: What from the following can cause an issue for uRPF?
A. Asymmetric routing
B. CEF not enabled
C. uRPF not applied to the traffic source
D. if it is used as ingress filtering
Answer: A
Q: What are two options for authenticating a user who is attempting to access a network device? (Choose two)
A. CHAP
B. Radius
C. 802.1x
D. PAP
E. TACACS+
Answer: BE
Q: A network engineer enables OSPF on a Frame Relay WAN connection to various remote sites, but no
OSPF adjacencies come up which two actions are possible solutions for this issue? (Choose Two)
A. Change the network type to point-to-multipoint under WAN interface
B. Enable virtual Links
C. Change the network type to nonbroadcast multipoint access
D. Configure the neighbor command under OSPF process for each remote site
E. Ensure that the OSPF process number matches among all remote sites
Answer: AD
Q: Which two different configurations can you apply to a device incoming SSH access? (Choose two)
A. ipv6 access-list VTY-ACCESS-IN
sequence 10 deny tcp any any eq 22
sequence 20 permit ipv6 any any
line vty 0 15
ipv6 access-list VTY-ACCESS-IN out
B. ipv6 access-list VTY-ACCESS-IN
secuence 10 deny tcp any any eq 22
sequence 20 permit ipv6 any any
interface Ethernet0/0
ip traffic-filter VTY-ACCESS-IN out
C. ipv6 access-list VTY-ACCESS-IN
secuence 10 deny tcp any any eq 22
sequence 20 permit ipv6 any any
line vty 0 15
ipv6 access-class VTY-ACCESS-IN in
D. ipv6 access-list VTY-ACCESS-IN
secuence 10 deny tcp any any eq 22
sequence 20 permit ipv6 any any
interface Ethernet0/0
ipv6 traffic-filter VTY-ACCESS-IN in
E. ipv6 access-list VTY-ACCESS-IN
secuence 10 deny tcp any any eq 22
sequence 20 permit ipv6 any any
interface Ethernet0/0
ipv6 traffic-filter VTY-ACCESS-IN out
Q: Another diagram that I have been thinking about was between 2 routers and they had an eigrp protocol running between- the question was that they can ping between them with no problem but when they are trying through the vrf connection it doesn’t work, what’s wrong? Which command to put on both routers to make it work?
a. rd 1:100 both
b. Network with a 255.255.240.0
c. autonomous-system 100
d. Don’t remember
Answer: C
Q: Two aspects of an IP SLA operation can be tracked: state and reachability. Which statement about state
tracking is true?
A. When tracking state, an OK returns code means that the track’s state is up; any other return code means
that the track’s state is down.
B. When tracking state, an OK or over threshold return code means that the track’s state is up; any other
return code means that the track’s state is down.
C. When tracking state, an OK return code means that the track’s state is down; any other return code means
that the track’s state is up.
D. When tracking state, an OK or over threshold return code means that the track’s state is down; any other
return code means that the track’s state is up.
Correct Answer: A
Q: What configurations does PPPoE allow? (Choose two)
A. Client can be installed on the same network devices as server
B. 8 clients can be configured on 1 CPE
C. Clients can connect to multiple hosts over DMVPN
D. Client connecting over ATM PVC
E. Client installed on native IPv6 network
Correct Answer: BC
Q: In which two ways can split horizon issues be overcome in a Frame Relay network environment? (choose two.)
A. Configuring one physical serial interface with Frame Relay to various remote sites.
B. Configure a loopback interface with Frame Relay to various remote sites
C. Configuring multiple subinterfaces on a single physical interface to various remote sites.
D. Enabling split horizon.
E. Disabling split horizon.
Correct Answer: CE
Q: You need the IP address of the devices with which the router has established an adjacency. Also, the
retransmit interval and the queue counts for the adjacent routers need to be checked. What command will
display the required information?
A. show ip eigrp adjacency
B. show ip eigrp topology
C. show ip eigrp interfaces
D. show ip eigrp neighbor
Correct Answer: D
@All can someone guys tell me when CCNP exam gonna change totally? and new version comes? plz reply thank you..
@art
which fuctionality is requierd within an IP router that is situated at the boundary of an IPv4 networks and IPV6 networks to allow communication betwon IPv6-only and Ipv4-only nodes?
A. Autoconfiguration
B. automatic 6to4 tunnel
C. automatic 6to 4 relay
D. networks address translator – protocol (NAT-PT)
E. intrasite automatinc Tunnel address protocol
The correct answer is NAT-PT.
NAT—PT is an IPv6-to-IPv4 translation mechanism, as defined in RFC 2765 and RFC 2766, that allows IPv6-only devices to communicate with IPv4-only devices and vice versa.
@timmy666
can u please share the dumps at nazeerf7 at gmail.com
thx
@Eben~Ezer
Thanks mate!
@Timmy, anonymous
Which dumps did you follow?
Dear I have this VCE file updated to 1/03/2018 the ones that gave me an exam could tell me if it is valid
https://www.dropbox.com/s/i210jo9yi2rb39n/CCNP%20ROUTE%20300-101%20%28501%20Questions%29.vce?dl=0
@Anonymous.
You can get only 2 subnets in the route table. First look at the table and check if you see a Null-route.
If so, then use 10.0.0.0/8 as subnet address, otherwise you can use 10.2.0.0/16
I used PL 501 questions. It’s good, but don’t totally rely on it. Lots of questions are either reworded or re-scripted. For example: the no-passive interface question for the core to dhcp server now has become an ACL question with the same layout.
New DND for dhcp relay, frame relay and lots of questions about EIGRP, regular and v6.
Also new dhcp questions, based on the old ones. So instead of only knowing option 66 for the phones, also know the word option as an answer to new question.
Hi guys,
Can someone help with this DND, i had it on my exam yesterday, unfortunately i didnt do well. plan to go again this coming week!
ip dhcp relay information option –>automatically add the circuit identifier suboption and the remote ID suboption
ip dhcp relay information check –>check that the relay agent information option in forwarded BOOTREPLY messages is valid
ip dhcp relay information policy–>Configures the reforwarding policy for a DHCP relay agent
ip dhcp relay information subscriber-id–>enable an ISP to add a unique identifier
ip dhcp relay information trusted-sources–>configures interfaces on a router as trusted sources
ip dhcp relay information–> configured in global configuration mode applies to all interfaces
DHCP DND Solution:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dhcp/configuration/15-sy/dhcp-15-sy-book/dhcp-relay-agent.html
Hello good people, i need clarification here, what is the real answer here!!!
QUESTION 44
Refer to exhibit. Which two reasons for IP SLA tracking failure are likely true? (Choose two)
R1(config)#ip sla 1
R1(config-ip-sla)#icmp-echo 172.20.20.2 source-interface FastEthernet0/0
R1(config-ip-sla-echo)#timeout 5000
R1(config-ip-sla-echo)#frequency 10
R1(config-ip-sla-echo)#threshold 500
R1(config)#ip sla schedule 1 start-time now life forever
R1(config)#track 10 ip sla 1 reachability
R1(config)#ip route 0.0.0.0 0.0.0.0 172.20.20.2 track 10
R1(config)#no ip route 0.0.0.0 0.0.0.0 172.20.20.2
R1(config)#ip route 0.0.0.0 0.0.0.0 172.30.30.2 5
A. The source-interface is configured incorrectly
B. The destination must be 172.30.30.2 for icmp-echo
C. A route back to the R1 LAN network is missing in R2
D. The default route has wrong next hop IP address
E. The threshold value is wrong
some say AC, others CE??
@Mac : its AC
Dear All,
I’m waiting for 2 months enter in exam . Please help me ? Enter exam in next time ?
Thanks.
@ CCNP New questions
Can you please convert it to pdf format?
Thank you
Thanks Zerome for sharing, do you know the answer from the below…
Q. About vrf red and vrf blue questions, The Enginneer make a sh ip route… What is the result:
Router(config)#ip route vrf blue 0.0.0.0 0.0.0.0 192.168.1.1
Router(config)#ip route vrf red 0.0.0.0 0.0.0.0 192.168.1.2
If you type “show ip route” you will see “Gateway of last resort it not set”.
If you type show ip route vrf blue” you will see “192.168.1.1 as gateway of last resort”.
Global routing table does not overlap with VRF routing tables.
Regarding the D&D …Are the explanation the same as you posted or different…
Meaning
If-needed ———> Does not authenticate if the user has already been authenticated on a vty line.
none Uses ——–> no authentication.
group tacacs+ —> Uses the list of all TACACS+ servers for authentication.
or
ip dhcp relay information option –>automatically add the circuit identifier suboption and the remote ID suboption
ip dhcp relay information check –>check that the relay agent information option in forwarded BOOTREPLY messages is valid
ip dhcp relay information policy–>Configures the reforwarding policy for a DHCP relay agent
ip dhcp relay information subscriber-id–>enable an ISP to add a unique identifier
ip dhcp relay information trusted-sources–>configures interfaces on a router as trusted sources
ip dhcp relay information–> configured in global configuration mode applies to all interfaces
@next_try:
Q. About vrf red and vrf blue questions, The Enginneer make a sh ip route… What is the result:
Router(config)#ip route vrf blue 0.0.0.0 0.0.0.0 192.168.1.1
Router(config)#ip route vrf red 0.0.0.0 0.0.0.0 192.168.1.2
A. If you type “show ip route” you will see “Gateway of last resort it not set”.
B. If you type show ip route vrf blue” you will see “192.168.1.1 as gateway of last resort”.
C. Global routing table does not overlap with VRF routing tables.
Is it DnD or multiple choice question? Because all of the questions are correct, right?
Today I Pass Exam 8XX
My D&D mGRE, krb5, AAA, DHCP
and Adverse network conditions
Excessive unicast flooding condition: caused by including a host port in STP
Out-of-order packets: potential result of disabling FIFO
TCP starvation: potential effect of excessive UDP traffic on link
Asymmetric routing: cause of inconsistent traffic patterns
Latency: condition in which packets require an excessive length of time to traverse a switch
My LAB (PBR, EIGRP Eva, EIGR Stub)
I Read Dexter Dump, Dokdo dump, Question in tut Premium Member and Member all Share Newquestion
Thank for all
Could someone please help me to answer this question?
Using new backup router in spite of faulty one in ospf domain but relationship with neighbor in one interface only not working , what is the reason of this problem? (Choose 2)
A. area Id mismatch
B. authentication mismatch
C. process id of ospf not match
D. ospf timers not match
We have to choose two options, but I found this:
In order to become OSPF neighbor following values must be match on both routers.
– Area ID
– Authentication
– Hello and Dead Intervals
– Stub Flag
– MTU Size
Therefore A & B & D should be correct. Then what are the correct answers here?
@next_try
Can You share with us the New Questions which You last updated with correct answers?
Thanks in advance.
Who would share the Dokodo VCE?
ONe additional question regarding the drag and drop, is it important in which sequence we add in example …
From my point of view once the fields are blank we can add it in no specific sequence, right ?
DHCPv6 Server
IP Address autoconfig
IPV6 enable
or
DHCPv6 Server
IPV6 enable
IP Address autoconfig
plz share the latest dumps of CCNP 300- 101 abdulrehmandwp @gmail dot com
@next_try
I would assume you are correct about the DnD, I think it’s just the way you program the VCE file that gives a “wrong” answer for putting the answers in different blocks under the correct parameter.
Q. About vrf red and vrf blue questions, The Enginneer make a sh ip route… What is the result:
Router(config)#ip route vrf blue 0.0.0.0 0.0.0.0 192.168.1.1
Router(config)#ip route vrf red 0.0.0.0 0.0.0.0 192.168.1.2
If you type “show ip route” you will see “Gateway of last resort it not set”.
If you type show ip route vrf blue” you will see “192.168.1.1 as gateway of last resort”.
Global routing table does not overlap with VRF routing tables.
Is this a question with 3 answers to choose? A DnD? What is the format of this question and what is the answer? This is very confusing!
ip dhcp relay information option –>automatically add the circuit identifier suboption and the remote ID suboption
ip dhcp relay information check –>check that the relay agent information option in forwarded BOOTREPLY messages is valid
ip dhcp relay information policy–>Configures the reforwarding policy for a DHCP relay agent
ip dhcp relay information subscriber-id–>enable an ISP to add a unique identifier
ip dhcp relay information trusted-sources–>configures interfaces on a router as trusted sources
ip dhcp relay information–> configured in global configuration mode applies to all interfaces
Are these the actual choices for the DnD? Are they much different?
hello all,
i have a pdf, but can someone send me the VCE file as well?
ccnp7411 gmail com
thanks in advance
it would be a good idea to check which q-s did the people had on the exam and write down the q numbers to decrease the numbers of q-s.
at the switching share site it worked well.
any idea on this?
cheers
Hello everyone. Can you please share with me the actual dumps from Dokodo, Chinese and Dexter? Thank you very much! My email is: ogoheinz at yahoo dot com.
I am signing up for the premium membership to practice labs, but am curious where the question/answers are located that I see everyone talking about it prior posts. Thanks!
Is the premium membership enough for pass the exam?
Which two commands do you need to implement on the CALLING router to support the PPPoE client? (choose Two)
A. peer default ip address pool
B. mtu
C. bba-group pppoe
D. pppoe enable group
E. pppoe-client dialer-pool-number
Correct Answer: BE
How2pass.com has the answers as AD
Are we sure about the answer?
There is about 20 new questions not available on this site, even from the update of 7th March 2018.
I have studied several different dumps, all of the premium section of digital tut and new questions The simulations are all up to date and would be all ok for you to learn
Drag and Drops
LMI, DHCP, GRE, Packets Loss, AAA
Sims were PBR, EIGRP Eval and EIGRP STUB “The 255.255.240.0 don’t work, it’s 255.255.0.0 on R4”
Questions are very sporadic and very hard too crack even with good knowledge,
Easily one of the hardest exams I have ever taken and I have a MSc and MSCE.
The sheet amount of subjects you have to have deep knowledge in is what makes this exam very difficult to crack, those that pass have either a lot of experience in networking or just lucky to select the right questions.
Unfortunately their is no dumps or uptodate questions to pass this one.
Also if you fail this exam, the questions, sims and D&D would be completely different to the one you took last time as Cisco / Pearsonn Vue has already logged you for the 1st section of the exam, when you take it again you would be taking the 2nd….
I wish you all good luck but until the questions have been established and stabilised then their is really nothing you can do but to understand the concepts and material which would take you sometime to grasp and learn… not just from this site.
Refer to the exhibit.How can you configure a second export destination for IP address 192.168.10.1?
A. specify a different TCP port
B. specify a different UDP port
C. specify a VRF
D. configure a version 5 flow-export to the same destination
E. specify a different flow ID
asw: B
Configuring Multiple NetFlow Export Destinations on an Aggregation Cache
To configure multiple NetFlow export destinations on an aggregation cache, use the following commands in global configuration mode:
Command
Purpose
Step 1
Router(config)# ip flow-aggregation cache destination-prefix ——- > Configures the Destination Prefix aggregation cache scheme.
Step 2 Router(config-flow-cache)# export destination ip-address port ———— > Enables the exporting of information from NetFlow aggregation caches.
Step 3 Router(config-flow-cache)# export destination ip-address port ——- > Adds a second export destination.
https://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/12s_mdnf.html
I´m really nervous my exam is the next week, so I just finished all dumps and everything else also internal research. But I would like to get the CBT nuggets from ppoe ipv6 and snmp somebody can share this please
@jbalvin
Refer to the exhibit
configure terminal
ip flow-export destination 192.168.10.1 9991
ip flow-export version 9
How can you configure a second export destination for IP address 192.168.10.1?
A. Specify a different TCP port
B. Specify a different UDP port
C. Specify a VRF
D. Configure a version 5 flow-export to the same destination
E. Specify a different flow ID
Correct Answer: C
Explanation:
Note Do not enter the same ip address twice. However, entering two different ip addresses with the same udp port number is configurable.
@Vince But the question is asking you to configure a second export destination FOR IP address 192.168.10.1, So you are using the same IP address.
Correct Answer: B, in my opinion.
@ Anonymous
I see what you are saying, thanks.
hello friends! is there an update about the lab/simulation/evaluation or remain the same.
probably this question will not be in the exam but is interesting.
@vince @anonymous
Multiple NetFlow Export Destinations Example
The following example enables the exporting of information in NetFlow cache entries:
ip flow-export destination 10.42.42.1 9991
ip flow-export destination 10.0.101.254 1999
The following example disables the exporting of information to the first destination while retaining the second destination:
no ip flow-export destination 10.42.42.1 9991
Multiple NetFlow Export Destinations on an Aggregation Cache Example
The following example, enables the exporting of information from the NetFlow aggregation cache:
ip flow-aggregation cache destination-prefix
export destination 10.0.101.254 9991
export destination 10.0.101.254 1999
The following example disables the exporting of information to the second destination:
no export destination 10.0.101.254 1999
We are clear that the dumps are not valid and that we need to study the topics . this is the link of a summary of all new questions posted by all the 9 tubers . I hope this permit you to get a better result:
https://mega.nz/#!CrohySBB!M5PtvFzi3Fx4iEUFFYZ0neA9dmlz0Ntz_VBJamRpVJ0
@ XxpresService : Thanks a lot for sharing your warm words with us but I think we all here knows the situation we have ! Please be so kind and if you remember you about more details…please share this information with us instead !
By the way…what was your result in the Exam and how did you prepaire ?
Thanks a lot in advance.
Hi All,
Is that enough to study well these website topics ? kindly suggest i have paper on sunday
@Anonymous
If you understand all concept 300-101, then study this website topics and question should be enough, just remember the questions, not enough to pass ~ 60% of exam has same question good luck
@jbalvin @Anonymous @Vince @next_try
The most common use of the multiple-destination feature is to send the NetFlow cache entries to
(two different destinations for redundancy). Therefore, in most cases the second destination IP
address is not the same as the first IP address.
The (port numbers can be the same) when you are configuring (two unique destination IP) addresses.
***********************************************************************
If you want to configure both instances of the command to (use the same destination IP)
address, you (must use unique port numbers). You receive a warning message when you
configure the two instances of the command with the same IP address.
The warning message is,
“%Warning: Second destination address is the same as previous address “.
A destination is identified by a (unique combination) of (hostname) or (IP address) and (port number) or (port type).
First Export Destination Second Export Destination
ip flow-export 10.25.89.32 (100) udp ip flow-export 10.25.89.32 (285) udp ==>>>> ***
ip flow-export 10.25.89.32 100 udp ip flow-export 172.16.89.32 100 udp
ip flow-export 10.25.89.32 100 udp ip flow-export 172.16.89.32 285 udp
ip flow-export 10.25.89.32 100 udp ip flow-export 10.25.89.32 100 sctp
ip flow-export 10.25.89.32 100 sctp ip flow-export 10.25.89.32 285 sctp
ip flow-export 10.25.89.32 100 sctp ip flow-export 172.16.89.32 100 sctp
ip flow-export 10.25.89.32 100 sctp ip flow-export 172.16.89.32 285 sctp
some questions that i remembered, but maybe could be some different
Q. eigrp stub options:
A. connected
B. receive
C. external
D. summary-only
E. summary
ANSWER: A,E
so i think is necesary to check eigrp stub options
——————————-
there is a scenario where you have to configure a multipoint interface for frame-relay
the answers with the configuration is something like drag and drop something like this:
.int s0/0
.encapsulation frame-relay
sub-interface
.interface 0/0.1 multi-point
.frame-relay map interface DLCI 100
so i think is necesary check how to configure a frame relay.
——————————–
Q. what is the command to filter the default route
A. ip prefix-list no-default-route seq 5 deny:0.0.0.0/0
B. ip prefix-list no-default-route seq 5 deny:0.0.0.0/8
C. ip prefix-list no-default-route seq 5 deny:0.0.0.0/16
D. ip prefix-list no-default-route seq 5 deny:0.0.0.0/32
answer: A
———————————–
Q. Which two of the following options are true about NetFlowv9? (Choose two)
A. IEEE standard
B. IETF standard
C. ingress only
D. egress only
E. ingress/egress
Answer: B, E
—————————-
Q.Which of these can be used for IPv4 to IPv6 communication?(choose two)
A. NAT-PT
B. ISATAP
C. DMVPN
D. MPLS or something
Answer: A,B
——————————-
Q.How can you mitigate fragmentation issues between endpoints separated by a GRE tunnel?
A. PMTUD
B. TCP MSS
C. windowing
D. ICMP DF bit
Answer: B
——————————–
Q.Which of the following is true?
show ntp associations
~172.31.32.2 172.31.32.1 5 29 1024 377 4.2 -8.59 1.6
+~192.168.13.33 192.168.1.111 3 69 128 377 4.1 3.48 2.3
#~192.168.13.57 192.168.1.111 3 32 128 377 7.9 11.18 3.6
* master (synced), # master (unsynced), + selected, – candidate, ~ configured
A. Master is syncing and exchanging NTP packets successfully
B. Master is not syncing but exchanging NTP packets successfully
C. Master is not syncing and not exchanging NTP packets
Answer: B
——————————-
Q.redistribution from eigrp to ospf (choose two correct)
router eigrp 1
redistribute ospf 100
network 10.10.10.0 0.0.0.255
auto-summary
!
router ospf 100
network 172.16.0.0 0.0.255.255 area 10
redistribute eigrp 1
!
A.will redistribute only clasfull routes
B.routes will be redistributed as E2
C.routes will be redistributed as N2
D.will redistribute ALL routes
Answer: A (missing ‘subnets’ in the command),
B (default E2)
————————————————————————-
EIGRP STUB SIM (SUMMARY WITH 255.255.0.0 MASK)
OSPF Evaluation
EIGRP Evaluation Sim
This message is exclusive for 9 Tubers that already took the exam. Could you please check the following file created from others expirience . Please advise us if there is something new.
I really appreciate your help
https://mega.nz/#!Cyx2FYhZ!cL2o1NYbmOeN8ruFNZ4SR_w7rFIaylzmHurBPAQoaDA
“@ LOGO could you please check my link.
also regarding this question :
Q.How can you mitigate fragmentation issues between endpoints separated by a GRE tunnel?
A. PMTUD
B. TCP MSS
C. windowing
D. ICMP DF bit
Answer: B
please clarify
https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html#anc3
Q.How can you mitigate fragmentation issues between endpoints separated by a GRE tunnel?
A. PMTUD
B. TCP MSS
C. windowing
D. ICMP DF bit
attention all:
Question 7
In which scenario can asymmetric routing occur?
A. active/active firewall setup
B. single path in and out of the network.
C. active/standby firewall setup
D. redundant routers running VRRP
Answer: D
digital tut says the answer is D while dexter dumps says A
please help!!!!!
Hi Guys cleared the exam will share my experience in a bit, but one thing don’t need to panic LABS are still same, ALL DND’S are discussed here nothing new, Just be aware with the new questions here you will definitely do okay. Will post the questions soon.
@kohil
Thank you very much