Bdcom S2228

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

BDCOM S2228

cek vlan
SW-GG-D2-CPP#sho vlan id 95

VLAN id: 95, Name: GUDANG_GARAM_SO_%913593


Mode: Static, Total Ports: 3

Interface Atttributes
F0/3 Access
F0/10 Access
G0/1 Trunk, Tagged

cek mac-address
SW-GG-D2-CPP#show mac address-table dynamic vlan 95
Mac Address Table
------------------------------------------

Vlan Mac Address Type Ports


---- ----------- ---- -----
95 44e4.d9c6.da1f DYNAMIC f0/10
Total Mac Addresses for this criterion: 1

cek status port di SW


SW-GG-D2-CPP#show interface brief
Port Description Status Vlan Duplex Speed Type
f0/1 down 971 auto auto FastEthernet-TX
f0/2 shutdown 1 auto auto FastEthernet-TX
f0/3 shutdown 95 auto auto FastEthernet-TX
f0/4 down 70 auto auto FastEthernet-TX
f0/5 "SW BDCOM GUDA down 2715 auto auto FastEthernet-TX
f0/6 down 50 auto auto FastEthernet-TX
f0/7 down 1 auto auto FastEthernet-TX
f0/8 down 1 auto auto FastEthernet-TX
f0/9 down 1 auto auto FastEthernet-TX
f0/10 up 95 auto auto FastEthernet-TX
f0/11 down 1 auto auto FastEthernet-TX
f0/12 down 1 auto auto FastEthernet-TX
f0/13 down 1 auto auto FastEthernet-TX
f0/14 down 1 auto auto FastEthernet-TX
f0/15 down 1 auto auto FastEthernet-TX
f0/16 down 1 auto auto FastEthernet-TX
f0/17 down 1 auto auto FastEthernet-TX
f0/18 down 1 auto auto FastEthernet-TX
f0/19 down 1 auto auto FastEthernet-TX
f0/20 down 1 auto auto FastEthernet-TX
f0/21 down 1 auto auto FastEthernet-TX
f0/22 down 1 auto auto FastEthernet-TX
f0/23 down 1 auto auto FastEthernet-TX
f0/24 down 1 auto auto FastEthernet-TX
g0/1 up Trunk(1) auto auto FastEthernet-TX
g0/2 down 2715 auto auto FastEthernet-TX
g0/3 down 1 auto auto FastEthernet-TX
g0/4 down 1 auto auto FastEthernet-TX
v34 up

cek konfigurasi interface


SW-GG-D2-CPP# show running-config interface fastEthernet 0/10
Building configuration...

Current configuration:
!
interface FastEthernet0/10
switchport pvid 95

allow vlan di port


misal customer ingin pindah dari port f0/10 ke f0/16
SW-GG-D2-CPP#conf
SW-GG-D2-CPP_config#interface f0/16
SW-GG-D2-CPP_config_f0/16#switchport pvid 95

verifikasi
SW-GG-D2-CPP#sho vlan id 95

VLAN id: 95, Name: GUDANG_GARAM_SO_%913593


Mode: Static, Total Ports: 4

Interface Atttributes
F0/3 Access
F0/10 Access
F0/16 Access >>> port baru
G0/1 Trunk, Tagged

merubah duplex dan speed interface


SW-GG-D2-CPP#conf
SW-GG-D2-CPP_config#interface f0/16
SW-GG-D2-CPP_config_f0/16#duplex full
SW-GG-D2-CPP_config_f0/16#speed 100

verifikasi
SW-GG-D2-CPP#show interface brief
Port Description Status Vlan Duplex Speed Type
f0/16 down 95 full 100Mb FastEthernet-TX

restart inetrface SW
SW-GG-D2-CPP#conf
SW-GG-D2-CPP_config#interface f0/16
SW-GG-D2-CPP_config_f0/16#shutdown
SW-GG-D2-CPP_config_f0/16#no shutdown

membuat vlan baru


SW-GG-D2-CPP_config#vlan 234
SW-GG-D2-CPP_config_vlan234#name TEST
SW-GG-D2-CPP#show vlan id 234

VLAN id: 234, Name: TEST


Mode: Static, Total Ports: 1

Interface Atttributes
G0/1 Trunk, Tagged
karena konfigurasi di port Uplink adalah mode trunk tanpa allowed spesifik vlan
maka semua vlan otomatis dilewatkan trunk
SW-GG-D2-CPP#sho run int g0/1
Building configuration...

Current configuration:
!
interface GigaEthernet0/1
switchport mode trunk

jika konfigurasi port Uplink, dalam kasus ini Interface Gi0/1 diset allow spesifik
vlan maka vlan perlu di allow juga di port uplink
SW-GG-D2-CPP#conf
SW-GG-D2-CPP_config#interface G0/1
SW-GG-D2-CPP_config_g0/1#switchport trunk vlan-allowed add 234

You might also like