Video není dostupné.
Omlouváme se.

Create, assign and delete VLAN on CISCO switch (COMPLETE GUIDE)

Sdílet
Vložit
  • čas přidán 19. 08. 2024
  • In this video, I will show you how to quickly create, assign/change and delete VLANs on a Cisco switch. Below are the commands I used:
    Configuration:
    **Swich**
    conf t
    vlan 300
    name End-user
    exit
    wr
    conf t
    int fa0/1
    switchport mode access
    switchport access vlan 300
    !
    int fa0/2
    switchport mode access
    switchport access vlan 300
    end
    wr
    conf t
    no vlan 300
    end
    wr
    !
    Verification:
    show vlan
    show vlan brief
    show run int f0/1
    show run int f0/2
    show run
    #ccna #cisco #networking

Komentáře •