| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
QID: AR434 has wrong answ...
Forum: CCNP ENARSI 300-410 Forum
Last Post: adilnasser3
Yesterday, 03:49 PM
» Replies: 0
» Views: 32
|
Online Interactive Lab Si...
Forum: General
Last Post: help_desk
04-10-2026, 11:32 AM
» Replies: 0
» Views: 102
|
Online Interactive Lab Si...
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
04-07-2026, 06:21 PM
» Replies: 0
» Views: 163
|
QID: AR240 still shows wr...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
04-03-2026, 08:04 PM
» Replies: 1
» Views: 357
|
Online Interactive Lab Si...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
04-03-2026, 07:49 PM
» Replies: 0
» Views: 254
|
Online Interactive Lab Si...
Forum: Site News & Issues
Last Post: help_desk
04-03-2026, 07:48 PM
» Replies: 0
» Views: 247
|
QID: AR076
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
03-30-2026, 08:39 AM
» Replies: 1
» Views: 445
|
QID: AR240
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
03-27-2026, 05:54 PM
» Replies: 1
» Views: 468
|
ENCORv1.2
Forum: Site News & Issues
Last Post: forumsupport
03-26-2026, 11:22 AM
» Replies: 1
» Views: 516
|
Passed CCNA
Forum: Exam Experience
Last Post: help_desk
03-25-2026, 12:10 PM
» Replies: 1
» Views: 428
|
|
|
| AR529 |
|
Posted by: genzdhal - 01-04-2026, 03:19 AM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
Please review, I think the correct answer should be
Define a delay timer under track 1
For example :
track 1 ip sla 1 reachability
delay down 10 up 10
Changing the threshold(RTT) to 1500 ms won't solve the issue
|
|
|
| AR225 |
|
Posted by: genzdhal - 01-01-2026, 06:22 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
Please review, the correct option should be
"Police the pir for BGP, conform-action transmit, and exceed action transmit"
to avoid dropping the BGP packets, which is causing the BGP flapping/re-calculations
|
|
|
| AR388 |
|
Posted by: genzdhal - 01-01-2026, 04:52 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
Please Check, I think the correct option is to configure interface bandwidth on all routers, I tested in LAB,
and traffic did flow through CapeTown --> Tokyo --> Dubai router after following
! Configuration for Cape Town
interface E 0/0
bandwidth 5000
interface E 0/1
bandwidth 10000
! Configuration for Dubai
interface E 0/0
bandwidth 50000
interface E 0/1
bandwidth 5000
! Configuration for Tokyo
interface E 0/0
bandwidth 50000
interface E 0/1
bandwidth 10000
|
|
|
| AND45 |
|
Posted by: JamesJones - 12-31-2025, 10:55 PM - Forum: Answer this question
- Replies (3)
|
 |
Please review this drag and drop for accuracy.
This is wrong. Here’s why:
- Autonomous Access Point
✅ Should have:
- Supports different operational modes
- Accessible for management via Telnet, SSH, or a Web GUI
❌ Your version incorrectly says “Requires a management IP address” (that applies to Lightweight APs).
- Lightweight Access Point
✅ Should have:
- Configured and managed by a WLC
- Requires a management IP address
❌ Your version incorrectly says “Supports different operational modes” (that applies to Autonomous APs).
Should be:
Autonomous Access Point
- Supports different operational modes
- Accessible for management via Telnet, SSH, or a Web GUI
Lightweight Access Point- Configured and managed by a WLC
- Requires a management IP address
Thanks,
James
|
|
|
| AR550 |
|
Posted by: genzdhal - 12-27-2025, 05:56 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
Please review, I think the correct option is
access-list 1 deny host 192.168.1.1
access-list 1 permit any
route-map CCNP permit 10
match ip address 1
set ip precedence critical
interface g0/0/0
ip address 192.168.1.4 255.255.255.0
ip policy route-map CCNP
As the above will mark all traffic with "Critical IP Precedence" except for the 192.168.1.1
|
|
|
| IP Services Sim 2 |
|
Posted by: networkbandit670 - 12-24-2025, 12:56 AM - Forum: Answer this question
- Replies (1)
|
 |
I just want to confirm if the written tasks are complete?
This is the most vague tasks that I have seen so far so I just want to confirm if this type of writing is what to expect in the actually exam.
|
|
|
| AR288 |
|
Posted by: genzdhal - 12-18-2025, 11:46 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
Please check,
I think all the given options are wrong. Due to OSPF's behavior of preferring intra-area routes (O) over inter-area routes (O IA)
R2 will always send traffic to R3 (intra area) no matter the cost of link.
Thanks
|
|
|
| AR012 |
|
Posted by: genzdhal - 12-18-2025, 02:14 AM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
Please review, I think the correct answer is "Set the AD 100 under RIP Process on R2"
R1 advertises 10.1.1.0/24 to R2 via RIP (AD 120)
R2 redistributes into EIGRP --> R4 learns it (AD 170) [D EX]
R4 advertises to R3 via EIGRP (AD 170) [D EX]
R3 redistributes EIGRP into OSPF --> R2 learns it via OSPF (AD 110) [O E2]
R2 prefers OSPF (110) over RIP (120)
R2 installs wrong route - > Next-hop = R3 instead of R1
Routing Loop, but if we change the AD to 100 under RIP on R2, then R2 prefers RIP route hence no loop, issue solved
|
|
|
|