cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
519
Views
0
Helpful
3
Replies

QoS for Voice and Data

nihit-tandon
Level 1
Level 1

Hi, I need to apply qos for  128 Kbps bandwidth ,only at the CE end , where in 64Kbps should be for voice traffic ,

in case voice isnt there then remaining should be allocated for Data.

Will this help me in case QoS is only applied at the CPE end.

1 Accepted Solution

Accepted Solutions

Hi Nihit,

Applying QoS only at CPE can help you in your requirement.

However, if your ISP don't honour your marking, then their won't be end to end reservation of bandwidth.

In simple terms, you will be allocation 64kbps only at CPE and once traffic leaves your Router, there won't be any gaurantee of PE or P router allocating same bandwidth to voice traffic

HTH,

Smitesh

View solution in original post

3 Replies 3

Hi Nihit,

Applying QoS only at CPE can help you in your requirement.

However, if your ISP don't honour your marking, then their won't be end to end reservation of bandwidth.

In simple terms, you will be allocation 64kbps only at CPE and once traffic leaves your Router, there won't be any gaurantee of PE or P router allocating same bandwidth to voice traffic

HTH,

Smitesh

Hi Smithesh,

Thanks for replying, can you help me with the sample config to be applied.

Hi Nihit,

What is your VoIP setup and how it is connected o router / switch ??

Sample config  can be (assumption that you use different IP Subnet for VoIPs)

*** Below config will classify the packets***

ip access-list 10 permit

*** Below config will mark the packets ***

class-map VoIP

match access-group 10

exit

*** Below config will reserve the required bandwidth ***

policy-map VoIP

class VoIP

bandwidth 64

exit

int

service-policy  output VoIP

exit

HTH,

Smitesh

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card