4:24 Theory ----- 4:25 Packet Tracer Demonstration
In this video we discuss how to assign an IP address to any network device like a switch, router or a computer. Specifically, we discuss about DHCP. We configure switch as client to use DHCP server to receive an IP address,
Static IP address
(config) interface vlan1
(config-if) ip address 192.168.10.1 255.255.255.0
(config-if) no shutdown
DHCP based IP address
(config) interface vlan1
(config-if) ip address dhcp
(config-if) no shutdown
I have written the server side configuration if you are interested
Simple DHCP Server Configuration on a router
(config) interface GigabitEthernet 0/ 0 /0
(config-if) ip address 192.168.10.1 255.255.255.0
(config-if) no shutdown
(config) ip dhcp pool newbie
(config) network 192.168.10.0 255.255.255.0
(config) default router 192.168.10.1
Link to previous video
https://www.youtube.com/watch?v=GD_kmci8NRg
#IPaddressconfiguration
In this video we discuss how to assign an IP address to any network device like a switch, router or a computer. Specifically, we discuss about DHCP. We configure switch as client to use DHCP server to receive an IP address,
Static IP address
(config) interface vlan1
(config-if) ip address 192.168.10.1 255.255.255.0
(config-if) no shutdown
DHCP based IP address
(config) interface vlan1
(config-if) ip address dhcp
(config-if) no shutdown
I have written the server side configuration if you are interested
Simple DHCP Server Configuration on a router
(config) interface GigabitEthernet 0/ 0 /0
(config-if) ip address 192.168.10.1 255.255.255.0
(config-if) no shutdown
(config) ip dhcp pool newbie
(config) network 192.168.10.0 255.255.255.0
(config) default router 192.168.10.1
Link to previous video
https://www.youtube.com/watch?v=GD_kmci8NRg
#IPaddressconfiguration
- Category
- Routers and Switches
Be the first to comment