r1#conf t
Enter configuration commands, one per lin
r1(config)# router eigrp 100
r1(config-router)#  network 192.168.1.0
r1(config-router)#  network 192.168.2.0
r1(config-router)#  network 192.168.3.0
r1(config-router)#  network 192.168.4.0

r1#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
      D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
      N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
      E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
      i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
      * - candidate default, U - per-user static route, o - ODR
      P - periodic downloaded static route

Gateway of last resort is not set

D    192.168.4.0/24 [90/307200] via 192.168.2.254, 00:08:38, Ethernet2/2
                   [90/307200] via 192.168.3.254, 00:08:38, Ethernet2/1
C    192.168.1.0/24 is directly connected, Ethernet2/0
C    192.168.2.0/24 is directly connected, Ethernet2/2
C    192.168.3.0/24 is directly connected, Ethernet2/1

r1#sh ip eigrp topology
IP-EIGRP Topology Table for AS(100)/ID(192.168.3.1)

Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
      r - reply Status, s - sia Status

P 192.168.1.0/24, 1 successors, FD is 281600
        via Connected, Ethernet2/0
P 192.168.2.0/24, 1 successors, FD is 281600
        via Connected, Ethernet2/2
P 192.168.3.0/24, 1 successors, FD is 281600
        via Connected, Ethernet2/1
P 192.168.4.0/24, 2 successors, FD is 307200
        via 192.168.3.254 (307200/281600), Ethernet2/1
        via 192.168.2.254 (307200/281600), Ethernet2/2

r1#sh ip eigrp neighbors
IP-EIGRP neighbors for process 100
H   Address                 Interface   Hold Uptime   SRTT   RTO  Q  Seq Type
                                        (sec)         (ms)       Cnt Num
1   192.168.3.254           Et2/1         11 00:07:50   84   504  0  19
0   192.168.2.254           Et2/2         12 00:23:15  114   684  0  34
最終更新:2009年04月06日 00:59