01-30-2020 12:22 PM
01-30-2020 12:32 PM
01-30-2020 12:46 PM
01-30-2020 01:21 PM
ip dhcp-server enableBelow is a sample configuration of a ICX Router, please change the IP addresses according to your need and modify default route to the IP address from your ISP.
!
ip dhcp-server pool 1
dhcp-default-router 192.168.8.100
dns-server 8.8.8.8 8.8.4.4
excluded-address 192.168.8.99 192.168.8.140
lease 0 2 0
network 192.168.8.0 255.255.252.0
deploy
!
vlan 1 name DEFAULT-VLAN by portEdit the above configuration according to your need and paste it on the CLI and your Home WiFi should be up and running in minutes.
router-interface ve 1
!
!
!
aaa authentication web-server default local
aaa authentication login default local
enable telnet authentication
enable aaa console
hostname Home-Router
ip dhcp-server enable
!
ip dhcp-server pool 1
dhcp-default-router 192.168.8.100
dns-server 8.8.8.8 8.8.4.4
excluded-address 192.168.8.99 192.168.8.140
lease 0 2 0
network 192.168.8.0 255.255.252.0
deploy
!
ip route 0.0.0.0/0 192.168.8.201
!
!
!
!
!
!
interface ve 1
ip address 192.168.8.100 255.255.252.0
!
!
!
!
!
lldp run
!
!
!
!
end
01-30-2020 12:43 PM