| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
How to Use ENGWE Coupon C...
Forum: General
Last Post: ENGWE Coupon Code PAYLESS
52 minutes ago
» Replies: 0
» Views: 1
|
QID: AR188 - Question/Ans...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
1 hour ago
» Replies: 1
» Views: 44
|
Failed
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
05-30-2026, 07:16 AM
» Replies: 2
» Views: 256
|
SIM down?
Forum: General Discussion
Last Post: elpotatoexperto
05-29-2026, 11:29 AM
» Replies: 2
» Views: 224
|
QID:AR677 Incorrect Answe...
Forum: CCNP ENARSI 300-410 Forum
Last Post: forumsupport
05-23-2026, 04:41 AM
» Replies: 3
» Views: 5,571
|
BGP Troubleshooting Sim
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
04-30-2026, 09:50 AM
» Replies: 1
» Views: 679
|
Sim Time
Forum: CCNP ENARSI 300-410 Forum
Last Post: elpotatoexperto
04-23-2026, 04:16 PM
» Replies: 3
» Views: 1,022
|
QID:SDWD17 has wrong answ...
Forum: CCNP ENSDWI 300-415 Forum
Last Post: andalrow
04-21-2026, 11:47 PM
» Replies: 0
» Views: 454
|
QID: AR316 has wrong answ...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
04-21-2026, 06:08 PM
» Replies: 1
» Views: 697
|
QID: AR434 has wrong answ...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
04-16-2026, 09:55 AM
» Replies: 1
» Views: 777
|
|
|
| AR329 |
|
Posted by: binibin - 05-14-2024, 10:54 AM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
The ACL should be applied to SW1 Interface G1/10
https : // www . examtopics . com/discussions/cisco/view/82688-exam-300-410-topic-1-question-250-discussion/
|
|
|
| CCNA question QID:AN791 |
|
Posted by: spookylake - 04-23-2024, 01:10 AM - Forum: Answer this question
- Replies (1)
|
 |
On question QID:AN791
I believe the answer is not listed and should be:
"Configure the switchport trunk add vlan 300 on interface Fa0/2 on SW1"
The test states that it is just "switchport trunk allowed vlan 300" but if you entered that CLI it would remove the existing trunk allowed vlans and only use vlan 300 rather than adding the vlan 300 to the existing trunk which is what you need.
The "add vlan 300 to interface Fa0/2 on SW1 is not even an option for an answer.
|
|
|
| Passed 4-1-24 |
|
Posted by: alextomko - 04-01-2024, 07:01 PM - Forum: CCNP ENARSI 300-410 Forum
- No Replies
|
 |
Passed, questions are good. Labs are good too but still got some wrong even with the right stuff from here. I studied them with CML and still could not get all of them working yet must have scored good enough on them and the questions to pass.
Thanks H2P
One thing that was notable, the ordering of the multiple choice answers was different than on here.
On 350-401 - the ordering of the multiple choice answers was identical yet not on 300-410.
|
|
|
| AR538 |
|
Posted by: jupertino - 03-30-2024, 07:33 AM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
I think there's an issue with the answer of this question. The answer is listed as OSPF and BGP, but I believe the answer is LDP and RSVP.
The two protocols used by P routers to transfer VPN traffic between PE routers in an MPLS network are:
LDP (Label Distribution Protocol)
RSVP (Resource Reservation Protocol)
Explanation:
LDP is a protocol used in MPLS networks to distribute labels between adjacent label switch routers (LSRs). It allows P routers to assign and exchange MPLS labels for forwarding labeled packets along the Label Switched Path (LSP).
RSVP is a signaling protocol used in MPLS Traffic Engineering (MPLS-TE) to establish and maintain LSPs with specific bandwidth and quality of service (QoS) requirements. RSVP is used to reserve network resources along the LSP path.
The other options mentioned:
BGP (Border Gateway Protocol) is used for exchanging routing information between autonomous systems (AS) but not for transferring VPN traffic within an MPLS network.
OSPF (Open Shortest Path First) is an interior gateway protocol (IGP) used for routing within an AS but not for transferring VPN traffic in an MPLS network.
MP-BGP (Multiprotocol BGP) is used by PE routers to exchange VPN routing information and MPLS labels between VPN instances, but it is not used by P routers for transferring VPN traffic.
Please someone let me know if my understanding is not correct. Thanks!
|
|
|
| arx06 |
|
Posted by: pc_evans - 03-12-2024, 05:13 PM - Forum: CCNP ENARSI 300-410 Forum
- Replies (1)
|
 |
It appears the exhibit forgot to name the route-maps.
the route-map is named 'deny'
the second route-map is named 'permit'
neither route-map contains a permit or deny clause. GNS3 shows that Route-maps can be configured without a permit or deny clause. Configuring a route-map this way results in an implicit permit.
The exhibit is either wrong, or the answers are wrong.
If we assume the route-maps are intended to be named 'deny' and 'permit' we do not know which route map is applied.
!!! Route-map named 'deny' with no permit/deny clause defaults to permit
R4(config)#route-map ?
WORD Route map tag
R4(config)#route-map deny ?
<0-65535> Sequence to insert to/delete from existing route-map entry
deny Route map denies set operations
permit Route map permits set operations
<cr>
R4(config)#route-map deny 10
R4(config-route-map)#match address 10
R4(config-route-map)#do sh route-map
route-map deny, permit, sequence 10
Match clauses:
ip address (access-lists): 10
Set clauses:
Policy routing matches: 0 packets, 0 bytes
!!! route-map named 'deny' with a deny clause denies any match.
R5(config)#route-map deny deny 10
R5(config-route-map)#match address 10
R5(config-route-map)#do sh route-map
route-map deny, deny, sequence 10
Match clauses:
ip address (access-lists): 10
Set clauses:
Policy routing matches: 0 packets, 0 bytes
|
|
|
| AR135 |
|
Posted by: pc_evans - 03-11-2024, 09:42 PM - Forum: CCNP ENARSI 300-410 Forum
- No Replies
|
 |
Line 30 of ACL is wrong. Should be host 2001:abc:20:2:2::2
or the answer is to remove line 70 from the acl
|
|
|
|