Selasa, 12 Januari 2010

Setting OSPF di Alcatel-Lucent 7750/7450



R1 dan R3 merupakan seri 7450
R2 merupakan seri 7750

berikut adalah contoh settingannya:


pada R1
*A:R1# configure router interface system <-- setting dulu loopbacknya
*A:R1>config>router>if# address 1.1.1.1/32
*A:R1>config>router>if# exit

*A:R1# configure router interface to-R2 <-- setting interface kearah R2
*A:R1>config>router>if# port 1/1/1
*A:R1>config>router>if# address 10.10.10.1/30
*A:R1>config>router>if# no shutdown

*A:R1# configure router ospf area 12 <-- setting area ospf
*A:R1>config>router>ospf>area# interface system <-- masukkan inteface loopback
*A:R1>config>router>ospf>area>if$ back
*A:R1>config>router>ospf>area# interface to-R2 <-- masukkan interface network
*A:R1>config>router>ospf>area>if$ authentication-type message-digest
*A:R1>config>router>ospf>area>if$ message-digest-key 1 md5 rahasia <-- masukkan key
*A:R1>config>router>ospf>area>if$ exit

pada R2
*A:R2# configure router interface system <-- setting dulu loopbacknya
*A:R2>config>router>if# address 1.1.1.2/32
*A:R2>config>router>if# exit

*A:R2# configure router interface to-R1 <-- setting interface kearah R1
*A:R2>config>router>if# port 1/1/1
*A:R2>config>router>if# address 10.10.10.2/30
*A:R2>config>router>if# no shutdown

*A:R2# configure router interface to-R3 <-- setting interface kearah R3
*A:R2>config>router>if# port 1/1/2
*A:R2>config>router>if# address 10.10.10.5/30
*A:R2>config>router>if# no shutdown


*A:R2# configure router ospf area 12 <-- setting area ospf
*A:R2>config>router>ospf>area# interface system <-- masukkan inteface loopback
*A:R2>config>router>ospf>area>if$ back
*A:R2>config>router>ospf>area# interface to-R1 <-- masukkan interface network
*A:R2>config>router>ospf>area>if$ authentication-type message-digest
*A:R2>config>router>ospf>area>if$ message-digest-key 1 md5 rahasia <-- masukkan key
*A:R2>config>router>ospf>area>if$ exit
*A:R2>config>router>ospf>area# interface to-R3 <-- masukkan interface network
*A:R2>config>router>ospf>area>if$ authentication-type message-digest
*A:R2>config>router>ospf>area>if$ message-digest-key 1 md5 rahasia <-- masukkan key
*A:R2>config>router>ospf>area>if$ exit

pada R3
*A:R3# configure router interface system
*A:R3>config>router>if# address 1.1.1.3/32
*A:R3>config>router>if# exit

*A:R3# configure router interface to-R2
*A:R3>config>router>if# port 1/1/1
*A:R3>config>router>if# address 10.10.10.6/30
*A:R3>config>router>if# no shutdown

*A:R3# configure router ospf area 12
*A:R3>config>router>ospf>area# interface system
*A:R3>config>router>ospf>area>if$ back
*A:R3>config>router>ospf>area# interface to-R2
*A:R3>
config>router>ospf>area>if$ authentication-type message-digest
*A:R3>config>router>ospf>area>if$ message-digest-key 1 md5 rahasia
*A:R3>config>router>ospf>area>if$ exit

untuk mengeceknya:
*A:R3# show router interface
*A:R3# show router ospf neighbor
*A:R3# show router ospf interface

Tidak ada komentar:

Posting Komentar