You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static multicast is useful in many M&E installations. It may be needed on uplinks. The CLI would look like this
client(config)#interface Ethernet 1
client(config-if-Et1)#multicast ipv4 static
There is already a way to enable dynamic multicast on uplinks:
underlay_multicast: true
It would be cool if we could have something that operated very similarly to "underlay_multicast: true", but for static multicast.
The AVD could look like:
underlay_multicast_ipv4_static: true
Current Issue is only for fabric links/core interfaces that involves l3 interfaces
sarunac
changed the title
Enable static multicast on fabric links
Feat(eos_cli_config_gen) : Enable static multicast on fabric links
Jan 14, 2025
carlbuchmann
changed the title
Feat(eos_cli_config_gen) : Enable static multicast on fabric links
Feat(eos_designs): Enable static multicast on fabric links
Jan 16, 2025
Enhancement summary
Static multicast is useful in many M&E installations. It may be needed on uplinks. The CLI would look like this
client(config)#interface Ethernet 1
client(config-if-Et1)#multicast ipv4 static
There is already a way to enable dynamic multicast on uplinks:
underlay_multicast: true
It would be cool if we could have something that operated very similarly to "underlay_multicast: true", but for static multicast.
The AVD could look like:
underlay_multicast_ipv4_static: true
Current Issue is only for fabric links/core interfaces that involves l3 interfaces
Which component of AVD is impacted
eos_designs
Use case example
See enhancement summary
Describe the solution you would like
See enhancement summary
Describe alternatives you have considered
now we need structured config:
Additional context
This would be used with Arista's MCS or a 3rd party multicast SDN
Contributing Guide
The text was updated successfully, but these errors were encountered: