Stworzenie vlan’u #
DellEMC_N3048ET-ON(config)#vlan (nr)
DellEMC_N3048ET-ON(config-vlan111)#name (nazwa_vlanu)
Nadanie adresu ip #
DellEMC_N3048ET-ON(config)#interface vlan (nr)
DellEMC_N3048ET-ON(config-if-vlan111)#ip address (adres_ip maska)
Porty typu access konfigurujemy w następujący sposób: #
DellEMC_N3048ET-ON(config)#interface gigabitethernet (nr_int)
DellEMC_N3048ET-ON(config-if-Gi1/0/22)#switchport mode access
DellEMC_N3048ET-ON(config-if-Gi1/0/22)#switchport access vlan (nr)
Porty typu trunk konfigurujemy w następujący sposób: #
DellEMC_N3048ET-ON(config)#interface gigabitethernet (nr_int)
DellEMC_N3048ET-ON(config-if-Gi1/0/22)#switchport mode trunk
DellEMC_N3048ET-ON(config-if-Gi1/0/22)#switchport trunk allowed vlan (nr)
Native vlan #
DellEMC_N3048ET-ON(config)#interface gigabitethernet (nr_int)
DellEMC_N3048ET-ON(config-if-Gi1/0/22)#switchport mode trunk
DellEMC_N3048ET-ON(config-if-Gi1/0/22)#switchport trunk native vlan (nr)
Weryfikacja vlan’ów #
DellEMC_N3048ET-ON(config)#show vlan