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.
The NSO service we're developing allows user to configure subinterface in L2 or L3 mode. We use IOS-XR NED to communicate with routers. What we want to accomplish is transparent change between modes. We want our service to create the same subinterfac...
Hi, As part of service creation, I want to set leaf value using python code, rather than supplying it via CLI/API. This is my goal:If the leaf value was not set in CLI, autogenerate the value and set it during service creation using PythonIf the leaf...
We have a Multiservice VPN deployment with VRF-lite on CE devices and FR PVCs connecting CEs to PEs. One VRF on CPE is used for Internet, other for data/voice. We want to back up CPEs using ISDN BRI. How do we back up two different VRF-s? Can we use...
Thanks for the quick reply. I discovered a potential workaround. In a nutshell: Huawei NED supports "VrpReplacer.java" class, which can replace any string with any other string when sending/receiving commands to/from router. It is used to fix small i...