Projet

Général

Profil

NXOS » Historique » Version 4

Version 3 (Matthieu Herrb, 14/02/2018 17:43) → Version 4/38 (Matthieu Herrb, 14/02/2018 18:46)

h1. NXOS

Cisco Nexus 3064X

h2. Interface de management out-of-band

* Adresse: 192.168.129.46

h2. Commandes

h3. Sauvegarde config

<pre>
nexus# copy run start
</pre>

Copie via scp

<pre>
nexus# copy run scp://matthieu@192.168.129.1/
</pre>

h3. Config interface

<pre>
nexus# conf t
nexus(config)# interface ethernet 1/3
nexus(config-if)# switchport mode trunk
nexus(config-if)# exit
nexus(config)# exit
nexus#
</pre>

pour un vlan non taggé
<pre>
nexus(config-if)# switchport access vlan 3131
</pre>

h3. Etat des interfaces

<pre>
nexus# sh int status
nexus# sh int transceiver
nexus# sh int ethernet 1/1
</pre>
</pre>

h3. Boot

<pre>
nexus# conf t
nexus(config)# boot nxos bootflash:/nxos.7.0.3.I4.7.bin
nexus(config)# boot order bootflash
nexus(config)# exit
nexus#
</pre>

h2. Infos

<pre>
nexus# sh version
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (C) 2002-2017, Cisco and/or its affiliates.
All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under their own
licenses, such as open source. This software is provided "as is," and unless
otherwise stated, there is no warranty, express or implied, including but not
limited to warranties of merchantability and fitness for a particular purpose.
Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or
GNU General Public License (GPL) version 3.0 or the GNU
Lesser General Public License (LGPL) Version 2.1 or
Lesser General Public License (LGPL) Version 2.0.
A copy of each such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://opensource.org/licenses/gpl-3.0.html and
http://www.opensource.org/licenses/lgpl-2.1.php and
http://www.gnu.org/licenses/old-licenses/library.txt.

Software
BIOS: version 4.0.0
NXOS: version 7.0(3)I4(7)
BIOS compile time: 12/05/2016
NXOS image file is: bootflash:///nxos.7.0.3.I4.7.bin
NXOS compile time: 6/28/2017 14:00:00 [06/28/2017 21:53:29]

Hardware
cisco Nexus3000 C3064PQ Chassis
Intel(R) Celeron(R) CPU P4505 @ 1.87GHz with 3903284 kB of memory.
Processor Board ID FOC17342TSZ

Device name: nexus
bootflash: 1638000 kB
usb1: 0 kB (expansion flash)

Kernel uptime is 0 day(s), 2 hour(s), 10 minute(s), 12 second(s)

Last reset at 335975 usecs after Wed Feb 14 15:25:27 2018

Reason: Reset Requested by CLI command reload
System version: 7.0(3)I4(7)
Service:

plugin
Core Plugin, Ethernet Plugin

Active Package(s):
</pre>