资源描述
1、DELL交换机设置管理IP以及用户名密码
console>en
console#
console# delete startup-config ---删除配置
Delete startup-config [y/n]? y
console# 01-Oct-2006 18:15:40 %FILE-I-DELETE: File Delete - file URL flash://sta
rtup-config
console# reload
You haven't saved your changes. Are you sure you want to continue ? (Y/N)[N] Y
This command will reset the whole system and disconnect your current session. Do
you want to continue ? (Y/N)[N] Y
Shutting down ...
Shutting down ...
Resetting local unit
Shutting down ...
以下是DELL交换机开机时配置引导:
Welcome to Dell Easy Setup Wizard.
The Setup Wizard guides you through the initial switch configuration, and gets
you up and running as quickly as possible. You can skip the setup wizard, and
enter CLI mode to manually configure the switch.
The system will prompt you with a default answer; by pressing enter, you accept
the default.
You must respond to the next question to run the setup wizard within
60 seconds, otherwise the system will continue with normal operation using
the default system configuration.
Would you like to enter the setup wizard (you must answer this question within
60 seconds)? (Y/N)[Y] Y
You can exit the Setup Wizard at any time by entering [ctrl+Z].
The system is not setup for SNMP management by default.
To manage the switch using SNMP (required for Dell Network Manager) you can
* Setup the initial SNMP version 2 account now.
* Return later and setup additional SNMP v1/v3 accounts.
For more information on setting up SNMP accounts, please see the user
documentation.
Would you like to setup the SNMP management interface now? (Y/N)[Y] Y
To setup the SNMP management account you must specify the management system IP
address and the "community string" or password that the particular management
system uses to access the switch. The wizard automatically assigns the highest
access level [Privilege Level 15] to this account.
You can use Dell Network Manager or CLI to change this setting, and to add
additional management systems. For more information on adding management
systems, see the user documentation.
To add a management station:
Please enter the SNMP community string to be used: [Dell_Network_Manager]
Please enter the IP address of the Management System (A.B.C.D) or wildcard
(0.0.0.0) to manage from any Management Station:[0.0.0.0]默认回车
Now we need to setup your initial privilege (Level 15) user account.
This account is used to login to the CLI, Telnet and Web interface.
You may setup other accounts and change privilege levels later.
For more information on setting up user accounts and changing privilege levels,
see the user documentation.
To setup a user account:
Enter the user name<1-20>:[admin]----输入用户名
Please enter the user password:********-----输入密码
Please reenter the user password:********----输入密码
Next, an IP address is setup.
The IP address is defined on the default VLAN ,(VLAN #1) . This is the IP
address you use to access the Telnet, Web interface, or SNMP interface for the
switch. To setup an IP address:
Please enter the IP address of the device (A.B.C.D):192.168.100.101-设置管理IP
Invalid input - please reenterk (A.B.C.D or nn):[255.255.255.0]—掩码
Please enter the IP subnet mask (A.B.C.D or nn):[255.255.255.0]
Finally, setup the default gateway.
Please enter the IP address of the gateway from which this network is reachable
(e.g. 192.168.1.1).Default gateway (A.B.C.D):[0.0.0.0]—网关默认回车
This is the configuration information that has been collected:
==============================================================
User Account setup = admin
Password = **********
console# show r
console# show r
Management IP address = 192.168.100.101 255.255.255.0
==============================================================
If the information is correct, please select (Y) to save the configuration, and
copy to the start-up configuration file. If the information is incorrect,
select (N) to discard configuration and restart the wizard: (Y/N)[Y] Y
Configuring SNMP management interface.
Configuring user account.......
Configuring IP and subnet......
...............................
Thank you for using Dell Easy Setup Wizard. You will now enter CLI mode.
interface vlan 1
ip address 192.168.100.101 255.255.255.0
console#
2、DELL交换机如何关闭节能功能
2-1、单个端口关闭EEE
打开交换机的web控制台,
switching->ports->port configuration->edit,将其中的
Engrgy Efficient Ethernt选项改成Disable。选好后点击apply,
都选好后保存。
2-2、整个交换机关闭EEE
打开交换机的web控制台,
switching->ports->Green Ethernt configuration->edit,将其中的Engrgy Efficient Ethernt选项改成Disable。选好后点击apply,然后保存
2-3、通过命令关闭EEE
用串口线连接交换机后, 在全局及端口模式下输入 no eee enable,具体如下:
console> en
console# configure terminal
console(config)# no eee enable
console(config)# interface vlan 1
console(config-if)# no eee enable
console(config-if)# exit
console(config)# exit
console# write
展开阅读全文