Selasa, 26 Oktober 2010

Configurasi dua router

Router 1

Configure Ethernet

router#
router#config terminal
router (config)#interface fastethernet0/0
router(config-if)#ip address 192.100.10.1 255.255.255.0
router(config-if)#no shutdown
router(config-if)# CTRL + Z
router#
router#write memory

Configure Serial

Router#config terminal
Router(config)#interface serial0
Router(config-if)#ip address 192.100.100.1 255.255.255.0
Router(config-if)#no shutdown
router(config-if)# CTRL + Z
router#
router#write memory
router#show running-config

Configure PC 1

C>winipcfg

Beri IP Address
 IP :  192.100.10.2
Netmask : 255.255.255.0
Gatway   : 192.100.10.1

C:> ping 192.100.10.1
C:>ping 192.100.100.1





Router 2

Configure Ethernet

router#
router#config terminal
router (config)#interface fastethernet0/0
router(config-if)#ip address 192.100.200.1 255.255.255.0
router(config-if)#no shutdown
router(config-if)# CTRL + Z
router#
router#write memory

Configure Serial

Router#config terminal
Router(config)#interface serial0
Router(config-if)#ip address 192.100.100.2 255.255.255.0
Router(config-if)#no shutdown
router(config-if)# CTRL + Z
router#
router#write memory
router#show running-config

Configure PC 2

C>winipcfg

Beri IP Address
 IP :  192.100.200.2
Netmask : 255.255.255.0
Gatway   : 192.100.200.1

C:> ping 192.100.200.1
C:>ping 192.100.100.2





Router 1
Routing

Router#
Router#config terminal
Router(config)#ip route 192.100.200.0 255.255.255.0 192.100.100.2
router(config-if)# CTRL + Z
router#
router#write memory


Router 2
Routing

Router#
Router#config terminal
Router(config)#ip route 192.100.10.0 255.255.255.0 192.100.100.1
router(config-if)# CTRL + Z
router#
router#write memory

router#show ip route

C= Connected (default)
S= static (penambahan dilakukan manual)

Kemudian Ping antar PC apakah sudah bisa atau belum, kalo belum coba chek lagi koonfigure di atas



0 komentar:

Posting Komentar