Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EVPN MH][CLI config] add support for EVPN MH feature #3405

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpolishchukgl
Copy link

What I did

Added a command to change the mac address for portchannel interfaces

How I did it

  • added config portchannel mac-addr set command

How to verify it

root@sonic:/# config portchannel add PortChannel11
root@sonic:/# ip a s PortChannel11
50: PortChannel11: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 9100 qdisc noqueue state DOWN group default qlen 1000
    link/ether 22:ef:3a:cc:22:bf brd ff:ff:ff:ff:ff:ff
root@sonic:/# config portchannel mac-addr set PortChannel11 00:11:22:33:44:55
root@sonic:/# ip a s PortChannel11
50: PortChannel11: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 9100 qdisc noqueue state DOWN group default qlen 1000
    link/ether 00:11:22:33:44:55 brd ff:ff:ff:ff:ff:ff

Previous command output (if the output of a command-line utility has changed)

New command output (if the output of a command-line utility has changed)

@dpolishchukgl dpolishchukgl force-pushed the portchannel-mac-addr branch 2 times, most recently from a952b1c to 81f25d0 Compare July 10, 2024 13:43
@dpolishchukgl dpolishchukgl changed the title Add portchannel mac-addr set command [EVPN MH][CLI] add support for EVPN MH feature Jul 12, 2024
@dpolishchukgl dpolishchukgl changed the title [EVPN MH][CLI] add support for EVPN MH feature [EVPN MH][CLI config] add support for EVPN MH feature Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant