Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco-Auto-QoS

Status
Not open for further replies.

kabudoy

MIS
Oct 21, 2003
61
DE
Hi,

i have 3825-Cisco router connected to a layer 2 link going to a remote site and cisco-4503 core switch as my distribution switch.

my question how would i enable/configure the auto-qos in my cisco router and core switch for my avaya system. i have two Voip traffic in my network the IP trunk and IP phones?.

 
On your 4503's:
<Switch(config-if)#auto qos voip trust > will create the profile for you.
Just create it on one interface let's say 2/0/1.
You will notice that it creates a big block of lines with qos settings.Then just apply it to the rest as well.
The interface should look something like:

Code:
interface FastEthernet2/0/1
 description Outlet P48
 switchport access vlan 10
 switchport mode access
 switchport voice vlan 100
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape  10  0  0  0 
 mls qos trust cos
 auto qos voip trust 
 spanning-tree portfast
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top