tentunya ini menghemat memory dalam tabel routing maupun kerja cpu. Oke guys, langsung saja ke TKP ..
1. Topologi Lab
2. Metode Lab
- Buat Topologi diatas, gunakan pengalamatan ip standard IDN
- Buat beberapa ip loopback di R2
- Konfigurasikan EIGRP di semua router
- Cek ip route pada R2, pastikan hanya ada satu loopback saja
R1
interface Loopback1
ip address 1.1.1.1 255.255.255.255
interface Serial1/0
ip address 12.12.12.1 255.255.255.0
serial restart-delay 0
clock rate 2016000
router eigrp 1
network 12.0.0.0
no auto-summary
R2
interface Loopback0
ip address 2.2.0.2 255.255.255.0
interface Loopback1
ip address 2.2.1.2 255.255.255.0
interface Loopback2
ip address 2.2.2.2 255.255.255.0
interface Loopback3
ip address 2.2.3.2 255.255.255.0
interface FastEthernet0/0
ip address 23.23.23.2 255.255.255.0
ip summary-address eigrp 1 2.2.0.0 255.255.252.0 5
duplex auto
speed auto
interface Serial1/0
ip address 12.12.12.2 255.255.255.0
serial restart-delay 0
clock rate 2016000
router eigrp 1
redistribute static
network 2.0.0.0
network 12.0.0.0
network 23.0.0.0
no auto-summary
eigrp stub connected summary
ip forward-protocol nd
ip route 1.1.1.1 255.255.255.255 Serial1/0
R3
interface FastEthernet0/0
ip address 23.23.23.3 255.255.255.0
duplex auto
speed auto
router eigrp 1
network 23.0.0.0
no auto-summary
Setelah itu kita coba lihat sob pada routing tabelnya
2 komentar:
ini kaya route summary gitu ya mas?
itu dibikin summary supaya kelihatan hasil routing table di R3 mas. di R2 ada command "eigrp stub connected summary" artinya dia cuma mengadvertise network yang directly connected dan network yang sudah disumarysasikan. Network 1.1.1.1/32 tidak masuk ke R3 padahal di R2 sudah di redisttribute kan ?
Posting Komentar