cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
765
Views
0
Helpful
6
Replies

QoS under Subinterface

eng-sweity
Level 1
Level 1

                

                

                                 



        can you help me to create Qos under subinterfaces ?



       



       

    i have creat QoS on serial interface to use 50 % of bandwidth for data and 50 % of bandwidth for ip camera's and it is working well.

  but i ned to make this QoS on subinterfaces because i have 2 link , and i tried to make it on the same method as i did it on serial link but it didn't work !!

   so i need help please

       

6 Replies 6

John Blakley
VIP Alumni
VIP Alumni

Can you post what you have already? What's not working and are you trying to do 50% data/50% bandwidth on the subinterface?

HTH, John *** Please rate all useful posts ***

                

                

        the below configuration is working well

      class-map match-any NOT-VIDEO

match access-group 101

!

!

policy-map voice-data-50Percent

class NOT-VIDEO

  priority percent 50

class class-default

  fair-queue

       

interface Serial0/1/0

service-policy output voice-data-50Percent

What happens when you try to apply it? What is access-list 101?

HTH, John *** Please rate all useful posts ***

                

        Extended IP access list 101

    10 deny ip host X.X.X.X any (it's for camre DVR )

    20 permit ip any any

when i apply this configuratio on Serial port it's working well

but when i am trying to apply this configuration on sub interface like

interface FastEthernet0/0.1

interface FastEthernet0/0.2

the link become very slow with high delay and some time i recived request time out

so can you give me the best cenario to solve the problem

Is fa0/0.1 or fa0/0.2 on your lan side or wan side? What direction are you putting it on the subinterface? Can you post your interface configs?

HTH, John *** Please rate all useful posts ***

                

                

        interface FastEthernet0/0

no ip address

duplex auto

speed auto

service-policy output voice-data-50Percent

from lan to wan side

       

Review Cisco Networking for a $25 gift card