Cisco Systems 3560 사용자 설명서

다운로드
페이지 1288
 
4-12
Catalyst 3560 Switch Software Configuration Guide
OL-8553-06
Chapter 4      Configuring Cisco EnergyWise
Managing Multiple Entities
Manually Managing Power
To power on the lab IP phones now:
Switch# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)# energywise domain cisco secret cisco protocol udp port 43440 ip 2.2.4.44 
Switch(config)# interface gigabitethernet0/3
Switch(config-if)# energywise importance 65
Switch(config-if)# energywise name labphone.5
Switch(config-if)# energywise role role.labphone
Switch(config-if)# end
Automatically Managing Power
The lab IP phones automatically power on at 8:00 a.m. (0800) local time and power off at 
8:00 p.m.(2000) local time.
Switch# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)# energywise domain cisco secret cisco protocol udp port 43440 ip 2.2.4.30 
Switch(config)# interface gigabitethernet0/3
Switch(config-if)# energywise level 10 recurrence importance 90 at 0 8 * * *
Switch(config-if)# energywise level 0 recurrence importance 90 at 0 20 * * *
Switch(config-if)# energywise importance 50
Switch(config-if)# energywise name labInterface.3
Switch(config-if)# energywise role role.labphone
Switch(config-if)# end
Switch# show energywise recurrences 
Id     Addr       Class Action Lvl Cron
--     ----       ----- ------ --- ----
1      Gi0/3      QUERY SET    10  minutes: 0 hour: 8 day: * month: * weekday: *
2      Gi0/3      QUERY SET     0  minutes: 0 hour: 20 day: * month: * weekday: *
Switch# show running-config
<output truncated>
interface GigabitEthernet0/3
 energywise level 10 recurrence at 0 8 * * *
 energywise level 0 recurrence at 0 20 * * *
 energywise importance 50
 energywise role role.lobbyaccess
 energywise name lobbyInterface.3
end
<output truncated> 
Managing Multiple Entities
  •
  •
  •
  •