R0
====
interface Serial0/3/0
ip address 10.1.24.1 255.255.255.252
clock rate 64000
!
interface Serial0/3/1
ip address 10.1.34.1 255.255.255.252
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
router eigrp 25
network 10.1.34.1 0.0.0.0
network 10.1.24.1 0.0.0.0
network 172.16.0.0
auto-summary
R1
=====
interface FastEthernet0/0
ip address 10.1.2.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/3/0
ip address 10.1.34.2 255.255.255.252
!
router eigrp 25
network 10.1.34.2 0.0.0.0
network 10.1.2.0 0.0.0.255
auto-summary
R2
======
interface FastEthernet0/0
ip address 10.1.2.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.1.25.2 255.255.255.0
duplex auto
speed auto
!
interface Serial0/3/0
ip address 10.1.24.2 255.255.255.252
!
router eigrp 25
network 10.1.24.2 0.0.0.0
network 10.1.2.0 0.0.0.255
auto-summary
!
Now thank you for your patience since you are reading this now after going through all my network diagram.
R2 Routes
========
10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
C 10.1.2.0/24 is directly connected, FastEthernet0/0
C 10.1.24.0/30 is directly connected, Serial0/3/0
C 10.1.25.0/24 is directly connected, FastEthernet0/1
D 10.1.34.0/30 [90/2172416] via 10.1.2.1, 00:24:47, FastEthernet0/0 <-------why this is not 10.0.0.0/8
D 172.16.0.0/16 [90/2297856] via 10.1.24.1, 00:21:11, Serial0/3/0
Again a major set back in understanding the network command....God! this is getting more complex. And I am really not able to understand this network command...lets search for better docs on this....need major article on this.
No comments:
Post a Comment