Skip to content
Snippets Groups Projects

ubus: dump_topology - show short tree

Closed Janusz Dziedzic requested to merge dump_topology into devel
{
	{
                "alid": "b2:dd:74:b2:93:00",
		"hostname": "heimgard-9300",
                "2g": "11/20",
                "5g": "132/80",
                "leafs": [
                        {
                                "alid": "5a:00:32:ee:a4:e0",
				"hostname": "Pulse-EX600-580032eea4e0",
                                "media": "Ethernet (802_3AB_GIGABIT_ETHERNET)",
                                "5g": "132/40",
                                "2g": "6/20"
                        },
                        {
                                "alid": "b2:dd:74:b2:c7:50",
				"hostname": "heimgard-C750",
                                "media": "Wi-Fi (802_11AC_5_GHZ)",
                                "2g": "11/20",
                                "5g": "132/80"
                        }
                ]
        }
}

{
        {
                "alid": "b2:dd:74:b2:93:00",
		"hostname": "heimgard-9300"
                "2g": "11/20",
                "5g": "116/80",
                "leafs": [
                        {
                                "alid": "5a:00:32:ee:a4:e0",
				"hostname": "Pulse-EX600-580032eea4e0",
                                "media": "Ethernet (802_3AB_GIGABIT_ETHERNET)",
                                "5g": "60/80",
                                "2g": "11/20",
                                "leafs": [
                                        {
                                                "alid": "b2:dd:74:b2:c7:50",
						"hostname": "heimgard-C750",
                                                "media": "Wi-Fi (802_11AC_5_GHZ)",
                                                "2g": "11/20",
                                                "5g": "60/80"
                                        }
                                ]
                        }
                ]
        }
}
Edited by Janusz Dziedzic

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading