| Verifying
Redistribution
Router#show running-config
Router#debug
Router#trace x.x.x.x
Example 1: EIGRP
and IGRP redistributes automatically as long as the same process-id
is used.
Router(config)# router eigrp 44
(or any AS number)
Router(config)# router igrp 44 (or any AS number)
Example 2:
Router(config)# router rip
Router(config-router)# redistribute igrp
Router(config)# router igrp
Router(config-router)# redistribute rip
Example 3:
Router(config)# router igrp 192
Router(config-router)# redistribute ospf 1 metric 56 100 255 1
1500 {k values}
Router(config)# router ospf 1
Router(config-router)# redistribute igrp 192 metric 12
metric-type 1 subnets {
metric = metric for redistributed network; metric-type = 1 adds
internal and external path costs; 2 internal costs only (default)}
|