Skip to content

Arista Networks CloudVision portal configlet builder scripts

Notifications You must be signed in to change notification settings

alexfeig/arista-cvp-configlet-builders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CVP configlet builder scripts


This repo houses CVP configlet builder scripts that I've created over time.

lookback-builder.py


This script will create loopbacks numbering from 100 to 199.

For switches that start with spine, the 2nd octet will be set to 20 and the 3rd octet will be the number after spine, for instance it will be 1 for spine1.

For switches that start with leaf, the 2nd octet will be set to 10 and the 3rd octet will be the number after leaf, for instance it will be 1 for leaf1.

Examples:

  • spine1 = 10.20.1.100-199
  • spine4 = 10.20.4.100-199
  • leaf6 = 10.10.6.100-199

About

Arista Networks CloudVision portal configlet builder scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages