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.
Hello,This is the scenario:I have PE1 and PE2 in AS100PE1 has an EBGP peering with AS200 and receives a certain prefix a.b.c.d with LP=222The same prefix a.b.c.d is redistributed on PE2 with LP=33 from a floating static route, and serves as a back-up...
Hello,I want to catch the description field of this output:#sh run | sec l2vpn xconnect context 11111 l2vpn xconnect context 11111 description BLAH BLAH member GigabitEthernet0/7 service-instance 3501 member 50.50.0.34 11111 encapsulation mpls...
Hello Community,I know this may appear a tedious subject, but I can't find a clear clue, so I'm looking for your advice.I have three PEs: a dual homed CE ia attached via PE1 and PE2 to a L3VPN (any-to-any, single RT) that run also on a "remote" PE3RD...
Hello,what is the best practice for the configuration of L3VPN on Cisco ME3XXX ?Old Syntax:interface GigabitEthernet0/1switchport trunk allowed vlan none switchport mode trunk! service instance 2 ethernet encapsulation dot1q 3 rewrite ingress tag p...
Hello,In a MPLS L3VPN a have a site where two PEs and two CEsare sitting on a LAN where EIGRP runs.I've set up SoO (same community applied on both PEs)PE1!interface Vlan970 vrf forwarding ap1 ip vrf sitemap SoO ip address 61.2.100.7 255.255.255.0!rou...
Hi Nagendra,I receive on PE1 the prefix from AS200 and I set LP=222 with an inbound policy.I generate the same prefix inside AS100 on PE2 with LP=33.During failure condition I do not receive the prefix from AS200 (because BGP on the remote CE BGP is ...
Joseph, I reworked the config keeping in mind your hints and found (I believe)a good solution: action 170 regexp "description (££:print:€€+)" "$_cli_result" match desc££ stand for double [€€ stand for double ]Andrea
I have tried the regexp with the sequence of two open square brackets immediately followed by two closed square brackets and no space, but the result is (I believe) no match, bacause the variable desc remains stuck to the previusly deined value of "n...
Well, at the least the new challenge is done. If I type:action 220 regexp "description \"(.*)\"" "$_cli_result" match descit works, and the config shown is: action 220 regexp "description "(.*)"" "$_cli_result" match descAndrea
Hello Joseph,Sorry for the late answer. I've read many of your suggestion on this subject.Anyway I get a null string back.I have a new challenge: I wanted to revert to the previous config and the device refuses...XXXXX(config-applet)#action 220 regex...