Showing posts with label VLAN dan Router. Show all posts

Setting VLAN dan Router

Setting VLAN dan Router


SWITCH 1

Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#name laras
Switch(config-vlan)#exit
Switch(config)#vlan 20
Switch(config-vlan)#name ira
Switch(config-vlan)#exit
Switch(config)#interface fastEthernet 0/1
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 10
Switch(config-if)#exit