ZULIKHWAN REPOSITORY
  • ZULIKHWAN REPOSITORY
  • Cisco Networking
    • Router
      • IP Route
      • Static Routing
      • RIP
      • OSPF
      • EIGRP
      • BGP
      • VLAN Routing
      • DHCP
      • ACL
      • VPN
      • CDP
    • Switch
      • VLAN
      • VTP
      • STP
      • PoE
      • EtherChannel
      • Link Aggregation
      • BPDU Guard
      • Port Security
      • CDP
  • DNS
  • VPN
    • TwinGate
  • Firewall
    • Firewall
      • Aliase
      • NAT
    • Services
      • DHCP Server
  • Linux
    • WSL
  • Windows
    • WSL
  • Docker
  • Page
  • Interface
    • Twisted Pair Cable
  • Server
    • DNS Server
      • Bind9
      • Pi-hole
      • AdGuardHome
  • Code
    • Filament Laravel
Powered by GitBook
On this page
  1. Cisco Networking
  2. Router

DHCP

DHCP (Dynamic Host Configuration Protocol) adalah protokol yang digunakan untuk memberikan alamat IP dan maklumat konfigurasi rangkaian secara automatik kepada peranti dalam rangkaian.

Last updated 6 months ago

Mengaktifkan Cisco router sebagai DHCP Server

ip dhcp pool [nama-dhcp]
network [network] [subnet]
default-router [ip-gateway]
dns-server [ip-dns-server]
ip dhcp ex 192.168.10.1 192.168.10.10

Periksa tugasan DHCP

show ip dhcp binding
show ip dhcp pool