Mikrotik | Bridge, VLAN & Routing Vlan
Ditahap ini pertama kita seting di router Mikrotik nya. yaitu seting Brdige, interface VLAN dan IP vlan. lalau routing VLAN dan NAT.
Bridge | Bridge | +
Bridge | Port | Add +
Interface | VLAN | Add +
Verifikasi: Interface | Ethernet
IP Address | Address List | Interface VLAN
NAT | Masquerade --> to Internet
Konfig Cisco Switch
interface GigabitEthernet0/0
switchport access vlan 10
switchport mode access
no shut
!
interface GigabitEthernet0/1
switchport access vlan 20
switchport mode access
no shut
exit
!
interface GigabitEthernet0/2
no shut
switchport trunk encapsulation dot1q
switchport mode trunk
negotiation auto
channel-group 1 mode on
exit
!
interface GigabitEthernet0/3
no shut
switchport trunk encapsulation dot1q
switchport mode trunk
negotiation auto
channel-group 1 mode on
exit
!
interface Port-channel1
no shut
switchport trunk encapsulation dot1q
switchport mode trunk
exit
!
interface Vlan99
ip address 192.168.99.253 255.255.255.0
no shut
exit
!
-----SELESAI----------------
switchport access vlan 10
switchport mode access
no shut
!
interface GigabitEthernet0/1
switchport access vlan 20
switchport mode access
no shut
exit
!
interface GigabitEthernet0/2
no shut
switchport trunk encapsulation dot1q
switchport mode trunk
negotiation auto
channel-group 1 mode on
exit
!
interface GigabitEthernet0/3
no shut
switchport trunk encapsulation dot1q
switchport mode trunk
negotiation auto
channel-group 1 mode on
exit
!
interface Port-channel1
no shut
switchport trunk encapsulation dot1q
switchport mode trunk
exit
!
interface Vlan99
ip address 192.168.99.253 255.255.255.0
no shut
exit
!
-----SELESAI----------------
Posting Komentar untuk "Mikrotik | Bridge, VLAN & Routing Vlan"