script on C5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-13-2015 10:59 AM
Hi all.
Is it possible on a C5 to write a script (or is available a feature on it) that gets down an Eth interface if it feels another Eth interface has gone down and viceversa?
Example:
I want port 1 to go down if port 19 has gone down.
I want port 1 to go up if port 19 hos gone up.
Is it possible on a C5 to write a script (or is available a feature on it) that gets down an Eth interface if it feels another Eth interface has gone down and viceversa?
Example:
I want port 1 to go down if port 19 has gone down.
I want port 1 to go up if port 19 hos gone up.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-15-2015 07:48 PM
A lot more scripting work but you could use...
http://linux.die.net/man/5/snmptrapd.conf
To trap "port 19 down" and call a shell script that telnet/ssh-ed to the switch to change port 1.
http://linux.die.net/man/5/snmptrapd.conf
To trap "port 19 down" and call a shell script that telnet/ssh-ed to the switch to change port 1.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-15-2015 03:06 PM
I think ATG tools is no longer available and I didn't buy Netsight this time so I think I can't write any script on my C5...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-14-2015 07:20 AM
Well. If you own the Netsight software you could create a custom alarm for the "port 19 down" snmp trap. This alarm could be configured to execute a script whenever the specified trap is received by Netsight. For script based switch configuration Enterasys had a little tool suite called "ATG Tools". That would allow to create a simple script to disable port 1. However I am currently unable to find a download source for said ATG Tools. I suppose they are discontinued!?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-14-2015 06:14 AM
any suggestion??
