Email: evarainbow@evarainbow.com

Tag: Cisco HyperFlex Overview

  • Cisco Network Security

    Securing network access and data center devices has never been a simple task. However, it’s always challenging and hard to define user access privileges and apply appropriate network policies, network controls, and so on. The new network security module is Zero Trust (ZT); it is a guiding concept that implies the network is always assumed…

    Read more...

  • Using the CLI Command APIs – Evaluate Cisco Automation and Orchestration Technologies

    The Python programming language uses three APIs that can execute CLI commands. The APIs are available from the Python CLI module. You must enable the APIs with the from cli import * command. The arguments for these APIs are strings of CLI commands. To execute a CLI command through the Python interpreter, you enter the…

    Read more...

  • Python – Evaluate Cisco Automation and Orchestration Technologies

    Python is a programming language that has high-level data structures and a simple approach to object-oriented programming. Python’s syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. The Python interpreter and the standard library are freely available in…

    Read more...

  • NX-API – Cisco Automation and Scripting Tools

    CLI commands are mostly run on the Nexus devices. NX-API enables you to access these CLIs by making them available outside the switch by using HTTP/HTTPS. You can use this extension to the existing Cisco Nexus CLI system on the Cisco Nexus 9000, 3000, 3500, 3600, and 7000 Series devices. NX-API supports show commands, configurations,…

    Read more...

  • JSON – Cisco Automation and Scripting Tools

    JavaScript Object Notation (JSON) is a lightweight text-based open standard designed for human-readable data interchange. JSON objects contain data in a consistent format that can be passed and programmatically consumed more easily than the data in report formats. A JSON object is an unordered set of name/value pairs, so it tends to be self-explanatory, like…

    Read more...