350-501 · Question #307
An engineer is moving all of an organization's Cisco IOS XE BGP routers to the address-family identifier format. Which command should be used to perform this upgrade quickly with the minimum service…
The correct answer is B. bgp upgrade-cli. To upgrade Cisco IOS XE BGP routers from the legacy configuration style to the address-family identifier format with minimal service disruption, the bgp upgrade-cli command is used.
Question
An engineer is moving all of an organization’s Cisco IOS XE BGP routers to the address-family identifier format. Which command should be used to perform this upgrade quickly with the minimum service disruption?
Options
- Avrf upgrade-cli
- Bbgp upgrade-cli
- Caddress-family ipv4
- Dip bgp-community new-format
How the community answered
(42 responses)- A5% (2)
- B90% (38)
- C2% (1)
- D2% (1)
Why each option
To upgrade Cisco IOS XE BGP routers from the legacy configuration style to the address-family identifier format with minimal service disruption, the `bgp upgrade-cli` command is used.
The `vrf upgrade-cli` command is used for migrating VRF-lite configurations to VRF-aware features, not for BGP configuration format upgrades.
The `bgp upgrade-cli` command is specifically designed on Cisco IOS XE to automate the conversion of a router's BGP configuration from the legacy non-address-family format to the address-family configuration mode. This command performs the migration in a non-disruptive way, minimizing service impact during the upgrade process.
`address-family ipv4` is a command used within the BGP router configuration to enter the address-family specific configuration mode; it is not an upgrade command itself.
`ip bgp-community new-format` changes the format in which BGP communities are displayed and processed, but it does not migrate the overall BGP configuration structure to the address-family format.
Concept tested: BGP configuration migration, bgp upgrade-cli
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/xe-3s/asr1000/ire-bgp-xe-3s-book/ire-bgp-address-family.html
Topics
Community Discussion
No community discussion yet for this question.