avd
avd copied to clipboard
Feat(eos_cli_config_gen): add ip igmp host-proxy support to interfaces
Enhancement summary
add ip igmp host-proxy support to interface type ethernet, port-channel and vlan
EOS doc : https://www.arista.com/en/um-eos/eos-igmp-and-igmp-snooping#xx1146868
Which component of AVD is impacted
eos_cli_config_gen
Use case example
mutlticast use cases here is a sample commands: interface Ethernet1 ip igmp host-proxy ip igmp host-proxy 231.10.10.1 ip igmp host-proxy 231.10.10.2 exclude 10.4.4.1 ip igmp host-proxy 231.10.10.3 include 10.5.5.1 ip igmp host-proxy access-list acl1
Describe the solution you would like
eos_cli_config_gen data model
Describe alternatives you have considered
No response
Additional context
No response
Contributing Guide
- [X] I agree to follow this project's Code of Conduct