commit | 635888362b89e3af1d267b43f1527c074247bc72 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Thu Jun 03 11:08:49 2021 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Thu Jun 03 12:31:26 2021 +0200 |
tree | 4045ba1e078781dfa87a31bbf247521f6513c6a0 | |
parent | 0b728d91424cac056189aa3d86a9d9e9546f6bc9 [diff] |
[VOL-4138] updating to ONOS 2.5.2-SNAPSHOT dependencies Change-Id: I22357b4c5a2b91b6cc8a2ec981859146ae342c4a
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.