展示を参照してください。PC-1 はポート 8080 で Web サーバーにアクセスする必要があります。このトラフィックを許可するには、着信方向の SW2 ポート G0/0 に適用されるアクセス制御リストにどのステートメントを追加する必要がありますか。
正解:A
In Cisco routers, to allow traffic from a specific source to a specific destination on a particular port, the access control list (ACL) needs to specify the source IP address, the destination IP address, and the destination port number that needs to be accessed. Since PC-1 with IP address172.16.0.2 is trying to access the web server on port 8080 at IP address 192.168.0.5, the ACL applied inbound on SW2's G0/0 interface should permit traffic from PC-1 to reach the web server's specific port. References: Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR) training materials.