-
Notifications
You must be signed in to change notification settings - Fork 735
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
Find MAC addresses in cisco IOS show version. #214
Conversation
The implementation seems fine, but I would prefer to not have to change this if possible, especially since it seems to only be in stack switches. Can you get this information from a show switch or other show command? |
I'll try a new template for "show switch detail" as a separate pull request. |
Some switches (such as our Cat 3560s) have a MAC address in "show version", but don't have the "show switch detail" command - so discovering MAC addresses in "show version" is still be required. |
It’s better from this one edge use case for sure, but better overall is a relative. Can you verify it’s not there with a show tech and some includes? |
Given the large amount of information many devices have to generate with a "show tech", I feel "show tech" command is inappropriate (even with |include) for finding a MAC address which can be found with a simple "show version". |
I was merely asking to find the commands via show tech, was not suggesting to use that as a solution. |
On one of our C3650 switches the "show tech" output has the base MAC address in the following commands: |
Add new capture group `MAC` for capturing system mac addresses (seem to only show up on stack switches)
ISSUE TYPE
COMPONENT
cisco_ios/show_version
SUMMARY
Recognise base MAC address from show version output.