Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
EC687
Forum: CCNP ENCOR 350-401
Last Post: forumsupport
02-01-2023, 11:48 AM
» Replies: 1
» Views: 29
|
CCNA Security Test Questi...
Forum: General
Last Post: forumsupport
01-28-2023, 04:15 AM
» Replies: 1
» Views: 55
|
New Questions on Practice...
Forum: CCNP ENARSI 300-410
Last Post: darkfile
01-27-2023, 12:19 PM
» Replies: 2
» Views: 71
|
QID:AR285 "."
Forum: CCNP ENARSI 300-410
Last Post: forumsupport
01-26-2023, 08:26 PM
» Replies: 1
» Views: 65
|
QID:AR231
Forum: CCNP ENARSI 300-410
Last Post: forumsupport
01-24-2023, 03:38 PM
» Replies: 1
» Views: 78
|
QID: AR015 - Format Issue
Forum: CCNP ENARSI 300-410
Last Post: forumsupport
01-23-2023, 11:30 AM
» Replies: 1
» Views: 67
|
New QID Errors
Forum: CCNP ENARSI 300-410
Last Post: forumsupport
01-18-2023, 06:33 PM
» Replies: 1
» Views: 47
|
AN731
Forum: Answer this question
Last Post: forumsupport
01-14-2023, 10:59 AM
» Replies: 1
» Views: 51
|
Question AN610
Forum: General
Last Post: forumsupport
01-14-2023, 10:52 AM
» Replies: 1
» Views: 72
|
AN472
Forum: Answer this question
Last Post: forumsupport
01-14-2023, 10:31 AM
» Replies: 1
» Views: 47
|
|
|
EC546 |
Posted by: gagiggs - 07-03-2022, 07:51 PM - Forum: CCNP ENCOR 350-401
- 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
- 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
- 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
- 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
- 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
- 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
- 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?
|
|
|
|