get_device_config
Retrieve the running configuration of a network device for inspection. Optionally filter by a specific section like BGP or OSPF.
Instructions
Retrieve the running configuration of a network device (read-only).
Args: device: Hostname of the network device. section: Config section (e.g., 'bgp', 'ospf'). Returns full config if empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | ||
| section | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |