The issue is caused due to the fact that PEP was already registered to this network, and not registered again with new PDP gateways.
The relevant flow:
- PDP_1 sends new network information for network X to PEP
- PEP registers to network X on PDP_1
- PDP_2 sends new network information for network X to PEP.
- PEP will not register again to network X with PDP_2.
To verify that this is the issue please use the following commands:
- Verify that the pep gateway is registered to the relevant network using "pep show networks registration" command on pep CLI.
- Check whether the pep is registered to the relevant network on the pdp, using "pdp network registered" command on pdp CLI. Example for an output:
--------------------------------------------------------------------
| Network | Mask | Member ID | Registered Gateways |
--------------------------------------------------------------------
| 1.1.1.16 | 255.255.255.240 | 1 | 100.100.100.1 |
--------------------------------------------------------------------