activate a copper port based on day and time
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-03-2016 04:55 PM
Hello,
Is there a method of automatically enabling and disabling a copper port based on a specific day and time for an extreme x460-48p. In other words, *automatically* enable the port say Wednesday @ 8 am and disable the port the same day @ 10 am? We have the need to do this and are manually dis- and en-abling the port.
Was wondering if there is some sort of automated method?
The device is an extreme x460-48p running a flavor of the 15 code.
Thank you,
Sarah
Is there a method of automatically enabling and disabling a copper port based on a specific day and time for an extreme x460-48p. In other words, *automatically* enable the port say Wednesday @ 8 am and disable the port the same day @ 10 am? We have the need to do this and are manually dis- and en-abling the port.
Was wondering if there is some sort of automated method?
The device is an extreme x460-48p running a flavor of the 15 code.
Thank you,
Sarah
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-11-2016 01:13 PM
Hello,
I created a UPM profile to turn on and off a port (thanks for the lead). Below are the commands that I entered. The profile to enable the port seems to have worked great however it never disabled the port. My goal is to enable the port every Thursday @ 10:30 am and disable it 2 hours later (@ 12:30 pm) on the same day.
create upm profile PortOff
disable port 5:1
create upm profile PortOn
enable port 5:1
create upm timer PortOff_timer
configure upm timer PortOff_timer profile PortOff
configure upm timer PortOff_timer at 03 10 2016 12 30 00 every 604800
create upm timer PortOn_timer
configure upm timer PortOn_timer profile PortOn
configure upm timer PortOn_timer at 03 10 2016 10 30 00 every 604800
The port enabled as expected on Thursday, but when I checked the port today (Friday), it was still enabled.
Do I have my timing off or syntax issue?
Thanks
Sarah
I created a UPM profile to turn on and off a port (thanks for the lead). Below are the commands that I entered. The profile to enable the port seems to have worked great however it never disabled the port. My goal is to enable the port every Thursday @ 10:30 am and disable it 2 hours later (@ 12:30 pm) on the same day.
create upm profile PortOff
disable port 5:1
create upm profile PortOn
enable port 5:1
create upm timer PortOff_timer
configure upm timer PortOff_timer profile PortOff
configure upm timer PortOff_timer at 03 10 2016 12 30 00 every 604800
create upm timer PortOn_timer
configure upm timer PortOn_timer profile PortOn
configure upm timer PortOn_timer at 03 10 2016 10 30 00 every 604800
The port enabled as expected on Thursday, but when I checked the port today (Friday), it was still enabled.
Do I have my timing off or syntax issue?
Thanks
Sarah
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-11-2016 01:13 PM
Hi Sarah,
You may want to open a ticket with GTAC since it has been a few days since anyone has responded.
You may want to open a ticket with GTAC since it has been a few days since anyone has responded.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-03-2016 05:02 PM
Take a look at this thread for a great example of something very similar to what you're trying to do:
https://community.extremenetworks.com/extreme/topics/poe-scheduling-upm-profiles
https://community.extremenetworks.com/extreme/topics/poe-scheduling-upm-profiles
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-03-2016 05:02 PM
Thank you
