incorrect answers - Printable Version +- How2pass.com Forums (https://www.how2pass.com/forum) +-- Forum: CCNP (https://www.how2pass.com/forum/forum-6.html) +--- Forum: CCNP ENCOR 350-401 Forum (https://www.how2pass.com/forum/forum-19.html) +--- Thread: incorrect answers (/thread-2190.html) Pages:
1
2
|
incorrect answers - legionuk - 07-11-2023 Hi There appears to be several wrong answers Answer Ec849 appears to be enable AAA overide check for opions https://www.examtopics.com/discussions/cisco/view/101511-exam-350-401-topic-1-question-725-discussion/ Also a Google on AAA overide comes back with dynamic vlans There is also EC546 for Stackwise. 9 x 9200s can be stacked https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-9200-series-switches/nb-06-stackwise-cat9200-series-wp-cte-en.html The stackwise cables are proprietary https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-9200-series-switches/nb-06-stackwise-architecture-cte-en.html ec793 The answer is wrong. It should be "AAA New-Model AAA authentication login default group RADIUS" ec686 https://www.examtopics.com/discussions/cisco/view/79725-exam-350-401-topic-1-question-380-discussion/ It should not be "On R3" that would prevent all areas from receiving the advertisement It should be applied to R1 to prevent R3 from receiving the LSA The diagram should also show area 1 and area 2 Please can these be checked. RE: incorrect answers - ratedr - 07-17-2023 This is concerning. Has these questions been looked into or updated? RE: incorrect answers - forumsupport - 07-18-2023 We will look into these questions and fix them if required, within a couple of days. RE: incorrect answers - forumsupport - 07-22-2023 All indicated questions have been updated/fixed. The answer for EC793 was correct but not properly formatted. Ref is added to support correct answer for EC793. RE: incorrect answers - legionuk - 07-27-2023 hi QID:EC787 is also in correct. The answer should be "It displays the startup config and then termintes the session" as this is the default behaviour of autocommand. To prevent it ending the session the following option is required. autocommand-options nohangup See https://blog.noblinkyblinky.com/2021/05/03/the-autocommand/ RE: incorrect answers - forumsupport - 07-27-2023 EC787 is now fixed, thank you. RE: incorrect answers - legionuk - 08-03-2023 Ec718 the answer should be Select the PSK under authentication key management Check https://www.youtube.com/watch?v=EjNCpxMr1rU RE: incorrect answers - legionuk - 08-05-2023 question EC770 "A network administrator must configure router B to allow traffic only from network 10.100.2.0 to networks outside of router B. Which configuration must be applied?" It is a radial button selection and your answer is highlighting two different answers... the correct answer is not displayed in the text it should be "D. RouterB(config)# access-list 101 permit ip 10.100.2.0 0.0.0.255 any RouterB(config)# int g0/0/0 - RouterB(config-if)# ip access-group 101 out RouterB(config)# int g0/0/1 - RouterB(config-if)# ip access-group 101 out" Check https://www.examtopics.com/discussions/cisco/view/99715-exam-350-401-topic-1-question-682-discussion/ RE: incorrect answers - forumsupport - 08-06-2023 Thank you for your feedback. EC718 and EC770 have been fixed. RE: incorrect answers - legionuk - 08-10-2023 EC688: "which configuration enables a cisco router to send information to a tacacs+ server for individual exec commands associated with privelege level 15" Correct answer should be aaa accounting commands 15 default start-stop group tacacs+ https://www.certificationkits.com/cisco-certification/ccna-security-certification-topics/ccna-security-aaa-on-cisco-routers/ccna-security-configuring-aaa/ "For every dial-in PPP session, accounting information is sent to the AAA server once the client is authenticated and after the disconnect using the keyword start-stop. So let’s configure the start and stop of the Accounting records. Router(config)#aaa accounting network default start-stop group radius local" The current correct answer on how2pass is aaa authorization commands 15 default group tacacs+ This would authorize the user to have level 15 access, but would not configure accounting information to be sent. |