A - https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/cns/configuration/xe-16-6/cns-xe-16-6-book/netconf-sshv2.html
NETCONF over SSHv2 is a different requirement with different commands to enabling traditional NETCONF. The question asks you to enable NETCONF over SSH, and NETCONF with YANG.
netconf ssh - Enables NETCONF over SSH (netconf-yang is not required)
Terminal line configuration is mandatory - NETCONF over SSHv2 requires that a vty line be available for each NETCONF session as specified in the netconf max-session command (default = 5 if not explicitly configured)
Bit of a brutal question really
Providing Privilege Access to Use NETCONF
To start working with NETCONF APIs, you must be a user with privilege level 15.
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1612/b_1612_programmability_cg/configuring_yang_datamodel.html
Segun buenaspracticas la B: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/173/b_173_programmability_cg/configuring_yang_datamodel.html
The answer is A.
The question is asking to configure NETCONF via SSHv2.
>SSH needs to be configured (prerequisite)
>Between 4 and 16 VTY lines (mandatory)
>The AAA commands and netconf-yang commands are not necessary since this question is only asking for SSHv2, not NETCONF in general (see link).
>Username and password with privilege level 15 (mandatory)
Answer is B, not because the configuration has AAA, but because the configuration has:
router(config)#netconf ssh -> Enabling netconf on the SSH
router(config)#netconf-yang -> Enabling the protocol and starts the services
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
chmacnp
2 weeks, 2 days agoAbdhakeem
2 months, 1 week agoIgorLVG
2 months, 2 weeks agoRichardIzarra
3 months, 3 weeks agozbeugene7
4 months, 2 weeks agoNetworkJanitor
3 months, 3 weeks agozbeugene7
4 months, 2 weeks agozbeugene7
4 months, 2 weeks agoExamTaker1017
5 months, 2 weeks agoExamTaker1017
5 months, 2 weeks agoRfvaz
5 months, 3 weeks agochiacche
5 months, 3 weeks agoShri_Fcb10
5 months, 3 weeks agoklema99
5 months, 4 weeks agoBT22
6 months ago