在Cisco 3750的一个干线端口上的Portfast

大家,早安!

有些历史,我们的戴尔Powerconnect 6248交换机和思科3750交换机以及思科6500内核的总部环境混杂。

我们有两个VLAN 1和20,其中20用于我们的VoIP,因此端口需要configuration为同时查看VLAN 1和20,因此已configuration为中继端口。 但是,由于configuration为中继端口,PortFast将不会启用。

我们尝试启用PortFast的原因是因为STP在几秒钟内就报告了拓扑变化! 我们希望清除日志中的条目以帮助解决呼叫间歇性丢失的VoIP问题。

任何想法或build议将不胜感激!

您应该在任何桌面/电话端口上启用portfast,但前提是您的交换机networking中configuration了快速生成树,以确保循环不会比需要的时间更长。

关于中继线(是,中继线 – 不是卡车)端口 – 在思科交换机上,您将端口configuration为在接入模式下运行,但添加了语音VLAN。 这比configuration它作为一个中继端口更容易阅读,设置允许的中继vlan等。

例:

interface GigabitEthernet1/0/1 switchport access vlan 1 switchport mode access switchport voice vlan 20 switchport port-security maximum 2 switchport port-security switchport port-security aging time 2 switchport port-security violation restrict switchport port-security aging type inactivity spanning-tree portfast spanning-tree bpduguard enable ! 

如果您在思科交换机上安装了Cisco电话,我build议您使用思科电话macros,因为这些将为您自动configurationQoS标记。

你必须找出自己的戴尔configuration..

要将portfast添加到中继线,您需要添加中继线关键字。 “spanning-tree portfast trunk”

正如pauska写道,中继到你的手机不是最好的做法。 使用voice-vlan更好。 如果你需要QoS,你可以使用来自思科的macros。 我们只在WAN上做QoS,让路由器来处理。