cisco.nxos icon indicating copy to clipboard operation
cisco.nxos copied to clipboard

nxos_vpc Enhancements

Open clammers opened this issue 4 years ago • 1 comments

SUMMARY

For EVPN Fabrics using vPC Fabric Peering please support virtual peer-link configuration, Peer Switch and also ARP(v4) and ND(v6) synchronisation.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

nxos_vpc

ADDITIONAL INFORMATION
cisco.nxos.nxos_vpc:
  domain: 100
  role_priority: 1000
  system_priority: 2000
  pkl_dest: 192.168.100.4
  pkl_src: 10.1.100.20
  peer_gw: true
  auto_recovery: true         
  peer_switch: true
  vpl_dst: 192.168.100.4
  vpl_src: 10.1.100.20
  ip_arp_synchronize: true
  ipv6_nd_synchronize: true

clammers avatar Oct 29 '20 11:10 clammers

A big +1 behind adding these features. I have a use case where I need these, and at the moment, I'll need to use the nxos_config module to push this configuration.

ChristopherJHart avatar Dec 01 '20 02:12 ChristopherJHart