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 guys I am doing some light reading of the documentation and I am having issues to understand how does one apply a service to multiple devices in one CLI (ex create Loopback interfaces and assign IPs to them).usually, you can apply a service to a d...
Hi guysI am trying to get started with ZTP on AS9000v and I can't make it workApparently the router comes up with all the interfaces down and I need to manually login, add the user admin and then configure the Management interface for DHCP , do a no ...
Hi guys I am looking at using a network emulator and virtual devices (ex: EveNG or GNS3 or VIRL) and in these cases the devices could be accessed via a console port that can be accessed via telnet IP:Port where the IP is 127.0.0.1 and the port is all...
Hi guys
I have a couple of UCS m220 servers which used to work together in some sort of clusterThey were decommissioned and I am now trying to repuprose themI have never touched an UCS before and I just started reading about is
Can anybody tell m...
You hit the nail, that is what I was looking for, thanks!Related to this, I am using REST APIs to send this:<config><loopback xmlns="http://com/example/loopback"><servicename>R1Loopback</servicename><device>R1</device><loopback-intf-name>1111</loopba...
Thanks Imanor that was almost exactly what I was looking for excepting one thing: I want or I need to assign different IPs for the loopback interface I am creating on each device, like so:R1 Loopback1 192.168.1.1R2 Loopback1 192.168.1.2R3 Loopback1...
Pretty much what I was expecting..the only issue is that I am missing an example, I am a beginner with NSOUnless I get some help here I will have to figure out how this is done via the template logic by extrapolating some of the examples available
That example is very complex and the many things done there tend to confuse the readerI went over the read me which shows how the things are done and configured and everything seems to be passed manually, discrete values I am looking for a CLI option...