junos: get_interfaces returns list instead of bool for an svi that is admin down #2026
Open
1 task done
Labels
Milestone
Description of Issue/Question
On a non-ELS juniper (12.3R12.4) there appears to be a bug in the response to
get-interfaces-information
when a logical port (or at least an svi) is admin down. Here is the relevant config on my old EX4200:Here is the resulting state of the port - as expected it is down.
The problem seems to be weirdness with the device's RPC response to
get-interfaces-information
. It reports<iff-down/>
twice. I don't see this behavior anywhere else - SVIs that aren't admin down on this device look fine, and SVIs on a QFX5110 running 18.4R2-S5.4 that are admin-down are also fine.Here's the relevant snippet of the RPC response when I run
get-interfaces-information
:And here is the relevant output from napalm's
get_interfaces_information
for this interface when run against this device:Did you follow the steps from https://github.com/napalm-automation/napalm#faq
(Place an
x
between the square brackets where applicable)Setup
napalm version
(Paste verbatim output from
pip freeze | grep napalm
between quotes below)Network operating system version
(Paste verbatim output from
show version
- or equivalent - between quotes below)Steps to Reproduce the Issue
See above.
Error Traceback
N/A
The text was updated successfully, but these errors were encountered: