DHCP Setup (CLI) Click on the CLI tab and enter the following commands to get the output: • # int f0/0 • # ip add 10.0.0.1 255.0.0.0 • # exit • # ip dhcp pool test • # default-router 10.0.0.1 • # dns-server 20.0.0.1 • # exit
telnet
Go to the CLI tab. 2. When asked "Continue with configuration dialog (yes/no):", type no and press Enter. 3. Enter the following commands: o en o config t o int f0/0 o ip add 10.0.0.1 255.0.0.0 o no sh o exit o line vty 0 4 o password vijaya o login o exit
ftp
Type ftp 10.0.0.1 and press Enter. 3. Enter the credentials: Username: vijaya and Password: 123. 4. If the prompt shows ftp>, the configuration is successful.