XR Static Route Removal Commands Are Not Granular Enough
(Doc ID 2119682.1)
Last updated on MARCH 04, 2019
Applies to:
Oracle Communications IP Service Activator - Version 7.2.0 and laterInformation in this document applies to any platform.
Symptoms
The removal of static routes is such that it is removing more than it should.
Router configs such as this:
0.0.0.0/0 Serial0/1/2/0/1/3/3/1:0 <IP>
0.0.0.0/0 GigabitEthernet0/1/0/3.132 <IP> 210 tag 900
<IP>/24 Serial0/1/2/0/1/3/3/1:0 <IP>
<IP>/24 GigabitEthernet0/1/0/3.132 <IP> 210 tag 900
<IP>/16 Serial0/1/2/0/1/3/3/1:0 <IP>
<IP>/16 GigabitEthernet0/1/0/3.132 <IP> 210 tag 900
<IP>/24 Serial0/1/2/0/1/3/3/1:0 <IP>
<IP>/24 GigabitEthernet0/1/0/3.132 <IP>210 tag 900
0.0.0.0/0 GigabitEthernet0/1/0/3.132 <IP> 210 tag 900
<IP>/24 Serial0/1/2/0/1/3/3/1:0 <IP>
<IP>/24 GigabitEthernet0/1/0/3.132 <IP> 210 tag 900
<IP>/16 Serial0/1/2/0/1/3/3/1:0 <IP>
<IP>/16 GigabitEthernet0/1/0/3.132 <IP> 210 tag 900
<IP>/24 Serial0/1/2/0/1/3/3/1:0 <IP>
<IP>/24 GigabitEthernet0/1/0/3.132 <IP>210 tag 900
IPSA does the following when removing only on site
router static
vrf TEST123
address-family ipv4 unicast
no 0.0.0.0/0
no <IP>/24
no <IP>/16
no <IP>/24
address-family ipv4 unicast
no 0.0.0.0/0
no <IP>/24
no <IP>/16
no <IP>/24
The effect is that both
0.0.0.0/0 Serial0/1/2/0/1/3/3/1:0
0.0.0.0/0 GigabitEthernet0/1/0/3.132 210 tag 900
0.0.0.0/0 GigabitEthernet0/1/0/3.132 210 tag 900
are removed when this command is issued using 'no 0.0.0.0/0', The desired behavior is that only one line should be removed and not both
0.0.0.0/0 Serial0/1/2/0/1/3/3/1:0
0.0.0.0/0 GigabitEthernet0/1/0/3.132 210 tag 900
0.0.0.0/0 GigabitEthernet0/1/0/3.132 210 tag 900
Cause
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
Symptoms |
Cause |
Solution |
References |