Postingan

Menampilkan postingan dari Juni, 2024

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 ne...