Advertisement
Guest User

USG config.gateway.json

a guest
Feb 28th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | None | 0 0
  1. {
  2.   "service": {
  3.     "mdns": {
  4.       "repeater": {
  5.         "interface": [
  6.           "eth1.10",
  7.           "eth2.20"
  8.         ]
  9.       }
  10.     }
  11.   },
  12.   "protocols": {
  13.     "igmp-proxy": {
  14.       "interface": {
  15.         "eth1.10": {
  16.           "role": "upstream",
  17.           "threshold": "1"
  18.         },
  19.         "eth2.20": {
  20.           "role": "downstream",
  21.           "threshold": "1"
  22.         },
  23.     "eth0": {
  24.           "role": "disabled"
  25.         },
  26.     "eth1": {
  27.           "role": "disabled"
  28.         },
  29.     "eth2": {
  30.           "role": "disabled"
  31.         },
  32.     "eth2.99": {
  33.           "role": "disabled"
  34.         }
  35.       }
  36.     }
  37.   }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement