Skip to content

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

Open
dpolishchukgl wants to merge 1 commit intosonic-net:masterfrom
dpolishchukgl:portchannel-mac-addr
Open

[EVPN MH][CLI config] add support for EVPN MH feature#3405
dpolishchukgl wants to merge 1 commit intosonic-net:masterfrom
dpolishchukgl:portchannel-mac-addr

Conversation

@dpolishchukgl
Copy link
Copy Markdown

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 force-pushed the portchannel-mac-addr branch from 81f25d0 to 17dca33 Compare July 10, 2024 13:51
@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