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

invalid reason bgp #16238

Closed
2 tasks done
saturngfish opened this issue Jun 19, 2024 · 0 comments · Fixed by #16242
Closed
2 tasks done

invalid reason bgp #16238

saturngfish opened this issue Jun 19, 2024 · 0 comments · Fixed by #16242
Assignees
Labels
Milestone

Comments

@saturngfish
Copy link

saturngfish commented Jun 19, 2024

Description

When you do a "nei upstream shutdown" in the "show bgp ipv4 summary", the status is Idle (Admin)

but at the same time in the "show bgp ipv4 summary failed"

it is written "Waiting for peer OPEN (n/a)", although it would be logical to write "Administrative shutdown", for example.


Hello, this is FRRouting (version 10.0).
Copyright 1996-2005 Kunihiro Ishiguro, et al.

prod-edge-ams-1.server.com# show bgp ipv4 summary

IPv4 Unicast Summary:
BGP router identifier 172.16.0.1, local AS number myASN VRF default vrf-id 0
BGP table version 529773
RIB entries 18848, using 1767 KiB of memory
Peers 9, using 181 KiB of memory
Peer groups 6, using 384 bytes of memory

Neighbor        V         AS   MsgRcvd   MsgSent   TblVer  InQ OutQ  Up/Down State/PfxRcd   PfxSnt Desc
1.1.1.1     4      upstream1         0         0        0    0    0    never      Connect        0 N/A
3.3.3.3     4          myASN     47248     21092   529773    0    0 07:57:29         9410        0 FRRouting/9.1
4.4.4.4     4          myASN     47361     21091   529773    0    0 07:57:26         9410        0 FRRouting/9.1
5.5.5.5     4          myASN     47174     21095   529773    0    0 07:57:40         9410        0 FRRouting/9.1
6.6.6.6     4          myASN     47174     21093   529773    0    0 07:57:32         9410        0 FRRouting/9.1
8.8.8.8     4      upstream3     24020     21073   529773    0    0 02w0d13h            0       75 N/A
7.7.7.7     4      upstream3     24006     21070   529773    0    0 02w0d13h            0       75 N/A
9.9.9.9     4      upstream3     23993     21070   529773    0    0 02w0d13h            0       75 N/A
2.2.2.2     4      upstream2         0         0        0    0    0    never Idle (Admin)        0 N/A

Total number of neighbors 9
prod-edge-ams-1.server.com# show bgp ipv4 summary failed 

IPv4 Unicast Summary:
BGP router identifier 172.16.0.1, local AS number myASN VRF default vrf-id 0
BGP table version 529773
RIB entries 18848, using 1767 KiB of memory
Peers 9, using 181 KiB of memory
Peer groups 6, using 384 bytes of memory

Neighbor        EstdCnt DropCnt ResetTime Reason
1.1.1.1         0       0     never  Waiting for peer OPEN (n/a)
2.2.2.2         0       0     never  Waiting for peer OPEN (n/a)

Displayed neighbors 2
Total number of neighbors 9

### Version

text
FRRouting 10.0 (server.com) on Linux(6.1.0-21-amd64).
Copyright 1996-2005 Kunihiro Ishiguro, et al.
configured with:
    '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-option-checking' '--disable-silent-rules' '--libdir=${prefix}/lib/x86_64-linux-gnu' '--libexecdir=${prefix}/lib/x86_64-linux-gnu' '--disable-maintainer-mode' '--sbindir=/usr/lib/frr' '--with-vtysh-pager=/usr/bin/pager' '--libdir=/usr/lib/x86_64-linux-gnu/frr' '--with-moduledir=/usr/lib/x86_64-linux-gnu/frr/modules' '--disable-dependency-tracking' '--enable-rpki' '--disable-scripting' '--enable-pim6d' '--with-libpam' '--enable-doc' '--enable-doc-html' '--enable-snmp' '--enable-fpm' '--disable-protobuf' '--disable-zeromq' '--enable-ospfapi' '--enable-bgp-vnc' '--enable-multipath=256' '--enable-user=frr' '--enable-group=frr' '--enable-vty-group=frrvty' '--enable-configfile-mask=0640' '--enable-logfile-mask=0640' 'build_alias=x86_64-linux-gnu' 'PYTHON=python3'

How to reproduce

Just do a "nei upstream shutdown"

Expected behavior

Actual behavior

Additional context

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants