Skip to main content

Automated Business Ready Documents from the NX-OS Guestshell

Project description

nxpydocs

Automated NXOS Business Ready Documents from th guestshell Python

Setting up guestshell

Enable guestshell

switch# guestshell enable

Wait until the guestshell becomes active

Resize guestshell diskspace

guestshell resize rootfs 2000
guestshell resize memory 2688
guesthshell reboot

Update DNS

[cisco@guestshell ~]sudo vi /etc/resolv.conf
nameserver <dns server IP address>
domain <domain that matches NX-OS configured domain>

Install Git

[cisco@guestshell ~]sudo yum install git

Conigure Git

[cisco@guestshell ~]git config --global user.name "Your Name Here"
[cisco@guestshell ~]git config --global user.email johndoe@example.com
[cisco@guestshell ~]git config --global push.default matching

Install the application

[cisco@guestshell ~]pip install nxpydocs

Run nxpydocs

Get Help

You can add --help to see the help information

[cisco@guestshell ~]nxpydocs --help

Run nxpydocs interactively

You can simply run nxpydocs and it will prompt you for the required input values

[cisco@guestshell ~]nxpydocs

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nxpydocs-1.0.12.tar.gz (26.1 kB view hashes)

Uploaded Source

Built Distribution

nxpydocs-1.0.12-py2.py3-none-any.whl (28.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page