What does the (*) represent in the output?

Refer to the exhibit. What does the (*) represent in the output?

Refer to the exhibit. What does the (*) represent in the output?

A.
Packet is destined for a local interface to the router.

B.
Packet was translated, but no response was received from the distant device.

C.
Packet was not translated, because no additional ports are available.

D.
Packet was translated and fast switched to the destination.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


SEO

SEO

The above output is from the “debug ip nat” command. In this output, the first two lines show the Domain Name System (DNS) request and reply debugging output.

In the first line (DNS request):

s=10.10.0.2->1.2.4.2: source of the IP address (10.10.0.2) and how it is being translated (to 1.2.4.2)
d=1.2.4.1: destination address of the packet
[51607]: the IP identification number of the packet

In the second line (DNS reply):

s=1.2.4.1: source of the reply
d=1.2.4.2->10.10.0.2: how the destination is being translated

The remaining lines show debugging output from a Telnet connection from a host on the inside of the network to a host on the outside of the network. All Telnet packets, except for the first packet, were translated in the fast path, as indicated by the asterisk (*).

Note: If the connection is already established, the security appliance does not need to re-check packets and the packets are sent to the Fast Path.

(Reference: http://www.cisco.com/en/US/docs/ios/12_3t/debug/command/reference/dbg_i2gt.html)

networkmanagers

networkmanagers

I have the same idea.