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

Do multicast packets get forwarded using fast switching? Can they be configured to be sent using CEF?

Sam Brynes
Level 1
Level 1

A "show ip pim int" command shows multicast switching as "fast". Can we have it use CEF to reduce the load on our router?

 

RTR2(config-if)#do sh ip pim int et0/0 detail
Ethernet0/0 is up, line protocol is up
Internet address is 192.168.0.2/24
Multicast switching: fast
Multicast packets in/out: 0/0
Multicast TTL threshold: 0
PIM: enabled
PIM version: 2, mode: sparse
PIM DR: 192.168.0.2 (this system)
PIM neighbor count: 1
PIM Hello/Query interval: 30 seconds
PIM Hello packets in/out: 15/16
PIM J/P interval: 60 seconds
PIM State-Refresh processing: enabled
PIM State-Refresh origination: disabled
PIM NBMA mode: disabled
PIM ATM multipoint signalling: disabled
PIM domain border: disabled
PIM neighbors rpf proxy capable: TRUE
PIM BFD: disabled
PIM Non-DR-Join: FALSE
Multicast Tagswitching: disabled
RTR2(config-if)#

 

Also, a related question. Routers perform the RPF check for multicast traffic. I'm not sure if that uses process switching, fast switching, or CEF, but would a large number of multicast packets cause a significant increase on the CPU load from all the RPF checks?

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame
CEF for multicast? Not as far as I know. Keep in mind multicast routing is not like unicast routing, first you're not routing to the destination address, which isn't even really a destination address, second "set-up" for multicast flows is also quite different.

Regrading RPF checks, I suspect this handled somewhat like an ACL check. I.e. either a multicast packet is allowed to be accepted or not as it ingresses an interface. On a software based router, I'm sure RPF checks (in addition to multicast forwarding) add to CPU load, but likely very little per packet. That said, multicast processing might not be as well optimized as unicast processing.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card