Table of Contents

VLAN Trunks

Jak ISL tak dot1Q zvětšují Ethernetový rámec o dalších 30 byte(ISL) nebo 4 byty(dot1Q), může tedy dojít k překročení max. MTU (1518 bytů), které je označováno jako baby giant. 802.3ac rozšiřuje max. MTU na 1522 byte.

SW# no-isl-entries enable

IEEE 802.1Q

Konfigurace trunku ISL / dot1q

Switch(config)# interface type mod/port
Switch(config-if)# switchport
Switch(config-if)# switchport mode trunk
Switch(config-if)# switchport trunk encapsulation {isl | dot1q | negotiate}
Switch(config-if)# switchport nonnegotiate
Switch(config-if)# switchport trunk native vlan vlan-id
Switch(config-if)# switchport trunk allowed vlan {vlan-list | all | {add | except | remove} vlan-list}

Vypnuti trunku:

Switch(config-if)#no switchport mode trunk

nebo:

Switch(config-if)#switchport mode access
Switch# show running-config
Switch# show interface type mod/port
Switch# show vlan id vlan-id
Switch# show interfaces fastethernet 0/1 trunk
Port    Mode      Encapsulation  Status    Native vlan
Fa0/1  desirable  n-802.1q       trunking   1
Port   Vlans allowed on trunk
Fa0/1  1-150
<further output omitted>

DTP - Dynamic Trunking Protocol (Cisco)

SW(config)# interface type mod/port
SW(config-if)# switchport
SW(config-if)# switchport mode dynamic {auto | desirable}

Vypnutí DTP:

Switch(config-if)# switchport nonegotiate
Switch# show running-config
Switch# show dtp [interface type mod/num]