Issue With Generating MPLS L3 BGP Routing Commands Through IPSA GUI
(Doc ID 2802553.1)
Last updated on AUGUST 30, 2021
Applies to:
Oracle Communications IP Service Activator - Version 7.4.0.0.0 and laterInformation in this document applies to any platform.
Goal
We are trying to generate the commands below for MPLS L3 BGP routing:
bgp <AS #>
ipv4-family vpn-instance <NAME>
deterministic-med
import-route direct
peer <IPADDR> as-number <AS #>
peer <IPADDR> substitute-as
ipv4-family vpn-instance <NAME>
deterministic-med
import-route direct
peer <IPADDR> as-number <AS #>
peer <IPADDR> substitute-as
But the following are being generated which include the 'group' commands which are not needed.
bgp <AS #>
ipv4-family vpn-instance <NAME>
deterministic-med
import-route direct
undo summary automatic
group GigabitEthernet0-0-2 external ---------------------------->NOT NEEDED
peer GigabitEthernet0-0-2 as-number <AS #>
peer GigabitEthernet0-0-2 substitute-as
peer <IPADDR> group GigabitEthernet0-0-2 ------------------->NOT NEEDED
ipv4-family vpn-instance <NAME>
deterministic-med
import-route direct
undo summary automatic
group GigabitEthernet0-0-2 external ---------------------------->NOT NEEDED
peer GigabitEthernet0-0-2 as-number <AS #>
peer GigabitEthernet0-0-2 substitute-as
peer <IPADDR> group GigabitEthernet0-0-2 ------------------->NOT NEEDED
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |