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.
Every time i try to start the "Firepower Management Center" sandbox i get this error: Oops. Launch failedSorry, we encountered an issue while launching the environment.
Is it possible to generate an alarm with python for nso 6.1.2.I cannot find a good example here: ncs.alarm - Network Services Orchestrator (NSO) API v6.1 - Document - Cisco DevNet
How do i redeploy a service using the following code in combination with discard-non-service-config with ncs.maapi.Maapi() as m:
with ncs.maapi.Session(m, 'admin', 'system'):
with m.start_read_trans() as t:
...
In the web interface i can only select 50 of the 500 deployed services to re-deploy.In the cli a wild card doesn't seem to work:admin@ncs# config
Entering configuration mode terminal
admin@ncs(config)# services <service> * re-deploy dry-run
Error: Li...
Hi, i want to filter out all commands containing "MGMT" on my ASA.But it doesn't work for me, it looks like my regex argument isn't being activated.The command portion seems to work if i test with fixed arguments. I use the following statement: Grant...
How we do it with our nso-docker environment is as follows:- First: We have shared storage for our containers (where the cdb is located).- We create a backup (docker exec -t nso bash -lc 'ncs-backup')- We stop (all) the containers- We remove all the ...
Ended up using successfull:with ncs.maapi.Maapi() as m:
with ncs.maapi.Session(m, 'admin', 'system'):
with m.start_read_trans() as t:
instance = ncs.maagic.get_node(t, dst_path)
inpu...
I recall testing this "splitbrain" in our environment, but could not find the outcome.If ise did not failover this would also be the plan i would following in my deployment.You also could do the followingpower down ISE02power up ISE01 confirm it work...