Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Sunday, July 8, 2012

verifying eigrp...

because...
                                      it's all part of the verification plan


show enabled eigrp interfaces, less passive interfaces...

dls1#sh ip eigrp int
EIGRP-IPv4:(1) interfaces for process 1

                        Xmit Queue   Mean   Pacing Time   Multicast    Pending
Interface        Peers  Un/Reliable  SRTT   Un/Reliable   Flow Timer   Routes
Vl1                2        0/0         1       0/1           50           0
Vl100              1        0/0         1       0/1           50           0
Vl200              1        0/0         1       0/1           50           0
Fa0/24             0        0/0         0       0/1            0           0
dls1#


list config commands for the process, and neighbors... give yourself extra credit for noting nsf awareness...


dls1#sh ip proto
*** IP Routing is NSF aware ***

Routing Protocol is "eigrp 1"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Default networks flagged in outgoing updates
  Default networks accepted from incoming updates
  Redistributing: eigrp 1

Address Family Protocol EIGRP-IPv4:(1)
  EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
  EIGRP maximum hopcount 100
  EIGRP maximum metric variance 1
  EIGRP NSF-aware route hold timer is 240
  Topologies : 0(base)

  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    1.1.1.0/24
    172.16.1.0/24
    172.16.100.0/24
    172.16.200.0/24
    192.168.1.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    172.16.200.2          90      01:12:26
    172.16.1.10           90      01:12:26
    172.16.1.2            90      01:12:26
    172.16.100.2          90      01:12:26
  Distance: internal 90 external 170

show neighbors (less config mismatched neighbors)

dls1#sh ip eigrp neigh
EIGRP-IPv4:(1) neighbors for process 1
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
3   172.16.200.2            Vl200             14 01:14:52    1   200  0  285
2   172.16.100.2            Vl100             12 01:15:05    1   200  0  284
1   172.16.1.10             Vl1               10 01:15:16    2   200  0  76
0   172.16.1.2              Vl1               14 01:15:16    1   200  0  283
dls1#

list successor's and feasible's

dls1#sh ip eigrp topo
EIGRP-IPv4 Topology Table for AS(1)/ID(192.168.1.100)

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

P 172.16.100.0/24, 1 successors, FD is 2816
        via Connected, Vlan100
P 192.168.1.0/24, 1 successors, FD is 28160
        via Connected, FastEthernet0/24
P 172.16.200.0/24, 1 successors, FD is 2816
        via Connected, Vlan200
P 172.16.1.0/24, 1 successors, FD is 2816
        via Connected, Vlan1
P 10.1.1.0/24, 1 successors, FD is 2170112
        via 172.16.1.10 (2170112/2169856), Vlan1

and show ip route (of course)

dls1#sh ip route
Codes: (omitted)

Gateway of last resort is not set

     172.16.0.0/24 is subnetted, 4 subnets
C       172.16.255.0 is directly connected, Vlan300
C       172.16.200.0 is directly connected, Vlan200
C       172.16.1.0 is directly connected, Vlan1
C       172.16.100.0 is directly connected, Vlan100
     10.0.0.0/24 is subnetted, 2 subnets
C       10.3.1.0 is directly connected, FastEthernet0/21
D       10.1.1.0 [90/2170112] via 172.16.1.10, 01:19:06, Vlan1
C    192.168.1.0/24 is directly connected, FastEthernet0/24
dls1#




No comments:

Post a Comment