Chetan Gaonker | 5c99136 | 2017-08-29 22:41:13 +0000 | [diff] [blame] | 1 | { |
| 2 | "ports": {}, |
| 3 | "hosts": {}, |
| 4 | "devices": { |
| 5 | "of:0000000000000001": { |
| 6 | "basic": { |
| 7 | "driver": "default" |
| 8 | }, |
| 9 | "accessDevice": { |
| 10 | "uplink": "2", |
| 11 | "vlan": "222", |
| 12 | "defaultVlan": "1" |
| 13 | } |
| 14 | } |
| 15 | }, |
| 16 | "apps": { |
| 17 | "org.onosproject.provider.lldp": { |
| 18 | "suppression": { |
| 19 | "deviceTypes": ["ROADM"], |
| 20 | "annotation": "{\"no-lldp\":null}" |
| 21 | } |
| 22 | }, |
| 23 | "org.opencord.igmpproxy": { |
| 24 | "igmpproxy": { |
| 25 | "globalConnectPointMode": "true", |
| 26 | "globalConnectPoint": "of:0000000000000001/1", |
| 27 | "UnsolicitedTimeOut": "2", |
| 28 | "MaxResp": "10", |
| 29 | "KeepAliveInterval": "120", |
| 30 | "KeepAliveCount": "3", |
| 31 | "LastQueryInterval": "2", |
| 32 | "LastQueryCount": "2", |
| 33 | "FastLeave": "false", |
| 34 | "PeriodicQuery": "true", |
| 35 | "IgmpCos": "7", |
| 36 | "withRAUpLink": "true", |
| 37 | "withRADownLink": "true" |
| 38 | }, |
| 39 | "ssmTranslate": [{ |
| 40 | "source": "10.34.56.78", |
| 41 | "group": "224.2.3.4" |
| 42 | }] |
| 43 | }, |
| 44 | "org.opencord.mcast": { |
| 45 | "multicast": { |
| 46 | "ingressVlan": "222", |
| 47 | "egressVlan": "17" |
| 48 | } |
| 49 | } |
| 50 | }, |
| 51 | "links": {} |
| 52 | } |