Tuesday, October 11, 2011

How to connect to a Dell PowerConnect 6248 Switch

To connect a switch there are two ways.
1. Type the IP address in the browser and it will displays a login page and use the credentials to login.
2. Use putty or windows hyper terminal  use the telnet to connect. In putty select telnet and type the IP of the switch this will asks you the user name and password to login into the switch.

After login into the switch use enable command to get the privilege to execute admin commands.
For example to execute a traceroute command you need privilege so use enable command.

console#script ?
This command gives the sub commands of the script command

console#script list

This command displays the scipt files which are in the switch

console#script show abc.scr

This command shows the contents of abc.scr script file

console#script delete abc.scr
deletes abc.scr file.










No comments:

Post a Comment