Logical Link Mapping

Cheat Sheet

Map Layer-3

circle-info

Map Layer-3 Paths using subnet

nmap -sn -Pn --traceroute 192.168.1.0/24

Ping Scan

circle-info

TCP SYN & ACK & UDP & ICMP Ping

nmap -sn -PS -PA -PU -PE -PP -PM $TARGET

Ping

circle-info

Ping for live host

ping $TARGET

Discovery

circle-info

Discover DHCP & IGMP & OSPF & PPPoE & RIPv2

circle-info

Network discovery and routing information gathering through EIGRP

Traceroute

circle-info

Basic Traceroute

circle-info

ICMP-Based (Linux default)

circle-info

TCP Traceroute (Firewall-aware)

circle-info

Using MTR for Real-Time Path Discovery

  1. Open Wireshark

  2. Capture traffic on a specific interface

  3. Filter layer 3 protocols: dhcp or icmp or igmp or ospf or bgp or eigrp or rip or glbp or hsrp or vrrp

circle-info

Passive layer-3 packet capture

Last updated