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

Username
  

Password
  





Search Forums

(Advanced Search)

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

 
  ar589
Posted by: pc_evans - 03-10-2024, 08:21 PM - Forum: CCNP ENARSI 300-410 Forum - No Replies

Default-information originate can only be configured under ospfv3 ipv6 address-gamily instance.

R1(config)#ipv6 unicast-routing
R1(config)#router ospfv3 1

R1(config-router)#default?
default

R1(config-router)#address-family ipv6 unicast
R1(config-router-af)#default?
default  default-information  default-metric

R1(config-router-af)#default-information ?
  originate  Distribute default route

Print this item

  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