200-901 Software Development and Design • Set 2
200-901 Software Development and Design Practice Test 2 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. An engineer uses NETCONF to configure an interface. After applying this configuration, the interface is administratively up. However, the interface does not pass traffic. What is the most likely cause?
Refer to the exhibit.
{
"ietf-interfaces:interface": {
"name": "GigabitEthernet0/1",
"description": "Configured via NETCONF",
"type": "iana-if-type:ethernetCsmacd",
"enabled": true,
"ietf-ip:ipv4": {
"address": [
{
"ip": "192.0.2.1",
"netmask": "255.255.255.0"
}
]
}
}
}