エンジニアが、ルーティング テーブルに存在しない宛先 IP アドレスに対してポリシーベース ルーティングを構成しました。set ip default next-hop コマンドを設定するためのポリシーを通じて、パケットはどのように処理されますか?
正解:D
The set ip default next-hop command verifies the existence of the destination IP address in the routing table, and... + if the destination IP address exists, the command does not policy route the packet, but forwards the packet based on the routing table. + if the destination IP address does not exist, the command policy routes the packet by sending it to the specified next hop. Reference: https://www.cisco.com/c/en/us/support/docs/ip/ip-routed-protocols/47121-pbr-cmds- ce.html