312-49 · Question #499
What does the 63.78.199.4(161) denotes in a Cisco router log? Mar 14 22:57:53.425 EST: %SEC-6-IPACCESSLOGP: list internet-inbound denied udp 66.56.16.77(1029) -> 63.78.199.4(161), 1 packet
The correct answer is A. Destination IP address. In Cisco access list log entries, the format is: source_IP(source_port) -> destination_IP(destination_port). In this log line, 66.56.16.77(1029) is the source IP address with source port 1029, and 63.78.199.4(161) is the destination IP address with destination port 161. Port…
Question
What does the 63.78.199.4(161) denotes in a Cisco router log? Mar 14 22:57:53.425 EST: %SEC-6-IPACCESSLOGP: list internet-inbound denied udp 66.56.16.77(1029) -> 63.78.199.4(161), 1 packet
Options
- ADestination IP address
- BSource IP address
- CLogin IP address
- DNone of the above
How the community answered
(53 responses)- A87% (46)
- B8% (4)
- C4% (2)
- D2% (1)
Explanation
In Cisco access list log entries, the format is: source_IP(source_port) -> destination_IP(destination_port). In this log line, 66.56.16.77(1029) is the source IP address with source port 1029, and 63.78.199.4(161) is the destination IP address with destination port 161. Port 161 is the standard SNMP (Simple Network Management Protocol) port, indicating the source was attempting an SNMP query that was blocked by the access control list named 'internet-inbound'.
Topics
Community Discussion
No community discussion yet for this question.