Jump to content

Protokoll Problem mit BGP


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

Hallo,

ich habe hier zwei Netze die via BGP miteinander kommunizieren sollen. Es handelt sich einmal um ein Autonomous System 200 und einmal um ein autonomous System 1000.

 

Die Router haben ein eigenes Netzwerk. Router 6 hat die IP 10.255.2.2 Router 4 hat die IP 10.255.2.1. Bei beiden wurde der Slot korrekt konfiguriert. Auch ist bei jeweils anderen Router der andere als neighbor eingetragen.

 

Wenn ich nun einen Ping rüberschicke vom Router läuft das alles soweit einwandfrei. Wenn ich allerdings von einem dahinter liegendem PC einen Ping schicke antwortet mir die Shell: Zielhost nicht erreichbar.

 

jm ne Idee worans liegt? Glaub ich hab da gerade ein Brett vorm Kopf.

Link zu diesem Kommentar

im Anhang sollten sich die ip routes und show runs der beiden Kandidaten finden. Hoffe das hilft bei der Fehlersuche.

 

Schonmal Besten Dank!

 

[EDIT]

Ich habe wohl den Anhang nicht richtig hochgeladen. Also hier die configs und die Routing Tables

 

Router4:

 

Router4#sho run

Building configuration...

 

Current configuration : 1031 bytes

!

version 12.2

service timestamps debug uptime

service timestamps log uptime

service password-encryption

!

hostname Router4

!

enable password 7 141C1D0602013E

!

ip subnet-zero

!

!

no ip domain-lookup

!

!

!

!

interface Ethernet0/0

description connected to Netz4

ip address 172.17.52.2 255.255.254.0

half-duplex

!

interface Ethernet0/1

description connected to Netz6

ip address 172.17.0.2 255.255.224.0

half-duplex

!

interface Ethernet2/0

ip address 10.255.2.1 255.255.255.0

half-duplex

!

interface FastEthernet3/0

no ip address

shutdown

duplex auto

speed auto

!

autonomous-system 1000

!

router rip

version 2

redistribute bgp 1000

network 172.17.0.0

no auto-summary

!

router bgp 1000

bgp log-neighbor-changes

redistribute rip

neighbor 10.255.2.2 remote-as 200

!

ip classless

no ip http server

!

snmp-server community public RO

snmp-server location Cisco9

snmp-server enable traps tty

!

line con 0

exec-timeout 0 0

password 7 050009022F495A

login

line aux 0

line vty 0 4

password 7 060D002C424B1D

login

!

end

 

Router4#show run

Building configuration...

 

Current configuration : 1031 bytes

!

version 12.2

service timestamps debug uptime

service timestamps log uptime

service password-encryption

!

hostname Router4

!

enable password 7 141C1D0602013E

!

ip subnet-zero

!

!

no ip domain-lookup

!

!

!

!

interface Ethernet0/0

description connected to Netz4

ip address 172.17.52.2 255.255.254.0

half-duplex

!

interface Ethernet0/1

description connected to Netz6

ip address 172.17.0.2 255.255.224.0

half-duplex

!

interface Ethernet2/0

ip address 10.255.2.1 255.255.255.0

half-duplex

!

interface FastEthernet3/0

no ip address

shutdown

duplex auto

speed auto

!

autonomous-system 1000

!

router rip

version 2

redistribute bgp 1000

network 172.17.0.0

no auto-summary

!

router bgp 1000

bgp log-neighbor-changes

redistribute rip

neighbor 10.255.2.2 remote-as 200

!

ip classless

no ip http server

!

snmp-server community public RO

snmp-server location Cisco9

snmp-server enable traps tty

!

line con 0

exec-timeout 0 0

password 7 050009022F495A

login

line aux 0

line vty 0 4

password 7 060D002C424B1D

login

!

end

 

Router4#show ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

ia - IS-IS inter area, * - candidate default, U - per-user static route

o - ODR, P - periodic downloaded static route

 

Gateway of last resort is not set

 

172.17.0.0/16 is variably subnetted, 4 subnets, 4 masks

C 172.17.52.0/23 is directly connected, Ethernet0/0

R 172.17.48.0/22 [120/1] via 172.17.0.1, 00:00:13, Ethernet0/1

R 172.17.32.0/20 [120/1] via 172.17.52.1, 00:00:01, Ethernet0/0

C 172.17.0.0/19 is directly connected, Ethernet0/1

10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks

R 10.0.0.0/8 [120/1] via 172.17.52.1, 00:00:01, Ethernet0/0

C 10.255.2.0/24 is directly connected, Ethernet2/0

 

 

[Edit\]

Link zu diesem Kommentar

Router6#show run

Building configuration...

 

Current configuration : 1015 bytes

!

version 12.2

service timestamps debug uptime

service timestamps log uptime

service password-encryption

!

hostname Router6

!

enable password 7 030F5406080A35

!

memory-size iomem 15

ip subnet-zero

!

!

no ip domain-lookup

!

!

!

!

interface Ethernet0/0

description connected to Netz7

ip address 192.168.3.2 255.255.255.128

half-duplex

!

interface Ethernet0/1

description connected to Netz8

ip address 192.168.3.129 255.255.255.224

half-duplex

!

interface Ethernet2/0

ip address 10.255.2.2 255.255.255.0

half-duplex

!

interface FastEthernet3/0

no ip address

shutdown

duplex auto

speed auto

!

autonomous-system 200

!

router bgp 200

bgp log-neighbor-changes

neighbor 10.255.2.1 remote-as 1000

!

ip classless

no ip http server

!

!

ip access-list standard Rip

ip access-list standard bgp

snmp-server community public RO

snmp-server location Cisco12

snmp-server enable traps tty

!

line con 0

exec-timeout 0 0

password 7 130E181F050910

login

line aux 0

line vty 0 4

password 7 020D0B5605031B

login

!

end

 

Router6#show ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

ia - IS-IS inter area, * - candidate default, U - per-user static route

o - ODR, P - periodic downloaded static route

 

Gateway of last resort is not set

 

B 172.17.0.0/16 [20/0] via 10.255.2.1, 01:22:58

10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks

B 10.0.0.0/8 [20/1] via 10.255.2.1, 01:22:58

C 10.255.2.0/24 is directly connected, Ethernet2/0

192.168.3.0/24 is variably subnetted, 2 subnets, 2 masks

C 192.168.3.0/25 is directly connected, Ethernet0/0

C 192.168.3.128/27 is directly connected, Ethernet0/1

Router6#

Link zu diesem Kommentar

denn zur Info: der network Befehl hat im BGP Prozess eine andere Bedeutung als bei den IGPs. Hier wird definitiv angegeben was announced werden soll, nicht auf welchen Interface BGP läuft.

Ohne Angfabe von network gibt BGP nur in BGP hineindistributierte Routen bekannt, was auf R6 nicht der Fall ist. Ergo, BGP Session up, R4 bekommt aber 0 Routen mitgeteilt.

Link zu diesem Kommentar

ok.... hab ich ihm nu mitgeteilt. R4 sagt mir jetzt

 

Router4#show run
Building configuration...

Current configuration : 1105 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router4
!
enable password 7 141C1D0602013E
!
ip subnet-zero
!
!
no ip domain-lookup
!
!
!
!
interface Ethernet0/0
description connected to Netz4
ip address 172.17.52.2 255.255.254.0
half-duplex
!
interface Ethernet0/1
description connected to Netz6
ip address 172.17.0.2 255.255.224.0
half-duplex
!
interface Ethernet2/0
ip address 10.255.2.1 255.255.255.0
half-duplex
!
interface FastEthernet3/0
no ip address
shutdown
duplex auto
speed auto
!
autonomous-system 1000
!
router rip
version 2
redistribute bgp 1000
network 172.17.0.0
no auto-summary
!
router bgp 1000
bgp log-neighbor-changes
redistribute rip
neighbor 10.255.2.2 remote-as 200
neighbor 192.168.3.2 remote-as 200
neighbor 192.168.3.129 remote-as 200
!
ip classless
no ip http server
!
snmp-server community public RO
snmp-server location Cisco9
snmp-server enable traps tty
!
line con 0
exec-timeout 0 0
password 7 050009022F495A
login
line aux 0
line vty 0 4
password 7 060D002C424B1D
login
!
end

Router4#

 

der Ping schlägt weiterhin fehl.

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...