352-001 · Question #30
A company requests that you consult with them regarding the design of their production, development, and test environments. They indicate that the environments must communicate effectively, but they m
The correct answer is B. EBGP. EBGP is used between separate autonomous systems, providing the routing isolation and policy control needed to keep production, development, and test environments logically distinct while still allowing communication.
Question
A company requests that you consult with them regarding the design of their production, development, and test environments. They indicate that the environments must communicate effectively, but they must be kept separate due to the inherent failures on the development network. What will be configured on the links between the networks to support their design requirements?
Options
- AIBGP
- BEBGP
- COSPF
- Dstatic routes
How the community answered
(24 responses)- A4% (1)
- B83% (20)
- C8% (2)
- D4% (1)
Why each option
EBGP is used between separate autonomous systems, providing the routing isolation and policy control needed to keep production, development, and test environments logically distinct while still allowing communication.
IBGP operates within a single AS, so it would not provide the AS-level separation required to isolate failures between the three environments.
Each environment can be placed in its own BGP Autonomous System (AS), and EBGP sessions between them allow controlled route exchange with inbound and outbound policies. This AS-level separation prevents failures or route instability in the development network from directly propagating into the production environment. EBGP also supports granular filtering tools (route maps, prefix lists) that enforce the required isolation between environments.
OSPF floods link-state advertisements across the entire area, meaning a topology failure in the development network would directly affect OSPF convergence in production and test environments.
Static routes lack dynamic routing capabilities and administrative policy controls, making it difficult to enforce isolation or adapt automatically to topology changes across three environments.
Concept tested: EBGP for inter-AS environment isolation
Source: https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/26634-bgp-toc.html
Topics
Community Discussion
No community discussion yet for this question.