Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. root@OpenWrt:~# ifstatus wan6
  2. {
  3. "up": true,
  4. "pending": false,
  5. "available": true,
  6. "autostart": true,
  7. "dynamic": false,
  8. "uptime": 54,
  9. "l3_device": "eth1.2",
  10. "proto": "dhcpv6",
  11. "device": "eth1.2",
  12. "metric": 0,
  13. "dns_metric": 0,
  14. "delegation": true,
  15. "ipv4-address": [
  16.  
  17. ],
  18. "ipv6-address": [
  19. {
  20. "address": "2a02:908:1300:c:a5db:1f25:c3c6:58f9",
  21. "mask": 128,
  22. "preferred": 302346,
  23. "valid": 604746
  24. }
  25. ],
  26. "ipv6-prefix": [
  27. {
  28. "address": "2a02:908:13c8:d5a0::",
  29. "mask": 59,
  30. "preferred": 302346,
  31. "valid": 604746,
  32. "class": "wan6",
  33. "assigned": {
  34. "lan": {
  35. "address": "2a02:908:13c8:d5a0::",
  36. "mask": 60
  37. }
  38. }
  39. }
  40. ],
  41. "ipv6-prefix-assignment": [
  42.  
  43. ],
  44. "route": [
  45. {
  46. "target": "::",
  47. "mask": 0,
  48. "nexthop": "fe80::201:5cff:fe79:4646",
  49. "metric": 512,
  50. "valid": 1797,
  51. "source": "2a02:908:13c8:d5a0::\/59"
  52. },
  53. {
  54. "target": "::",
  55. "mask": 0,
  56. "nexthop": "fe80::201:5cff:fe79:4646",
  57. "metric": 512,
  58. "valid": 1797,
  59. "source": "2a02:908:1300:c:a5db:1f25:c3c6:58f9\/128"
  60. }
  61. ],
  62. "dns-server": [
  63. "2a02:908:2:a::1",
  64. "2a02:908:2:b::1"
  65. ],
  66. "dns-search": [
  67.  
  68. ],
  69. "inactive": {
  70. "ipv4-address": [
  71.  
  72. ],
  73. "ipv6-address": [
  74.  
  75. ],
  76. "route": [
  77.  
  78. ],
  79. "dns-server": [
  80.  
  81. ],
  82. "dns-search": [
  83.  
  84. ]
  85. },
  86. "data": {
  87. "passthru": "001700202a0209080002000a00000000000000012a020908000 2000b0000000000000001"
  88. }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement