Mengganti hostname:
config t
hostname ayudya
Membuat nama vlan:
vlan database
vlan 10 name ayudya
exit
show vlan
Konfigurasi interfaces :
config t
int fa 0/1
sw mo acc
sw acc vlan 10
Menyalakan router :
config t
int fa0/0
no sh
konfig ip dhcp server
config t
ip dhcp pool lab_jaringan
network 192.168.60.0 255.255.255.0
default-router 192.168.60.1
ex
konfig inter vlan:
conf t
int fa 0/0.60
encapsulation dot1q lab_jaringan
ip address 192.168.60.1 255.255.255.0
Comments
Post a Comment