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

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
Regain your strength and ...
Forum: General
Last Post: irenejoshi1717
3 hours ago
» Replies: 0
» Views: 6
3rd times the charm! PASS...
Forum: CCNP ENCOR 350-401 Forum
Last Post: sgtwardo
10-20-2025, 06:20 PM
» Replies: 2
» Views: 3,745
QID:AN1000
Forum: Answer this question
Last Post: help_desk
10-17-2025, 10:47 AM
» Replies: 1
» Views: 304
QID:AND84
Forum: Answer this question
Last Post: help_desk
10-16-2025, 09:38 AM
» Replies: 1
» Views: 331
CML YAML Files - Not work...
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
10-11-2025, 12:15 PM
» Replies: 1
» Views: 435
Passed ENSARI - My Recomm...
Forum: CCNP ENARSI 300-410 Forum
Last Post: chewosaurus
10-06-2025, 02:26 PM
» Replies: 1
» Views: 1,183
How2Pass 200-201 CBROPS C...
Forum: Cybersecurity Associate - CBROPS 200-201 Forum
Last Post: forumsupport
10-05-2025, 06:32 PM
» Replies: 0
» Views: 260
CCNP 300-101 Questions
Forum: General Discussion
Last Post: ncc16ncc
10-03-2025, 10:31 AM
» Replies: 6
» Views: 22,353
Missing pka file 802.1Q T...
Forum: Answer this question
Last Post: help_desk
09-29-2025, 11:36 AM
» Replies: 1
» Views: 748
IPv4 and IPv6 Assignment ...
Forum: Answer this question
Last Post: help_desk
09-29-2025, 11:21 AM
» Replies: 1
» Views: 767

 
  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

Print this item

  ec 937
Posted by: pc_evans - 01-02-2024, 04:43 AM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

It looks like your last answer choice is two answers.

Print this item

  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

Print this item

  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.

Print this item

  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.

Print this item

  EC 845
Posted by: pc_evans - 01-01-2024, 07:01 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

What do aironet extensions have to do with this?

I think coverage hole detection is a more likely cause.

The first order of business is to detect coverage holes, and second to mitigate them (if possible and wise) by increasing power/coverage. 


https://www.cisco.com/c/en/us/td/docs/wi...r/chd.html

Print this item

  EC 745
Posted by: pc_evans - 01-01-2024, 06:31 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

Exhibit is wrong Inside Global Column only shows 3 octets.

Print this item

  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.

Print this item

  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/

Print this item

  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)#

Print this item