Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

Task 2.2 Eigrp

$
0
0

I have some problem with follow target:

Configure SW2 so that hosts in VLAN 8 use VLAN 18 to reach all hosts
with an even number in the third octet, while VLAN 58 is used to reach all
hosts with an odd number in the third octet.

 

Even clearing the eigrp neighborship It did't work. From debug ip routing It seems that add dual path as if distance weren't applied


I've applied the foolow config metod:

Rack10SW2#sh ip prot | b "\eigrp 100\"
Routing Protocol is "eigrp 100"
  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 100

Address Family Protocol EIGRP-IPv4:(100)
  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:
    0.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    156.10.18.1           89      00:02:28
    156.10.58.5           89      00:02:28
  Distance: internal 90 external 170
    Address         Wild mask       Distance  List
    156.10.58.5             0.0.0.0       89  odd
    156.10.18.1             0.0.0.0       89  even
   
   
   
    Rack10SW2#sh ip access-l
Standard IP access list even
    10 permit 0.0.0.0, wildcard bits 255.255.254.0
Standard IP access list odd
    10 permit 0.0.1.0, wildcard bits 255.255.254.0


Viewing all articles
Browse latest Browse all 10744

Trending Articles