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

Whether class-default with match IPv6 Traffic

Haris P
Level 4
Level 4

Dear All ,

Im putting the command the below command for limiting the trafficon my interface .I have both IPv4 and IPv6 both enabled on the interface .Whether the class-default will match IPv6 packets also ??What are the things matched by class class-default ?

policy-map test
  class class-default
    shape average 8192000

interface GigabitEthernet6/1.132
ip address 7.9.9.2 255.255.255.0

ipv6 address 1002:A70:1::/64 eui-64

service policy output test

Please answer me .Useful comments will be rated

regards

haris

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

Haris

The default class "class-default" is used to match any and all traffic that is not matched by any other class in your policy map so yes it will match IPv4 and IPv6 traffic.

Jon