我已经在我的 Ubuntu 12.04 上安装了 lldpd(在 OS X 10.8 上的 VirtualBox 中运行)
以 root 身份运行 lldpctl 仅显示 LLDP 横幅:
-------------------------------------------------------------------------------
LLDP neighbors:
-------------------------------------------------------------------------------
在我的主机 OS X 上运行相同的命令,它会显示有关我的网络接口的信息:
-------------------------------------------------------------------------------
LLDP neighbors:
-------------------------------------------------------------------------------
Interface: en1, via: LLDP, RID: 1, Time: 0 day, 00:13:36
Chassis:
ChassisID: mac 00:90:e8:33:22:9d
SysName: 403-2-44-01
SysDescr: TSTS-5232
MgmtIP: 10.10.21.220
Capability: Bridge, on
Capability: Router, off
Capability: Wlan, on
Port:
PortID: local 14
PortDescr: ath11
-------------------------------------------------------------------------------
我在 Ubuntu 下错过了什么?
答案1
您可能正在使用 VirtualBox 的 NAT 网络。如果您想从虚拟机中查看物理机所连接的设备,您可能需要切换到 VirtualBox 中的 Bridge 网络。