Skip to content

Instantly share code, notes, and snippets.

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 supertylerc/ffd2d770bf36fb2fe9fb87f732c680fa to your computer and use it in GitHub Desktop.
Save supertylerc/ffd2d770bf36fb2fe9fb87f732c680fa to your computer and use it in GitHub Desktop.
Finding a MAC Address
$ ./find_mac.py 01:23:45:67:89:ab
Found MAC 01:23:45:67:89:ab on switch 1.1.1.1 via interface ge-0/0/0.0
$ ./find_mac.py cd:ef:01:23:45:67
Found MAC cd:ef:01:23:45:67 on switch 2.2.2.2 via interface Eth105/1/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment