Supported Vendors
Inishi supports multi-vendor network automation across the major enterprise networking platforms. This page lists supported vendors and drivers.
Supported Platforms
| Vendor | Platform | Driver Name | SSH | API |
|---|---|---|---|---|
| Cisco | IOS | ios | ✅ | - |
| Cisco | IOS-XE | ios | ✅ | - |
| Cisco | NX-OS | nxos_ssh | ✅ | - |
| Arista | EOS | eos | ✅ | ✅ |
| Juniper | Junos | junos | ✅ | ✅ |
How Multi-Vendor Support Works
Inishi uses NAPALM (opens in a new tab) under the hood — the same library used by major Python network automation tools. This means:
- Consistent interface across vendors — the same questions work on Cisco, Arista, and Juniper
- Battle-tested — NAPALM has been production-hardened for years
- No vendor lock-in — easily add new devices as your network grows
Unlike traditional NAPALM usage, Inishi doesn't require you to write Python. Ask questions in plain English and let AI translate them into the right commands for each vendor.
Cisco IOS / IOS-XE
Supported on routers and switches running Cisco IOS or IOS-XE.
Requirements
- SSH enabled
- Login credentials (local or TACACS)
- Privilege level 15 access (for show commands)
Example Commands
show ip interface brief
show ip route
show running-config
show cdp neighbors detail
show ip bgp summaryCisco NX-OS
Supported on Nexus switches running NX-OS.
Requirements
- SSH enabled
- feature ssh enabled
- User with network-admin or network-operator role
Example Commands
show interface brief
show ip route vrf all
show vpc
show port-channel summaryArista EOS
Full support for Arista switches via SSH or eAPI.
Requirements
- SSH or eAPI enabled
- API access (optional but recommended for speed)
Example Commands
show interfaces status
show ip bgp summary
show mlag
show lldp neighborsJuniper Junos
Support for routers and switches running Junos OS.
Requirements
- SSH enabled
- NETCONF enabled (optional but recommended)
- User with appropriate permissions
Example Commands
show interfaces terse
show route
show bgp summary
show ospf neighborRequesting New Vendors
We add vendor support based on customer demand. Contact us at support@inishi.ai to request:
- Additional Cisco platforms (ASA, Firepower, etc.)
- Palo Alto Networks
- Fortinet FortiGate
- HPE/Aruba
- MikroTik
- Other platforms
Next Steps
- Network Automation Without Ansible — Compare Inishi to traditional tools
- Getting Started — Set up your first site