Aditya.Hananto.net

Aditya.Hananto.net

Knowledge Sharing About Networking

Aditya.Hananto.net RSS Feed
 
 
 
 

Posts tagged eigrp

Konfigurasi Routing Protocol EIGRP di Cisco Router

Konfigurasi EIGRP di Router-JKT:
(config)# router eigrp 65000      ==> pakai private AS 65000
(config-router)# network 10.0.0.0
(config-router)# network 172.16.0.0
(config-router)# passive-interface f0/0    ==> interface yg tidak mengirim paket EIGRP (hello, update, etc)
(config-router)# end
Konfigurasi EIGRP di Router-SBY:
(config)# router eigrp 65000
(config-router)# network 10.0.0.0
(config-router)# passive-interface f0/0
(config-router)# end
Konfigurasi EIGRP di Router-MDN:
(config)# router eigrp 65000
(config-router)# network 10.0.0.0
(config-router)# network 192.168.1.0
(config-router)# passive-interface f0/1
(config-router)# end
Untuk verifikasi konfigurasi [...]