VLAN configuration
after login in to the switch console
#conf t
#inter vlan 60 (confiuring vlan 60)
#description mainblock (defining the location)
#ip address 10.60.0.3 255.255.0.0 (assiging ip to the Vlan)
#no shutdown
#conf t
#interface vlan 60
#name bravo
#wr
#conf t
#inter range gigabite 0/1
#switch port mode access
#switch port access vlan 60
#
#conf t
#inter vlan 60 (confiuring vlan 60)
#description mainblock (defining the location)
#ip address 10.60.0.3 255.255.0.0 (assiging ip to the Vlan)
#no shutdown
#conf t
#interface vlan 60
#name bravo
#wr
#conf t
#inter range gigabite 0/1
#switch port mode access
#switch port access vlan 60
#
Comments
Post a Comment