Skip to content
This repository has been archived by the owner on Feb 10, 2018. It is now read-only.

KeyError: u'peer_fwd_rti' on Junos 15 #191

Closed
mirceaulinic opened this issue Jul 20, 2017 · 1 comment
Closed

KeyError: u'peer_fwd_rti' on Junos 15 #191

mirceaulinic opened this issue Jul 20, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@mirceaulinic
Copy link
Member

Description of Issue/Question

Apparently, the peer_fwd_rti is still not widely available on all Junos >= 15 distributions.

napalm-junos version

(Paste verbatim output from pip freeze | grep napalm-junos between quotes below)

0.11.0

JunOS version

(Paste verbatim output from show version and haiku between quotes below)

15.1F7.3

Steps to Reproduce the Issue

Error Traceback

(Paste the complete traceback of the exception between quotes below)

>>> j.get_bgp_neighbors()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/napalm_junos/junos.py", line 577, in get_bgp_neighbors
    _get_bgp_neighbors_core(instance_neighbors)
  File "/usr/local/lib/python2.7/dist-packages/napalm_junos/junos.py", line 528, in _get_bgp_neighbors_core
    peer_fwd_rti = neighbor_details.pop('peer_fwd_rti')
KeyError: u'peer_fwd_rti
@mirceaulinic mirceaulinic added this to the 0.11.1 milestone Jul 20, 2017
@mirceaulinic mirceaulinic self-assigned this Jul 20, 2017
@mirceaulinic mirceaulinic modified the milestones: 0.12.0, 0.11.1 Jul 31, 2017
@mirceaulinic
Copy link
Member Author

Solved in #193

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant