Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
Packet Tracer Labs
Forum: Site News & Issues
Last Post: help_desk
10-29-2025, 05:17 AM
» Replies: 7
» Views: 11,030
Can't open CCNP Encor sim...
Forum: General Discussion
Last Post: help_desk
10-29-2025, 05:12 AM
» Replies: 1
» Views: 154
3rd times the charm! PASS...
Forum: CCNP ENCOR 350-401 Forum
Last Post: sgtwardo
10-20-2025, 06:20 PM
» Replies: 2
» Views: 3,930
QID:AN1000
Forum: Answer this question
Last Post: help_desk
10-17-2025, 10:47 AM
» Replies: 1
» Views: 423
QID:AND84
Forum: Answer this question
Last Post: help_desk
10-16-2025, 09:38 AM
» Replies: 1
» Views: 443
CML YAML Files - Not work...
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
10-11-2025, 12:15 PM
» Replies: 1
» Views: 542
Passed ENSARI - My Recomm...
Forum: CCNP ENARSI 300-410 Forum
Last Post: chewosaurus
10-06-2025, 02:26 PM
» Replies: 1
» Views: 1,320
How2Pass 200-201 CBROPS C...
Forum: Cybersecurity Associate - CBROPS 200-201 Forum
Last Post: forumsupport
10-05-2025, 06:32 PM
» Replies: 0
» Views: 322
CCNP 300-101 Questions
Forum: General Discussion
Last Post: ncc16ncc
10-03-2025, 10:31 AM
» Replies: 6
» Views: 22,649
Missing pka file 802.1Q T...
Forum: Answer this question
Last Post: help_desk
09-29-2025, 11:36 AM
» Replies: 1
» Views: 837

 
  ar457
Posted by: pc_evans - 03-10-2024, 05:57 PM - Forum: CCNP ENARSI 300-410 Forum - No Replies

There is no need for a flow exporter on R1.  The problem is that the netflow collector cannot receive flows from R1.

only making changes to R3, the secondary link is not the correct choice.

R1 Flow exporter shows the traffic destined to 10.60.66.66 port 1090, the actual IP address of the collector is 10.66.66.66.  This needs to be corrected.

The other problem is that R4 is the primary link and has an ACL blocking udp 1090.

Print this item

  AR435
Posted by: comedian91 - 03-10-2024, 04:17 PM - Forum: CCNP ENARSI 300-410 Forum - No Replies

there is a debug log shown in the exhibit not an syslog.

It would make more sense, to configure "service timestamps debug datetime localtime msec"

Print this item

  AR239
Posted by: pc_evans - 03-10-2024, 05:43 AM - Forum: CCNP ENARSI 300-410 Forum - No Replies

None of the answers are correct.

le is not the same as lower than

le 23 is not the same as lower than 23

Print this item

  AR374
Posted by: comedian91 - 03-07-2024, 10:34 PM - Forum: CCNP ENARSI 300-410 Forum - No Replies

The clue to the answer is provided by the question. "Not all guests"

Allow 10.66.46.0/23 should be the correct answer in my opinion. The interface itself is also in the /23 subnet, so the entire range should also be taken into account in the ACL.

Print this item

  Tab / ? allowed in Sims?
Posted by: comedian91 - 03-04-2024, 08:04 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (1)

Hello,

Do you know if “Tab” and/ or “?” are working on the ENARSI-Exam?

Thanks in advance

Print this item

  ar483
Posted by: pc_evans - 03-04-2024, 05:08 PM - Forum: CCNP ENARSI 300-410 Forum - No Replies

There is no reason to believe a local user account has been created on R2.

there is no password command in global config.  there is enable password and password under line config.  Still no reference to a local user account on the device.

All configs lead toward a telnet session using the password under the vty lines with enable secret to enter privileged mode.

login local will not work without a user account on the device.

vty has 3 options
no login <-- gives access without authentication
login <-- uses vty password for authentication
login local <-- prompts for a username and password

the only way to get connection refused is by

line vty 0 4
trans in none

or

line vty 0 4
no exec

Print this item

  ar338
Posted by: pc_evans - 03-04-2024, 06:47 AM - Forum: CCNP ENARSI 300-410 Forum - Replies (3)

exhibit show that R1 is attempting to connect to 10.221.10.10 and reveals a connect error

fixing the diagram will show that a static route out e 0/1 will fix the problem

Print this item

  ar338
Posted by: pc_evans - 03-04-2024, 06:32 AM - Forum: CCNP ENARSI 300-410 Forum - Replies (1)

R1 has two interfaces labeled E0/0

Print this item

  ar551
Posted by: pc_evans - 03-04-2024, 02:29 AM - Forum: CCNP ENARSI 300-410 Forum - No Replies

an ospf stub area only prevents external routes.  Type-3 (summary LSAs) are permitted in an ospf stub area.

you need the command 'area 1 stub no-summary'

Print this item

  ar403
Posted by: pc_evans - 03-04-2024, 02:01 AM - Forum: CCNP ENARSI 300-410 Forum - No Replies

Tough question.

A permit any statement is modifying the acl, which is prohibited.

a continue statement on the route map does nothing


A permit 20 is route-map syntax (20 permit would be for an ACL).  Adding a route-map entry to permit anything not matched by route-map entry 10  is the correct option.

Print this item