Closed tducatelle-criann closed 1 year ago
Actually when the neighbors are with the same AS number there is no problem,
mmhh. this is ringing some bells ... IIRC ios-xr with eBGP require rpl
to pass in
and pass out
.
Is it possible to try with pass in/out
all with eBGP ?
Please follow this eBGP interop test case with Cisco IOS-XR:
As you also have access to both routers you can:
On freeRtr:
AMS0001#debug proto bgp ?
computation - computation events
dampening - dampening events
error - error events
event - table events
full - full events
incremental - incremental events
traffic - interface packets
and enable current terminal to receive event from freeRtr:
AMS0001#terminal monitor
AMS0001#info ipIfc4.sendMpls:ipIfc4.java:247 protocol not enabled on sdn2
AMS0001#
AMS0001#
AMS0001#info ipIfc6.sendMpls:ipIfc6.java:375 protocol not enabled on sdn2
AMS0001#no tinfo ipIfc4.sendMpls:ipIfc4.java:247 protocol not enabled on sdn2
...
In order to disable current terminal outpu:
AMS0001#term no mon
Indeed the pass in/out
makes it work perfectly !
Thank you
Indeed the
pass in/out
makes it work perfectly !Thank you
Glad that it worked for you. But keep in mind that it is not a coincidence if Cisco by default prevent eBGP peering to be established. In your operational procedure you'd need to tune rpl
in/out
to pass legitimate traffic. Please consider then to adjust the rpl
and avoid the pass in/out all
:grinning:
Hi everyone,
I have a problem with BGP sessions. Actually when the neighbors are with the same AS number there is no problem, however as soon as the remote AS is different the session does not go up at all.
I'm working on a Debian stable where I've bound my VM's interface to the port being used by the freertr to access outside, and it works I manage to ping the remote device:
But the BGP session does not go up:
Here is the freertr ethernet interface configuration and BGP configuration:
I also disabled the tcp offload on the VM interface
And here is the configuration of the equipment in front (IOS-XR):
Thanks in advance for your help.