🔥 3-day streak
Cisco CCNP Automation AUTOCOR (350-901)128 / 136
Question 128 of 136
You are given a simplified YANG data model for BGP configuration: container bgp { leaf local-as { type uint32; } list neighbor { key "peer-address"; leaf peer-address { type inet:ipv4-address; } leaf remote-as { type uint32; } leaf description { type string; } } } You must produce a JSON instance (RFC 7951 style) that configures local-as 65001 with two neighbors: 192.0.2.1 (remote-as 65002) and 192.0.2.5 (remote-as 65003, description "transit"). Which JSON representation correctly reflects this model?
Reviewed for accuracy · Report an issueNext question