Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Passed Exam
Forum: CCNP ENCOR 350-401 Forum
Last Post: brownhorse
11-16-2024, 01:25 AM
» Replies: 1
» Views: 466
|
AN324
Forum: Answer this question
Last Post: help_desk
11-13-2024, 10:19 AM
» Replies: 1
» Views: 160
|
AN413
Forum: Answer this question
Last Post: help_desk
11-08-2024, 01:11 PM
» Replies: 1
» Views: 191
|
AND60
Forum: Answer this question
Last Post: help_desk
11-04-2024, 10:37 AM
» Replies: 1
» Views: 181
|
and64
Forum: Answer this question
Last Post: help_desk
11-04-2024, 10:11 AM
» Replies: 1
» Views: 196
|
AN600
Forum: Answer this question
Last Post: help_desk
10-26-2024, 09:34 AM
» Replies: 1
» Views: 268
|
AN401
Forum: Answer this question
Last Post: help_desk
10-23-2024, 10:49 AM
» Replies: 1
» Views: 304
|
Just Passed! Corrected La...
Forum: CCNP ENARSI 300-410 Forum
Last Post: jupertino
10-14-2024, 04:15 AM
» Replies: 1
» Views: 490
|
Anyone pass recently usin...
Forum: CCNP ENARSI 300-410 Forum
Last Post: jupertino
10-14-2024, 04:02 AM
» Replies: 1
» Views: 1,019
|
Packet Tracer Labs
Forum: Site News & Issues
Last Post: forumsupport
10-10-2024, 09:40 AM
» Replies: 3
» Views: 802
|
|
|
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...mc-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)#
|
|
|
EC 560 |
Posted by: pc_evans - 12-30-2023, 06:51 PM - Forum: CCNP ENCOR 350-401 Forum
- No Replies
|
|
The exhibit shows both interfaces configured as dynamic auto but status is trunking.
If both ports are dynamic auto the trunk would not come up and the command output of show interface trunk would not display any trunks.
IOU1#sh cdp ne
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone,
D - Remote, C - CVTA, M - Two-port Mac Relay
Device ID Local Intrfce Holdtme Capability Platform Port ID
IOU2 Eth 0/0 134 R S I Linux Uni Eth 0/0
Total cdp entries displayed : 1
IOU1#sh run int e 0/0
Building configuration...
Current configuration : 29 bytes
!
interface Ethernet0/0
end
IOU1#show interface ethernet0/0 switchport | inc Administrative Mode:
Administrative Mode: dynamic auto
IOU1#sh int trunk
IOU1#
#############################################
IOU2#sho cdp ne
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone,
D - Remote, C - CVTA, M - Two-port Mac Relay
Device ID Local Intrfce Holdtme Capability Platform Port ID
IOU1 Eth 0/0 157 R S I Linux Uni Eth 0/0
Total cdp entries displayed : 1
IOU2#sh run int e0/0
Building configuration...
Current configuration : 29 bytes
!
interface Ethernet0/0
end
IOU2#show interface ethernet0/0 switchport | inc Administrative Mode:
Administrative Mode: dynamic auto
IOU2#sh int trunk
IOU2#
IOU2#
|
|
|
EC 304 |
Posted by: pc_evans - 12-30-2023, 06:33 PM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
|
Either of these answers will work depending on which switch the configurations are applied.
[*]Configure channel-group 1 mode desirable on both interfaces.
[*]Configure channel-group 1 mode active on both interfaces.
[*]configuring both interfaces of switch3 for PAgP (desirable) would work
[*]configuring both interfaces of switch2 for LACP (active) would work
|
|
|
|