[nsp] Re: Redistributing static subnets via separate OSPF process
Kyaw Khine
kyaw.khine at connectionless.net
Sat Oct 11 17:45:26 EDT 2003
Hi Robert,
When redistributing ospf #15 into ospf #10, it will only distribute only
OSPF internal routes.
Static routes distributed into ospf #15 will become external routes
(either E1 or E2, the later is default).
Adding "match external 2 (external 1)" should do the job.
-------------------------------------------------------------------
router ospf 10
router-id 172.16.0.1
log-adjacency-changes
redistribute ospf 15 subnets match internal external 2 (external 1)
-------------------------------------------------------------------
REF :
http://www.cisco.com/en/US/customer/products/sw/iosswrel/ps1831/products_command_reference_chapter09186a00800ca69c.html#1019783
Let me know.
- Kyaw Khine
Connectionless Networks
More information about the cisco-nsp
mailing list