TopTab3

Halaman

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Selasa, 12 April 2016

konfigurasi routing ospf untuk ipv4

Konfigurasi ip address di router 1 Router>enable Router#config terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname r1 r1(config)#int gigabitEthernet 0/0 r1(config-if)#ip address 172.16.1.1 255.255.255.252 r1(config-if)#no shut r1(config-if)#ex r1(config)#int serial 0/3/0 r1(config-if)#ip address 10.10.10.0 255.255.255.128 Bad mask /25 for address 10.10.10.0 r1(config-if)#ip address 10.10.10.1 255.255.255.128 r1(config-if)#no...