Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
QID:AN1000
Forum: Answer this question
Last Post: help_desk
8 hours ago
» Replies: 1
» Views: 29
|
QID:AND84
Forum: Answer this question
Last Post: help_desk
Yesterday, 09:38 AM
» Replies: 1
» Views: 56
|
CML YAML Files - Not work...
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
10-11-2025, 12:15 PM
» Replies: 1
» Views: 220
|
Passed ENSARI - My Recomm...
Forum: CCNP ENARSI 300-410 Forum
Last Post: chewosaurus
10-06-2025, 02:26 PM
» Replies: 1
» Views: 988
|
How2Pass 200-201 CBROPS C...
Forum: Cybersecurity Associate - CBROPS 200-201 Forum
Last Post: forumsupport
10-05-2025, 06:32 PM
» Replies: 0
» Views: 178
|
CCNP 300-101 Questions
Forum: General Discussion
Last Post: ncc16ncc
10-03-2025, 10:31 AM
» Replies: 6
» Views: 21,918
|
Missing pka file 802.1Q T...
Forum: Answer this question
Last Post: help_desk
09-29-2025, 11:36 AM
» Replies: 1
» Views: 619
|
IPv4 and IPv6 Assignment ...
Forum: Answer this question
Last Post: help_desk
09-29-2025, 11:21 AM
» Replies: 1
» Views: 627
|
PBR and Redistribution Si...
Forum: CCNP ENARSI 300-410 Forum
Last Post: greaterzen1
09-24-2025, 04:47 PM
» Replies: 0
» Views: 968
|
QID:AND69
Forum: Answer this question
Last Post: help_desk
09-24-2025, 11:18 AM
» Replies: 1
» Views: 1,330
|
|
|
EC546 |
Posted by: gagiggs - 07-03-2022, 07:51 PM - Forum: CCNP ENCOR 350-401 Forum
- Replies (4)
|
 |
I believe the current answer is wrong and the correct answer should be it uses proprietary cabling.
As indicate there: https://networklessons.com/switching/cisco-stackwise
In addition Cisco Stackwise can stack up to 9 switches
The StackWise Master Switch
With StackWise, a single switching stack is managed by one StackWise master switch. The master switch is chosen from the connected switches. It has the ability to perform updates for all the switching. Cisco StackWise technology unites up to nine switches. The master switch manages each of these devices. Any member within the stacked unit can be the master switch. StackWise links Cisco Catalyst 3750 series switches into stacked units that are more easily deployed and managed.
|
|
|
EC685 |
Posted by: Kuroneko - 06-29-2022, 12:43 AM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
 |
I'm pretty sure the network and wildcard mask is incorrect in the answer.
Problem requests you to deny 10.100.2.248-255. The answers do not cover that from my understanding.
10.100.2.0 0.0.0.248 = 10.100.2.0-248
10.100.2.248 0.0.0.7 = 10.100.2.248-255
|
|
|
EC516 |
Posted by: Kuroneko - 06-27-2022, 06:40 AM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
 |
I'm pretty sure this isn't right.
I'm having trouble finding calculations for Epoch LINUX time format, but it isn't what this python script is.
First line I think is a red herring.
It decodes that encoded string and removes spaces, but doesn't encrypt it.
2nd line sets up Format DateTime today as d.
i.e. today = 6/26/2022 in American
date then takes (10000*d.year + 100*d.month + d.day)
= 10000*2022 + 100*6 + 26
= 20220000+ 600 + 26
= 20220626
= yyyymmdd in string
|
|
|
EC549 |
Posted by: Kuroneko - 06-27-2022, 06:11 AM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
 |
Answer seems off.
What does a northbound API accomplish?
ANSWER: Communication between SDN controllers and physical switches. -Sounds like southbound API
closest would be: Access to controlled network resources from a centralized node.
I can't find any other exam sites with this question to reference.
|
|
|
Typos |
Posted by: Kuroneko - 06-27-2022, 05:52 AM - Forum: CCNP ENCOR 350-401 Forum
- Replies (5)
|
 |
Hey Admin,
Found these typos in programming for CCNP. hoping you could assist with this.
EC082
YMAL=YAML output from responses to API calls
EC093
NFTCONF = NETCONF
EC094
go = gt
remove GO from the answer
What does this EEM applet event accomplish? "event snmp oid 1.3.6.1.3.7.1.5.1.2.4.2.9 get-type next entry-op gt entry-value 75 poll-interval 5"
entry-op is tied to a comparator. gt, lt, etc.
EC313
('SHOW ip bgp 192.168.101.0 bestpath')
EC254
event manager applet EEM_IP_SLA
event track 10 state down
EC351
action 1 syslog send "OSPF ROUTING"|action 1 syslog pattern "OSPF ROUTING ERROR"
missing an answer
action 1 syslog send "OSPF ROUTING"
action 1 syslog pattern "OSPF ROUTING ERROR"
|
|
|
EC613 Drag & Drop |
Posted by: gagiggs - 06-25-2022, 11:58 AM - Forum: CCNP ENCOR 350-401 Forum
- Replies (1)
|
 |
This is the correct answer:
OSPF
cost-based metric
Dijikstra algorithm
EIGRP
DUAL Diffused Update ALgorithm
metrics are bandwidth, delay, load and MTU
However when you select this it is marked as incorrect
You need to swap the routing protocols title to match your answers...
|
|
|
EC478 |
Posted by: Kuroneko - 06-24-2022, 08:24 AM - Forum: CCNP ENCOR 350-401 Forum
- Replies (2)
|
 |
Is this right?
If it pulls the ACL DENY-HTTP, nothing will be matched against that ACL since it is deny followed by an implicit deny.
Would this actually do anything? Would you not want two permits?
|
|
|
|