Hi, there.
Issue Description | Could you please explain how to disable the mac-learning function on eth port / service-port / VSI and still enable forwarding unknown traffic? Expect to modify the mac-address max-mac-count it seems there is no other way to do that, could you confirm and give us more information about how to use it? My request concerned P2P Ethernet service service-port 3000 vlan 3000 eth 0/1/0 multi-service user-vlan other-all tag-transform default inbound traffic-table index 9 outbound traffic-table index 8 |
Solution | After checking your current configuration of service-port we recommend the configuration below: service-port source eth 0/5/0 user-vlan 3000 destination eth 0/1/0 multi-service user-vlan 1000 inbound traffic-table index 9 outbound traffic-table index 8 In the current version V1R18C00, the system can only support a specified user-vlan. Notice: The future version V1R19C10 for MA5800-X7 which will be released in April 2019 will support the ‘user-vlan other-all’. |
From group: Transport&Access Network
Thanks.