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, I am trying to make a python script that copy running config to a file for backup, then do commit replace to whipe the configuration. After that it gonna load a new config that are already uploaded and then do a new commit replace.
I am doing ...
Hello.
I'm in a process to setup BNG on a Cisco ASR 9903. I have EVPN up and running and working.
Here is what i want to achive:
We base our username on circuit-id, in this case: cisco-access-1-1-1-p31 (p31 is port: GigabitEthernet0/0/31 - cisco-acce...
Hello, I have a Cisco ASR 9903 that I ned to run BNG on with EVPN VPWS. What I heard is that I need to make a local physical loop on the switch to make this work. I can not find any good configuration examples to show how to setup this, does any one ...
Hello, I have three ASR 9003 that will be BNG with redundancy. They will also be core int the network. Now I am running SR-MPLS and BNG, with alot of distribution routers (NCS 540). They are running SR-MPLS, ISIS and BGP. All the cusomer can choose f...
> Can you please provide more information on your design. It is hard to answer this question without knowing what you are trying to achieve. Of course. I have a Cisco ASR9903 as core, then I use NCS540 as distribution routers/switches. I don't run a...
Happy New Year! Sorry for late replay here. That works, do I just need to do the export and the route-policy on one place or all the places? I import the default route on one place where it originated from one vrf to another. That default route does...
I found out that I missed () on the RT value: route-policy rpl_fw
if source in ps_allow-default-route then
set extcommunity rt (1:2)
endif
if source in ps_allow-32 then
set extcommunity rt (1:3)
endif
if source in ps_allow-all then
...