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,doing some tests with the resource manager package.It's all working fine and ID allocted for a newly provisioned l2vpn service.admin@ncs> show resource-pools id-pool pw-idNAME ID ERROR ID ------------------------------pw-id testtest2 ...
HI,we're testing a server-template where we set the speed option to 1Gbit/s for certain interfaces.The config is working fine, configuration being added but commit dry-run not showing it:ncs% commit dry-run | debug template ...Operation 'merge' on no...
Hi,a customer of us is doing some tests with exnternal authentication. They can login via the CLI, are assigned to a group and can provision a service. But when they want to do a re-deploy of the same service, they are getting an access-denied error:...
Hi,I'm doing some tests with a couple of REST calls to provision several instances of a service on a device.When not using the async commit queue, all working fine.But with the option async-commit-queue, first service REST call is fine but second ser...
Hi,we compiled some MIBs, configured our device to use SNMP(RO) and can get live-status information from our device via the CLIadmin@ncs> show devices device router01 live-status IF-MIB ifTable ifEntry 650 ifNameifName xe-2/0/2.0Is it possible to get...
hmm,good one.tested with tailf:link, that's working fine:---import resource-allocator { prefix ralloc;}import id-allocator { prefix idalloc;}leaf pw-id { description "id_allocator script will use resource-manager to reserve id in pw-id id-...
thanx for the answer.I'm now just writing the selected pw-id as operational data of the service:---with ncs.maapi.single_write_trans(tctx.username, 'system', db=ncs.OPERATIONAL) as t: t.set_elem(pw_id, path) t.apply() ...
Hello Larry,config is not present when we apply the service and it's a very basic service, no RFM in action.The only thing thats different is that we had to make some changes to the junos YANG model as the 1g option was missing.John