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

The SNMP OID for IFName '1.3.6.1.2.1.31.1.1.1.1' returns the interface alias. It should return the interface name as 'EthernetXXX'. #321

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chaoskao
Copy link

- What I did
Change ifName in ifXTable from "EthX(PortY)" to "EthernetXXX".

- How I did it
Requests that ifName in ifXTable is interface name same as ones showed in "show interfaces status".

- How to verify it
Use snmpwalk command "snmpwalk -v 2c -c public <device_ip> 1.3.6.1.2.1.31.1.1.1.1" to get ifName and front ports' name should be EthernetXXX.

- Description for the changelog

… alias. It should return the interface name as 'EthernetXXX'.

What I did:
Change ifName in ifXTable from "EthX(PortY)" to "EthernetXXX".

Why I did it:
Requests that ifName in ifXTable is interface name same as ones showed in "show interfaces status".

How I verified it:
Use snmpwalk command "snmpwalk -v 2c -c public <device_ip> 1.3.6.1.2.1.31.1.1.1.1" to get ifName and front ports' name should be EthernetXXX.
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

Successfully merging this pull request may close these issues.

1 participant