Thursday, October 5, 2017

How to static MAC address and MAC address limitation on Huawei OLT by U2000 & CLI


Go to U2000 client double click on NE node which we want to do static MAC address on it.

On left hand side tree list choose Connection => Service Port

On right hand side click on find button to show all ONUs in this OLT

click on ONT we want to static MAC address then click on Static MAC Address Binding info tab

Then right click on the blank space choose Add Static MAC Address...

Then put MAC address we want to static => OK
After we add static MAC address not mean only this MAC address can working and other MAC discard, we need to not allow any dynamic MAC learn that mean only static MAC address can work.

To not allow any dynamic MAC learn go back to ONU click on ONU we want to static MAC address choose Service Port info then click on service port status right click and choose Configure Extend Properties...

Then on Max Learnable MAC Address put zero then OK // this mean no any dynamic MAC can learn if we put 2 so we have 2 dynamic MAC address learn.

How to configure static MAC address by CLI

example I want to limit mac address on ONT frame0/slot0/port4 ont-id0 service port 241
(config)#mac-address static service-port 241 12ad-c45c-2b51  //static mac address
(config)#mac-address max-mac-count service-port 241 0  //this command mean not allow dynamic MAC learn.

1 comment:

How to Backup and Recover Data configuration on Huawei OLT

I. Backup configuration by manually  Go to U2000 application => Administration => NE Software Management => NE Data Backup/Restora...