Projet

Général

Profil

NXOS » Historique » Version 3

« Précédent - Version 3/38 (diff) - Suivant » - Version actuelle
Matthieu Herrb, 14/02/2018 17:43


NXOS

Cisco Nexus 3064X

Interface de management out-of-band

  • Adresse: 192.168.129.46

Commandes

Sauvegarde config

nexus# copy run start

Copie via scp

nexus# copy run scp://matthieu@192.168.129.1/

Config interface

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

pour un vlan non taggé

nexus(config-if)# switchport access vlan 3131

Etat des interfaces

nexus# sh int status
nexus# sh int transceiver
nexus# sh int ethernet 1/1

Boot

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