cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
918
Views
0
Helpful
2
Replies

EEM help with ethernet port shut down ...

Mark Hazell
Level 1
Level 1

Hi,

Would anyone know if EEM can be configured to shut down an ethernet port at a certain time of day and then to un shut the port again at a certain time?

Energywise is unfortunatley not an option.

Many thanks

2 Replies 2

Hi Mark,

Two applets , one shut , one no shut, both using cron timer.Shutdown ad 23:59 and un-shut at 08:59

event manager applet SHUT

event timer cron cron-entry "59 23 * * *"

action 1 cli command "en"

action 2 cli command "conf t"

action 3 cli command "int fa0/0"

action 4 cli command "shut"

event manager applet NO-SHUT

event timer cron cron-entry "59 08 * * *"

action 1 cli command "en"

action 2 cli command "conf t"

action 3 cli command "int fa0/0"

action 4 cli command "no shut"

Dan

Hi Dan,

Many thanks it worked first time, cheers for the help.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card