Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
QID:EC902
Forum: CCNP ENCOR 350-401 Forum
Last Post: chewosaurus
06-21-2025, 02:03 PM
» Replies: 2
» Views: 121
|
QID:EC172
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-21-2025, 08:08 AM
» Replies: 3
» Views: 521
|
QID:EC972
Forum: CCNP ENCOR 350-401 Forum
Last Post: chewosaurus
06-18-2025, 05:42 PM
» Replies: 0
» Views: 101
|
VRF Configuration Sim #2
Forum: CCNP ENCOR 350-401 Forum
Last Post: chewosaurus
06-18-2025, 01:11 PM
» Replies: 0
» Views: 105
|
QID:EC1223
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-14-2025, 11:07 AM
» Replies: 1
» Views: 315
|
QID:EC708
Forum: CCNP ENCOR 350-401 Forum
Last Post: chewosaurus
06-13-2025, 01:41 PM
» Replies: 3
» Views: 978
|
QID:EC082
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-11-2025, 10:14 AM
» Replies: 1
» Views: 444
|
I PASSED!
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
06-03-2025, 12:26 PM
» Replies: 1
» Views: 743
|
AR517 AR683 Duplicate que...
Forum: CCNP ENARSI 300-410 Forum
Last Post: bonz86
05-31-2025, 07:37 AM
» Replies: 0
» Views: 512
|
AR507 and AR667 same ques...
Forum: CCNP ENARSI 300-410 Forum
Last Post: bonz86
05-31-2025, 04:46 AM
» Replies: 0
» Views: 496
|
|
|
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
|
|
|
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
|
|
|
|