Information Technology and Methodology for Human Networks

Saturday, August 9, 2008

InterVLAN Routing (menggunakan OSPF)

Konfigurasi pada Sw1:
router ospf 1 [no proses ID]
router-id 222.222.222.1
log-adjacency-changes
redistribute connected metric-type 1
network 222.222.222.0 0.0.0.7 area 1

interface Vlan222
ip address 222.222.222.1 255.255.255.248
ip ospf network broadcast
ip ospf cost 10

Konfigurasi pada Sw3:
router ospf 1 [no proses ID]
router-id 222.222.222.3
log-adjacency-changes
redistribute connected metric-type 1
network 222.222.222.0 0.0.0.7 area 1

interface Vlan222
ip address 222.222.222.3 255.255.255.248
ip ospf network broadcast
ip ospf cost 10

Konfigurasi pada Sw2:
router ospf 1 [no proses ID]
router-id 222.222.222.2
log-adjacency-changes
redistribute connected
network 222.222.222.0 0.0.0.7 area 1
network 192.168.50.0 0.0.0.3 area 0

interface Vlan222
ip address 222.222.222.2 255.255.255.248
ip ospf network broadcast
ip ospf cost 10

interface Vlan50
ip address 192.168.50.1 255.255.255.252
ip ospf network broadcast
ip ospf cost 10

Konfigurasi pada R1:
router ospf 1 [no proses ID]
router-id 192.168.50.2
log-adjacency-changes
redistribute connected
network 192.168.50.0 0.0.0.3 area 0

interface FastEthernet0/1
ip address 192.168.50.2 255.255.255.252
ip ospf network broadcast
ip ospf cost 10
[Al-kisah, sebelum routing ini di implementasikan, sempat hadir Cisco Router 3825 Series 3800 ... why ?? --no comment-- "ssttttt" =rahasia= hehehe]


[Thank's All - ZuRigColl]
Reblog this post [with Zemanta]

0 comments:

Post a Comment