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

Commits on May 31, 2024

  1. 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'.
    
    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.
    chaoskao committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fed14f8 View commit details
    Browse the repository at this point in the history