我正在尝试配置运行在虚拟机(使用vmware工作站)上的Arista交换机中的以太网接口。我可以根据给定的用户guid配置管理接口,但在使用相同的过程配置以太网接口时,我收到以下错误:
localhost(config-if-Eth1)# ip address 172.16.204.4/24
! IP configuration will be ignored while interface Ethernet1 is not a routed port.如果有人能在这方面提供一些帮助。提前谢谢。
发布于 2012-06-28 00:24:11
接口处于交换机端口模式。在以太网1上运行no switchport解决了这个问题。
https://stackoverflow.com/questions/11225681
复制相似问题