首先要保证pc与交换机的物理连接,pc的ip 172.16.1.2 255.255.0.0
172.116.1.1.
在交换机上添加一个vlan 10 并配置ip地址 172.16.1.1
Switch#vlan database
Switch#vlan 10 ccie认证
Switch#end
Switch#conf t
Switch(config)#int vlan 10
Switch(config-if)#ip address 172.16.1.1 255.255.0.0
Switch(config-if)#no shut
Switch(config-if)#end
Switch#copy flash:c3550-emi-iso tftp://172.16.1.2
然后填上 ip 和文件名,就开始备份iso了。
2.cisco3550交换机的iso的恢复
[B]按住交换机面板上的MODEM键,加电:
switch:下波特率的改变命令是 BAUD=9600 CCNP 认证
switch: ?ase ethernet MAC Address: 00:0f:24:8f:a5:00
Xmodem file system is available.
The password-recovery mechanism is enabled.
Initializing Flash...
flashfs[0]: filesystem check interrupted!
...done Initializing Flash.
Boot Sector Filesystem (bs:) installed, fsid: 3
The system has been interrupted, or encountered an error
during initializion of the flash filesystem. The following
commands will initialize the flash filesystem, and finish
loading the operating system software:
flash_init
boot
switch:
switch:
switch: flash_init cisco ios下载
Initializing Flash...
flashfs[0]: 3 files, 1 directories
flashfs[0]: 0 orphaned files, 0 orphaned directories
flashfs[0]: Total bytes: 15998976
flashfs[0]: Bytes used: 3072
flashfs[0]: Bytes available: 15995904
flashfs[0]: flashfs fsck took 9 seconds.
...done Initializing Flash.
switch: boot
Loading ""...: permission denied
Error loading ""
Interrupt within 5 seconds to abort boot process.
Boot process failed...
switch: copy xmodem: flash:c3550-i5q3l2-mz[1].121-19.EA1c.bin
不是用命令传的,是点击超级终端的文件传送,然后选择你要导入的IOS文件名,
用XMODEM方式
本文详细介绍了Cisco3550交换机的ISO映像备份及恢复流程。备份步骤包括配置IP地址并使用TFTP进行传输;恢复步骤则涉及使用Xmodem协议手动传输文件。
3114

被折叠的 条评论
为什么被折叠?



