get_routing_info
Retrieve routing information from network devices via gNMI. Filter by protocol (BGP, IS-IS) and choose summary or detailed output.
Instructions
Get routing information from a network device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protocol | No | Optional protocol filter. Supported values: 'bgp', 'isis' Can be a single protocol or comma-separated list (e.g., 'bgp,isis') | |
| device_name | Yes | Name of the device in the inventory | |
| include_details | No | Whether to show detailed information (default: False, returns summary only) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nos | Yes | Supported Network Operating Systems | |
| data | No | ||
| status | Yes | Enumeration for network operation status values. Provides type safety and prevents typos when setting or checking operation status in NetworkOperationResult objects. | |
| metadata | No | ||
| ip_address | Yes | ||
| device_name | Yes | ||
| error_response | No | ||
| operation_type | Yes | ||
| feature_not_found_response | No |