🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

nxpydocs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nxpydocs

Automated Business Ready Documents from the NX-OS Guestshell

1.0.12
PyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts