Skip to content

Instantly share code, notes, and snippets.

@mss7082
Created April 23, 2018 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mss7082/c67eda086982b56b502be1d1129b0338 to your computer and use it in GitHub Desktop.
Save mss7082/c67eda086982b56b502be1d1129b0338 to your computer and use it in GitHub Desktop.
testing
{
"proxy": {
"proxytype": "napalm",
"driver": "junos",
"host": "192.168.1.11",
"username": "ccie",
"password": "Juniper123"
},
"routerName": "ce1",
"interfaces": {
"ge-0/0/1": {
"vlanTag": true,
"unit": 1001,
"ipv4": "10.1.12.1/24"
},
"ge-0/0/2": {
"vlanTag": true,
"unit": 1001,
"ipv4": "10.1.0.0/31",
"ipv6": "fc00::10:1:0:0/127"
},
"ge-0/0/3": {
"unit": 1001,
"ipv4": "10.1.0.4/31",
"ipv6": "fc00::10:1:0:4/127"
},
"lo0": {
"unit": 0,
"ipv4": "192.168.10.1/32"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment