Dit document biedt voorbeeldconfiguraties voor Open Shortest Path First (OSPF) via Frame Relay-subinterfaces.
Zorg er voordat u deze configuratie probeert voor dat u aan deze vereisten voldoet:
Een basisbegrip van Frame Relay en OSPF-configuratie
Raadpleeg OSPF-configuratie en configuratie en probleemoplossing van Frame Relay voor meer informatie.
De informatie in dit document is gebaseerd op de volgende software- en hardware-versies:
Cisco 2503 routers
Cisco IOS-softwarerelease 12.3(3) op beide routers
De informatie in dit document is gebaseerd op de apparaten in een specifieke laboratoriumomgeving. Alle apparaten die in dit document worden beschreven, hadden een opgeschoonde (standaard)configuratie. Als uw netwerk live is, moet u de potentiële impact van elke opdracht begrijpen.
Raadpleeg voor meer informatie over documentconventies de technische Tips van Cisco.
Om OSPF via een netwerk te configureren en problemen op te lossen, moet u een goed begrip hebben van de onderliggende netwerktopologie. Het buurontdekkingsmechanisme, selectie van Aangepaste Router (DR) en Backup Designated Router (BDR), en update overstroming hangen ervan af. De onderliggende topologie van Layer 2 kan één van deze zijn:
Broadcast multi-access (bijvoorbeeld Ethernet) - Een Broadcast-netwerk is er een waarmee broadcast- of multicast-pakketten via het netwerk kunnen worden verzonden en dus kan elk apparaat rechtstreeks met elk ander apparaat in het segment communiceren. Een netwerk met meerdere toegangsrechten is een netwerk dat meer dan twee apparaten aansluit. Raadpleeg Initiële configuraties voor OSPF over Broadcast Media voor meer informatie.
Point-to-Point (zoals seriële links met Point-to-Point en High-Level Data Link Control (PPP/HDLC) - point-to-point netwerken maken het ook mogelijk dat broadcast of multicast-pakketten via het netwerk worden verzonden en deze netwerken verbinden slechts twee apparaten op het segment. Raadpleeg Initiële configuraties voor OSPF via een point-to-point link voor meer informatie.
Non-Broadcast Multi-Access (NBMA), zoals Frame Relay-Deze netwerken ondersteunen geen uitzendingen of multicast, maar kunnen meer verbinden dan apparaten en zijn multi-access in de natuur. Raadpleeg Initiële configuraties voor OSPF over Non-Broadcast Links voor meer informatie.
Point-to-Multipoint-Dit is een verzameling point-to-point links tussen verschillende apparaten op een segment. Deze netwerken staan ook toe dat uitzending of multicast pakketten over het netwerk worden verzonden. Deze netwerken kunnen het multi-access segment vertegenwoordigen als meerdere point-to-point links die alle apparaten op het segment verbinden.
Wanneer OSPF op een netwerk wordt uitgevoerd, gebeuren er twee belangrijke gebeurtenissen voordat u informatie verstuurt:
De buren worden ontdekt met multicast hallo pakketten.
DR en BDR worden gekozen voor elk multi-access netwerk om het nabijheidsbouwproces te optimaliseren. Alle routers in dat segment zouden direct met DR en BDR kunnen communiceren voor goede nabijheid (in het geval van een point-to-point netwerk zijn DR en BDR niet nodig omdat er slechts twee routers in het segment zijn, en dus vindt de verkiezing niet plaats).
Voor een succesvolle buurontdekking op een segment, moet het netwerk toestaan dat uitzendingen of multicast pakketten worden verzonden.
In de topologie van de uitzendingsmulti-access Layer 2 worden uitzendingen ondersteund; Daarom kan een router die OSPF-buren runt automatisch buren ontdekken en elke router als DR en BDR selecteren aangezien elk apparaat met alle andere routers in dat uitzending-segment kan praten.
In een point-to-point topologie worden buren automatisch ontdekt aangezien de buren direct met elkaar verbonden zijn door een point-to-point link en de uitzending of multicast pakketten over het netwerk worden doorgestuurd; de verkiezingen van DR en BDR vinden echter niet plaats zoals eerder is uitgelegd.
In een NBMA netwerktopologie, die inherent niet-uitzending is, worden de buren niet automatisch ontdekt. OSPF probeert een DR en een BDR te selecteren vanwege de multi-access aard van het netwerk, maar de selectie faalt omdat buren niet worden ontdekt. De buren moeten handmatig worden ingesteld om deze problemen te overwinnen. Bovendien is extra configuratie noodzakelijk in een hub en gesproken topologie om ervoor te zorgen dat de hub routers, die connectiviteit met elke andere uitgesproken router hebben, als DR en BDR worden gekozen. In plaats hiervan kunt u de configuratie op de NBMA interface wijzigen om OSPF te laten geloven dat het een ander netwerktype is dat deze problemen niet heeft.
De juiste configuratie is nodig voor een goede werking van OSPF.
Frame Relay-subinterfaces kunnen op twee manieren werken:
Point-to-Point-Wanneer een Frame Relay point-to-point subinterface is geconfigureerd emuleert de subinterface een point-to-point netwerk en OSPF behandelt het als een point-to-point netwerktype.
Multipoint-wanneer een Frame Relay multipoint subinterface is geconfigureerd behandelt OSPF deze subinterface als een NBMA-netwerktype.
Cisco IOS-software gebruikt de opdracht ip ospf-netwerk om de flexibele run OSPF op een interface in verschillende modi toe te staan:
ip ospf netwerk {uitzending | niet-uitzending | {punt-tot-meerpunt [niet-uitzending] | punt-tot-punt}
Het gedeelte Configureren van dit document bevat voorbeeldconfiguraties voor OSPF-via Frame Relay point-to-point subinterfaces, OSPF-via Frame Relay multipoint subinterfaces met uitzending, niet-uitzending en point-to-multipoint netwerken.
Deze sectie bevat informatie over het configureren van de functies die in dit document worden beschreven.
N.B.: Gebruik het Opdrachtupgereedschap (alleen geregistreerde klanten) om meer informatie te vinden over de opdrachten die in dit document worden gebruikt.
Dit document gebruikt de hieronder weergegeven netwerkinstellingen:
Dit document gebruikt de configuraties die in dit gedeelte worden weergegeven.
R4-2503 |
---|
interface Loopback0 ip address 3.3.3.3 255.255.255.255 ! interface Serial0 no ip address encapsulation frame-relay !--- To enable Frame Relay encapsulation !--- on the interface. no keepalive ! interface Serial0.1 point-to-point !--- The subinterface is configured to !--- function as a point-to-point link !--- with this command. ip address 1.1.1.2 255.255.255.0 frame-relay interface-dlci 16 !--- To assign a data-link connection identifier !--- (DLCI) to a specified Frame Relay subinterface. !--- Without this command, all the DLCIs are assigned !--- to the physical interface. ! router ospf 1 network 1.1.1.0 0.0.0.255 area 0 ! |
R1-2503 |
---|
interface Loopback0 ip address 2.2.2.2 255.255.255.255 ! interface Serial0 no ip address encapsulation frame-relay !--- To enable Frame Relay encapsulation on !--- the interface. no keepalive clockrate 2000000 ! interface Serial0.1 point-to-point !--- The subinterface is configured to function !--- as a point-to-point link with this command. ip address 1.1.1.1 255.255.255.0 frame-relay interface-dlci 16 !--- To assign a data-link connection identifier !--- (DLCI) to a specified Frame Relay subinterface. !--- Without this command, all the DLCIs are !--- assigned to the physical interface. ! router ospf 1 network 1.1.1.0 0.0.0.255 area 0 ! |
De hier geschetste opdrachten zijn nuttig voor de verificatie:
toon ip ospf buurman-deze opdracht wordt gebruikt om OSPF-buurinformatie te tonen.
toon ip ospf interface-deze opdracht wordt gebruikt om OSPF-gerelateerde interfaceinformatie weer te geven.
De resultaten van deze opdrachten worden hier weergegeven:
R4-2503# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 2.2.2.2 1 FULL/ - 00:00:33 1.1.1.1 Serial0.1
Opmerking: in deze uitvoer wordt de OSPF-buurstaat weergegeven als "FULL / -" maar de DR en BDR-status worden niet aangegeven. Dit komt doordat er geen DR en BDR verkiezingen zijn op een point-to-point link.
R4-2503# show ip ospf interface s0 %OSPF: OSPF not enabled on Serial0 R4-2503# show ip ospf interface s0.1 Serial0.1 is up, line protocol is up Internet Address 1.1.1.2/24, Area 0 Process ID 1, Router ID 3.3.3.3, Network Type POINT_TO_POINT, Cost: 64 Transmit Delay is 1 sec, State POINT_TO_POINT, Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:09 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 2.2.2.2 Suppress hello for 0 neighbor(s) R1-2503# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 3.3.3.3 1 FULL/ - 00:00:37 1.1.1.2 Serial0.1 R1-2503# show ip ospf interface s0 %OSPF: OSPF not enabled on Serial0 R1-2503# show ip ospf interface s0.1 Serial0.1 is up, line protocol is up Internet Address 1.1.1.1/24, Area 0 Process ID 1, Router ID 2.2.2.2, Network Type POINT_TO_POINT, Cost: 64 Transmit Delay is 1 sec, State POINT_TO_POINT, Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:03 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 3.3.3.3 Suppress hello for 0 neighbor(s)
In deze configuratie, wordt het netwerktype gewijzigd in uitzending met de opdracht ip ospf-netwerkuitzending. Nu, het NBMA netwerk wordt gezien als een uitgezonden multi-access netwerk waar de verkiezing van DR en BDR plaatsvindt. De opdrachten van de frame relais worden ook ingesteld op voorwaartse uitzending-adressen.
R4-2503 |
---|
interface Loopback0 ip address 3.3.3.3 255.255.255.255 ! interface Serial0 no ip address encapsulation frame-relay no keepalive ! interface Serial0.2 multipoint !--- The subinterface is treated as a multipoint link. ip address 1.1.1.2 255.255.255.0 ip ospf network broadcast !--- This command is used to define the network !--- type as broadcast. The network type is defined !--- on non-broadcast networks so as to not configur !--- the neighbors explicitly. frame-relay map ip 1.1.1.1 16 broadcast !--- To define the mapping between a destination !--- protocol address and the data-link connection !--- identifier (DLCI) used to connect to the !--- destination address. The broadcast keyword !--- is used to forward broadcasts and multicasts !--- to this address. ! ! router ospf 1 network 1.1.1.0 0.0.0.255 area 0 ! |
R1-2503 |
---|
interface Loopback0 ip address 2.2.2.2 255.255.255.255 ! ! interface Serial0 no ip address encapsulation frame-relay no keepalive clockrate 2000000 ! interface Serial0.2 multipoint !--- The subinterface is treated as a multipoint link. ip address 1.1.1.1 255.255.255.0 ip ospf network broadcast !--- This command is used to define the network !--- type as broadcast. The network type is defined !--- on non-broadcast networks so as not configure !--- the neighbors explicitly. frame-relay map ip 1.1.1.2 16 broadcast !--- To define the mapping between a !--- destination protocol address and the data-link !--- connection identifier (DLCI) used to connect !--- to the destination address. The broadcast !--- keyword is used to forward broadcasts and multicasts !--- to this address. ! router ospf 1 network 1.1.1.0 0.0.0.255 area 0 ! |
Opmerking: Als een subinterface is geconfigureerd als point-to-point, kan dezelfde subinterface niet opnieuw worden toegewezen als een multipoint subinterface tenzij de router opnieuw wordt geladen. In dit geval wordt een andere subinterface gebruikt voor de configuratie van meerdere punten.
R4-2503# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 2.2.2.2 1 FULL/BDR 00:00:32 1.1.1.1 Serial 0.2 R4-2503# show ip ospf interface s0 %OSPF: OSPF not enabled on Serial0 R4-2503# show ip ospf interface s0.2 Serial0.2 is up, line protocol is up Internet Address 1.1.1.2/24, Area 0 Process ID 1, Router ID 3.3.3.3, Network Type BROADCAST, Cost: 64 Transmit Delay is 1 sec, State DR, Priority 1 Designated Router (ID) 3.3.3.3, Interface address 1.1.1.2 Backup Designated router (ID) 2.2.2.2, Interface address 1.1.1.1 Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:05 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 2.2.2.2 (Backup Designated Router) Suppress hello for 0 neighbor(s) R1-2503# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 3.3.3.3 1 FULL/DR 00:00:35 1.1.1.2 Serial0.2 R1-2503# show ip ospf interface s0 %OSPF: OSPF not enabled on Serial0 R1-2503# show ip ospf interface s0.2 Serial0.2 is up, line protocol is up Internet Address 1.1.1.1/24, Area 0 Process ID 1, Router ID 2.2.2.2, Network Type BROADCAST, Cost: 64 Transmit Delay is 1 sec, State BDR, Priority 1 Designated Router (ID) 3.3.3.3, Interface address 1.1.1.2 Backup Designated router (ID) 2.2.2.2, Interface address 1.1.1.1 Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:01 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 3.3.3.3 (Designated Router) Suppress hello for 0 neighbor(s)
In deze configuratie is het netwerk niet-uitgezonden, waardoor buren niet automatisch kunnen worden ontdekt. De opdracht van de buurman wordt gebruikt om buren OSPF handmatig te configureren. Deze opdracht is echter alleen nodig met Cisco IOS-softwareversies eerder dan 10.0. Als een alternatieve oplossing geeft u de opdracht ip ospf-netwerk uit om het standaard netwerktype te wijzigen (zie het configuratievoorbeeld van Multipoint Configuration met Broadcast Network). Raadpleeg de sectie "Vermijden van DR's en buurbevel op NBMA" van OSPF Design Guide voor meer informatie. DR en BDR worden gekozen vanwege de multi-access aard.
R4-2503 |
---|
interface Loopback0 ip address 3.3.3.3 255.255.255.255 ! interface Serial0 no ip address encapsulation frame-relay no keepalive ! interface Serial0.2 multipoint ip address 1.1.1.2 255.255.255.0 frame-relay map ip 1.1.1.1 16 broadcast ip ospf priority 2 !--- This command assigns a higher priority for this router on this interface, !--- so that it gets elected as the DR. In case of a Hub and Spoke topology, !--- the hub should be elected as the DR as it has connectivity to all the spokes. ! router ospf 1 network 1.1.1.0 0.0.0.255 area 0 ! |
R1-2503 |
---|
interface Loopback0 ip address 2.2.2.2 255.255.255.255 ! interface Serial0 no ip address encapsulation frame-relay no keepalive clockrate 2000000 ! interface Serial0.2 multipoint ip address 1.1.1.1 255.255.255.0 frame-relay map ip 1.1.1.2 16 broadcast ! router ospf 1 network 1.1.1.0 0.0.0.255 area 0 neighbor 1.1.1.2 !--- Used to manually configure neighbors. |
R4-2503# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 2.2.2.2 1 FULL/BDR 00:01:56 1.1.1.1 Serial0.2 R4-2503# show ip ospf interface s0 %OSPF: OSPF not enabled on Serial0 R4-2503# show ip ospf interface s0.2 Serial0.2 is up, line protocol is up Internet Address 1.1.1.2/24, Area 0 Process ID 1, Router ID 3.3.3.3, Network Type NON_BROADCAST, Cost: 64 Transmit Delay is 1 sec, State DR,Priority 2 Designated Router (ID) 3.3.3.3, Interface address 1.1.1.2 Backup Designated router (ID) 2.2.2.2, Interface address 1.1.1.1 Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:25 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 2.2.2.2 (Backup Designated Router) Suppress hello for 0 neighbor(s) R1-2503# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 3.3.3.3 2 FULL/DR 00:01:52 1.1.1.2 Serial0.2 R1-2503# show ip ospf interface s0 %OSPF: OSPF not enabled on Serial0 R1-2503# show ip ospf interface s0.2 Serial0.2 is up, line protocol is up Internet Address 1.1.1.1/24, Area 0 Process ID 1, Router ID 2.2.2.2, Network Type NON_BROADCAST, Cost: 64 Transmit Delay is 1 sec, State BDR, Priority 1 Designated Router (ID) 3.3.3.3, Interface address 1.1.1.2 Backup Designated router (ID) 2.2.2.2, Interface address 1.1.1.1 Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:01 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 3.3.3.3 (Designated Router) Suppress hello for 0 neighbor(s)
In deze configuratie wordt het netwerktype gewijzigd met de opdracht IP ospf-netwerk point-to-multipoint om te functioneren als een verzameling point-to-point links. Buurders worden automatisch ontdekt en DR en BDR worden niet geselecteerd.
R4-2503 |
---|
interface Loopback0 ip address 3.3.3.3 255.255.255.255 ! interface Serial0 no ip address encapsulation frame-relay no keepalive ! interface Serial0.2 multipoint ip address 1.1.1.2 255.255.255.0 ip ospf network point-to-multipoint !--- To configure an interface as !--- point-to-multipoint for non-broadcast media. frame-relay map ip 1.1.1.1 16 broadcast ! ! router ospf 1 network 1.1.1.0 0.0.0.255 area 0 ! |
R1-2503 |
---|
interface Loopback0 ip address 2.2.2.2 255.255.255.255 ! interface Serial0 no ip address encapsulation frame-relay no keepalive clockrate 2000000 ! interface Serial0.2 multipoint ip address 1.1.1.1 255.255.255.0 ip ospf network point-to-multipoint !--- To configure an interface as !--- point-to-multipoint for non-broadcast media. frame-relay map ip 1.1.1.2 16 broadcast ! router ospf 1 network 1.1.1.0 0.0.0.255 area 0 ! |
R4-2503# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 2.2.2.2 1 FULL/ - 00:01:58 1.1.1.1 Serial0.2 R4-2503# show ip ospf interface s0 %OSPF: OSPF not enabled on Serial0 R4-2503# show ip ospf interface s0.2 Serial2.1 is up, line protocol is up Internet Address 1.1.1.2/24, Area 0 Process ID 1, Router ID 3.3.3.3, Network Type POINT_TO_MULTIPOINT, Cost: 64 Transmit Delay is 1 sec, State POINT_TO_MULTIPOINT, Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:07 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 2 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 2.2.2.2 Suppress hello for 0 neighbor(s) R1-2503# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 3.3.3.3 1 FULL/ - 00:01:49 1.1.1.2 Serial0.2 R1-2503# show ip ospf interface s0 %OSPF: OSPF not enabled on Serial0 R1-2503# show ip ospf interface s0.2 Serial0.2 is up, line protocol is up Internet Address 1.1.1.1/24, Area 0 Process ID 1, Router ID 2.2.2.2, Network Type POINT_TO_MULTIPOINT, Cost: 64 Transmit Delay is 1 sec, State POINT_TO_MULTIPOINT, Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:00 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 2 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 3.3.3.3 Suppress hello for 0 neighbor(s)
Gebruik de subsecties die in de sectie Configureren van dit document zijn meegeleverd om de configuraties te controleren.
Deze sectie bevat informatie waarmee u problemen met de configuratie kunt oplossen.
Voordat u een of andere OSPF-buurtgerelateerde problemen op een NBMA-netwerk oplossen, is het belangrijk om te onthouden dat een NBMA-netwerk in deze modi van bediening kan worden geconfigureerd met de opdracht ip ospf-netwerk:
Point-to-Point
Point-to-Multipoint
uitzending
NBMA
The Hello and Dead Intervalen van elke modus worden in deze tabel beschreven:
Netwerktype | Hallo Interval (secs) | Dead Interval (SG) |
---|---|---|
Point-to-Point | 10 | 40 |
Point-to-Multipoint | 30 | 120 |
uitzending | 10 | 40 |
niet uitzenden | 30 | 120 |
Wanneer OSPF op een fysieke interface (bijvoorbeeld interface S0) van een niet-uitzending multi-access technologie zoals Frame Relay is ingesteld, wordt het standaard netwerktype NON_BROADCAST toegewezen. Wanneer OSPF op point-to-point subinterfaces is ingesteld, wordt het standaard interfacetype van POINT_TO_POINT toegewezen. Wanneer OSPF op subinterfaces is ingesteld, wordt het standaard interfacetype NON_BROADCAST toegewezen.
Wanneer het NBMA-netwerk uit een combinatie van fysieke en logische interfaces (subinterfaces) op verschillende routers bestaat, worden er verschillende OSPF-netwerktypes in spel. Hallo-overeenkomsten zullen waarschijnlijk in dergelijke gevallen voorkomen; als resultaat hiervan, worden de nabijheid OSPF niet gevormd.
Raadpleeg Problemen met OSPF uitvoeren in NBMA-modus via Frame Relay en OSPF-probleemoplossing voor meer informatie over hoe u OSPF-probleemoplossing kunt oplossen.
Revisie | Publicatiedatum | Opmerkingen |
---|---|---|
1.0 |
10-Aug-2005 |
Eerste vrijgave |