When we have IP class 91.240.24.0 with /24 and want to subnet it in our LAN, after split it, BGP has stop working.
Solution:
ip route 91.230.24.0 mask 255.255.255.0 null 0
router bgp 12345
network 91.230.24.0 mask 255.255.255.0
When we have IP class 91.240.24.0 with /24 and want to subnet it in our LAN, after split it, BGP has stop working.
Solution:
ip route 91.230.24.0 mask 255.255.255.0 null 0
router bgp 12345
network 91.230.24.0 mask 255.255.255.0