Home > other >  Why do I configure Eigrp is a one-way share routing information?
Why do I configure Eigrp is a one-way share routing information?

Time:09-29

Below is the configuration
[img=https://img-bbs.csdn.net/upload/201901/25/1548405026_96273.png] [/img

After Router0 and Router1 to define vlan, respectively in two Eigrp router configuration

Router0:
The Router (config) # Router eigrp 10
The Router (config - the Router) # network 192.168.10.0 255.255.255.0
The Router (config - the Router) # network 192.168.20.0 255.255.255.0
The Router (config - the Router) # network 10.3.1.0 255.255.255.0
The Router (config - the Router) # no auto - the summary
The Router (config - the Router) # exit
The Router (config) # exit

Router1:
The Router (config) # Router eigrp 10
The Router (config - the Router) # network 192.168.30.0 255.255.255.0
The Router (config - the Router) # network 10.3.1.0 255.255.255.0
The Router (config - the Router) # no auto - the summary
The Router (config - the Router) # exit

Configuration after discovery:
Router0:

The Gateway of last resort mixes is not set

Router # show IP router
^
% Invalid input detected at '^' marker.

Router # show IP route
Codes: C - connected, S - static, I - IGRP, R - RIP, mobile, M - B - BGP
D - EIGRP, the EX - EIGRP external, O - OSPF, IA - OSPF Intel area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - taking a
I - IS as-is, L1 - IS - IS level 1, L2 - IS - IS level 2, ia - IS as-is system area
* - candidate default, U - per - user static route, o - the ODR
P - periodic downloaded the static route

The Gateway of last resort mixes is not set

1 subnets 10.0.0.0/24 is subnetted,
C 10.3.1.0 is directly connected, Vlan1
C 192.168.10.0/24 is directly connected, Vlan10
C 192.168.20.0/24 is directly connected, Vlan20

Router1:

Router # show IP ROUTE
Codes: C - connected, S - static, I - IGRP, R - RIP, mobile, M - B - BGP
D - EIGRP, the EX - EIGRP external, O - OSPF, IA - OSPF Intel area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - taking a
I - IS as-is, L1 - IS - IS level 1, L2 - IS - IS level 2, ia - IS as-is system area
* - candidate default, U - per - user static route, o - the ODR
P - periodic downloaded the static route

The Gateway of last resort mixes is not set

1 subnets 10.0.0.0/24 is subnetted,
C 10.3.1.0 is directly connected, Vlan1
D 192.168.10.0/24 [90/51225600] via 10.3.1.1, 00:13:40, Vlan1
D 192.168.20.0/24 [90/51225600] via 10.3.1.1, 00:13:40, Vlan1


Ask everybody to help have a look at exactly what went wrong. Why Router1 available 192.168.10.0 and 192.168.20.0 routing information and Router0 for less than 192.168.30.0 information?




  • Related