Tutoriel sur la configuration d’un port sur une switch CISCO en mode access et en mode TRUNK.
MODE ACCESS
- Switch> enable
- Switch#conf t
- Switch(config)# int Fa0/10
- Switch(config-if)# switchport mode access
MODE TRUNK
- Switch#conf t
- Switch(config)# i Fa0/20
- Switch(config-if)# switchport mode trunk