Skip to content
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

IFNAME_SHORT => 1 introduces problems with some devices (cisco c800) #139

Open
nicolatron opened this issue Mar 8, 2019 · 0 comments
Open

Comments

@nicolatron
Copy link
Contributor

If I activate the option
IFNAME_SHORT => 1
In Site.conf, the inferfaces are not imported for certain devices, for example cisco c800 routers.
I can get the interfaces names with SNMP walk and also with a test code using SNMP::Info.
The names the c800 is giving are like "GigabitEthernet4" while for example a cisco 2800 (wich works with the IFNAME_SHORT => 1) give names like "FastEthernet0/0".
Attached the resutls of snmpwalk .1.3.6.1.2.1.2.2.1 on a c800 that doesn't work and a c800 that works.
Not a big deal since we can just don't use IFNAME_SHORT.

2800.txt
c800.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant