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

MPLS - Routing info from the same BGP AS

DialerString_2
Level 3
Level 3

Hi everyone,

I'm working on MPLS - (lab) and I was wondering how is it possible (or command) to pass traffic to and from the same AS?  In my lab I have to specifiy "nei allow-as in" in order to see routes from routers in my AS. I have 5 routers in my lab - One in AS 777 mpls and the other four in AS 6500). Everything in AS 6500 has the bgp sub command neig "ip addy" allow-as in.  This is the only way I can see routes advertised from neighbors.

Thanks in advance.

1 Accepted Solution

Accepted Solutions

Hi

Another (and I believe more used) possibility is to configure as-override on the PE towards CE

router bg MPLS-CORE

address-family ipv6 vrf test

neighbour x.x.x.x as-override

(syntax might be wrong)

Jon

View solution in original post

2 Replies 2

Hi

Another (and I believe more used) possibility is to configure as-override on the PE towards CE

router bg MPLS-CORE

address-family ipv6 vrf test

neighbour x.x.x.x as-override

(syntax might be wrong)

Jon

Thx Jon, that worked and 5 stars for your answer.  Thx.