Вы находитесь на странице: 1из 4

Hari jumat 17 des 2011

Mempelajari Dasar Routing

IP Addresss Router 0 =192.168.10.1 Router 1 =192.168.10.2

Configurasi router 0 Router> Router>ena Router#conf Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. Router(config)#ena password wahyu Router(config)#line console 0 Router(config-line)#password hidayat Router(config-line)#exit Router(config)#line vty 0 4

Router(config-line)#password ridho Router(config-line)#exit Router(config)#exit

%SYS-5-CONFIG_I: Configured from console by console Router#exit Router con0 is now available Press RETURN to get started.

User Access Verification Password: (hidayat) Router>ena Password: (wahyu) Router#

Membuat IP address fastethernet dan serial Router#conf terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface fastethernet 0/0 Router(config-if)# Router(config-if)#ip address 10.10.10.1 255.0.0.0 Router(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#exit Router(config)#interface serial 0/0

Router(config-if)#ip address 20.20.0.1 255.0.0.0 Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0, changed state to down Router(config-if)#exit Router(config)#exit

Konfigurasi serial 0/0 dan clock rate

Router(config)#interface serial 0/0 Router(config-if)#ip address 20.20.0.1 255.0.0.0 Router(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0, changed state to down Router(config-if)#exit Router(config)# Router# Router#conf Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface serial 0/0 Router(config-if)#ip address 30.30.0.1 255.0.0.0 Router(config-if)#clock rate 56000 Router(config-if)#no shutdown Router(config-if)#exit Router(config)#router rip Router(config-router)#network 10.10.10.1 Router(config-router)#network 30.30.0.1

Router(config-router)#exit Router(config)#exit Router#

Konfigurasi Router 1 Konfigurasi router 1 sama seperti konfogurasi router 0 bedanya hanya pada konfigurasi ini tidak memerlukan konfogurasi clock rate lagi

Вам также может понравиться