Jumat, 10 Agustus 2018

Lab-1 konfig dasar eigrp


EIGRP – Konfig Dasar
hello guys this time we will lab the cisco material int the ccnp section,which is about configuring the basic eigrp.
make topology as above then configure each router

R1
Interfaces serial1/0
Ip address 12.12.12.1 255.255.255.0
No shut

Interfaces lo0
Ip address 1.1.1.1 255.255.255.255

Router eigrp 1
Network 12.12.12.1 0.0.0.0
Network 1.1.1.1 0.0.0.0
No auto-summary

R2
Interfaces serial 1/0
Ip address 12.12.12.2 255.255.255.0
No shut

Interfaces lo0
Ip address 2.2.2.2 255.255.255.255

Interfaces fa0/0
Ip address 23.23.23.2
No shut

Router eigrp 1
Network 12.12.12.2 0.0.0.0
Network 2.2.2.2 0.0.0.0
Network 23.23.23.2 0.0.0.0
No auto-summary


R3
Int fa0/0
Ip address 23.23.23.3 255.255.255.0
No shut

Int lo0
Ip add 3.3.3.3 255.255.255.255

Router eigrp 1
Network 23.23.23.3 0.0.0.0
Network 3.3.3.3 0.0.0.0

after that do,the testing
R1#sh ip route
     1.0.0.0/32 is subnetted, 1 subnets
C       1.1.1.1 is directly connected, Loopback0
D    2.0.0.0/8 [90/2297856] via 12.12.12.2, 00:01:45, Serial1/0
D    3.0.0.0/8 [90/2323456] via 12.12.12.2, 00:00:19, Serial1/0
D    23.0.0.0/8 [90/2195456] via 12.12.12.2, 00:01:33, Serial1/0
     12.0.0.0/24 is subnetted, 1 subnets
C       12.12.12.0 is directly connected, Serial1/0
R1(config-router)#
*Mar  1 00:17:58.623: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 12.12.12.2 (Serial1/0) is resync: peer graceful-restart
R1(config-router)#

then ping 
R1#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 = 4/4/4 ms
R1#

R1#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 = 8/21/48 ms

R1#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 = 24/40/52 ms
R1

thank you
Read More
 

juliansah_net12 Copyright © 2011 | Template design by O Pregador | Powered by Blogger Templates