NX-OS Programmability Flashcards
what can be used to browse objects in NX-OS
Visore
what can be used to translate CLI commands to API calls
NX-API sandbox that can be enabled per device
what boot and provisioning techs are supported
POAP and PXE
what package mgmt tool is supported
RPM and YUM
what open interfaces are supported
bash, Broadcomm shell, Python and guest shell
how NX-OS can be extended
by using containers
what is POAP
power-on auto provisioning allows switch to upgrade without intervention by the admin
what triggers POAP
when switch boots and does not find its startup config
what POAP leverages
DHCP
what function POAP script plays
once the scrip is downloaded it install correct image and copies the running-config
pertaining to configuration mgmt, what else POAP can do
it can install Puppet and Chef agents on the switches
how to get to bash on nx-os
run bash
what Broadcomm shell is used for
hardware diagnostics
what Python calls to NX-OS CLI return
JSON
what is SMACK
it restricts third party containers accessing root privileges
what container technology can be run on NX-OS
LXC
how can you generate Python code
by using NX-API sandbox
what is NX-API CLI
REST like API, CLI available off the box, supports show commands, Linux bash and configuration
why NX-API is a great tool for beginners
it still sends CLI commands but returns structured data like JSON or XML