Header Ads

Header ADS

Configurasi OSPF Pada Router Nokia

 

kali ini kita akan membahas mengenai configurasi OSPF pada perangkat router NOKIA dengan topologi seperti gambar diatas. langsung saja ke praktiknya

1. Basic Configurasi seperti Card, mda, Hostname, dan interface Cek Disini 

2. Configurasi OSPF dengan perintah berikut

        configure router ospf    // creat ospf
            area 0    // area ospf
                interface system    // memasukkan interface loopback ke ospf
                    exit
                interface to_R2    // memasukkan interface to_R2 ke ospf
                    exit
                interface to_R3// memasukkan interface to_3 ke ospf
                    exit all

3. Setelah semua router terconfigurasi kemuan dapat di lihat apakah neigbour sudah terbaca dan status sudah FULL dengan perintah

        show router ospf neighbor

Configurasi lengkapnya sebagai berikut

CONFIGURASI OSPF
======================================================================
==R1==

configure system name R1
configure card 1 card-type "iom3-xp-b"
configure card 1 mda 1 mda-type "m5-1gb-sfp-b"

configure router
interface "system"
address 1.1.1.1/32
exit

interface to_R2
description to_R2
address 10.10.10.0/31
port 1/1/1
no shutdown
exit

interface to_R3
description to_R3
address 10.10.10.2/31
port 1/1/2
no shutdown
exit all

configure port 1/1/1 no shutdown
configure port 1/1/2 no shutdown

configure router ospf
area 0
interface system
exit
interface to_R2
exit
interface to_R3
exit all

======================================================================
==R2==

configure system name R2
configure card 1 card-type "iom3-xp-b"
configure card 1 mda 1 mda-type "m5-1gb-sfp-b"

configure router
interface "system"
address 2.2.2.2/32
exit

interface to_R1
description to_R1
address 10.10.10.1/31
port 1/1/1
no shutdown
exit

interface to_R4
description to_R4
address 10.10.10.6/31
port 1/1/2
no shutdown
exit all

configure port 1/1/1 no shutdown
configure port 1/1/2 no shutdown

configure router ospf
area 0
interface system
exit
interface to_R1
exit
interface to_R4
exit all


======================================================================
==R3==

configure system name R3
configure card 1 card-type "iom3-xp-b"
configure card 1 mda 1 mda-type "m5-1gb-sfp-b"

configure router
interface "system"
address 3.3.3.3/32
exit

interface to_R1
description to_R1
address 10.10.10.3/31
port 1/1/1
no shutdown
exit

interface to_R4
description to_R4
address 10.10.10.4/31
port 1/1/2
no shutdown
exit all

configure port 1/1/1 no shutdown
configure port 1/1/2 no shutdown

configure router ospf
area 0
interface system
exit
interface to_R1
exit
interface to_R4
exit all

======================================================================
==R4==

configure system name R4
configure card 1 card-type "iom3-xp-b"
configure card 1 mda 1 mda-type "m5-1gb-sfp-b"

configure router
interface "system"
address 4.4.4.4/32
exit

interface to_R2
description to_R2
address 10.10.10.7/31
port 1/1/1
no shutdown
exit

interface to_R3
description to_R3
address 10.10.10.5/31
port 1/1/2
no shutdown
exit all

configure port 1/1/1 no shutdown
configure port 1/1/2 no shutdown

configure router ospf
area 0
interface system
exit
interface to_R2
exit
interface to_R3
exit all

Tidak ada komentar

Diberdayakan oleh Blogger.