
Nahh tapi di post ini ane mau ngasih tau nih cara mengubah tabel mac address dari dynamic ke static di cisco packet tracer. Perbedaannya apa?? Ane masih belom tau :( nanti deh ane cari tau dulu. tapi langsung aja begini cara ngerubahnya :D
Topologi nya seperti ini:
Keterangan:
Name Interface IP Address Netmask
PC01 - Interface fa0/1 - 192.168.1.1 - 255.255.255.0
PC02 - Interface fa0/2 - 192.168.1.2 - 255.255.255.0
PC03 - Interface fa0/3 - 192.168.1.3 - 255.255.255.0
PC04 - Interface fa0/4 - 192.168.1.4 - 255.255.255.0
Mula-mula setting dulu ip di PC Client nya. Dengan cara:
- Klik pc nya
- Klik tab desktop
- IP Configuration
- Lalu masukan ip sesuai dengan yang ente mau.
IP haruslah 1 network. Lalukan ke semua PC Client.
Untuk mengetes, kita ping dulu ke antar pc. Dengan cara klik icon amplop di samping kanan.
Jika sudah maka hasilnya akan seperti ini.
Lalu cek tabel mac addressnya. Dengan cara:
- Klik Switch nya
- Klik tab CLI
- Lalu ketik sintaks seperti dibawah ini
Switch>en
Switch#show mac-address-table
Mac Address Table
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
1 0000.0cc9.5483 DYNAMIC Fa0/4
1 0001.6461.6a5e DYNAMIC Fa0/1
1 0007.ec77.cead DYNAMIC Fa0/2
1 00e0.8fde.9dc9 DYNAMIC Fa0/3
Tabel tersebut masih dynamic, lalu kita akan mengubahnya ke static.
Seperti ini caranya.
Switch#conf tLalu cek lagi tabel mac address nya.
Switch(config)#mac-address-table static 0001.6461.6a5e vlan 1 interface fa0/1
Switch(config)#mac-address-table static 0007.ec77.cead vlan 1 interface fa0/2
Switch(config)#mac-address-table static 00e0.8fde.9dc9 vlan 1 interface fa0/3
Switch(config)#mac-address-table static 0000.0cc9.5483 vlan 1 interface fa0/4
Switch>en
Switch#show mac-address-table
Mac Address Table
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
1 0000.0cc9.5483 STATIC Fa0/4
1 0001.6461.6a5e STATIC Fa0/1
1 0007.ec77.cead STATIC Fa0/2
1 00e0.8fde.9dc9 STATIC Fa0/3
Untuk pengetesan cobalah ubah secara acak port client.
Hasilnya pasti Failed, karna kalo ngerubah port pasti mac addressnya juga ikut berubah.
Maka mac address baru nya tidak terdaftar di switch tersebut.
Nahh sekian dulu cara merubah tabel mac address dari dynamic ke static di cisco packet tracer nya. Ane mau lanjut dubstep an dulu nihh Wkwkwk

0 Komentar untuk "Mengubah Tabel MAC Address Dynamic ke Static di Cisco Packet Tracer"