Skip to content
Snippets Groups Projects
Commit 0f711c8a authored by Janusz Dziedzic's avatar Janusz Dziedzic
Browse files

ubus: dump_topology - show short tree

{
	{
                "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"
                                        }
                                ]
                        }
                ]
        }
}
parent ca695700
No related branches found
No related tags found
No related merge requests found
Pipeline #210508 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment