Hi, hopefully you can help me with eBGP and reaching my prefixes.
-I can ping ip pool verlop gateway from internet, but can't ping a host.
-Host can ping gateway but nothing else
-Network has been imported under ipv4-family unicast with exactly the same subnet as logical interface
display ip routing-table "network":
Netaddress: next-hop "gateway address"
Gateway: next hop 127.0.0.1
Host address: next hop 0.0.0.0
interface Vlanif8
ip address x.x.x.1 255.255.255.0
#
#
ip pool velop server
gateway x.x.x.1 255.255.255.0
section 1 x.x.x.2 x.x.x.10
dns-server 8.8.8.8
lease 0 0 5
#
interface GigabitEthernet0/3/2
description Transit: Cogent 10Gbps
undo shutdown
ipv6 enable
ip address x.x.x.x 255.255.255.248
dcn
#
interface LoopBack0
ipv6 enable
ip address x.x.x.x 255.255.255.255
#
bgp xxxxxx
router-id x.x.x.x
graceful-restart
group COGENTv4 external
peer COGENTv4 as-number 174
peer COGENTv4 connect-interface GigabitEthernet0/3/2
peer COGENTv4 password cipher xxxxx
peer x.x.x.x as-number 174
peer x.x.x.x group COGENTv4
#
ipv4-family unicast
undo synchronization
default local-preference 50
network x.x.x.x 255.255.254.0
network x.x.x.x 255.255.255.0
network x.x.x.x 255.255.255.255
maximum load-balancing ebgp 3
load-balancing as-path-ignore
peer COGENTv4 enable
peer COGENTv4 as-path-filter cogent-as-import import
peer COGENTv4 as-path-filter pf-as-export export
peer COGENTv4 ip-prefix ipv4-infilter import
peer COGENTv4 ip-prefix ipv4-outfilter export
peer COGENTv4 route-policy cogent import
peer x.x.x.x enable
peer x.x.x.x group COGENTv4
#
#
route-policy cogent permit node 10
if-match as-path-filter cogent-as-import
#
ip ip-prefix ipv4-infilter index 20 deny 10.0.0.0 8
ip ip-prefix ipv4-infilter index 30 deny 100.64.0.0 10
ip ip-prefix ipv4-infilter index 40 deny 127.0.0.0 8
ip ip-prefix ipv4-infilter index 50 deny 169.254.0.0 16
ip ip-prefix ipv4-infilter index 60 deny 172.16.0.0 12
ip ip-prefix ipv4-infilter index 70 deny 192.0.0.0 24
ip ip-prefix ipv4-infilter index 80 deny 192.0.2.0 24
ip ip-prefix ipv4-infilter index 90 deny 192.168.0.0 16
ip ip-prefix ipv4-infilter index 100 deny 198.18.0.0 15
ip ip-prefix ipv4-infilter index 110 deny 198.51.100.0 24
ip ip-prefix ipv4-infilter index 120 deny 203.0.113.0 24
ip ip-prefix ipv4-infilter index 130 deny 224.0.0.0 4
ip ip-prefix ipv4-infilter index 140 deny 240.0.0.0 4
ip ip-prefix ipv4-infilter index 6000 permit 0.0.0.0 0 less-equal 32
#
ip ip-prefix ipv4-outfilter index 10 deny 0.0.0.0 8
ip ip-prefix ipv4-outfilter index 20 deny 10.0.0.0 8
ip ip-prefix ipv4-outfilter index 30 deny 100.64.0.0 10
ip ip-prefix ipv4-outfilter index 40 deny 127.0.0.0 8
ip ip-prefix ipv4-outfilter index 50 deny 169.254.0.0 16
ip ip-prefix ipv4-outfilter index 60 deny 172.16.0.0 12
ip ip-prefix ipv4-outfilter index 70 deny 192.0.0.0 24
ip ip-prefix ipv4-outfilter index 80 deny 192.0.2.0 24
ip ip-prefix ipv4-outfilter index 90 deny 192.168.0.0 16
ip ip-prefix ipv4-outfilter index 100 deny 198.18.0.0 15
ip ip-prefix ipv4-outfilter index 110 deny 198.51.100.0 24
ip ip-prefix ipv4-outfilter index 120 deny 203.0.113.0 24
ip ip-prefix ipv4-outfilter index 130 deny 224.0.0.0 4
ip ip-prefix ipv4-outfilter index 140 deny 240.0.0.0 4
ip ip-prefix ipv4-outfilter index 6000 permit 0.0.0.0 0 less-equal 24
ip as-path-filter cogent-as-import index 10 permit ^174.*
ip as-path-filter pf-as-export index 10 permit ^$
ip as-path-filter pf-as-export index 20 permit ^(3.10841_)+$