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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

implement priority

Status
Not open for further replies.

dhibsystel

Technical User
Jan 30, 2007
254
TN
I have created 2 vlans.

Vlan DATA and vlan Voice.

I want to give priority to vlan Voice.

what is the QOS to implement ?
 
The commands may be slightly different depending on what device you have.

There are 2 different ways to prioritize traffic:
1. Using IEEE 802.1p prioritization
2. Using DiffServ code points (also known as TOS)

The first is probably the simplest.

Code:
create qosprofile qp3
create qosprofile qp5
configure dot1p type 2 qosprofile qp3
configure dot1p type 4 qosprofile qp5
enable dot1p replacement ports all
configure vlan data qosprofile qp3
configure vlan voice qosprofile qp5

MCSE CCNA CCDA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top