Configuration guides for IT Administrators
⏱︎
Read time:
Configure Layer3 address on a switch interface that correlates with DHCP address scope. (config) # interface vlan 5 (config-vlan)# ip address 192.168.5.1 255.255.255.0 (config-vlan)# no shut (config)#ip dhcp pool users (config-dhcp)#network 192.168.5.0 255.255.255.0 (config-dhcp)#default-router 192.168.5.1 (config-dhcp)#dns-server 192.168.5.10 192.168.5.11 (config-dhcp)#domain-name itadminguide.com (config-dhcp)#lease 8 (config-dhcp)#ip dhcp excluded-address 192.168.5.1 192.168.5.100 By default network and broadcast addresses for the…
⏱︎
Read time:
Difference between enable secret password and enable password? enable secret password encrypts the password automatically using MD5 hash algorithm. enable password doesn’t encrypt the password thus stores in clear text. But using service password-encryption command at global config mode encyrpts ‘all’ the passwords in the Cisco IOS. However enable secret password provides stronger encryption than the service password-encryption command.…

I’m Lucas Brey, a travel blogger sharing practical guides, hidden gems, and honest tips from the road. Follow along for smart itineraries, great food finds, and stories worth bookmarking.