現象
描述:
IT 组需要使用应用程序,利用 Lan 上唤醒(WOL)技术(定向广播)来管理关闭的或需要重新启动而无需任何物理干预的 pc。 该解决方案需要能够跨 L2 边界(Vlan)。
原因
未配置用于广播的 Layer3 交换机。
解決方法
解决方案:
使用 "ip netdirbcast" 和 "ip helper-address" 指令配置第3层交换机(在7048下的拓扑中)。
* ip netdirbcast-启用入站定向广播至 vlan (从服务器到客户端)
* * ip helper-address 2.2.2.255 9 (要将定向广播发送到的 ip 地址和 UDP 端口号。
使用的软件: LAN 唤醒服务器- http://wol.aquilatech.com/ Wireshark – http://wireshark.org
可以在两台 pc 上运行 wol 服务器,以确认接收的是幻数据包。 Wireshark 还可以与 "wol" https://wiki.wireshark.org/WakeOnLAN 的筛选器一起使用 。
WOL 使用将发送至 pc 的 MAC 地址的幻数据包。需要为 WOL 配置该 pc。 需要注意的是,即使已连接的设备已关机,PC (设备)所连接的端口仍必须处于活动状态。 WOL 服务发送特殊的广播帧 FF: FF: FF: FF: ff: FF,其中包括要开机的 MAC 地址。 如果端口处于关闭状态,则所连接设备的 NIC 将永远无法看到定向广播。 如果在连接的设备处于关机状态时端口切换端口没有链路指示灯,则需要在设备上启动故障排除—配置 WOL 请参阅此 URL 以了解一些指导: http://wol.aquilatech.com/help/troubleshooting/default.html。
LAN
唤醒
拓扑
5548 配置:
5548p #
5548p #
vlan 数据库
vlan 2,
exit
hostname 5548p
接口 vlan 1
接口 gigabitethernet1/0/35
交换机间访问 vlan 2
!
interface gigabitethernet1/0/37
交换机间模式干线
!
5548p #
7048 配置:
PC-7048-1 # show run
!当前配置:
!System Description "PowerConnect 7048,5.0.1.3,VxWorks 6.6"
!系统软件版本 5.0.1.3
!系统操作模式 "正常"
!
配置
vlan 9
退出
hostname "PC-7048-1"
插槽 1/0 5! PowerConnect 7048
插槽 1/1 9!CX4 卡
插槽 2/0 5!PowerConnect 7048
堆栈
成员 1 5!PCT7048
成员 2 5!PCT7048
exit
interface out-of-band
ip address 10.156.136.107 255.255.255.0 10.156.136.254
exit
ip routing
interface vlan 2
ip address 2.2.2.1 255.255.255.0
ip netdirbcast *
exit
interface vlan 9
ip address 9.9.9.1 255.255.255.0
ip helper-address 2.2.2.255 9 **
exit
interface Gi1/0/37
switchport mode trunk
exit
interface Gi1/0/39
switchport mode trunk
exit
!
snmp-server engineid local 800002a203d067e5dcdfa1
exit
PC-7048-1#
6248 Configuration:
PC-6248#
!Current Configuration:
!System Description "PowerConnect 6248, 3.3.11.2, VxWorks 6.5"
!System Software Version 3.3.11.2
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 9,
exit
hostname "PC-6248"
stack
member 1 2
exit
switch 1 priority 1
ip address dhcp
ip routing
interface vlan 9
routing
exit
no flowcontrol
!
interface ethernet 1/g35
switchport access vlan 9
exit
!
interface ethernet 1/g37
switchport mode trunk
switchport trunk allowed vlan add 9
exit
!
exit
PC-6248#
対象製品
PowerConnect 5548, PowerConnect 5548p, PowerConnect 6248, PowerConnect 6248P, PowerConnect 7048, PowerConnect 7048P