Click the Exhibit button.
Exhibit:
You are validating access to a Junos device using NETCONF and receive the response shown below.
Referring to the exhibit, how would you solve this issue?
Enable traceoptions under the NETCONF configuration hierarchy
Enable protocol-version v1 under the SSH configuration hierarchy
Enable outbound-ssh with services netconf under the SSH configuration hierarchy
Enable ssh under the NETCONF configuration hierarchy
References:
show configuration system services
ftp;
ssh {
root-login deny;
protocol-version v2;
max-sessions-per-connection 32;
connection-limit 15;
}
netconf {
ssh;