OK all you scripting junkies…
I have a easy one for you..
I want to be able to enable / disable a named interface based on a time schedual..
IE: at 12:00AM interface down… at 4:00AM interface up..
Any Ideas
OK all you scripting junkies…
I have a easy one for you..
I want to be able to enable / disable a named interface based on a time schedual..
IE: at 12:00AM interface down… at 4:00AM interface up..
Any Ideas
OK so I was being lazy…
I got it… (boy was it simple)…
Here it id for anyone that one that may want it…
Disable interface.
/interface ethernet disable ether2
Enable
/interface ethernet enable ether2
Just create two scripts named “enable” and “disable” or something like that. and create two schedual jobs… one to turn the interface on and another to turn it off…
Craig