Skip to main content

EIGRP Named Config

 

EIGRP Named Config


Pada router dengan IOS Version diatas 15.x ada fitur baru yaitu named config eigrp. jadi kita bukan memakai c2700 lagi d gns3 tetapi memakai yang versi lain



Berikut konfigurasinya

R1 

R1(config)#int e0/0

 R1(config-if)#ip add 12.12.12.1 255.255.255.0 

R1(config-if)#no shutdown 

R1(config-if)#exit 

R1(config)#interface lo0 

R1(config-if)#ip add 1.1.1.1 255.255.255.255 

R1(config-if)#exit  

R1(config)#router eigrp 

R1 

R1(config-router)#address-family ipv4 unicast autonomous-system 123 

R1(config-router-af)#network 1.1.1.1 0.0.0.0 

R1(config-router-af)#network 12.12.12.1 0.0.0.0 

R2 

R2(config)#interface e0/0 

R2(config-if)#ip add 12.12.12.2 255.255.255.0 

R2(config-if)#no shutdown 

R2(config-if)#exit 

R2(config)#interface lo0 

R2(config-if)#ip add 2.2.2.2 255.255.255.255 

R2(config-if)#exit 

R2(config)#interface e0/1 

R2(config-if)#ip add 23.23.23.2 255.255.255.0 

R2(config-if)#no shutdown 

R2(config-if)#exit 

R2(config)#router eigrp 

R2 

R2(config-router)#address-family ipv4 unicast autonomous-system 123 

R2(config-router-af)#network 2.2.2.2 0.0.0.0 

R2(config-router-af)#network 12.12.12.2 0.0.0.0 

R2(config-router-af)#network 23.23.23.2 0.0.0.0 

R3 

R3(config)#int lo0 

R3(config-if)#ip add 3.3.3.3 255.255.255.255 

R3(config-if)#exit 

R3(config)#int e0/0 

R3(config-if)#ip add 23.23.23.3 255.255.255.0 

R3(config-if)#no shutdown 

R3(config-if)#exit 

R3(config)#router eigrp

R3 

R3(config-router)#address-family ipv4 unicast autonomous-system 123

R3(config-router-af)#network 3.3.3.3 0.0.0.0 

R3(config-router-af)#network 23.23.23.3 0.0.0.0 

Verifikasi routing table 

R1 

R1(config)#do sh ip route eigrp 

 2.0.0.0/32 is subnetted, 1 subnets 

D 2.2.2.2 [90/1024640] via 12.12.12.2, 00:07:51, Ethernet0/0 

 3.0.0.0/32 is subnetted, 1 subnets 

D 3.3.3.3 [90/1536640] via 12.12.12.2, 00:01:51, Ethernet0/0 23.0.0.0/24 is subnetted, 1 subnets 

D 23.23.23.0 [90/1536000] via 12.12.12.2, 00:07:45, Ethernet0/0 

R2 R2#sh ip route eigrp 

 1.0.0.0/32 is subnetted, 1 subnets 

D 1.1.1.1 [90/1024640] via 12.12.12.1, 00:08:46, Ethernet0/0 

 3.0.0.0/32 is subnetted, 1 subnets 

D 3.3.3.3 [90/1024640] via 23.23.23.3, 00:02:46, Ethernet0/1 

R3 

R3(config)#do sh ip route eigrp 

 1.0.0.0/32 is subnetted, 1 subnets 

D 1.1.1.1 [90/1536640] via 23.23.23.2, 00:04:09, Ethernet0/0 

 2.0.0.0/32 is subnetted, 1 subnets 

D 2.2.2.2 [90/1024640] via 23.23.23.2, 00:04:09, Ethernet0/0 

 12.0.0.0/24 is subnetted, 1 subnets 

D 12.12.12.0 [90/1536000] via 23.23.23.2, 00:04:09, Ethernet0/0 

Cek ping R3 

R3(config)#do ping 1.1.1.1

 Type escape sequence to abort.

 Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

 !!!!! 

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms 

R3(config)#do ping 2.2.2.2 

Type escape sequence to abort

. Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: 

!!!!!

 Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms 

R3(config)#do ping 3.3.3.3 

Type escape sequence to abort.

 Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:

 !!!!! 

Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/5 ms


selesai

Comments

Popular posts from this blog

Phase 1 Dynamic Mapping With EIGRP

  Phase 1 Dynamic  Mapping With EIGRP Tentu kalian sudah tau, apa yang akan kita bahas pada blogg ini yaitu    Phase 1 Dynamic Mapping With EIGRP . ..  Nah Pada lab Sekarang buat routing eigrp pada setiap router baik hub  atau spoke untuk menghubungkan jaringan local masing-masing spoke  atau hub, dalam hal ini ip loopback akan kita anggap sebagai ip jaringan  local kita gaessss. Dan disini seperti di judul, kita menggunakan routing EIGRP lagi yaa... Oiya, karena ini adalah lab lanjutan dari lab VPN sebelumnya... soo saya hanya melakukan konfigurasi yang hanya pada lab ini saja, dan jika temen - temen ingin melihat konfigurasi dasarnya dari lab ini... temen - temen bisa lihat di lab - lab sebelumnya... silahkan copy dan paste link dibawah ini.. 👉https://insinyurbocah2109.blogspot.com/2020/11/belajar-vpn-gre-tunnel.html BELAJAR VPN ( GRE TUNNEL ) - Lab 1 VPN 👉 https://insinyurbocah2109.blogspot.com/2020/11/belajar-vpn-ipsec-tunnel-mode.html BELAJ...

Konfigurasi Event CLI

Konfigurasi Event CLI =LAB INI LANJUTAN DARI LAB SEBELUMNYA TOPOLOGI 1 R1(config)#event manager applet SHOW_INTERFACE_UP R1(config-applet)#event cli pattern "show ip interface brief" sync yes R1(config-applet)#action 1.0 cli command "enable" R1(config-applet)#action 2.0 cli command "show ip interface brief | include up" R1(config-applet)#action 3.0 puts "$_cli_result" R1(config-applet)#action 4.0 set $_exit_status "0" SETELAH ITU BISA KALIAN CEK DENGAN DO SH IP INT BR 

Konfigurasi Event OSPF Adjacency (Email)

  Konfigurasi Event OSPF Adjacency (Email) LAB INI LANJUTAN SAMA SEPERTI LAB SEBELUM SEBELUMNYA Selain event syslog tadi kita juga bisa memanfaatkan EEM ini untuk mengirimkan informasi ke email kita, misalnya OSPF kita down maka, router kita otomatis akan mengirimkan debug ospf ke email kita. Untuk topology masih sama. KONFIG R1 R1(config)#event manager applet OSPF_DOWN R1(config-applet)#event syslog pattern "Nbr 2.2.2.2 on FastEthernet0/0 from FULL to DOWN" R1(config-applet)#action 1.0 cli command "enable" R1(config-applet)#action 2.0 cli command "debug ip ospf adj" R1(config-applet)#action 3.0 mail server "smtp.gmail.com" to "uuqeili@gmail.com" from "R1@idn.id" subject "OSPF IS DOWN" body "Please fix OSPF" R1(config-applet)#exit Untuk Pengecekkan, kita bisa coba debug aja,  dan hapus EEM interface down,  Dan kita bisa lihat di email kita apa hasilnyaa... selesai