其他分享
首页 > 其他分享> > DELL S4048-ON命令

DELL S4048-ON命令

作者:互联网

show run
show interface statu 查看接口的编号及其状态

--------------------------------------------------------------------------------

下例,批量把te0/0到te0/9这10个接口手动启用并切换到交换模式。
Dell#config
Dell(config)# interface range te0/0 – 9 (注意这边的“-”前后各有一个空格)
Dell(config-if)#no shutdown (启用接口)
Dell(config-if)#switchport (切换到二层交换模式)
Dell(config-if)#exit

--------------------------------------------------------------------------------
F10交换机的telnet/ssh服务默认已经启用(较低版本的固件默认不启用ssh服务)。如需手动启用,参考如下
Dell(config)# ip telnet server enable
Dell(config)# ip ssh server enable

 

创建用户名和密码
Dell(config)#username admin password mypassword pri 15
Dell (config)#enable password mypassword


交换机本地系统时间
Dell#clock set 10:56:09 21 july 2014 (手动调整交换机的时间)

NTP校时服务器
Dell(config)#ntp server 11.1.1.1


-------------------------------------------------------------------------------

标签:启用,DELL,S4048,Dell,命令,ssh,te0,server,config
来源: https://www.cnblogs.com/yisheng163/p/16436077.html