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

Added loopback interface and changed index for mgmt and portchannel #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

suresh-rupanagudi
Copy link

1)Added loopback interface ifIndex
2)ifIndex for mgmt_port changed from 10000 to 1000.
As per LLDP-MIB valid range for lldpLocPortId and lldpRemLocalPortNum is (1..4096).
So if we use MGMT_PORT index as 10000 then it will be out of bounds. So MGMT_PORT index is changed to 1000.
3)ifIndex for port_chanel changed from 1000 to 10000

@suresh-rupanagudi
Copy link
Author

snmpwalk on ifDescr
IF-MIB::ifDescr.2100 = STRING: Vlan100
IF-MIB::ifDescr.2200 = STRING: Vlan200
IF-MIB::ifDescr.10100 = STRING: PortChannel100
IF-MIB::ifDescr.20000 = STRING: Loopback0

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