Skip to content

Instantly share code, notes, and snippets.

@Smithx10
Created March 13, 2023 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Smithx10/4816210965eb73164f65e15a5cbdce43 to your computer and use it in GitHub Desktop.
Save Smithx10/4816210965eb73164f65e15a5cbdce43 to your computer and use it in GitHub Desktop.
[root@3c-ec-ef-d8-17-ca (us-east-2) ~]# dladm delete-aggr storageaggr0
[root@3c-ec-ef-d8-17-ca (us-east-2) ~]# dladm create-vnic test0 -l mlxcx0
[root@3c-ec-ef-d8-17-ca (us-east-2) ~]# ifconfig test0 plumb
[root@3c-ec-ef-d8-17-ca (us-east-2) ~]# ifconfig test0 50.50.50.71 up
[root@3c-ec-ef-d8-17-ca (us-east-2) ~]# ping 50.50.50.53
50.50.50.53 is alive
[root@3c-ec-ef-d8-17-ca (us-east-2) ~]# snoop -r -d mlxcx0
Using device mlxcx0 (promiscuous mode)
? -> (multicast) ETHER Type=8809 (Unknown), size=124 bytes
? -> (multicast) Bridge PDU T:2 L:36
? -> (multicast) Bridge PDU T:2 L:36
? -> (multicast) Bridge PDU T:2 L:36
50.50.50.71 -> 50.50.50.53 ICMP Echo request (ID: 58525 Sequence number: 0)
50.50.50.53 -> 50.50.50.71 ICMP Echo reply (ID: 58525 Sequence number: 0)
? -> (multicast) Bridge PDU T:2 L:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment