DimitriCapetz / arista-nsx

Scripts to use in conjunction with Arista and VMware NSX Hardware VTEP Integration
1 stars 0 forks source link

Add logic to create port-channels if they don't exist. #4

Closed DimitriCapetz closed 6 years ago

DimitriCapetz commented 6 years ago

Right now, the scripts assume the interfaces, whether virtual or physical already exist. Adding logic to create a port-channel and assign interfaces would make sense.

DimitriCapetz commented 6 years ago

To clarify, the scripts would create the port-channel, but not assign any physical. This should be possible.

DimitriCapetz commented 6 years ago

eAPI script will now correctly handle port-channel inputs. Updated that script. Will update CVP script next.

DimitriCapetz commented 6 years ago

CVP script now handles port channels as well. It will sort appropriately. I need to go back and 'functionize' it as it is messy but I will open a different issue for that.