Skip to content

inetAddress and Juniper (qfx) jnxBgpM2 tree #1210

Answered by dkaias
plarivee asked this question in Q&A
Discussion options

You must be logged in to vote

I have run into the same issue, it is due to the device breaking RFC specs and not sending a size along with the address (which i found from this issue). To fix you need to override the address types to InetAddressMissingSize like this:

modules:
  juniperbgp:
    walk: [jnxBgpM2PeerIndex]
    overrides:
      jnxBgpM2PeerLocalAddr:
        type: InetAddressMissingSize
      jnxBgpM2PeerRemoteAddr:
        type: InetAddressMissingSize

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@plarivee
Comment options

Answer selected by SuperQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants