Skip to content

Instantly share code, notes, and snippets.

@nielsonsantana
Created June 13, 2012 19:21
Show Gist options
  • Save nielsonsantana/2925907 to your computer and use it in GitHub Desktop.
Save nielsonsantana/2925907 to your computer and use it in GitHub Desktop.
var parameter = {
"rede" : {
"rede1" : {
"switch" : {
"switch1" : ["pc1", "pc2"]
},
"pc" : {
"pc1" : {
"ip" : "10.0.0.100",
"mac" : "",
"mask" : "255.255.255.0",
"interface" : {
1 : ["switch1"]
},
},
"pc2" : {
"ip" : "10.0.0.100",
"mac" : "",
"mask" : "255.255.255.0",
"interface" : {
1 : ["switch1"]
},
}
},
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment