Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
AN955
Forum: Answer this question
Last Post: help_desk
Yesterday, 02:52 PM
» Replies: 1
» Views: 97
|
CCNP 1.1
Forum: General Discussion
Last Post: forumsupport
05-07-2025, 05:34 AM
» Replies: 1
» Views: 89
|
OSPF DR/BDR Sim wrong .ya...
Forum: CCNP ENCOR 350-401 Forum
Last Post: kamau407
05-06-2025, 11:55 PM
» Replies: 0
» Views: 70
|
Passed my Exam Today
Forum: CCNP Security - SCOR 350-701 Forum
Last Post: Alegra Kilstein
05-01-2025, 06:13 AM
» Replies: 4
» Views: 8,053
|
QID SCRD28
Forum: CCNP Security - SCOR 350-701 Forum
Last Post: help_desk
04-22-2025, 06:03 PM
» Replies: 1
» Views: 316
|
simlets and/or simulation...
Forum: CCNP Security - SCOR 350-701 Forum
Last Post: forumsupport
04-22-2025, 10:16 AM
» Replies: 1
» Views: 307
|
AN668
Forum: Answer this question
Last Post: help_desk
04-11-2025, 09:24 AM
» Replies: 1
» Views: 594
|
Failed :(
Forum: CCNP ENCOR 350-401 Forum
Last Post: ionemoney
04-07-2025, 10:47 PM
» Replies: 1
» Views: 746
|
QID:AR677 Incorrect Answe...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
04-05-2025, 10:32 AM
» Replies: 1
» Views: 602
|
QID:ECD075
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
04-03-2025, 06:19 PM
» Replies: 1
» Views: 623
|
|
|
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
|
|
|
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
|
|
|
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.
|
|
|
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"
|
|
|
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
|
|
|
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.
|
|
|
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
|
|
|
|