Sculpture digitale

Photographie, sculpture, manipulation: Jean-Philippe Côté
ShareAtelier web de Jean-Philippe Côté

Photographie, sculpture, manipulation: Jean-Philippe Côté
Share
Model: Marie-Christine Lorquet
Photographie: Wesley Gaudreau
Manipulation: Jean-Philippe Côté

Photographie et manipulation: Jean-Philippe Côté
Share|
R1(config)# ip domain-name span.com R1(config)# username Bob secret cisco R1(config)# ip ssh version 2 |
|
Spanning Tree: |
|
switch(config)#spanning-tree vlan vlan_ID root primary, root secondary |
|
SOUS INTERFACES VLAN SUR ROUTEUR |
|
Switch(config)#int fast0/0.50 |
|
Configuration coûts des ports (plage contenue entre 1 et 200 000 000): |
|
Switch(config)#interface fa0/1 |
|
Switch(config)#interface fa0/1 |
|
Switch# show spanning-tree |
|
Configuration SSH: |
|
Switch(config)# ip domain-name mydomain.com |
|
Configuration Telnet: |
|
Switch(config)# line vty 0 15 |
|
Configuration VTP mode ( Client, serveur, transparent): |
|
(config)# vtp mode client ou server ou transparent |
|
(config)# no vtp mode |
|
(config)# vtp domain domain name |
|
(config)# vtp password password |
|
(config)# vtp version 2 |
|
(config)# vtp pruning |
|
(config)# show vtp status |
|
Configuration d’un port d’un commutateur: |
|
(config)# interfaces f0/1 (config-if)# switchport mode access (config-if)# switchport access vlan 20 (config-if)# end
|
|
ou |
|
(config)# vlan 20 (config)# interfaces f0/1 (config-if)# switchport access vlan 20 (config-if)# end |
|
Changer l’heure sur la Switch: |
|
switch#clock set hh:mm ss |
|
Effacement de la table d’adresses MAC: |
|
S1#clear mac-address-table dynamic |
|
Configuration d’une adresse MAC statique: |
|
S1(config)#mac-address-table static 00e0.2917.1884 vlan 99 interface |
|
Suppression de l’entrée MAC statique: |
|
S1(config)#no mac-address-table static 00e0.2917.1884 vlan 99 interface |
|
Changer le boot: |
|
#show flash sur 2 ios |
|
#boot system flash: (nom fichier) |
|
Protocol dynamique DTP: |
|
switch(config)#interface f0/1 |
|
switch(config)#switchport mode dynamic desirable |
|
switch(config)#switchport mode dynamic auto |
|
switch(config)#switchport negociate |
|
Configuration de la sécurité d’un port d’accès: |
|
S1(config)#interface fastethernet 0/18 |
|
S1(config-if)#switchport mode access |
|
S1(config-if)#switchport port-security |
|
S1(config-if)#switchport port-security maximum 2 |
|
S1(config-if)#switchport port-security mac-address sticky |
|
S1(config-if)#switchport port-security violation protect |
|
S1(config-if)#end |
|
S1(config-if)#switchport port-security maximum 1 |
|
S1(config-if)#switchport port-security violation shutdown |
|
Passerelle par défaut sur switch: |
|
S1(config)#ip default-gateway 172.17.99.1 |
|
Installer VLAN sur switch: |
|
S1(config)#vlan 10 |
|
Donner nom au VLAN: |
|
# vlan database (en mode privilégier) |
|
#vlan 10 name Students |
|
|
|
Désactivation de tous les ports avec la commande shutdown: |
|
Switch#show vlan
VLAN Name Status Ports —- —————————— ——— —————————– 1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/5, Fa0/6, Fa0/7, Fa0/8 Fa0/9, Fa0/10, Fa0/11, Fa0/12 Fa0/13, Fa0/14, Fa0/15, Fa0/16 Fa0/17, Fa0/18, Fa0/19, Fa0/20 Fa0/21, Fa0/22, Fa0/23, Fa0/24 Gig1/1, Gig1/2 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active |
|
Commandes de suppression: |
|
Switch(config)#interface range fa0/1-24 Switch(config-if-range)#shutdown Switch(config-if-range)#interface range gi0/1-2 Switch(config-if-range)#shutdow |
|
Configuration VLAN natif et agrégation 802.1Q: |
|
(config)# interface f0/1 (config-if)# switchport mode trunk (config-if)# switchport trunk native vlan 99 (config-if)# end |
|
Vérification du VLAN natif: |
|
(config)# show interface f0/1 switchport
|
|
Configuration d’un port Trunk pour autorisation VLAN : |
|
(config)# interfaces f0/1 (config-if)# nswitchport trunk allowed vlan 10,20,99 (config-if)# end |