annuler
Affichage des résultats de 
Rechercher plutôt 
Vouliez-vous dire : 
cancel
809
Visites
2
Compliment
7
Réponses

Message erreur BGP Route Reflector

Baptiste
Spotlight
Spotlight

Bonjour, 

je souhaite mettre en place du route refletor sur cet infra. Mais il me met ce message d'erreur sur le routeur C1_A : *Mar 22 17:16:42.706: %BGP-5-NBR_RESET: Neighbor 100.0.5.1 passive reset (BGP Notification sent)
*Mar 22 17:16:42.706: %BGP-5-ADJCHANGE: neighbor 100.0.5.1 passive Down BGP Notification sent
*Mar 22 17:16:45.794: %BGP-3-NOTIFICATION: sent to neighbor 100.0.5.1 passive 2/3 (BGP identifier wrong) 4 bytes 64000501  
*Mar 22 17:16:45.798: %BGP-4-MSGDUMP: unsupported or mal-formatted message received from 100.0.5.1:  
FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF 0035 0104 FDE9 00B4 6400 0501 1802 0601  
0400 0100 0102 0280 0002 0202 0002 0641 0400 00FD E9.

 

J'ai cherché sur internet pour savoir que voulait dire le message mais je n'ai pas trouvé.

1.PNG

 

Merci d'avance pour votre aide

Baptiste

7 RÉPONSES 7

can you translate it to English if you can.

Hello,

I want to set up route refletor on this infra. But it gives me this error message on router C1_A.

Voici la config du routeur router ospf 1
router-id 1.1.1.1
network 100.0.4.1 0.0.0.0 area 0
network 100.0.5.1 0.0.0.0 area 0
network 192.168.1.0 0.0.0.255 area 0
!
router bgp 65001
bgp log-neighbor-changes
network 192.168.1.0
neighbor 100.0.5.1 remote-as 65001
neighbor 100.0.5.1 update-source Loopback0
neighbor 192.168.1.2 remote-as 65001

1.PNG

Hello,

This is the configuration I made but when I put the "neighbor 100.0.5.1 remote-as 65001" it shows me this error message.
*Mar 23 08:46:31.234 : %BGP-5-NBR_RESET : Neighbor 100.0.5.1 passive reset (BGP Notification sent)
*Mar 23 08:46:31.234: %BGP-5-ADJCHANGE: neighbor 100.0.5.1 passive Down BGP Notification sent
*Mar 23 08:46:33.778: %BGP-3-NOTIFICATION: sent to neighbor 100.0.5.1 passive 2/3 (BGP identifier wrong) 4 bytes 64000501
*Mar 23 08:46:33.778 : %BGP-4-MSGDUMP : unsupported or mal-formatted message received from 100.0.5.1 :
FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF 0035 0104 FDE9 00B4 6400 0501 1802 0601

 

I managed to declare the loopback by making a rest of the router.

Now I have to find out how I can check my RR.

sorry can I see the all config ?

Here is the configuration of router C1_A :


interface Loopback0
ip address 100.0.4.1 255.255.255.255
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address 192.168.1.1 255.255.255.0
ip ospf 1 area 0
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
router ospf 1
router-id 1.1.1.1
network 100.0.4.1 0.0.0.0 area 0
network 192.168.1.0 0.0.0.255 area 0
!
router bgp 65001
bgp log-neighbor-changes
network 192.168.1.0
neighbor 100.0.5.1 remote-as 65001
neighbor 100.0.5.1 update-source Loopback0
neighbor 192.168.1.2 remote-as 65001
!