Hi there,
Is there way within the ums to generate a report that includes all network adapter mac adresses of the devices?
I tried to do it via the view function but I cant seem to select the available network adapters.
You can create a view showing the current macaddress
You mean the current used one right? Sadly this does not help. I need a way to choose the network adapter within the view.
Well… thinking…
You could setup the following as a profile that finds all network devices and stuffs the MAC addresses into structure tag…
“`setparam system.remotemanager.ums_structure_tag $(ip a | grep ether | tr -s ‘ ‘ | cut -d ” ” -f 3 | paste -d ” ” – -)
write_rmsettings“`
Then create a view for structure tag…
I do something similar with this profile…
github.com/IGEL-Community/IGEL-Custom-Partitions/tree/master/CP_Source/Network/WireGuard_VPN_Client
Continue reading and comment on the thread ‘Is there way within the ums to generate a report that includes all network adapter’. Not a member? Join Here!
Learn more, search the IGEL Knowledge Base
Ask a question or comment on the above message thread?
Join or log in to the IGEL Community to ask us anything and meet other IGEL customers, partners, and EUC enthusiasts.Submit a question, or Join Today!