Hello,
We have a five node HWMP+ network using MikroTik Metal 2SHPn devices.
Is it possible to view the HWMP+ paths between the nodes?
So far I have been unable to find away to do this using The Dude or WinBox.
Each of the nodes is configured as follows
/interface mesh
add mesh-portal=yes name=mesh
/interface wireless security-profiles
add authentication-types=wpa2-psk eap-methods="" management-protection=allowed mode=dynamic-keys name=profile1 supplicant-identity="" wpa2-pre-shared-key=0123456789
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no frequency=2462 l2mtu=2290 mode=ap-bridge security-profile=profile1 ssid=HWMP-MESH wds-default-bridge=mesh wds-mode=dynamic-mesh
/interface mesh port
add interface=wlan1 mesh=mesh
add interface=ether1 mesh=mesh (only on the node connected to Internet gateway)
To simply, assume there are no clients attached to the mesh just five MikroTik devices
all running the HWMP+ protocol...
Is there a way to view a table of nodes and hops/paths between the nodes,
or perhaps The Dude can graphically display this information?
TIA