Posted by: Pdfprep
Post Date: November 23, 2020
Refer to the following configuration command.
router(config)# ip nat inside source static tcp 172.16.10.8 8080 172.16.10.8 80
Which statement about the command is true?
A . Any packet that is received in the inside interface with a source IP port address of 172.16.10.8:80 is translated to 172.16.10.8:8080.
B . Any packet that is received in the inside interface with a source IP port address of 172.16.10.8:8080 is translated to 172.16.10.8:80.
C . The router accepts only a TCP connection from port 8080 and port 80 on IP address 172.16.10.8
D . Any packet that is received in the inside interface with a source IP address of 172.16.10.8 is redirected to port 8080 or port 80.
Answer: B
Leave a Reply