0% found this document useful (0 votes)
3 views1 page

OSPF, RIPv2, EIGRP, BGP Redistribution Guide

The document outlines the configuration steps for redistributing routing protocols in a network. It details the commands for redistributing OSPF to RIPv2, RIPv2 to EIGRP, and EIGRP to BGP on a router. Each section includes specific commands to set the appropriate metrics and configurations for the redistribution process.

Uploaded by

esemkanuradja
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

OSPF, RIPv2, EIGRP, BGP Redistribution Guide

The document outlines the configuration steps for redistributing routing protocols in a network. It details the commands for redistributing OSPF to RIPv2, RIPv2 to EIGRP, and EIGRP to BGP on a router. Each section includes specific commands to set the appropriate metrics and configurations for the redistribution process.

Uploaded by

esemkanuradja
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Redistribute OSPF ke RIPv2

R2>en
R2#conf t
R2(config)#router ospf 1
R2(config-router)#redistribute rip subnets
R2(config-router)#ex
R2(config)#router rip
R2(config-router)#ver 2
R2(config-router)#redistribute ospf 1 metric 1
R2(config-router)#ex

Redistribute RIPv2 ke EIGRP


R2>en
R2#conf t
R2(config)#router rip
R2(config-router)#ver 2
R2(config-router)#redistribute eigrp 10 metric 1
R2(config-router)#ex
R2(config)#router eigrp 10
R2(config-router)#redistribute rip metric 1 1 1 1 1
R2(config-router)#ex

Redistribute EIGRP ke BGP


R2>en
R2#conf t
R2(config)#router bgp 100
R2(config-router)#redistribute eigrp 10
R2(config-router)#ex
R2(config)#router eigrp 10
R2(config-router)#redistribute bgp 100 metric 1 1 1 1 1
R2(config-router)#ex

You might also like