Implementing Automation for Cisco Service Provider Solutions (SPAUTO) — Question 35
When using Cisco YDK, which syntax configures the BGP ASN using OpenConfig BGP?
Answer options
- A. bgp.config.as_ = 65000
- B. bgp.global_.config.as = 65000
- C. bgp.global.config.as_ = 65000
- D. bgp.global_.config.as_ = 65000
Correct answer: D
Explanation
The correct answer is D because it accurately follows the OpenConfig BGP model for setting the autonomous system number under the global configuration. Options A and C are incorrect as they either omit the required underscore or misplace the configuration hierarchy, while option B incorrectly uses 'as' instead of 'as_'.