312-49 · Question #676
What does the 56.58.152.114(445) denote in a Cisco router log? Jun 19 23:25:46.125 EST: %SEC-4-IPACCESSLOGP: list internet-inbound denied udp 67.124.115.35 (8084) -> 56.58.152.114(445), 1 packet
The correct answer is D. Destination IP address. In Cisco's IPACCESSLOGP log format, traffic is shown as: source_ip(source_port) -> destination_ip(destination_port). In the log entry 'denied udp 67.124.115.35(8084) -> 56.58.152.114(445)', the arrow indicates direction of flow. Therefore 67.124.115.35 is the source IP (port…
Question
What does the 56.58.152.114(445) denote in a Cisco router log? Jun 19 23:25:46.125 EST: %SEC-4-IPACCESSLOGP: list internet-inbound denied udp 67.124.115.35 (8084) -> 56.58.152.114(445), 1 packet
Options
- ASource IP address
- BNone of the above
- CLogin IP address
- DDestination IP address
How the community answered
(32 responses)- A3% (1)
- B3% (1)
- D94% (30)
Explanation
In Cisco's IPACCESSLOGP log format, traffic is shown as: source_ip(source_port) -> destination_ip(destination_port). In the log entry 'denied udp 67.124.115.35(8084) -> 56.58.152.114(445)', the arrow indicates direction of flow. Therefore 67.124.115.35 is the source IP (port 8084) and 56.58.152.114 is the destination IP (port 445, SMB). The denied traffic was UDP going TO 56.58.152.114:445, making it the destination IP address.
Topics
Community Discussion
No community discussion yet for this question.