On 05/08/17 14:42, Markus Rosjat wrote:


Am 08.05.2017 um 14:37 schrieb Kim Zeitler:
Could you check

bgpctl s

are there any messages received?

You can also check
bgpctl s neigh | grep state

This should give you least 2 connections claiming to be established


regards

Cheers
Kim


I checked and I have both neighbors in my list

$ doas bgpctl s
Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd
217.31.80.170           65066          0          0     0 Never    Active
64.142.121.62           65066          0          0     0 Never    Active

They appear as soon as you have configured them, but as you can see, neither MsgRcvd nor MsgSent show anything

# bgpctl s Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd
2a00:15a8:0:100:0:d9    65066          0          0     0 Never    Active
217.31.80.170           65066        271        134     0 01:05:59  15975
64.142.121.62           65066        253        134     0 01:05:59  15975

If you look at
# bgpctl show neigh | grep -C2 state
BGP neighbor is 2a00:15a8:0:100:0:d91f:50aa:1, remote AS 65066, Multihop (64)
  BGP version 4, remote router-id 0.0.0.0
  BGP state = Active
  Last read Never, holdtime 240s, keepalive interval 80s

--
BGP neighbor is 217.31.80.170, remote AS 65066, Multihop (64)
  BGP version 4, remote router-id 217.31.80.170
  BGP state = Established, up for 01:07:27
  Last read 00:00:11, holdtime 90s, keepalive interval 30s
  Neighbor capabilities:
--
BGP neighbor is 64.142.121.62, remote AS 65066, Multihop (64)
  BGP version 4, remote router-id 64.142.121.62
  BGP state = Established, up for 01:07:27
  Last read 00:00:10, holdtime 90s, keepalive interval 30s
  Neighbor capabilities:

you can see that out IPv6 connection is only active and waiting, while the IPv4 connections clearly show that they are established.

You can also see it in the sumamry, as the v6 only says Active while the v4s tell you for how long.

Did you allow BGP on your firewall?

still no success with

$ doas bgpctl show rib community 65066:42
flags: * = Valid, > = Selected, I = via IBGP, A = Announced, S = Stale
origin: i = IGP, e = EGP, ? = Incomplete

flags destination          gateway          lpref   med aspath origin


$ doas bgpctl show rib community 65066:666
flags: * = Valid, > = Selected, I = via IBGP, A = Announced, S = Stale
origin: i = IGP, e = EGP, ? = Incomplete

flags destination          gateway          lpref   med aspath origin


Cheers,
Kim

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to