cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1248
Views
0
Helpful
2
Replies

Hub to Spoke Issue

Mani3
Level 1
Level 1

I have configured a single Hub and 2 spokes in gns3 and eBGP is running between the hub and the spoke routers.

Wan to Wan reachability is fine but unable to reach from Spoke location C.E to other spoke location C.E

Between Spoke PE to CE im running static route on both the ends. L3 MPLS is configured in all the PE routers.Again from Hub PE to Hub CE static route is configured.

 

Hub Config

=========

router bgp 9583
 no synchronization
 bgp log-neighbor-changes
 redistribute connected
 redistribute static
 no auto-summary
 !
 address-family ipv4 vrf 4562-AXIS-BANK-HUB
  redistribute connected
  redistribute static
  neighbor 172.16.30.1 remote-as 65322
  neighbor 172.16.30.1 activate
  neighbor 172.16.30.1 as-override
  neighbor 172.16.30.1 soft-reconfiguration inbound
  neighbor 192.168.56.2 remote-as 65321
  neighbor 192.168.56.2 activate
  neighbor 192.168.56.2 as-override
  neighbor 192.168.56.2 soft-reconfiguration inbound
  no synchronization
 exit-address-family
!
ip forward-protocol nd

 

Spoke PE

=======

ip vrf 4563-AXIS-SPK1
 rd 9583:4562
 route-target export 9583:4563
 route-target import 9583:4562
!

policy-map AXIS-CHILD-OUT
 class AXIST
  priority 32
 class AXISP
  bandwidth percent 65
 class AXISM
  priority percent 10
policy-map RATELIMIT-OUT-2Mb
 class class-default
  shape average 204800
  service-policy AXIS-CHILD-OUT
policy-map RATELIMIT-IN-2Mb
 class class-default
policy-map RATELIMIT-IN-2MB
 class class-default
   police cir 204500 bc 38400 be 76800
     conform-action set-mpls-exp-imposition-transmit 0
     exceed-action drop

interface FastEthernet0/1
 description XXXXXXXXX
 ip vrf forwarding 4563-AXIS-SPK1 address-family ipv4 vrf 4563-AXIS-SPK1
  redistribute connected
  redistribute static
  neighbor 192.168.56.1 remote-as 9583
  neighbor 192.168.56.1 activate
  neighbor 192.168.56.1 as-override
  neighbor 192.168.56.1 soft-reconfiguration inbound
  no synchronization
 exit-address-family

 ip address 192.168.56.2 255.255.255.252
 duplex auto
 speed auto
 mpls ip
 service-policy input RATELIMIT-IN-2Mb
 service-policy output RATELIMIT-OUT-2Mb
!
Thanks in advance.

 

2 Replies 2

Virendra Pratap
Level 1
Level 1

Hi

 

please share Diagram also mpls trace/ping from one SPOKE PE to other SPOKE PE customer vrf IP.

Hi Virendra,


Thanks for the reply I was able to ping end to end after writing default route in both CE routers.



Regards
Mani3



DISCLAIMER: The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. Please note that intercepting or any unauthorized use of this message or any attachment can be treated as infringement of person's right of privacy under the Human Rights Act 1993 and also is a Criminal Offence under the Information and Technology Act, 2008.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. Thank you for your cooperation.