nerdexam
Cisco

350-401 · Question #611

Drag and Drop Question Drag and drop the snippets onto the blanks within the code to construct a script that advertises the network prefix 192.168.5.0/24 into a BGP session. Not all options are used.

The correct answer is 192.168.5.0; mask; 255.255.255.0. In Cisco IOS BGP configuration, the 'network' command uses the syntax 'network [network-address] mask [subnet-mask]' to advertise a specific prefix into BGP. The keyword 'mask' is required to specify the subnet mask when advertising classless networks, making the correct sequence

Submitted by yuriko_h· Mar 6, 2026IP Connectivity / Configure and verify single-homed branch connectivity using eBGP IPv4 (Cisco CCNA or CCNP Route domain)

Question

Drag and Drop Question Drag and drop the snippets onto the blanks within the code to construct a script that advertises the network prefix 192.168.5.0/24 into a BGP session. Not all options are used. Answer:

Exhibits

350-401 question #611 exhibit 1
350-401 question #611 exhibit 2

Answer Area

Drag items

192.168.5.0255.255.255.0with-maskmasksubnet-mask

Correct arrangement

  • 192.168.5.0
  • mask
  • 255.255.255.0

Explanation

In Cisco IOS BGP configuration, the 'network' command uses the syntax 'network [network-address] mask [subnet-mask]' to advertise a specific prefix into BGP. The keyword 'mask' is required to specify the subnet mask when advertising classless networks, making the correct sequence 'network 192.168.5.0 mask 255.255.255.0'. This allows BGP to advertise the exact /24 prefix rather than relying on classful network boundaries.

Topics

#BGP Configuration#Route Advertisement#Cisco IOS CLI#Network Command Syntax

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice