博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Cisco
阅读量:5848 次
发布时间:2019-06-19

本文共 1741 字,大约阅读时间需要 5 分钟。

switch: set BAUD 57600

confreg 0x2142

switch: copy xmodem: flash:c2960-lanbasek9-mz.150-2.SE6.bin

boot system c2960-lanbasek9-mz.150-2.SE9.bin

copy tftp://192.168.1.10/c3560e-universalk9-mz.122-55.SE1.bin flash:c3560e-universalk9-mz.122-55.SE1.bin

archive tar /xtract tftp://192.168.1.123/c2960-lanbasek9-tar.122-55.SE11.tar flash:/c2960-lanbasek9-tar.122-55.SE11

switch: boot flash:c2950-i6q4l2-mz.121-22.EA1.bin

sh diag

sh hard
sh inv
sh ver

interface FastEthernet12

interface GigabitEthernet49
Controller51
no shutdown

++++++++++++++++++++ Aruba ++++++++++++++++++++++++++++++++++
User: password
Password: forgetme!
(aruba) >enable
Password: enable
(aruba) #configure terminal
Enter Configuration commands, one per line. End with CNTL/Z
(aruba) (config) #mgmt-user admin root
Password:
Re-Type password:
(aruba) (config) #exit
(aruba) #exit
(aruba) >exit

Factory Reset
write erase all

User: admin

Password:
(aruba) >enable
Password: enable
(aruba) #configure terminal
Enter Configuration commands, one per line. End with CNTL/Z
(aruba) (config) #enable secret
Password:
Re-Type password:
(aruba) (config) #write memory

write erase

reload


sys

dis curr

interface GigabitEthernet1/0/26

undo sh

<4500> system

[4500] int vlan 1
[4500] ip address x.x.x.x y.y.y.y

x.x.x.x = ip

y.y.y.y = netmask

แค่นั้นแหละ

ถ้าจะใส่ gateway ด้วยก็

[4500] ip route-static 0.0.0.0 0.0.0.0 z.z.z.z

z.z.z.z = gw

แล้วก็ save config ด้วย

[4500] save

ตอบ Y

หลังจากนันจะเข้าทาง gui ได้แล้ว จะตั้งง่ายขึ้น

<4500>sys

System View: return to User View with Ctrl+Z.
[4500]]password-control length 6
[4500]local-user admin
[4500-luser-admin]

password cipher abcdef

tftp 192.168.2.5 get t423_05.Bin

get เอาใส่ put รับมา

ip ดูจาก tftp

转载于:https://blog.51cto.com/14095933/2324185

你可能感兴趣的文章
CRM项目问答总结
查看>>
asp.net core系列 45 Web应用 模型绑定和验证
查看>>
STL学习:STL库vector、string、set、map用法
查看>>
linux性能评估-cpu概念理解篇
查看>>
IOS 应用 退出的一个小方法
查看>>
widget(6、menu)
查看>>
usaco Balanced Cow Breeds
查看>>
Aspnet_regiis加密web.config
查看>>
C. Nice Garland
查看>>
《利用python进行数据分析》学习笔记--数据聚合与分组(groupby)
查看>>
两个Button 加通一个手势,那么 第一个的就失效了,
查看>>
easyui-dialog对话框练习
查看>>
position的定义
查看>>
rem+media+jquery布局结局方案
查看>>
C++中的函数指针模板
查看>>
【HDOJ】1556 Color the ball
查看>>
数组应用之————二分法查找
查看>>
项目实战-友盟项目介绍以及环境搭建
查看>>
2015年个人总结
查看>>
C#编程(六)------------枚举
查看>>