NetXMS Support Forum

English Support => General Support => Topic started by: Egert143 on September 17, 2020, 01:51:45 PM

Title: Change cisco switch config with scheduled action
Post by: Egert143 on September 17, 2020, 01:51:45 PM
Is it possible to send config change to cisco switch (2960x) with scheduled action ? For example move interface to different vlan ?
Title: Re: Change cisco switch config with scheduled action
Post by: Victor Kirhenshtein on September 17, 2020, 02:15:08 PM
If this is possible with SNMP SETs then yes - just create script that will issue appropriate SNMP SET commands and create scheduled action for this script execution.

Best regards,
Victor
Title: Re: Change cisco switch config with scheduled action
Post by: Egert143 on September 17, 2020, 02:30:00 PM
But not possible with ssh ? :)
Title: Re: Change cisco switch config with scheduled action
Post by: Victor Kirhenshtein on September 17, 2020, 02:50:56 PM
Probably not - currently new session will open for each command, so you cannot send command sequence. There is feature request for that: https://track.radensolutions.com/issue/NX-1912 (https://track.radensolutions.com/issue/NX-1912).

Best regards,
Victor