BIG IP LTM - Commandes
Liste les commandes disponible :
?
Voir les informations de switch Cisco (modèle, version etc...) :
sh version
Voir les VLAN(s) :
sh vlan id <NUMERO_DU_VLAN>
Création d'un VLAN :
conf t
vlan <INDIQUE_UN_NUMERO_DE_VLAN>
name <NOM_DE_VLAN>
no shut
exit
Supprimer un VLAN :
conf t
vlan <NUMERO_DU_VLAN>
no vlan <NUMERO_DU_VLAN>
exit
Création d'une interface pour un VLAN :
conf t
interface vlan <NUMERO_DU_VLAN>
description <UNE_DESCRIPTION>
ip address <IP/CIDR>
no shutdown
exit
Supprimer une interface d'un VLAN :
conf t
no interface vlan <NUMERO_DU_VLAN>
exit
Supprimer un VLAN avec son interface :
conf t
vlan <NUMERO_DU_VLAN>
no interface vlan <NUMERO_DU_VLAN>
no vlan <NUMERO_DU_VLAN>
exit
Assignation d'un VLAN à un port physique :
conf t
interface <PORT_PHYSIQUE_EXEMPLE_e1/18>
switchport access vlan <NUMERO_DU_VLAN>
no shutdown
exit
Retirer un VLAN d'un port physique :
conf t
interface <PORT_PHYSIQUE_EXEMPLE_e1/18>
no switchport access vlan <NUMERO_DU_VLAN>
no shutdown
exit
Voir les détails d'un port physique :
sh int <PORT_PHYSIQUE_EXEMPLE_e1/2>
Voir l'IP d'une interface VLAN :
sh ip interface vlan <NUMERO_DU_VLAN>
Voir l'historique des commandes de la session :
sh cli history
Voir le statut des licences :
sh license usage
Voir les services associés par licences :
sh license usage <NOM_DE_LA_LICENCE_EXEMPLE_LAN_BASE_SERVICES_PKG>
Voir la liste des ACL (contrôle d'accès) :
sh access-lists
Supprimer une ACL :
no ip access-list <NOM_DE_VOTRE_ACL>
Voir la liste des routages par les ACL :
sh route-map
Voir les services :
sh feature
Voir les services activé :
sh feature | grep enabled
Désactivé un service :
conf t
no feature <NOM_DU_SERVICE>
Activer un service :
conf t
feature <NOM_DU_SERVICE>
Sauvegarder la configuration du switch :
copy running-config startup-config ou cop run sta
Redémarrer le switch :
reload
Forcer un port Ethernet en 1Gb/s Full duplex :
conf t
interface <PORT_PHYSIQUE_EXEMPLE_e1/18>
duplex full
speed 1000
exit
Mise à niveau du firmware (vérification) :
show install all impact kickstart bootflash:///n6000-uk9-kickstart.7.X.X.N1.1.bin system bootflash:///n6000-uk9.7.X.X.N1.1.bin
Mise à niveau du firmware (installation) :
install all kickstart bootflash:///n6000-uk9-kickstart.7.X.X.N1.1.bin system bootflash:///n6000-uk9.7.X.X.N1.1.bin
Installation licence (pensez à uploader votre licence via SFTP à la racine du switch) :
conf t
install license bootflash:///MDS2028XXXXXXXXXXXX.lic
Faire un reset d'usine (après le reboot, attaque par console pour la configuration initial) :
write erase
reload
Les fichiers dans l'espace de stockage du switch ne sont pas effacés (fichier licence, log, firmware etc..) et vous revenez au dernier firmware installé.