Cisco DOCS confusion

From: CCIE unnumbered (ccie.unnumbered@gmail.com)
Date: Sat Sep 20 2008 - 02:20:47 ART


Dear Groupstudy Experts:

Please find a digest from
http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_ip_prot_indep_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1057083
in the end of this message, and help me explain the description of the
section. (1) I thought all three routes were advertised by "network"
command under router eigrp 1
(2) the access-list 3 permit 192.168.x.0 should have wildcard mask 0.0.0.255?
(3) I thought all three routes were redistributed by the *redistribute
static* router configuration?
(4) what does the *distribute-list 3 out static* command do in this case?

Static Routing Redistribution Example

In the example that follows, three static routes are specified, two of which
are to be advertised. The static routes are created by specifying the
*redistribute
static* router configuration command and then specifying an access list that
allows only those two networks to be passed to the EIGRP process. Any
redistributed static routes should be sourced by a single router to minimize
the likelihood of creating a routing loop.

Router(config)# *ip route 192.168.2.0 255.255.255.0 192.168.7.65
*

 Router(config)# *ip route 192.168.5.0 255.255.255.0 192.168.7.65
*

 Router(config)# *ip route 10.10.10.0 255.255.255.0 10.20.1.2
*

 Router(config)# *!
*

 Router(config)# *access-list 3 permit 192.168.2.0 0.0.255.255
*

 Router(config)# *access-list 3 permit 192.168.5.0 0.0.255.255
*

 Router(config)# *access-list 3 permit 10.10.10.0 0.0.0.255
*

 Router(config)# *!
*

 Router(config)# *router eigrp 1
*

 Router(config-router)# *network 192.168.0.0
*

 Router(config-router)# *network 10.10.10.0
*

 Router(config-router)# *redistribute static metric 10000 100 255 1 1500
*

 Router(config-router)# *distribute-list 3 out static
*

Thanks,

-- 
CCIE unnumbered

Blogs and organic groups at http://www.ccie.net



This archive was generated by hypermail 2.1.4 : Sat Oct 04 2008 - 09:26:19 ART