port eth(gpon profile)
Function
This command is used to set the maximum number of MAC addresses that can be
learned by an ONT port in a GPON ONT service profile. By default, the maximum
number of MAC addresses that can be learned by the ONT is not
limited.
Parameters
Parameter | Description | Value |
---|---|---|
eth | Indicates the ONT ETH port. | - |
vdsl | Indicates the ONT VDSL port. | - |
ont-portid | Indicates the ONT port ID. | Numeral type. Range: 1-8. |
max-mac-count mac-address-num | Sets the maximum number of MAC addresses that can be learned on each ONT port. When the number of the learned MAC addresses reaches this value, the port will no longer learn any new MAC addresses. | Numeral type. Range: 1-255. |
unlimited | Indicates that the maximum number of MAC addresses that can be learned by the ONT is not limited. That is, the ONT can learn MAC addresses as many as possible. | - |
Usage Guidelines
Run the config command to enter
global config mode, and then run the ont-srvprofile gpon command to
enter the GPON ONT service profile mode.
Example
In ONT service profile 1, to set the maximum number of MAC addresses that can
be learned by Ethernet port 1 to 123, do as follows:
huawei(config-gpon-srvprofile-1)#port eth
{ ont-portid<U><1,8> }:1
{ max-mac-count<K> }:max-mac-count
{ mac-address-num<U><1,255>|unlimited<K> }:123
Command:
port eth 1 max-mac-count 123
In ONT service profile 1, to set the maximum number of MAC addresses that can
be learned by VDSL port 1 to 123, do as follows:huawei(config-gpon-srvprofile-1)#port vdsl
{ ont-portid<U><1,8> }:1
{ max-mac-count<K> }:max-mac-count
{ mac-address-num<U><1,255>|unlimited<K> }:123
Command:
port vdsl 1 max-mac-count 123
No comments:
Post a Comment