From: Ralph (Mandela@myrealbox.com)
Date: Wed Nov 09 2005 - 12:31:07 GMT-3
Hey Rob:
I like your second option. That is manually code the neccessary configs, and not use auto-qos (if I don't have to) Here is a sample:
mls qos
!
interface FastEthernet0/17
switchport access vlan 10
switchport mode dynamic desirable
switchport voice vlan 50
mls qos trust device cisco-phone
mls qos trust cos
spanning-tree portfast
end
!
Auto-qos does include some additional configs like changing the egress queue settings from the default; Who knows if that will be acceptable to our dear Proctors?
Regards
Ralph
-----Original Message-----
From: "Rob Nockowitz" <robnockowitz@msn.com>
To: "ccielab" <ccielab@groupstudy.com>
Date: Wed, 9 Nov 2005 08:35:58 -0500
Subject: 3550 port config for 7960 ip phone
hello all...
another hypothetical ccie lab configuration for you guys:
suppose this type of question:
Configure fas0/17 a 7960 ip phone on voice VLAN 50.. Data VLAN is 10
OK... when out in the field, the "old way" was to do do this:
interface FastEthernert0/17
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan 10
switchport voice vlan 50
auto qos voip cisco-phone
the "new" way (required on 3560, for example) is like this:
interface FastEthernert0/17
switchport mode access
switchport access vlan 10
switchport voice vlan 50
auto qos voip cisco-phone
in the old way, the port was hard coded to be a trunk and the "untagged" data
packets are sent to the native vlan, also hard coded
for the new way, the port is hard coded as an access port and cdp "figures
out" that the cisco 7960 is plugged in, makes the trunk, sends the data and
voice to the hard coded access and voice vlans, respectively..
for both old and new, qos is macro configured with "auto qos voip
cisco-phone"
having said all of the that.. what do you guys suppose is the correct solution
to that hypothetical ccie lab question?
1. old way? new way?
2. auto qos ok, or fat finger the commands mls qos, mls qos trust cos, etc.. ?
(does not say auto qos is not allowed)
i read so much advice posted in this group saying "do only what the question
asks".. both ways satisfy this criteria.. any thoughts?
rob
This archive was generated by hypermail 2.1.4 : Thu Dec 01 2005 - 09:12:05 GMT-3