我所要做的就是将运行configuration从Cisco Catalyst 2560 PoE 24复制到Catalyst 3560 PoE 48.这是原始交换机的f0 / 1:
interface FastEthernet0/1 switchport access vlan 40 switchport mode access switchport voice vlan 98 srr-queue bandwidth share 10 10 60 20 priority-queue out mls qos trust cos auto qos trust <---------------------- no cdp enable spanning-tree portfast
在之前的2560年,它被设置为“自动qos voip trust”(箭头); 当我将运行configuration导入到3560时,出现以下错误:
AutoQoS错误:已configurationAutoQoS
我关掉了全局自动debuggingqos和no mls qos的 autoqos,删除了自动qos信任,然后是一个自动qos voip信任
input最后一个命令后,我没有收到任何警告,但在show config中,它仍然没有列出voip信任。 任何想法在哪里看?
谢谢!
根据你的描述,有点难以遵循已经发生的事情 – 但是尝试“show auto qos interface fastethernet 0/1”,看看它告诉你什么
你可以find一个很好的描述,自动QoS将configuration和预期的行为@ http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/12-2_53_se /configuration/guide/3750xscg/swqos.html#wp1231112
您必须运行IOS 15 – 他们将命令更改为“auto qos trust”,并删除了VOIP sub命令。 此更改在http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/15-2_1_e/configuration/guide/scg3750x/swqos.html#wp1739670
总之 – 你很好, “自动质量信任”是对“自动质量信誉”的适当替代。