Open kamalkrbh opened 3 days ago
Path: /restconf/data/openconfig-mclag:mclag
Sample Output: { "openconfig-mclag:mclag": { "mclag-domains": { "mclag-domain": [ { "domain-id": 0, "config": { "domain-id": 0, "source-address": "string", "peer-address": "string", "session-vrf": "string", "peer-link": "string", "mclag-system-mac": "string", "keepalive-interval": 0, "session-timeout": 0, "delay-restore": 0 }, "state": { "domain-id": 0, "source-address": "string", "peer-address": "string", "session-vrf": "string", "peer-link": "string", "mclag-system-mac": "string", "keepalive-interval": 0, "session-timeout": 0, "delay-restore": 0, "oper-status": "OPER_UP", "role": "ROLE_ACTIVE", "system-mac": "string", "delay-restore-start-time": "string" } } ] }, "interfaces": { "interface": [ { "name": "string", "config": { "name": "string", "mclag-domain-id": 0, "mclag-id": 0 }, "state": { "name": "string", "mclag-domain-id": 0, "mclag-id": 0, "local": { "traffic-disable": true, "port-isolate": true, "oper-status": "OPER_DOWN" }, "remote": { "oper-status": "OPER_UNKNOWN" } } } ] }, "vlan-interfaces": { "vlan-interface": [ { "name": "string", "config": { "name": "string", "unique-ip-enable": "ENABLE" }, "state": { "name": "string", "unique-ip-enable": "ENABLE" } } ] }, "mclag-gateway-macs": { "mclag-gateway-mac": [ { "gateway-mac": "string", "config": { "gateway-mac": "string" }, "state": { "gateway-mac": "string" } } ] }, "vlan-ifs": { "vlan-if": [ { "name": "string", "config": { "name": "string", "peer-gateway-enable": "ENABLE" }, "state": { "name": "string", "peer-gateway-enable": "ENABLE" } } ] } } }
PR for this task: https://github.com/STORDIS/orca_nw_lib/pull/120
@ramya6737 , Is grafana dashboard also created ?
Since there is no data for MCLAG, Grafana is displaying 'No Data.'
Path: /restconf/data/openconfig-mclag:mclag
Sample Output: { "openconfig-mclag:mclag": { "mclag-domains": { "mclag-domain": [ { "domain-id": 0, "config": { "domain-id": 0, "source-address": "string", "peer-address": "string", "session-vrf": "string", "peer-link": "string", "mclag-system-mac": "string", "keepalive-interval": 0, "session-timeout": 0, "delay-restore": 0 }, "state": { "domain-id": 0, "source-address": "string", "peer-address": "string", "session-vrf": "string", "peer-link": "string", "mclag-system-mac": "string", "keepalive-interval": 0, "session-timeout": 0, "delay-restore": 0, "oper-status": "OPER_UP", "role": "ROLE_ACTIVE", "system-mac": "string", "delay-restore-start-time": "string" } } ] }, "interfaces": { "interface": [ { "name": "string", "config": { "name": "string", "mclag-domain-id": 0, "mclag-id": 0 }, "state": { "name": "string", "mclag-domain-id": 0, "mclag-id": 0, "local": { "traffic-disable": true, "port-isolate": true, "oper-status": "OPER_DOWN" }, "remote": { "oper-status": "OPER_UNKNOWN" } } } ] }, "vlan-interfaces": { "vlan-interface": [ { "name": "string", "config": { "name": "string", "unique-ip-enable": "ENABLE" }, "state": { "name": "string", "unique-ip-enable": "ENABLE" } } ] }, "mclag-gateway-macs": { "mclag-gateway-mac": [ { "gateway-mac": "string", "config": { "gateway-mac": "string" }, "state": { "gateway-mac": "string" } } ] }, "vlan-ifs": { "vlan-if": [ { "name": "string", "config": { "name": "string", "peer-gateway-enable": "ENABLE" }, "state": { "name": "string", "peer-gateway-enable": "ENABLE" } } ] } } }