cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
157
Views
0
Helpful
1
Replies

bandwidth policy over internet

Anukalp S
Level 1
Level 1

Hello.. Pls help me out here. I have taken 60mb internet circuit from ISP terminating on a router (cisco 2911). i want to allocate 5mb bandwidth to all traffic for a destination ip(102.236.205.15). This ip is of my client end server. And my end users download/upload heavy data to & from this server. So i want to this traffic to allocate 5mb bandwidth and rest for all others traffic.

pls help me out if below config which i am going to implement is correct, any suggestions would be appreciated.

Also i do not want 5mb class can starve bandwidth of other class.

 Router software ver # c2900-universalk9-mz.SPA.152-4.M6.bin

------------------------------------------------------------------------------------

access-list 110 extended permit ip any host 102.236.205.15

 

class-map match-any data
 match access-group 110

!
policy-map DATA
 class data
    bandwidth percent 8

   cir 5000000


 class class-default
    bandwidth remaining percent 100
    fair-queue


policy-map SHAPE
 class class-default
    shape average 60000000
  service-policy DATA
 

 

interface GigabitEthernet0/1
 description >> connected to ISP <<
 ip address X.X.X.X 255.255.255.252
 ip flow ingress
 ip flow egress
 duplex auto
 speed auto

service policy output SHAPE

-----------------------------------------------------------------------------------------------------

 

1 Reply 1

Anukalp S
Level 1
Level 1

Hello, pls some one look into the query and suggest. My config is below.

 

-----------------------------------------------------------------------------------

access-list 110 extended permit ip any host 102.236.205.15

access-list 110 extended permit ip host 102.236.205.15 any

 

class-map match-any data
 match access-group 110

!
policy-map DATA
 class data
    bandwidth percent 8 or police 5000000 conform-action transmit exceed-action drop (which one would be ok)

  


 class class-default
    bandwidth remaining percent 100
    fair-queue


policy-map SHAPE
 class class-default
    shape average 60000000
  service-policy DATA
 

 

interface GigabitEthernet0/1
 description >> connected to ISP <<
 ip address X.X.X.X 255.255.255.252
 ip flow ingress
 ip flow egress
 duplex auto
 speed auto

service policy output SHAPE

-----------------------------------------------------------------------------------------------------

 

Review Cisco Networking products for a $25 gift card