commit | 932d17bf6680b0f0bfddc915c3b136853c135c8e | [log] [tgz] |
---|---|---|
author | Ilayda Ozdemir <ilayda.ozdemir@netsia.com> | Wed Feb 24 10:11:21 2021 +0000 |
committer | Ilayda Ozdemir <ilayda.ozdemir@netsia.com> | Wed Feb 24 13:29:07 2021 +0300 |
tree | abf769871848c135fddeb9cc01fbd1f59bdf6aef | |
parent | bccc74e48bed3eb2ffdd3f7da2d582a7aa01f859 [diff] |
SEBA-1008-Minor version upgrade Change-Id: Ic4a8eb5a7e639d0d13004f00e8ab5edccb7ce1c6
MAC Learner is an ONOS application that examines DISCOVER or REQUEST type DHCP packets and keeps the MAC address temporarily according to the device, port and vlanId information obtained from these packets. If the package has a single tag, VlanVID is used; if it is a double tag, QinqVID is used as vlanId.
MAC Learner has REST API and CLI integration. You can access and modify MAC Address map via these.
By defining ports to the Ignored Port Map, it can be ensured that DHCP packets from these ports are not taken into account.
cacheDurationSec - MAC Mappings are held with a timestamp and scheduled executor running in the background that clears expired mappings(exist more than cacheDuration). The operating frequency of this executor can be set with this parameter. By default, it is 86400(1 day).
autoClearMacMapping - By enabling this parameter, the relevant mappings can be cleared automatically with DEVICE_REMOVED and PORT_REMOVED device events. By default, it is disabled.