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

"show ip ospf neighbor" still returns "Please specify Neighbor ID by A.B.C.D" in FRR 6.0.2 as bug #3544 #3661

Closed
EasyNetDev opened this issue Jan 24, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@EasyNetDev
Copy link
Contributor

Hi,

I've upgraded one of my routers to FRR 6.0.2 and still receiving the same error:

Last login: Wed Jan 16 12:37:55 2019 from 5.154.185.8
root@sr-Belgium-1:~# vtysh 
s
Hello, this is FRRouting (version 6.0.2).
Copyright 1996-2005 Kunihiro Ishiguro, et al.

sr-Belgium-1# show ip ospf neighbor 

Neighbor ID     Pri State           Dead Time Address         Interface            RXmtL RqstL DBsmL
10.190.0.1        1 Full/DROther       9.358s 10.193.1.101    tun0:10.193.1.102        0     0     0
10.190.0.2        1 Full/DROther       9.706s 10.193.1.106    tun1:10.193.1.105        0     0     0

sr-Belgium-1# show ip ospf neighbor 
  <cr>     
  A.B.C.D  Neighbor ID
  IFNAME   Interface name
     br0 br0.20 enp4s0 enp6s0 enp8s0 enp9s0 enp9s0.2 ifb0 ifb1 lo lo0 lo1 pimreg tun0 tun1 tun2 tunl0 vxlan1001 wlp5s0 br0.10 vrf-be 
  all      include down status neighbor
  detail   detail of all neighbors
  json     JavaScript Object Notation
sr-Belgium-1# show ip ospf neighbor 10.190.0.1
Please specify Neighbor ID by A.B.C.D
sr-Belgium-1# 

The system is a Debian:

root@sr-Belgium-1:~# cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux buster/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

And those are the packages which I've installed:

root@sr-Belgium-1:/opt/Kitts/frr/6.0.2# ls -l
total 3180
-rw-r--r-- 1 root root 2018986 Jan  9 16:30 frr_6.0.2-0.deb9u1_amd64.deb
-rw-r--r-- 1 root root 1082804 Jan  9 16:31 frr-doc_6.0.2-0.deb9u1_all.deb
-rw-r--r-- 1 root root   35780 Jan  9 16:31 frr-pythontools_6.0.2-0.deb9u1_all.deb
-rw-r--r-- 1 root root   36468 Jan  9 16:31 frr-rpki-rtrlib_6.0.2-0.deb9u1_amd64.deb
-rw-r--r-- 1 root root   54278 Jan  9 16:31 frr-snmp_6.0.2-0.deb9u1_amd64.deb
root@sr-Belgium-1:/opt/Kitts/frr/6.0.2# dpkg -l | grep frr
ii  frr                            6.0.2-0~deb9u1                 amd64        FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
ii  frr-doc                        5.0-1~debian9+1                all          BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
ii  frr-pythontools                6.0.2-0~deb9u1                 all          FRRouting suite - Python tools
ii  frr-snmp                       6.0.2-0~deb9u1                 amd64        FRRouting suite - SNMP support
root@sr-Belgium-1:/opt/Kitts/frr/6.0.2# 

There still something wrong?

@eqvinox eqvinox added this to the 6.0.3 milestone Jan 24, 2019
@eqvinox
Copy link
Contributor

eqvinox commented Jan 24, 2019

need to backport f4f4b6b from master to 6.0

@qlyoung qlyoung added the bug label Jan 28, 2019
rwestphal added a commit to opensourcerouting/frr that referenced this issue Jan 29, 2019
Fixes Issue FRRouting#3661 (FRRouting#3544 was fixed on master already).

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
@qlyoung qlyoung closed this as completed Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants