Need help
I am stuck. I had pe to ce ebgp configured yesterday, but my configs did save via gns3 for some reason. So, to day I reapplied everything and I cant get my ebgp session to come up. Below are the configs:
CE
router bgp 65102
no synchronization
bgp log-neighbor-changes
redistribute static
neighbor 172.16.1.6 remote-as 65400
neighbor 172.16.1.6 update-source Loopback0
no auto-summary
!
ip http server
no ip http secure-server
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
cu1a(config-router)#do sh ip bgp ne
BGP neighbor is 172.16.1.6, remote AS 65400, external link
BGP version 4, remote router ID 0.0.0.0
BGP state = Active
Last read 00:17:21, last write 00:17:21, hold time is 180, keepalive interval is 60 seconds
Message statistics:
InQ depth is 0
OutQ depth is 0
Sent Rcvd
Opens: 0 0
Notifications: 0 0
Updates: 0 0
Keepalives: 0 0
Route Refresh: 0 0
Total: 0 0
Default minimum time between advertisement runs is 30 seconds
For address family: IPv4 Unicast
BGP table version 1, neighbor version 0/0
Output queue size : 0
Index 1, Offset 0, Mask 0x2
1 update-group member
Sent Rcvd
Prefix activity: ---- ----
Prefixes Current: 0 0
Prefixes Total: 0 0
Implicit Withdraw: 0 0
Explicit Withdraw: 0 0
Used as bestpath: n/a 0
Used as multipath: n/a 0
Outbound Inbound
Local Policy Denied Prefixes:
Total: 0 0
Number of NLRIs in the update sent: max 0, min 0
Connections established 0; dropped 0
Last reset never
No active TCP connection
cu1a(config-router)# do ping 172.16.1.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.1.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/10/24 ms
cu1a(config-router)#
cu1a#sh ip rout
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
172.16.0.0/30 is subnetted, 1 subnets
C 172.16.1.4 is directly connected, FastEthernet0/1
12.0.0.0/32 is subnetted, 1 subnets
C 12.0.0.3 is directly connected, Loopback0
S* 0.0.0.0/0 is directly connected, FastEthernet0/1
PE
address-family ipv4 vrf cu1a
redistribute connected
neighbor 172.16.1.5 remote-as 65102
neighbor 172.16.1.5 update-source Loopback1
neighbor 172.16.1.5 activate
no synchronization
exit-address-family
p2# sh ip bgp v v cu1a nei
BGP neighbor is 172.16.1.5, vrf cu1a, remote AS 65102, external link
BGP version 4, remote router ID 0.0.0.0
BGP state = Active
Last read 00:04:31, last write 00:04:31, hold time is 180, keepalive interval is 60 seconds
Message statistics:
InQ depth is 0
OutQ depth is 0
Sent Rcvd
Opens: 0 0
Notifications: 0 0
Updates: 0 0
Keepalives: 0 0
Route Refresh: 0 0
Total: 0 0
Default minimum time between advertisement runs is 30 seconds
For address family: VPNv4 Unicast
Translates address family IPv4 Unicast for VRF cu1a
BGP table version 5, neighbor version 0/0
Output queue size : 0
Index 1, Offset 0, Mask 0x2
1 update-group member
Sent Rcvd
Prefix activity: ---- ----
Prefixes Current: 0 0
Prefixes Total: 0 0
Implicit Withdraw: 0 0
Explicit Withdraw: 0 0
Used as bestpath: n/a 0
Used as multipath: n/a 0
Outbound Inbound
Local Policy Denied Prefixes:
Total: 0 0
Number of NLRIs in the update sent: max 0, min 0
Connections established 0; dropped 0
Last reset never
No active TCP connection
p2#sho ip route vrf cu1a
Routing Table: cu1a
172.16.0.0/30 is subnetted, 1 subnets
C 172.16.1.4 is directly connected, FastEthernet1/0
I have not configured the m-ibgp sessions yet. I am waiting to get my pe to ce connections up first. Any thoughts?