network-topology-discovery

Map L2/L3 network topology across multi-vendor devices using CDP/LLDP and routing data.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/vahagn-madatyan/netsec-skills-suite --skill network-topology-discovery
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: network-topology-discovery
Source: https://github.com/vahagn-madatyan/netsec-skills-suite/tree/main/skills/network-topology-discovery
Command: npx skills add https://github.com/vahagn-madatyan/netsec-skills-suite --skill network-topology-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Iterative, vendor-agnostic topology discovery using CDP/LLDP, MAC/ARP correlation, and routing analysis to map L2 and L3 adjacency across Cisco, Juniper, and Arista devices.

Core Features & Use Cases

  • Builds a live network topology map by layer (L2 adjacency, L3 subnets, and routing domains) across multi-vendor environments.
  • Supports seed-based expansion from a single device, with bilateral link verification and anomaly detection.
  • Useful for network documentation, change planning, incident response, and asset inventory validation.

Quick Start

Seed a device and run the topology discovery workflow to generate a complete L2/L3 adjacency map.

Frequently Asked Questions about network-topology-discovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map network topology using CDP and LLDP across multi-vendor devices?▼

Network topology mapping using CDP and LLDP involves iteratively collecting neighbor data from a seed device, correlating MAC and ARP tables, and verifying bilateral links to build a unified L2/L3 adjacency graph across Cisco, Juniper, and Arista environments.

What's the best way to discover L2 and L3 adjacency from a single seed device?▼

Discovering L2 and L3 adjacency from a seed device requires applying an iterative workflow that collects CDP/LLDP neighbors, MAC tables, and routing information, expanding outward to map the full topology and correlate L3 subnets.

Do I need SSH access to build a live network topology map?▼

Yes, building a live network topology map requires SSH or console access to devices. This access enables the collection of CDP/LLDP data, MAC tables, ARP tables, and routing information needed for bilateral link verification.

Does topology discovery work with VRF contexts on Cisco, Juniper, and Arista?▼

Yes, topology discovery supports VRF contexts across Cisco, Juniper, and Arista devices. This allows accurate L2 and L3 adjacency mapping and routing domain analysis within isolated network segments.

Can I use MAC and ARP table correlation to verify physical links?▼

Yes, MAC and ARP table correlation is used alongside CDP/LLDP neighbor data to verify physical links. This bilateral link verification ensures the consolidated topology map accurately reflects active network connections.

What are the limitations of topology discovery when CDP or LLDP is disabled?▼

When CDP or LLDP is disabled, topology discovery relies on MAC and ARP table correlation alongside routing information to infer adjacency, though bilateral link verification becomes less precise without direct neighbor protocol data.