Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

This command function is setting if the port could learn the source mac address of ingress packet. 


Command Syntax
set interface gigabit-ethernet <port> mac-learning <boolean>
delete interface gigabit-ethernet <port> mac-learning


Parameter
• <port> Ethernet switching port identifier
<boolean> True or False. The default value is true. False value is the port can't learn the source mac address when packet is enterring the port. True value is the port can learn the source mac address.


Example
• This example configures the port ge-1/1/1 mac-learning false:

admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 mac-learning false
admin@XorPlus# commit
  • No labels