Chapter 15: Ethernet Services and Interfaces (CLI)
Configuring Ethernet Services (CLI)
phn-3963_008v000
Page 15-27
Note
The ability to flush the MAC address forwarding table per-service and per-interface is planned for
future release.
To perform a global flush of the MAC address forwarding table, enter the following command:
root> ethernet service mac-learning-table set global-flush
Enabling MAC Address Learning on a Service Point (CLI)
You can enable or disable MAC address learning for specific service points. By default, MAC learning is enabled.
To enable or disable MAC address learning for a service point, go to service view for the service and enter the
following command:
service[SID]>sp learning-state set spid <sp-id> learning <learning>
Table 104
Enabling MAC Address Learning CLI Parameters
Parameter
Input Type
Permitted Values
Description
sp-id
Number
1-32
The Service Point ID of the service point
associated with the MAC address.
learning
Variable
Enable
disable
Select enable or disable to enable or
disable MAC address learning for frames
that ingress via the service point.
When enabled, the service point learns
the source MAC addresses of incoming
frames and adds them to the MAC
address forwarding table.
The following command enables MAC address learning for Service Point 1 on Service 37:
service[37]>sp learning-state set spid 1 learning enable
The following command disables MAC address learning for Service Point 1 on Service 37:
service[37]>sp learning-state set spid 1 learning disable