nerdexam
Cisco

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.

Designing Network Infrastructure

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)
  • A
    4% (1)
  • B
    83% (20)
  • C
    8% (2)
  • D
    4% (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.

AIBGP

IBGP operates within a single AS, so it would not provide the AS-level separation required to isolate failures between the three environments.

BEBGPCorrect

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.

COSPF

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.

Dstatic routes

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

#EBGP#network segmentation#production dev test isolation#routing design

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice