You are on page 1of 1

di SWITCH ACCESS

______________________
interface range g0/1-2
switchport mode trunk
switchport trunk native vlan 10

di FLOOR SWITCH
______________________
interface range g0/1-2, fa0/24
switchport mode trunk
switchport trunk native vlan 10

di CORE SWITCH
_____________________
interface range g1/0/1, g1/0/2, g1/0/24
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan 10

Create VLAN user(example)


________________
vlan 11
vlan 12

security interface level access(ke USer)


________________________________________
int f0/11
switchport port-security
switchport port-security mac-address sticky
switchport port-security maximum 1
switchport port-security violation shutdown
spanning-tree bpduguard enable

konfigurasi di router
______________________
int g0/0.10
encapsulation dot1q 10 native

int g0/0.11
encapsulation dot1q 11
ip address 192.168.11.254 255.255.255.0
access-group 101 in -----> letakkan access-list di sini

int g0/0.12
encapsulation dot1q 12
ip address 192.168.12.254 255.255.255.0

int g0/0
no shut

You might also like