cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
448
Views
0
Helpful
2
Replies

Setting up multi-protocol

dyep110581
Level 1
Level 1

Hi There,

I just like to as if its possible to configure to a router 2 protocols like BGP on WAN and EIGRP on LAN side.

Can I also ask for a sample configuration of it to see how its being set or configured on any typical router

Thanks,

Dyep.

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Dyep

Yes you can run 2 routing protocols on the same router and with BGP this is a common configuration. You would configure the protcols as you would normally eg.

router eigrp 1

network 192.168.24.0

network 192.168.25.0

no auto-summary

router bgp 63251

neighbor 62.7.19.1 remote-as 2845

network 192.168.24.0 mask 255.255.255.0

The above would work fine on a single router. The key decision to make is whether to redistribute EIGRP into BGP and redistribute BGP into EIGRP. The above example doesn't do that but there is nothing stopping you redistributing one protocol into another.

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Dyep

Yes you can run 2 routing protocols on the same router and with BGP this is a common configuration. You would configure the protcols as you would normally eg.

router eigrp 1

network 192.168.24.0

network 192.168.25.0

no auto-summary

router bgp 63251

neighbor 62.7.19.1 remote-as 2845

network 192.168.24.0 mask 255.255.255.0

The above would work fine on a single router. The key decision to make is whether to redistribute EIGRP into BGP and redistribute BGP into EIGRP. The above example doesn't do that but there is nothing stopping you redistributing one protocol into another.

Jon

Thanks Jon

Review Cisco Networking products for a $25 gift card