Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. [root@00-25-90-4e-9b-34 /zones/jsons]# vmadm get d2843232-a00d-4db9-9982-38f9f605aaf7 | json nics
  2. [
  3. {
  4. "interface": "net0",
  5. "mac": "12:07:b5:cb:22:7f",
  6. "nic_tag": "admin",
  7. "gateway": "176.111.61.1",
  8. "ip": "176.111.61.201",
  9. "netmask": "255.255.255.0",
  10. "allow_ip_spoofing": "1",
  11. "primary": true
  12. },
  13. {
  14. "interface": "net1",
  15. "mac": "72:c2:08:dd:0c:06",
  16. "nic_tag": "stub0",
  17. "gateway": "10.0.0.1",
  18. "ip": "10.0.0.1",
  19. "netmask": "255.255.255.0",
  20. "allow_ip_spoofing": "1"
  21. }
  22. ]
  23. [root@00-25-90-4e-9b-34 /zones/jsons]# vmadm get 2de556fc-950e-4de8-b159-914eec306315 | json nics
  24. [
  25. {
  26. "interface": "net1",
  27. "mac": "b2:1e:ba:a5:6e:72",
  28. "nic_tag": "stub0",
  29. "gateway": "10.0.0.1",
  30. "ip": "10.0.0.201",
  31. "netmask": "255.255.255.0",
  32. "primary": true
  33. }
  34. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement