Konfigurasi Latihan Ujikom

R1
system identity set name=Router-1
user add name=hikmal password=jaringan group=full
interface vlan add name=VLAN101 vlan-id=101 interface=ether1
interface vlan add name=VLAN99 vlan-id=99 interface=ether1
ip address add address=172.16.X.14/28 interface=VLAN101
ip address add address=10.1.1.1/29 interface=VLAN99
ip address add address=192.168.100.1/27 interface=ether2
routing ospf instance set router-id=0.0.0.1 numbers=0
routing ospf network add network=172.16.X.0/28 area=backbone
routing ospf network add network=10.1.1.0/29 area=backbone
routing ospf network add network=192.168.100.0/27 area=backbone
ip dhcp-server setup
interface: ether2
dns: 8.8.8.8

R2
system identity set name=Router-2
user add name=hikmal password=jaringan group=full
interface vlan add name=VLAN101 vlan-id=101 interface=ether1
ip address add address=172.16.X.1/28 interface=VLAN101
ip address add address=10.22.22.1/30 interface=ether2
routing ospf instance set router-id=0.0.0.2 numbers=0
routing ospf network add network=172.16.X.0/28 area=backbone
routing ospf network add network=10.22.22.0/30 area=backbone

Switch
configure terminal
vlan 99
name VLAN99
exit
vlan 101
name VLAN101
exit

int g0/0
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 99,101
int g0/1
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 101
exit

int vlan 99
ip address 10.1.1.2 255.255.255.248
no shutdown
exit
ip default-gateway 10.1.1.1

AP-Mikrotik
system identity set name=Wireless-Router
user add name=hikmal password=jaringan group=full
ip address add address=10.22.22.2/30 interface=ether1
ip address add address=192.168.50.1/27 interface=ether2
routing ospf instance set router-id=0.0.0.2 numbers=0
routing ospf network add network=192.168.50.0/28 area=backbone
routing ospf network add network=10.22.22.0/30 area=backbone
ip dhcp-server setup
interface: ether2
dns: 8.8.8.8

Client-1
dhcp
ping (ip client-2)

Client-2
dhcp
ping (ip client-1)

Remote Switch dengan Router

Switch
configure terminal
line vty
transport input telnet
login
password jaringan
exit
write

Router-1
input telnet
address:10.1.1.1

Komentar

Postingan populer dari blog ini

Konfigurasi Statis dan Dynamic di PNET lab

Lab 2 - Default Konfigurasi Mikrotik