Добрый день всем. Есть сабж, при включении маршрутизации мультикаста загрузка уходит в 80% цпу, видно что во ВЛАНе, с которого идет мультикаст пакеты обрабатываются через IP Input, пробовал уже задать все настройки CEF - ничего не меняется. Если заглушить этот интерфейс - роутер тут же успокаивается на 8-12% загрузки. Вот части конфига:no aaa new-model
logging event link-status default
ip subnet-zero
!
!
ip multicast-routing
!
!
udld enable
!
!
vtp mode off
no dss interface-purge
no dss range-purge
no dss mac-purge
mls ip multicast replication-mode ingress
mls ip multicast flow-stat-timer 9
no mls netflow
no mls flow ip
no mls flow ipv6
mls rate-limit all ttl-failure 500 100
no mls acl tcam share-global
mls cef error action freeze
multilink bundle-name authenticated
!
!
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
no spanning-tree vlan 10-25,203
module clear-config
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
no errdisable detect cause gbic-invalid
!
redundancy
main-cpu
auto-sync running-config
mode sso
!
vlan internal allocation policy ascending
vlan access-log ratelimit 2000
!
vlan 10-25,203
!
interface GigabitEthernet10/1
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10-25
switchport mode trunk
switchport block unicast
udld port
ip dhcp snooping trust
!
!
interface GigabitEthernet13/38
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10-25
switchport mode trunk
switchport block unicast
udld port
channel-group 2 mode active
!
!
interface Vlan11
ip address 10.xx.xx.255 255.255.240.0
ip flow ingress
ip pim sparse-mode
ip route-cache same-interface
ip route-cache policy
ip igmp snooping querier
!
!
interface Vlan203
ip address 192.168.xxx.2 255.255.255.252
no ip proxy-arp
ip flow ingress
ip pim sparse-mode
ip route-cache same-interface
ip route-cache policy
!
!
ip classless
!
no ip http server
no ip http secure-server
ip pim rp-address xx.xx.xx.xx
!
Вот вывод sh interface switching для Влан203:
Vlan203
Throttle count 0
Drops RP 0 SP 0
SPD Flushes Fast 0 SSE 0
SPD Aggress Fast 0
SPD Priority Inputs 1654199 Drops 0
Protocol Path Pkts In Chars In Pkts Out Chars Out
IP Process 2624309817 3560691319068 801945 108446741
Cache misses 0
Fast 453707 606645937 0 0
Auton/SSE 36719496 50010656581 5 470
При этом в других ВЛАНах все нормально, пакеты идут через Fast практически все:
Vlan25
Throttle count 0
Drops RP 18 SP 0
SPD Flushes Fast 18 SSE 0
SPD Aggress Fast 0
SPD Priority Inputs 232 Drops 0
Protocol Path Pkts In Chars In Pkts Out Chars Out
Other Process 22022 1516744 402 45024
Cache misses 0
Fast 0 0 0 0
Auton/SSE 0 0 0 0
IP Process 2859210 539297334 98331407 137826220772
Cache misses 0
Fast 13077231 3703949979 5288 1928268
Auton/SSE 74829597 39997207631 98397197 109117579668
ARP Process 11796279 707899945 182197 20406064
Cache misses 0
Fast 0 0 0 0
Auton/SSE 0 0 0 0
При этом мультикаст работает нормально, на компах принимающих его все окей. То есть свитчится все хорошо, если бы не загрузка ЦПУ...