エンジニアは、ルーティングテーブルに存在しない宛先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.