管理者は、TFTP を使用して、Gi0/0 インターフェイス経由で CPE ルータから別のデバイスにパック NBAR2 ファイルをダウンロードしようとします。 CPE は以下のように構成されます。 ホスト名 CPE ! IP アクセスリスト拡張 WAN <...> 備考 => WAN ID: S421T18E58F90 のすべての UDP ルール udp 任意 eq ドメイン 任意を許可 udp を許可 any any eq tftp UDPを拒否する ! インターフェース GigabitEthernet0/0 <...> IPアクセスグループWAN <...> ! tftp サーバ フラッシュ:pp-adv-csr1000v-1612.1a-37-53.0.0.pack 転送に失敗しました。どのアクションで問題を解決できますか?
正解:C
The TFTP apparently is using the random port for the transfer: TFTP uses UDP as its transport protocol. A transfer request is always initiated targeting port 69, but the data transfer ports are chosen independently by the sender and receiver during the transfer initialization. The ports are chosen at random according to the parameters of the networking stack, typically from the range of ephemeral ports. https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol