Closed ogenstad closed 7 years ago
I don't have a IOS 15.X switch to test on, but I can say for certain that my IOS 12.X switch uses show mac address-table
and my IOS 15.X router uses show mac-address-table
I will try to fix this next week (Dec 5 - Dec 9)
From my point of view this was just something I noticed while creating #75, I don't have any urgent need for this.
However due to the issues we talked about in the chat it would probably be better to wait to fix this until #75 has been merged. That way it will be easier to spot potential issues.
Description of Issue/Question
The function uses
show mac-address-table
to get mac addresses. For some IOS devices theshow mac address-table
command is used.Did you follow the steps from https://github.com/napalm-automation/napalm#faq
Setup
napalm-ios version
IOS version
(Paste verbatim output from
show version
between quotes below)Steps to Reproduce the Issue
Error Traceback
(Paste the complete traceback of the exception between quotes below)
A solution could be to issue
show mac-address-table
and look for an error and then execute the other command instead.