router bgp no bgp default ipv4-unicast bgp log-neighbor-changes bgp graceful-restart restart-time 30 redistribute kernel timers bgp 4 12 neighbor remote-as neighbor fall-over bfd neighbor activate neighbor next-hop-self neighbor soft-reconfiguration inbound neighbor prefix-list ipv4-subscriber-only in neighbor prefix-list default-only out neighbor remote-as neighbor fall-over bfd neighbor activate neighbor soft-reconfiguration inbound neighbor prefix-list default-only in neighbor prefix-list ipv4-cgnat-only out ! ! ip prefix-list default-only seq 5 permit 0.0.0.0/0 ip prefix-list ipv4-cgnat-only seq 5 permit ip prefix-list ipv4-subscriber-only seq 5 permit !