Hi Experts,
I am trying to establish Private circuit-Oracle fast connect peering with Oracle public cloud. The circuit will be used for migrating onpremise resources to oracle public cloud. The BGP configuraiton need to be done on onpremise Nexus7k-production VDC. Currently, i dont have any dynamic routing configuration on Nexus7k. Wanted to setup BGP on the device.Please advice on below. I am cautious, as this the production environment.
1. I am worried, the BGP service enable and configuration will have any negative impact on existing production environment. Attaching the configuration. Please review and suggest.
2. Below is the sample BGP configuration, which need to be setup. Kindly review and suggest.
==============================================
interface GigabitEthernet<Interface_Number>.<Number>
encapsulation dot1Q <161>
ip address 10.100.0.22 255.255.255.252
router bgp <65512>
bgp log-neighbor-changes
neighbor <10.100.1.21> remote-as 31898
!
address-family ipv4
neighbor <10.100.1.21> activate
exit-address-family
!
====================================
3. I wanted to enable the existing production vlans - 160 to 169, 190 to 195 to be advertised to communicate Oracle environment, please suggest on the configuration required.
Thanks in advance
Sreeraj Murali