Cisco Catalyst 3850 Command Reference Manual page 21

Energywise version 2.8 cisco ios
Hide thumbs Also See for Catalyst 3850:
Table of Contents

Advertisement

EnergyWise Commands
Examples
This example shows how to enable and configure EnergyWise on a port and how to configure a recurring
event, where the PCs on the first floor of a building automatically power on at 06:00 a.m. and power off at
09:00 p.m everyday.
In the example, the interface ID is in this format: typeslot-or-module-number/port-number, for example,
gigabitethernet 0/5. To specify an interface, see your device software documentation.
DomainMember# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DomainMember(config)# service password-encryption
DomainMember(config)# energywise domain cisco security shared-secret cisco protocol udp
port 43440 ip 2.2.4.30
DomainMember(config)# time-range onfirstfloor
DomainMember(config-time-range)# absolute start 0:00 1 August 2009
DomainMember(config-time-range)# periodic daily 06:00 to 21:00
DomainMember(config)# time-range offfirstfloor
DomainMember(config-time-range)# absolute start 0:00 1 August 2009
DomainMember(config-time-range)# periodic daily 00:00 to 05:55
DomainMember(config-time-range)# periodic daily 21:01 to 23:59
DomainMember(config-time-range)# exit
DomainMember(config)# interface gigabitethernet0/3
DomainMember(config-if)# energywise level 10 recurrence importance 70 time-range onfirstfloor
DomainMember(config-if)# energywise level 0 recurrence importance 70 time offfirstfloor
DomainMember(config-if)# energywise name floor.1
DomainMember(config-if)# energywise role pc-mgr
DomainMember(config-if)# end
Related Commands
Command
absolute
periodic
show energywise, on page 22
OL-32343-01
Cisco EnergyWise Cisco IOS Command Reference for Catalyst 3850 Switches, EnergyWise Version 2.8
energywise (interface configuration)
Description
Specifies an absolute time for a time-range.
Specifies a recurring (weekly) time range for functions that
support the time-range feature.
Displays the EnergyWise settings and status.
13

Advertisement

Table of Contents
loading

Table of Contents