UNPKG

n8n-nodes-netdevices

Version:

n8n node to interact with network devices (Cisco, MikroTik, Arista, Extreme Networks, Dell, Juniper, HP, Aruba, Ubiquiti, Palo Alto, Fortinet - ISP, data center, campus, and edge)

14 lines (13 loc) 853 B
export { BaseConnection, DeviceCredentials, CommandResult, JumpHostConfig } from './base-connection'; export { CiscoConnection, CiscoIOSXRConnection, CiscoSG300Connection } from './cisco'; export { JuniperConnection } from './juniper'; export { LinuxConnection } from './linux'; export { PaloAltoConnection } from './paloalto'; export { CienaSaosConnection } from './ciena'; export { FortinetConnection } from './fortinet'; export { EricssonConnection, EricssonMinilinkConnection } from './ericsson'; export { VyosConnection } from './vyos'; export { HuaweiConnection } from './huawei'; export { VersaFlexVNFConnection } from './versa'; export { JumpHostConnection } from './jump-host-connection'; export { ConnectionDispatcher, ConnectHandler, ConnectHandlerWithAutoDetect, SupportedDeviceType, ConnectionClassMapping } from './connection-dispatcher';