cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
914
Views
0
Helpful
2
Replies

cisco ios 15.8 ipv6 bandwidth limiting over pppoe issue

hello ,

i have posted other Question about this problem and i did not get a helpfull answer.

 

i try to bild pppoe server on cisco 1941, my problem is that ipv6 always excedded the traffic limit when i limit the pppoe session

no matter wich method i used,

it seems that the interface virtual access already limited but ipv6 traffic follow unlimited.

can any one please help me?

the running config is attached and i post the output result of this command :show policy-map interface virtual-access 3

 

 

 

 

 

Virtual-Access3

SSS session identifier 24 -

Virtual-Access3

SSS session identifier 24 -

Service-policy output: policy-1

Class-map: class-1 (match-all)
9737 packets, 14088295 bytes
30 second offered rate 0000 bps, drop rate 0000 bps
Match: any
police:
cir 5000000 bps, bc 156250 bytes
conformed 9280 packets, 13400053 bytes; actions:
transmit
exceeded 457 packets, 688242 bytes; actions:
drop
conformed 0000 bps, exceeded 0000 bps

Class-map: class-default (match-any)
0 packets, 0 bytes
30 second offered rate 0000 bps, drop rate 0000 bps
Match: any

 

2 Replies 2

Hello,

 

I remember your earlier post. Looking at your config again, I think the problem could be that 'match any' does not cover IPv6. Try and specify the IPv6 traffic in an IPv6 access list:

 

access-group name IPv6_ACL
permit ipv6 any any
!
class IPv6
match access-group name IPv6_ACL
!
policy-map policy-1
class IPv6
police 5000000 conform-action transmit exceed-action drop
policy-map policy-2
class class-default

Georg Pauwen

thank you very much for your help,

I did exactly what you said as you listed but the problem is still the same ipv6 still can't be queued when the interface is virtual template
Now I tried the settings on VLAN and the policing works normally for IPv6
But on Virtual Temple this can't be done
Either there is an error in my settings or there is a problem with the system version
I ask for help from the specialists. We would like to convert the company’s devices to Cisco, but we are facing problems with these settings
Please help please

Review Cisco Networking for a $25 gift card