configure basic network device settings 1)enable :-switch to privileged EXEC mode 2)configure terminal :- switch to global configuration mode 3)hostname s1 :assign the switch hostname 4)service password-encrption:configure service password encryption 5)enable secret slv :assign slv as the secret password for prvileged EXEC mode access 6)no ip domain-lookups:prevents search of DNS lookups 7)banner motd # slv " #:- motd banner configured 8)exit :-used to settings between the modes 9)setting the ip address for vlan 99 vlan 99 interface vlan 99 ip address 192.168.1.10 255.255.255.0 no shutdown exit 10)steps to assign ports to VLAN99 interface range f0/1 - 24,g0/1-2 switchport access vlan 99 exit 11)show vlan brief command used to verify ports connected to vlan 12)command to set default gateway ip default-gateway 192.168.1.1 13)commands to configure the console ports line console 0 passworsd cisco login logging synchronous exit 14)commands to configure virtual terminal line vty 0 15 password cisco login end verification part 15)commands to copy running config to startup config copy running-configuration startup-configuration 16)testing connectivity ping 192.168.1.10