| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
QID: AR188 - Question/Ans...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
4 hours ago
» Replies: 1
» Views: 45
|
Failed
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
05-30-2026, 07:16 AM
» Replies: 2
» Views: 257
|
SIM down?
Forum: General Discussion
Last Post: elpotatoexperto
05-29-2026, 11:29 AM
» Replies: 2
» Views: 228
|
QID:AR677 Incorrect Answe...
Forum: CCNP ENARSI 300-410 Forum
Last Post: forumsupport
05-23-2026, 04:41 AM
» Replies: 3
» Views: 5,574
|
BGP Troubleshooting Sim
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
04-30-2026, 09:50 AM
» Replies: 1
» Views: 680
|
Sim Time
Forum: CCNP ENARSI 300-410 Forum
Last Post: elpotatoexperto
04-23-2026, 04:16 PM
» Replies: 3
» Views: 1,023
|
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: 698
|
QID: AR434 has wrong answ...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
04-16-2026, 09:55 AM
» Replies: 1
» Views: 779
|
Online Interactive Lab Si...
Forum: General
Last Post: help_desk
04-10-2026, 11:32 AM
» Replies: 0
» Views: 604
|
|
|
| EC 548 |
|
Posted by: pc_evans - 01-03-2024, 03:49 AM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
 |
Aren't both C and D answers correct or am i missing something?
An engineer must enable a login authentication method that allows a user to log in by using local authentication if all
other defined authentication methods fail. Which configuration should be applied?
A. aaa authentication login CONSOLE group radius local-case enable aaa
B. authentication login CONSOLE group radius local enable none
C. aaa authentication login CONSOLE group radius local enable
D. aaa authentication login CONSOLE group tacacs+ local enable
|
|
|
| EC 957 |
|
Posted by: pc_evans - 01-02-2024, 04:06 AM - Forum: CCNP ENCOR 350-401 Forum
- Replies (2)
|
 |
The exhibit does not contain enough information to answer this questions. There is no way of knowing which interface should be inside or outside. There are potentially two correct answers depending on which interface is inside.
int gig 0/0
ip nat inside
int gig 0/1
ip nat outside
|
|
|
| EC 495 |
|
Posted by: pc_evans - 01-01-2024, 10:37 PM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
 |
I don't see how an ACL can impact one command but not the other.
the max-message size is set for 10 Kilobytes. This could be fine for a small command output such as show line, but something larger like show run would require the max-message size to be increased.
https://www.cisco.com/c/en/us/td/docs/io...sshv2.html
Step 6
netconf max-message size
Example:
Device(config)# netconf max-message 37283
(Optional) Specifies the maximum size, in kilobytes (KB), for the messages received in a NETCONF session. - The valid range is 1 to 2147483. The default value is infinite.
- To set the maximum size to infinite, use the no netconf max-message command.
|
|
|
| EC 870 |
|
Posted by: pc_evans - 01-01-2024, 09:57 PM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
 |
Exhibit doesn't match answer options. The file server is on gig 0/2
correct answer is
monitor session 1 source int gig 0/2
monitor session 1 destination int gig 0/1 encap replicate
the command show monitor is not required for span to work but it is a better option than show ip route or show vlan.
|
|
|
| EC 198 |
|
Posted by: pc_evans - 01-01-2024, 06:19 PM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
 |
Edge-02 takes over when Edge-01 goes down because it is the only router in the HSRP group.
Changing the priority, preemption, tracking, or timers has no effect because there is only one router in the group.
The only way this question makes sense is if we assume that tracking on R1 to the Core caused Edge-01 to decrement its priority, but that is not what the question is stating.
|
|
|
| EC492 |
|
Posted by: pc_evans - 01-01-2024, 04:06 PM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
 |
A data MDT is created to allow for the best transmission through the core for (S, G) multicast route entries.
I am not a multicast expert and would welcome opinions.
For high-bandwidth applications that have sparsely distributed receivers, this might pose the problem of unnecessary flooding to dormant PE routers. To overcome this, a special MDT group called a Data-MDT can be created to minimize the flooding by sending data only to PE routers that have active VPN receivers.
https://www.cisco.com/c/en/us/td/docs/io...c-mvpn-xe-
3s-book/
|
|
|
| EC553 |
|
Posted by: pc_evans - 12-30-2023, 07:55 PM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
 |
looks like your exhibit is missing content
see https://www.examtopics.com/discussions/c...iscussion/
'ip ospf enable' is not a valid command so this option is out.
OSPF Example using Network Statement
IOU3(config)#router ospf 1
IOU3(config-router)#net 192.168.50.0 0.0.0.255 area 0
IOU3(config-router)#end
IOU3#
IOU3#sh ip ospf int
Ethernet0/0 is up, line protocol is up
Internet Address 192.168.50.1/24, Area 0, Attached via Network Statement
Process ID 1, Router ID 192.168.50.1, Network Type BROADCAST, Cost: 10
Topology-MTID Cost Disabled Shutdown Topology Name
0 10 no no Base
Transmit Delay is 1 sec, State WAITING, Priority 1
No designated router on this network
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:02
Wait time before Designated router selection 00:00:33
Supports Link-local Signaling (LLS)
Cisco NSF helper support enabled
IETF NSF helper support enabled
Index 1/1/1, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
IOU3#
Example of OSPF configured using interface config
IOU3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
IOU3(config)#no router ospf 1
IOU3(config)#int e 0/0
IOU3(config-if)#ip ospf 1 area 0
IOU3(config-if)#do sh ip ospf int
Ethernet0/0 is up, line protocol is up
Internet Address 192.168.50.1/24, Area 0, Attached via Interface Enable
Process ID 1, Router ID 192.168.50.1, Network Type BROADCAST, Cost: 10
Topology-MTID Cost Disabled Shutdown Topology Name
0 10 no no Base
Enabled by interface config, including secondary ip addresses
Transmit Delay is 1 sec, State WAITING, Priority 1
No designated router on this network
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:01
Wait time before Designated router selection 00:00:23
Supports Link-local Signaling (LLS)
Cisco NSF helper support enabled
IETF NSF helper support enabled
Index 1/1/1, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
IOU3(config-if)#
|
|
|
|