Minggu, 24 November 2013

Setting Switch Cisco sebagai VLAN



  • Setting Switch Cisco sebagai Mode Trunk

CORE_Switch#conf t

CORE_Switch(config)#interfac fastEthernet 0/1

CORE_Switch(config-if)#switchport mode trunk

CORE_Switch(config-if)#exit

CORE_Switch(config)#



  • Setting Switch Cisco Sebagai VLAN ID

CORE_Switch#conf t
CORE_Switch(config)#vlan10
CORE_Switch(config-vlan)#name GEDUNG_1
CORE_Switch(config-vlan)#
CORE_Switch#
CORE_Switch#  


CORE_Switch#conf t
CORE_Switch(config)#vlan20
CORE_Switch(config-vlan)#name GEDUNG_2
CORE_Switch(config-vlan)#
CORE_Switch#
CORE_Switch#  


CORE_Switch#conf t
CORE_Switch(config)#vlan30
CORE_Switch(config-vlan)#name GEDUNG_3
CORE_Switch(config-vlan)#
CORE_Switch#
CORE_Switch# 


  • Setting Switch Cisco Sebagai Mode Access

CORE_Switch#conf t

CORE_Switch(config)#interfac fastEthernet 0/2

CORE_Switch(config-if)#switchport mode access

CORE_Switch(config-if)#switchport access vlan20

CORE_Switch(config-if)#exit

CORE_Switch(config)#

CORE_Switch#conf t
CORE_Switch(config)#interfac fastEthernet 0/3
CORE_Switch(config-if)#switchport mode access
CORE_Switch(config-if)#switchport access vlan30
CORE_Switch(config-if)#exit
CORE_Switch(config)#


CORE_Switch#conf t

CORE_Switch(config)#interfac fastEthernet 0/4

CORE_Switch(config-if)#switchport mode access

CORE_Switch(config-if)#switchport access vlan 40

CORE_Switch(config-if)#exit

CORE_Switch(config)#
 

 

Tidak ada komentar:

Posting Komentar