|
| 1 | +<!-- |
| 2 | +SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors |
| 3 | +SPDX-License-Identifier: Apache-2.0 |
| 4 | +--> |
| 5 | + |
| 6 | +# Provider Compatibility Matrix |
| 7 | + |
| 8 | +This document provides a detailed overview of which API types are supported by each network device provider. |
| 9 | + |
| 10 | +<!-- To regenerate this matrix, run: make provider-matrix --> |
| 11 | + |
| 12 | +## Compatibility Matrix |
| 13 | + |
| 14 | +| Core Kind | Cisco NX-OS | Cisco IOS-XR | OpenConfig | |
| 15 | +|-----------|--------|--------|--------| |
| 16 | +| `AccessControlList` | ✅ | — | — | |
| 17 | +| `BGPPeer` | ✅ | — | — | |
| 18 | +| `BGP` | ✅ | — | — | |
| 19 | +| `Banner` | ✅ | — | — | |
| 20 | +| `Certificate` | ✅ | — | — | |
| 21 | +| `DNS` | ✅ | — | — | |
| 22 | +| `EVPNInstance` | ✅ | — | — | |
| 23 | +| `ISIS` | ✅ | — | — | |
| 24 | +| `Interface` | ✅ | ✅ | ✅ | |
| 25 | +| `LLDP` | ✅ | — | — | |
| 26 | +| `ManagementAccess` | ✅ | — | — | |
| 27 | +| `NTP` | ✅ | — | — | |
| 28 | +| `NetworkVirtualizationEdge` | ✅ | — | — | |
| 29 | +| `OSPF` | ✅ | — | — | |
| 30 | +| `PIM` | ✅ | — | — | |
| 31 | +| `PrefixSet` | ✅ | — | — | |
| 32 | +| `RoutingPolicy` | ✅ | — | — | |
| 33 | +| `SNMP` | ✅ | — | — | |
| 34 | +| `Syslog` | ✅ | — | — | |
| 35 | +| `User` | ✅ | — | — | |
| 36 | +| `VLAN` | ✅ | — | — | |
| 37 | +| `VRF` | ✅ | — | — | |
| 38 | + |
| 39 | +**Legend:** |
| 40 | +- ✅ Supported |
| 41 | +- — Not supported |
| 42 | + |
| 43 | +## Cisco NX-OS |
| 44 | + |
| 45 | +Cisco NX-OS provides comprehensive support for network configuration through the network-operator. |
| 46 | + |
| 47 | +**Core API types:** 22 / 22 |
| 48 | + |
| 49 | +**Provider-specific types:** |
| 50 | + |
| 51 | +| Kind | Category | |
| 52 | +|------|----------| |
| 53 | +| `BGPConfig` | Extends core type `BGP` | |
| 54 | +| `InterfaceConfig` | Extends core type `Interface` | |
| 55 | +| `LLDPConfig` | Extends core type `LLDP` | |
| 56 | +| `ManagementAccessConfig` | Extends core type `ManagementAccess` | |
| 57 | +| `NetworkVirtualizationEdgeConfig` | Extends core type `NetworkVirtualizationEdge` | |
| 58 | +| `BorderGateway` | Provider-exclusive | |
| 59 | +| `System` | Provider-exclusive | |
| 60 | +| `VPCDomain` | Provider-exclusive | |
| 61 | + |
| 62 | +## Cisco IOS-XR |
| 63 | + |
| 64 | +Cisco IOS-XR support is currently in early development. |
| 65 | + |
| 66 | +**Core API types:** 1 / 22 |
| 67 | + |
| 68 | +## OpenConfig |
| 69 | + |
| 70 | +OpenConfig provides a vendor-neutral configuration interface using standard OpenConfig YANG models. |
| 71 | + |
| 72 | +**Core API types:** 1 / 22 |
| 73 | + |
| 74 | +## Contributing |
| 75 | + |
| 76 | +To add support for a new API type or provider: |
| 77 | + |
| 78 | +1. Define the provider interface in `internal/provider/` |
| 79 | +2. Implement the interface methods in your provider package |
| 80 | +3. Run `make provider-matrix` to regenerate this document |
| 81 | +4. Submit a pull request with your changes |
| 82 | + |
| 83 | +The matrix is automatically generated by checking which provider interfaces |
| 84 | +each provider implements, ensuring accuracy and eliminating manual maintenance. |
0 commit comments