-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
add portchannel support in snmp #58
Labels
Comments
Requirement:SNMP subagent implementation should treat all the available PortChannels similar to raw interfaces. Current implementation misses all PortChannels . Related OIDs:
How to assign IfIndex to PortChannel?PortChannel<N> --> 1000 + N How to get a list of available PortChannels and the components of every PortChannel?
How to get the status of one PortChannel?
|
the output is updated according to the code change: sonic-net/sonic-swss#187
|
michaelli10
pushed a commit
to michaelli10/SONiC
that referenced
this issue
May 23, 2020
Change PortChannel Creation command
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TASK [test : Check for missing interfaces in SNMP] *****************************
Wednesday 15 March 2017 05:54:42 +0000 (0:00:00.137) 0:01:55.295 *******
failed: [str-s6000-acs-7] => (item=PortChannel01) => {"failed": true, "item": "PortChannel01", "msg": "Minigraph interface PortChannel01 not in SNMP interfaces"}
failed: [str-s6000-acs-7] => (item=PortChannel01) => {"failed": true, "item": "PortChannel01", "msg": "Minigraph interface PortChannel01 not in SNMP interfaces"}
failed: [str-s6000-acs-7] => (item=PortChannel02) => {"failed": true, "item": "PortChannel02", "msg": "Minigraph interface PortChannel02 not in SNMP interfaces"}
failed: [str-s6000-acs-7] => (item=PortChannel02) => {"failed": true, "item": "PortChannel02", "msg": "Minigraph interface PortChannel02 not in SNMP interfaces"}
failed: [str-s6000-acs-7] => (item=PortChannel03) => {"failed": true, "item": "PortChannel03", "msg": "Minigraph interface PortChannel03 not in SNMP interfaces"}
failed: [str-s6000-acs-7] => (item=PortChannel03) => {"failed": true, "item": "PortChannel03", "msg": "Minigraph interface PortChannel03 not in SNMP interfaces"}
failed: [str-s6000-acs-7] => (item=PortChannel04) => {"failed": true, "item": "PortChannel04", "msg": "Minigraph interface PortChannel04 not in SNMP interfaces"}
failed: [str-s6000-acs-7] => (item=PortChannel04) => {"failed": true, "item": "PortChannel04", "msg": "Minigraph interface PortChannel04 not in SNMP interfaces"}
The text was updated successfully, but these errors were encountered: