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.
I put all my most used helper scripts in "/var/opt/ncs/ext".For services who need those external scripts i make symlink in service python folder. rain@ohoo:/var/opt/ncs/devstuff/hostlist/python/hostlist$ ll lrwxrwxrwx 1 root ncsadmin 16 ma...
Natural key would port and vlan combination for service port. My issue is that NSO does not allow key used in template for "when" statement. How can i have 2 different xml lines with out it?Live device conf: <epipe> <service-id>3714</serv...
What is the expected performance of NSO doing sync-from?I have 110 alcatel "alu-sr" devices and sync from them takes quite some time, around 7 minutes. Last device that finished sync was "kjj-sr1".<INFO> 6-May-2018::18:23:57.519 nso ncs[19682]: ncs s...
Hi,I have not found any good guide how to implement CPE full configuration in NSO. Most of examples are of one service, that is small part of the device configuration. I could do a single monster size cpe_service but that would grow unmanageable pret...
Hi,What is the correct way of discovering/storing device model parameter? For mpls l3vpn i have 8 different CPE-s from cisco IOS software familiy. Almost all those CPE-s have different uplink configuration. Do I understand correctly that there is no ...
Cisco CoPP consistency across platforms is quite bad:
In IOS you have "drop".On C1100 series IOS-XE routers you can simulate drop by configuring drop to both actions "police 8000 conform-action drop exceed-action drop".On C9200CX they say "The creati...
In short, if you want to implement such block with when statements, you'd need to have the when condition on a higher level in the hierarchy of the target model (e.g. on 'sap' rather than on 'sap-id'), and you'd need to duplicate the block in your xm...
Sry for posting before finalizing testing. Initial reconcile of T3 took 10min. Today 6 new services have been configured to "kjj-sr1" and T3 reconcile took ~45sec. That is ok. Of course this is just one device in the service path, but in general this...
Another question confusing matter. On live ISP network nobody can model from day 1 all the services. Usually you go live with couple most used services and leave some of service in old/manual provisioning. That automatically means that NSO will be ou...
I did that and in NSO:- config pull is 25sec- then it gives no output, i presume its translating config to xml for 43sec?- then for some reason it is doing second time config pull for 25sec. For second config pull it is not doing translation.That par...