Projet

Général

Profil

NXOS » Historique » Version 3

Version 2 (Matthieu Herrb, 14/02/2018 17:42) → Version 3/38 (Matthieu Herrb, 14/02/2018 17:43)

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#