Static Routing on Nokia Routers

Alcatel static route configuration

Static Routing with Nokia (Alcatel-Lucent)Service Routers

As you know Nokia is another network device vendor like Cisco and Juniper. Here, we will see the static route configuration with Nokia routers. For this configuration, we will use one of the routers in Nokia’s Service Router family, 7750 SR-C4.

The topology that we will use is below.

Beside these addresses on the picture, we will use system addresses for each router. This system addresses are below:

R1 10.10.10.1
R2 10.10.10.2
R3 10.10.10.3
R4 10.10.10.4
R5 10.10.10.5
R6 10.10.10.6

Let’s start with configuring the system addresses. The configuration on one of the router is given below.

A:SR 1# configure router interface "system"
A:SR 1>config>router>if# address 10.10.10.1/32

After system address configuration, now we will configure the physical interfaces.The interface configuraiton of SR 1 is given below.

A:SR 1# configure router interface R1toR2
A:SR 1>config>router>if$ address 10.1.2.1/27
A:SR 1>config>router>if$ port 1/1/1
A:SR 1>config>router>if$ back
A:SR 1>config>router# interface R1toR3
A:SR 1>config>router>if$ port 1/1/3
A:SR 1>config>router>if$ address 10.1.3.1/27
A:SR 1>config>router>if$ back
A:SR 1>config>router# interface R1toR5
A:SR 1>config>router>if$ port 1/1/4
A:SR 1>config>router>if$ address 10.1.5.1/27

The above configuration must be done for all routers with their own address values. After the end of this configuration, you can verify the interface addresses with the “show router interface” commands.

After, interface configuration and verification for all the routers, it is time to configure statci routing. To do this, use the below commands:

SR 1

A:SR 1# configure router static-route 10.10.10.2/32 next-hop 10.1.2.2
A:SR 1# configure router static-route 10.10.10.3/32 next-hop 10.1.3.3
A:SR 1# configure router static-route 10.10.10.5/32 next-hop 10.1.5.5

Lesson tags: Static Routing, nokia
Back to: Nokia IRP Course > IP Routing Overview

Leave a Reply

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