Single Area OSPF Configuration on Nokia 7750 SR

nokia-ospf-configuration

How to Configure OSPFv2 on Nokia Service Routers?

  In this lesson, we will see How to Configure Single Area OSPF on Nokia (Formerly Alcatel-Lucent) Service Routers. We will learn Nokia OSPF Configuration. Here, we will use Nokia 7750 Service Routers. For our Single Area OSPF Configuration example, we will use the below topology.   nokia-ospf-configuration
 

You can also download all Nokia Labs, on Nokia Configuration Labs Page.


 
In this Nokia OSPF Configuration, we assume that all the interface IP configurations are done like above. And also the interfaces will be named like below:   Interface from A to B = AtoB Interface from A to C = AtoC Interface from B to A = BtoA Interface from B to D = BtoD Interface from C to A = CtoA Interface from C to D = CtoD Interface from D to C = DtoC Interface from D to B = DtoB  

 
For our Nokia OSPF Configuration, fistly, we will add the interface that will run OSPF under the OSPF Area 0. Here, we will use only one area, so all the OSPF interfaces will be under OSPF processs. Both the physical interfaces and the system interfaces will be added under OSPF process.   And we will also configure the OSPF interfae type for the physical OSPF interfaces.   Nokia Router A# configure router ospf Nokia Router A#>config>router>ospf$ area 0 Nokia Router A#>config>router>ospf>area$ interface system Nokia Router A#>config>router>ospf>area>if$ exit Nokia Router A#>config>router>ospf>area$ interface AtoB Nokia Router A#>config>router>ospf>area>if$ interface-type point-to-point Nokia Router A#>config>router>ospf>area>if$ exit Nokia Router A#>config>router>ospf>area$ interface AtoC Nokia Router A#>config>router>ospf>area>if$ interface-type point-to-point Nokia Router A#>config>router>ospf>area>if$ exit   We will configure all the routers similarly.   Nokia Router B# configure router ospf Nokia Router B#>config>router>ospf$ area 0 Nokia Router B#>config>router>ospf>area$ interface system Nokia Router B#>config>router>ospf>area>if$ exit Nokia Router B#>config>router>ospf>area$ interface BtoA Nokia Router B#>config>router>ospf>area>if$ interface-type point-to-point Nokia Router B#>config>router>ospf>area>if$ exit Nokia Router B#>config>router>ospf>area$ interface BtoD Nokia Router B#>config>router>ospf>area>if$ interface-type point-to-point Nokia Router B#>config>router>ospf>area>if$ exit   Nokia Router C# configure router ospf Nokia Router C#>config>router>ospf$ area 0 Nokia Router C#>config>router>ospf>area$ interface system Nokia Router C#>config>router>ospf>area>if$ exit Nokia Router C#>config>router>ospf>area$ interface CtoA Nokia Router C#>config>router>ospf>area>if$ interface-type point-to-point Nokia Router C#>config>router>ospf>area>if$ exit Nokia Router C#>config>router>ospf>area$ interface CtoD Nokia Router C#>config>router>ospf>area>if$ interface-type point-to-point Nokia Router C#>config>router>ospf>area>if$ exit   [sc name=”ContentRMessage”]

Tags:

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Networking Certifications has served as a stepping stone for those seeking to advance their careers in Networking, h they are...
What is Segment Routing? Network technology is developing day by day. With this development many Technologies are coming to our...
VPN Types   VPN (Virtual Private Network) is a technology that provides a secure connection to a private network  over...
What is a BGP Confederation?   BGP Confederations is an another mechanism to avoid iBGP Full Mesh topology like Route...