ExtremeXOS and Switch Engine support JSON format to represent the data resource. The following information describes the JSON representation for the YANG elements:
The following is an example of JSON representation.
{ "extreme-fabric:fabric":{ "spb-fabric":{ "ipv6-src-address":"", "enable":false, "ip-src-address":"", "system-id":"", "manual-area":"", "instances":{ "instance":[ { "smlt":{ "smlt-peer":"", "smlt-peer-system-id":"" }, "ip-shortcuts":{ "ipv4-enable":false, "ipv6-enable":false }, "number":99, "lsdb-trap":false, "multicast":{ "enable":false, "fwd-cache-timeout":0 }, "redistribute-direct":{ "global-router":false, "vrf-all":false }, "equal-cost-trees":{ "equal-cost-tree":[ { "ect":"ONE", "id":1 } ] }, "nickname":"", "spb-vlans":{ "spb-vlan":[ { "id":99 } ] } } ] }, "cfm":{ "set-admin":false, "mep-id":0,"level":0 }, ...