Edge Switch – Edge Point Mikrotik Romon Access Problem Troubleshooting
Hello there,
The UBNT EdgeSwitch and EdgePoint EP-S16 models were experiencing many revolutions in the past over MAC Discovery Access.
If you have a problem with the mac-discovery protocol (L2) between Romon Mikrotik uygulan s devices (L2), the following steps must be implemented by connecting to your Ubnt Edge Series Switches via SSH, TELNET or CONSOLE .;
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 1- enable // (type and press enter) // depending on the software version you use, you may be asked for your login password again, // enter your login password and press enter (default password: ubnt) 2- configure // (type and press enter) 3- mac access-list extended global // (type and press enter) 4- permit any any // (type and press enter) 5- exit // (type and press enter) 6- mac access-group global vlan 1 // in (type and enter) // in the above step you grant 1 e RoMon packet pass, which is the default VLAN ID of your Switch, // If you want to enable RoMon relay for different VLANs on the switch, // run the command again by replacing 1 in the above code with the desired VLAN ID. // Example command: mac access-group global vlan 200 in7- exit // (type and press enter) 8- quit // (type and press enter)Would you like to save them now? (y / n) // warning,// press the letter y to save your changes, // your command line connection will be closed automatically after saving your changes. |
NOTE: This application has been performed in the test environment and has not been tested on active working systems,
Do not forget to take the backup just in case before applying the rules!
If you cannot connect your switches with SSH, you can enable the SSH connection of your Switches with this article: https://goo.gl/svdGwe
This booklet is used when performing the above application: https://goo.gl/uAT9nk (Pages: 386 to 399)
I wish everyone good work.