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'm working through getting IOS-XR devices to ZTP.I'm using DHCP Option 67 to pass the URL for a ztp python script.The DHCP offer also includes DNS server options.It seems that if the URL uses FQDN in the URL, the ZTP script will not be downloaded.On...
I'm running into a problem getting ISE 3.5 to install on ESXi 8.0u2.I've tried the OVA and ISO.The base image install works and then I login as "setup".Everything seems to go ok until a swap file operation starts.The VM never gets past this point.I h...
We are seeing an odd problem in lab testing.We have a test topology of ASR9902, 8201 and N540.The services code attempts to retrieve the PID of the device using live-status through the netconf NED.In many cases, the value is returned correctly but ra...
All, I have a simple route-policy I'd like to apply to a set of peers.This would be applied to 25k prefixes in the bgp table.Given no ios-regex is being used in the route-policy, I'm looking for any expertise on potential impact/load on the system. I...
I have a very simple template to provide a dayZero configuration to a router.It works via ncs_cli as : dayZero <name> hostName <newhostname> userName <newUserName> secret <NewSecret>Using Postman, I'm POSTing to http://{{NSO_IP}}:{{NSO_HTTP_PORT}}/re...
@Enes Simnica Thank you for the confirmation.Can I ask one more point to clarify?If the URL provided is https: (opposed to http:) , what requirements are there?I was able to get https: to work using "-k https://x.x.x.x" in option 67I think this was d...
Ok - Making some progress based on some feedback.The URL I'm targeting is now: http://{{NSO_IP}}:{{NSO_HTTP_PORT}}/restconf/data/tailf-ncs:servicesMy payload is now: {"dayZero:dayZero": [{"device": "dev-csr","hostName": "ChangMe","userName": "NewUser...
Jan,
Thank for the feedback.
My use case is as follows:
- Within the service create code, execute a dry-run (or some equivalent ) and end up with a fully modified set if configs for the devices in question.
- Package the fully modified configs and f...