PENGERTIAN
Router adalah alat penghubung antara LAN dan Internet yang
merutekan transmisi antara keduanya.
FUNGSI
Router berfungsi sebagai penghubung antar dua atau lebih
jaringan untuk meneruskan data dari satu jaringan ke jaringan lainnya.
Merutekan paket informasi = mengetahui kemana rute
perjalanan informasi (paket) akan dilewatkan
Jika paket-paket
ditujukan untuk host pada network lain maka router akan meneruskannya ke
network tersebut. Sebaliknya, jika paket-paket ditujukan untuk host yang satu
network maka router akan menghalangi paket-paket keluar.
INSTALASI
- Hidupkan router
- Menghubungkan router dengan modem internet
- Menghubungkan satu komputer dengan router
- Buka alat administrasi router (http://192.168.1.1" atau http://192.168.0.1)
SETTING IP
1.
Setting host name
router#enable t
router(config)#hostname nama-router
router#enable t
router(config)#hostname nama-router
2. Setting pasword console
router(config)# enable secret password-anda
router(config)# enable password password-anda
router(config)# enable secret password-anda
router(config)# enable password password-anda
3. Membuat Paswword terencryption
router(config)# service password-encryption
router(config)# enable password password-anda
router(config)# service password-encryption
router(config)# enable password password-anda
4.
Setting vty dan aux
router(config)#line vty 0 4
router(config-line)#login
router(config-line)#password password-anda
router(config-line)#line con 0
router(config-line)#login
router(config-line)#password password-anda
router(config-line)# exit
router(config)# no service password-encryption
router(config)# ^Z
router(config)# wr mem
router(config)#line vty 0 4
router(config-line)#login
router(config-line)#password password-anda
router(config-line)#line con 0
router(config-line)#login
router(config-line)#password password-anda
router(config-line)# exit
router(config)# no service password-encryption
router(config)# ^Z
router(config)# wr mem
5. Setting terhadap FastEthernet fa 0/0
router#config t
router(config)#int fa0/0
router(config-if)# ip address 192.168.xx.x 255.255.xx.xx
router(config)#no shutdown
router(config)#exit
router#config t
router(config)#int fa0/0
router(config-if)# ip address 192.168.xx.x 255.255.xx.xx
router(config)#no shutdown
router(config)#exit
6. Setting terhadap Serial 0/0
router# config t
router(config)# int serial0/0
router(config-if)# ip address 192.168.xx.x 255.255.xx.xx
router(config)#no shutdown
router(config)#exit
router# config t
router(config)# int serial0/0
router(config-if)# ip address 192.168.xx.x 255.255.xx.xx
router(config)#no shutdown
router(config)#exit
JENIS ROUTER
S1. Static
router (router statis): adalah sebuah router yang memiliki tabel routing statis
yang diset secara manual oleh para administrator jaringan.
2. Dynamic
router (router dinamis): adalah sebuah router yang memiliki dab membuat tabel
routing dinamis, dengan mendengarkan lalu lintas jaringan dan juga dengan
saling berhubungan dengan router lainnya.
Tidak ada komentar:
Posting Komentar