Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I have the following configuration for a RT translation but seems not working:
ip extcommunity-list standard RT-TRANSLATION-IN permit rt 2:200
route-map RM-RT-TRANSLATION-IN permit 10 match extcommunity RT-TRANSLATION-IN set extcommunity rt 2:202
...
Hi,
I have a cisco IOS configured as iBGP Route Reflector for MPLS VPNv4. On this router, I can see the route received and redistribute to on of its neighbors. This let me suppose that the reflector function works fine
RR-P-R3#show bgp vpnv4 unicast ...
Hi everybody,
I'm doing some MPLS studying and I got a pcap trace between 2 LSR during label exchange (in attached) plus I got some debug from the router's CLI.
As I we can see from the debug, there is an association between label and IP
[...]
P-R...
Hi Giuseppe,Can you please help me with this extcommunity issue that I'm facing?
https://supportforums.cisco.com/discussion/13017421/extcommunity-list-no-matches
Thank You
Federico
Hi,Can you explain me why in my conf if I configure a static route on IOS-XR 5.2.2
router static vrf BGP-GREEN address-family ipv4 unicast 10.0.10.0/24 2.2.2.2
I cannot see it in routing table?
RP/0/0/CPU0:ASBR-11#sh route vrf BGP-GREEN
B 10.0.10.0/2...
Hi,
That was the problem:
"By default, a cisco router will filter out prefixes that contain a route-target that is not use locally on that router.
This check is disabled when you configure a route-reflector-client, since the client may need one of t...