| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
ENCORv1.2
Forum: Site News & Issues
Last Post: telestrial
03-20-2026, 01:35 PM
» Replies: 0
» Views: 69
|
Testing for wrong answers...
Forum: Site News & Issues
Last Post: nameslano
03-18-2026, 01:14 PM
» Replies: 2
» Views: 239
|
I Failed ENARSI Today
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
03-07-2026, 11:25 AM
» Replies: 1
» Views: 348
|
These lab simulations are...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
02-27-2026, 09:04 AM
» Replies: 2
» Views: 913
|
LAB - CoPP Configuration
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
02-26-2026, 09:49 AM
» Replies: 2
» Views: 1,021
|
eBGP Neighbor Sim
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-11-2026, 09:55 AM
» Replies: 1
» Views: 787
|
300-710 SNCF (Securing Ne...
Forum: General Discussion
Last Post: help_desk
02-11-2026, 09:35 AM
» Replies: 1
» Views: 604
|
QID:EC1046
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-05-2026, 07:17 AM
» Replies: 1
» Views: 911
|
QID:EC1067
Forum: CCNP ENCOR 350-401 Forum
Last Post: muddytechz
02-04-2026, 01:29 AM
» Replies: 0
» Views: 518
|
Netflow & IP SLA Sim
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-03-2026, 09:59 AM
» Replies: 7
» Views: 8,669
|
|
|
| Testing |
|
Posted by: BManager - 01-12-2020, 11:22 AM - Forum: CCNP ENARSI 300-410 Forum
- Replies (15)
|
 |
Anyone testing soon? i am in 2 weeks then on to troubleshoot before 24th feb be interested to know if the exam has any new questions. I feel like i have all the concepts locked into place in my brain but you know cisco can catch anyone out.
|
|
|
| (QID 975) |
|
Posted by: pikeee - 01-09-2020, 04:00 PM - Forum: Answer this question
- No Replies
|
 |
(QID 975)
You recently applied a common configuration to several PCs on different VLANs. The PCs are connected to the same switch with a router-on-a-stick, but users report that the PCs cannot ping one another. Which two are possible reasons for the problem? (Choose two.)
A. The access ports on the PCs are misconfigured.
B. The native VLAN on the router is misconfigured.
C. The ip default-network command is misconfigured on the router.
D. The trunking protocol is configured incorrectly on the router subinterfaces.
E. The VLAN is configured incorrectly on the router subinterfaces.
In how2pass test the correct answers are A and E.
The E is OK, but I don't understand why A? Access ports should be configured on the switch not on PC.
I think the correct answer is E and D.
|
|
|
| qid:rte582 |
|
Posted by: BManager - 01-07-2020, 07:12 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (2)
|
 |
I'm unsure about the answer of qid:rte582 i think the answer may be link-local addresses and not FF02::5
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5600/sw/unicast/7x/unicast_n5600_config/l3_ospfv3.html#88866
OSPFv3 uses link-local IPv6 addresses for neighbor discovery and other features.
|
|
|
| Passed ICND2 908/811 |
|
Posted by: elonmusk601 - 01-07-2020, 06:21 PM - Forum: Exam Experience
- No Replies
|
 |
This site is great, although you should NOT solely depend on only this site to pass. I used Cisco NetAcad, this youtube channel: https://www.youtube.com/playlist?list=PLJqb_j53o7BhRrYwLDy41AwR4pm-5nWk4, and lots of lab time on packet tracer and physical equipment. This site should be used as a supplementary with resources to help pass Cisco Certification tests.
I studied independently myself using multiple resources (listed above - also OCG) and did not use this site until I completely finished the course and or book. After, I used this site and did practice questions everyday. Good luck everyone!
|
|
|
| QID: 1A516 Wrong answer |
|
Posted by: pikeee - 01-06-2020, 10:12 AM - Forum: Answer this question
- No Replies
|
 |
QID: 1A516)
Which configuration register value can you set on a Cisco device so that it ignores the NVRAM when it boots?
A. 0x2124
B. 0x2120
C. 0x2142
D. 0x2102
Th correct answer is C. 0x2142, but in how2pass test the correct is D. I think tihs solution is wrong.
|
|
|
| OSPF Sim |
|
Posted by: BManager - 01-05-2020, 02:55 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (4)
|
 |
I am trying to understand from the sim why you would include the command "network 192.168.2.4 0.0.0.3 area 0?
Configuration for Bravo
Quote:Bravo#config t
Bravo(config)#int s0/0
Bravo(config-if)#ip address 192.168.2.6 255.255.255.252
Bravo(config-if)#int s0/1
Bravo(config-if)#ip address 192.168.1.6 255.255.255.252
Bravo(config-if)#exit
Bravo(config)#router ospf 1
Bravo(config-router)#network 192.168.2.4 0.0.0.3 area 0
Bravo(config-router)#network 192.168.1.4 0.0.0.3 area 1
Bravo(config-router)#area 1 stub no-summary
Bravo(config-router)#^z
Bravo#
|
|
|
| QIDRTE572 |
|
Posted by: BManager - 01-01-2020, 05:59 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
QIDRTE572
should be Router Subcommand i think?
to enable rip you type in the global config:
Router rip
the question says on a link so that is already in the router mode to enable on a link you type the network command
network 10.10.10.1
R3(config)#
R3(config)#router rip
R3(config-router)#network 10.1.1.5
|
|
|
| Not sure about answer |
|
Posted by: BManager - 01-01-2020, 02:15 PM - Forum: CCNP ENARSI 300-410 Forum
- No Replies
|
 |
QID:RTE838
A router receives a routing advertisement for 10.1.1.0/24 from an EIGRP peer and from an OSPF peer. Which route does the router install in the routing table, and for which reason?
The answer showing is
The EIGRP route, because the administrative distance is lower
But i thought an External eigrp AD is 170 ospf is 110 so whould it not be:
The OSPF route, because the administrative distance is lower.
(01-01-2020, 02:15 PM)alecrobertburns Wrote: QID:RTE838
A router receives a routing advertisement for 10.1.1.0/24 from an EIGRP peer and from an OSPF peer. Which route does the router install in the routing table, and for which reason?
The answer showing is
The EIGRP route, because the administrative distance is lower
But i thought an External eigrp AD is 170 ospf is 110 so whould it not be:
The OSPF route, because the administrative distance is lower. Ignore me its looking at peer which is an AD of 90 for eigrp and 110 for ospf
|
|
|
|