Lab 01. CONFIGURING BASIC EIGRP
Task 1
Interface IP Address Configuration
R1
Interface IP Address Subnet Mask
S 0/2/0 1.1.1.1 255.0.0.0
E 0 10.1.1.1 255.0.0.0
R2
Interface IP Address Subnet Mask
S 0 1.1.1.2 255.0.0.0
E 0 20.1.1.1 255.0.0.0
Configure EIGRP on 2 routers in AS 100. Disable Auto-summary.
*R1
Router eigrp 100
Network 1.0.0.0
Network 10.0.0.0
No auto-summary
*R2
Router eigrp 100
Network 1.0.0.0
Network 20.0.0.0
No auto-summary
R1#show ip route
C 1.0.0.0/8 is directly connected, Serial0/2/0
D 20.0.0.0/8 [90/2195456] via 1.1.1.2, 00:43:52, Serial0/2/0
C 10.0.0.0/8 is directly connected, FastEthernet0/0
R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 1.1.1.2 Se0/2/0 13 00:45:08 355 2130 0 106
1 comments:
January 26, 2010 at 7:07 AM
this very good ...i have learned a lot ...
Post a Comment