cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
375
Views
5
Helpful
1
Replies

BGP Configuration

Hello everyone i am new on this community. I have a problem configurating BGP protocol in a network. i made a simulation of the situation and attach the image. My problem is in the AS number 65032. In that AS i have OSPF as IGP and i don t know how to configure iBGP in the routers n5 and n4.

1 Accepted Solution

Accepted Solutions

Vinit Jain
Cisco Employee
Cisco Employee

Hello

If you are having reachability between N4 and N5 via IGP (OSPF) and you can ping <loopback n5> source <loopback n4>, then you can configure the IBGP sessions over the loopback address

n4
router bgp 65032
bgp router-id x.x.x.x
no bgp default ipv4-unicast
nei <loopback n5> remote-as 65032
nei <loopback n5> update-source lo0
address-family ipv4 unicast
nei <loopback n5> activate

Similarly you can configure on n5.

Hope this helps.

Regards

Vinit 

Thanks
--Vinit

View solution in original post

1 Reply 1

Vinit Jain
Cisco Employee
Cisco Employee

Hello

If you are having reachability between N4 and N5 via IGP (OSPF) and you can ping <loopback n5> source <loopback n4>, then you can configure the IBGP sessions over the loopback address

n4
router bgp 65032
bgp router-id x.x.x.x
no bgp default ipv4-unicast
nei <loopback n5> remote-as 65032
nei <loopback n5> update-source lo0
address-family ipv4 unicast
nei <loopback n5> activate

Similarly you can configure on n5.

Hope this helps.

Regards

Vinit 

Thanks
--Vinit
Review Cisco Networking for a $25 gift card