Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeltchapman/a6ac457d33d8fba2c6daf7b6ecc31fc6 to your computer and use it in GitHub Desktop.
Save michaeltchapman/a6ac457d33d8fba2c6daf7b6ecc31fc6 to your computer and use it in GitHub Desktop.
>Starting Auto Provisioning ...
enter
>Abort Auto Provisioning and continue with normal setup ?(yes/no)[n]:
yes
> ---- System Admin Account Setup ----
enter
> Enter the password for "admin":
Vagrant-nx0s
> Confirm the password for "admin":
Vagrant-nx0s
> ---- Basic System Configuration Dialog VDC: 1 ----
>
>This setup utility will guide you through the basic configuration of
>the system. Setup configures only enough connectivity for management
>of the system.
>
>Please register Cisco Nexus9000 Family devices promptly with your
>supplier. Failure to register may affect response times for initial
>service calls. Nexus9000 devices must be registered to receive
>entitled support services.
>
>Press Enter at anytime to skip a dialog. Use ctrl-c at anytime
>to skip the remaining dialogs.
>
>Would you like to enter the basic configuration dialog (yes/no):
yes
> Create another login account (yes/no) [n]:
vagrant
> Create another login account (yes/no) [n]:
yes
> Enter the User login Id [vagrant]:
vagrant
> Enter the password for "vagrant":
Vagrant-nx0s
> Confirm the password for "vagrant":
Vagrant-nx0s
> Enter the user role (network-operator|network-admin|vdc-operator|vdc-admin) [network-admin]:
network-admin
> Configure read-only SNMP community string (yes/no) [n]:
enter
> Configure read-write SNMP community string (yes/no) [n]:
enter
> Enter the switch name [vagrant-nxos]:
enter
> Continue with Out-of-band (mgmt0) management configuration? (yes/no) [y]:
no
> Configure advanced IP options? (yes/no) [n]:
enter
> Enable the telnet service? (yes/no) [y]: yes
enter
> Enable the ssh service? (yes/no) [y]: yes
enter
> Type of ssh key you would like to generate (dsa/rsa) [rsa]:
enter
> Number of rsa key bits <1024-2048> [1024]:
enter
> Configure the ntp server? (yes/no) [n]:
enter
> Configure default interface layer (L3/L2) [L2]:
enter
> Configure default switchport interface state (shut/noshut) [noshut]:
enter
Configure CoPP system profile (strict/moderate/lenient/dense) [strict]:
enter
>Would you like to edit the configuration? (yes/no) [n]:
no
>Use this configuration and save it? (yes/no) [y]:
yes
>Error: There was an error executing atleast one of the command
>Please verify the following log for the command execution errors.
>Disabling ssh: as its enabled right now:
> deleting old rsa key.....
>generating rsa key(1024 bits).....
>.
>generated rsa key
>Enabling ssh: as it has been disabled
> TCAM region is not configured. Please configure TCAM region and retry the command
>
>
>Would you like to save the running-config to startup-config? (yes/no) [n]:
yes
>[########################################] 100%
>Copy complete.
>
>
>
>User Access Verification
>vagrant-nxos login:
vagrant
>Password:
vagrant-nx0s
>
>Cisco NX-OS Software
>Copyright (c) 2002-2016, Cisco Systems, Inc. All rights reserved.
>NX-OSv9K software ("NX-OSv9K Software") and related documentation,
>files or other reference materials ("Documentation") are
>the proprietary property and confidential information of Cisco
>Systems, Inc. ("Cisco") and are protected, without limitation,
>pursuant to United States and International copyright and trademark
>laws in the applicable jurisdiction which provide civil and criminal
>penalties for copying or distribution without Ciscos authorization.
>
>Any use or disclosure, in whole or in part, of the NX-OSv9K Software
>or Documentation to any third party for any purposes is expressly
>prohibited except as otherwise authorized by Cisco in writing.
>The copyrights to certain works contained herein are owned by other
>third parties and are used and distributed under license. Some parts
>of this software may be covered under the GNU Public License or the
>GNU Lesser General Public License. A copy of each such license is
>available at
>http://www.gnu.org/licenses/gpl.html and
>http://www.gnu.org/licenses/lgpl.html
>***************************************************************************
>* NX-OSv9K is strictly limited to use for evaluation, demonstration *
>* and NX-OS education. Any use or disclosure, in whole or in part of *
>* the NX-OSv9K Software or Documentation to any third party for any *
>* purposes is expressly prohibited except as otherwise authorized by *
>* Cisco in writing. *
>***************************************************************************
>vagrant-nxos#
config t
>Enter configuration commands, one per line. End with CNTL/Z.
>vagrant-nxos(config)#
boot nxos nxos.7.0.3.I5.1.bin
>vagrant-nxos(config)#
copy running starting
>Copy complete, now saving to disk (please wait)...
>vagrant-nxos(config)#
>vagrant-nxos#
conf t
>Enter configuration commands, one per line. End with CNTL/Z.
>vagrant-nxos(config)#
interface mgmt0
>vagrant-nxos(config-if)#
ip address dhcp
>Warning: Disable ip dhcp relay if enabled.
>vagrant-nxos(config-if)#
no shut
>vagrant-nxos(config-if)#
end
>vagrant-nxos#
copy r s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment