Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Saturday, December 24, 2011

bandaid 64...

if you want to determine your own successor routes in eigrp...

r2620_03(config-if)#int fa0/0
r2620_03(config-if)#bandw 1
r2620_03(config-if)#int s0/0
r2620_03(config-if)#bandw 64
r2620_03(config-if)#do sh ip route eigrp
     172.16.0.0/16 is variably subnetted, 5 subnets, 3 masks
D       172.16.3.2/32
           [90/2560514560] via 192.168.100.2, 00:00:58, FastEthernet0/0
D       172.16.1.0/24 [90/5152000] via 192.168.10.9, 00:00:49, Serial0/0
D       172.16.3.1/32 [90/5024000] via 192.168.10.9, 00:00:49, Serial0/0
D       172.16.2.0/24 [90/4640000] via 192.168.10.9, 00:00:49, Serial0/0
D       172.16.3.0/30 [90/5024000] via 192.168.10.9, 00:00:49, Serial0/0


r2620_03(config-if)#int fa0/0
r2620_03(config-if)#bandw 64
r2620_03(config-if)#int s0/0
r2620_03(config-if)#band 1
r2620_03(config-if)#do sh ip route eigrp
     172.16.0.0/16 is variably subnetted, 5 subnets, 3 masks
D       172.16.3.2/32
           [90/40514560] via 192.168.100.2, 00:00:13, FastEthernet0/0
D       172.16.1.0/24
           [90/40130560] via 192.168.100.2, 00:00:01, FastEthernet0/0
D       172.16.3.1/32 [90/2561024000] via 192.168.10.9, 00:00:01, Serial0/0
D       172.16.2.0/24
           [90/40642560] via 192.168.100.2, 00:00:01, FastEthernet0/0
D       172.16.3.0/30
           [90/40514560] via 192.168.100.2, 00:00:01, FastEthernet0/0

r2620_03(config-if)#

the master of your successor...

below will redistribute a static route... notice the code and the AD...

r2620_01#config t
Enter configuration commands, one per line.  End with CNTL/Z.
r2620_01(config)#ip route 0.0.0.0 0.0.0.0 lo0
r2620_01(config)#router eigrp 1
r2620_01(config-router)#redistribute static
r2620_01(config-router)#

r2620_03#sh ip route eigrp
     172.16.0.0/16 is variably subnetted, 5 subnets, 3 masks
D       172.16.3.2/32
           [90/40514560] via 192.168.100.2, 00:13:08, FastEthernet0/0
D       172.16.1.0/24
           [90/40130560] via 192.168.100.2, 00:12:56, FastEthernet0/0
D       172.16.3.1/32 [90/2561024000] via 192.168.10.9, 00:12:56, Serial0/0
D       172.16.2.0/24
           [90/40642560] via 192.168.100.2, 00:12:56, FastEthernet0/0
D       172.16.3.0/30
           [90/40514560] via 192.168.100.2, 00:12:56, FastEthernet0/0
D*EX 0.0.0.0/0 [170/2560640000] via 192.168.10.9, 00:00:53, Serial0/0
r2620_03#


No comments:

Post a Comment