In winbox you can see a tree hiarchy of all the interfaces. VLANs go under their master interface and the same with pppoe-servers. Anyways how do you find the master interface for all the interfaces mostly pppoe though. Right now the only method I can find is to monitor the interface once with “interface pppoe-server monitor 0 once”. I need the method for doing this more efficiently for all interfaces since I am using the api I need to make data transmission as lightweight as possible.
probably, instead of general /interface print you should use more specific commands, like /interface vlan print and /interface pppoe-server print
it shows ‘interface’ for vlans, and I don’t have pppoe to check it
I do use the specif commands. VLAN shows interface yes but pppoe does not. I also am more interested in a solution that shows the master interface for all interfaces but I dont think that is possible. I figured it out now. I can set =.id= to multiple ids by using =.id=*1,*2,*3
sure it’s not possible. ethernet does not have ‘master’ interface (we’re not talking about switching), pptp does not…