Created
May 7, 2016 03:36
-
-
Save supertylerc/ffd2d770bf36fb2fe9fb87f732c680fa to your computer and use it in GitHub Desktop.
Finding a MAC Address
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./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