Header Ads

Basic Switch Configuration

DLS # conf t

# int vlan 1
# ip add 10.1.1.1 255.255.255.0
# no shut

# vtp domain SWLAB
# vtp version 2

# vlan 100
# name Student

# int fa0/11
# switchport trunk encapsulation dot1q
# switchport mode trunk

ALS # conf t
# vtp mode client

# int fa0/11
# switchport mode trunk

# int f0/6
# switchport mode access
# switchport access vlan 100

Verification
# show vlan brief
# show int trunk
# show vtp status

No comments

Thank you very much for your ideas!