discover_and_map
Discover network devices via SSH and add them to a network site map database for infrastructure management.
Instructions
Discover a device via SSH and store it in the network site map database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | Hostname or IP address | |
| username | Yes | SSH username (use 'mcp_admin' for passwordless access after setup) | |
| password | No | SSH password (not needed for mcp_admin after setup) | |
| key_path | No | Path to SSH private key | |
| port | No | SSH port (default: 22) |