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
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
Answer Area
Drag items
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
Community Discussion
No community discussion yet for this question.

