NXOS » Historique » Version 1
Version 1/38
-
Suivant » -
Version actuelle
Matthieu Herrb, 14/02/2018 17:41
commandes Cisco Nexus
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
h3 Etat des interfaces
nexus# sh int status nexus# sh int transceiver nexus# sh int ethernet 1/1
h3. 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#