Вы находитесь на странице: 1из 6

CHANGING OF IOS IN ME3400 SWITCH

T0 SEE THE DEFAULT IOS

1) Boot the Switch


2) It will ask
Would you like to enter the initial configuration dialog? [yes/no]: no
3) It will enter into
switch>
4) Enter into enable mode
switch>enable
switch#
5) To See The Version & Ios Type
switch#show version
6) To See The Ios
switch#show dir
(or)
switch#show flash
Directory of flash:/
2 -rwx
4 drwx

556 Mar 1 1993 00:01:00 +00:00 vlan.dat


192 Mar 1 1993 00:04:58 +00:00 me340x-metrobase-mz.122-25.SEG3

32514048 bytes total (27616768 bytes free)


7) Default me3400 switch Ios
me340x-metrobase-mz.122-25.SEG3

TO LOAD THE NEW IOS INTO ME3400 SWITCH


1)
2)
3)
4)
5)
6)

First We Need to Have The TFTP server and The New IOS Image
The TFTP Software is 3CDeamon TFTP
And The IOS is me340x-metroipaccessk9-mz.122-25.SEG3
When you Install the TFTP You Can See The Graphical page of Server Which Will Start Running
Automatically When You Click on the Page
Start-All programs-3cdemon-3cd 3cdemon
The TFTP Server Should Be On, While Loading The New IOS Into The Switch
We Have To Assign Ip Address To One Switch Port Which Will be Connected To The System u
Through Which New IOS Will Be Transferred Into The Switch
CONFIGARATION

1) Enter into Global Configuration Mode


switch#configure terminal
switch(config)#
2) Enter into interface Mode Give The Ip Address , Make the Port as Management Port ( no switchport)
& Make The Port To Ping(port-type nni).
switch(config)# interface fastEthernet 0/1
switch(config-if)#
switch(config-if)#no switchport
switch(config-if)#ip address 10.1.1.1 255.0.0.0
switch(config-if)#no shutdown
switch(config-if)#port-type nni
switch(config-if)#exit
3) Give the System Ip in The Same Network
i.e 10.1.1.2 255.0.0.0

4)

Check The Connectivity


switch#ping 10.1.1.2
5) Make a Directory
Syntax:switch#mkdir <directory name>
switch#mkdir newios
6) To Install The IOS in to Switch
Syntax:switch# copy tftp://<system ip address>/<ios name.bin> flash:/<dir name>/
Copy tftp: flash:
switch#copy tftp://10.1.1.2/new flash:/newios/
7) To Boot The Switch With The New IOS
switch#configure terminal
switch(config)#no boot manual
syntax:switch(config)#boot system flash:/<directory name>/<ios name>/
switch(config)#boot system flash:/newios /new
switch#reload
8) To Creat a VLAN
switch(config)#int range fastEthernet 0/1-24
switch(config-if-range)#port-type nni
switch(config-if-range)# switchport
switch(config-if-range)#switchport mode access
switch(config-if-range)#switchport access vlan 1
switch(config-if-range)#no shutdown
switch(config-if-range)#exit
switch(config)#int range gigabitEthernet 0/1-2
switch(config-if-range)#port-type nni
switch(config-if-range)# switchport
switch(config-if-range)#switchport mode access
switch(config-if-range)#switchport access vlan 1
switch(config-if-range)#no shutdown
switch(config-if-range)#exit
switch#wr

CONCLUSION:
Now The System Will Boot with New IOS and All Switchports Will Be in Able To
Communicate With Each Other and All The Ports Are in One VLAN.

Commands:--For AR/CR flash copy to a machine..


Copy sup-bootdisk: tftp:
Commands:-- For copying flash from pc to router..
Copy tftp: sup-bootdisk:

TFTP download procedure..


rommon3>IP_ADDRESS=1.1.1.2
rommon4>IP_SUBNET_MASK=255.255.255.252
rommon5>DEFAULT_GATEWAY=1.1.1.1
rommon6>TFTP_SERVER=1.1.1.1
rommon7>TFTP_FILE=c2800nmadvsecurityk9mz.12422.YB2.bin
rommon8>TFTP_VERBOSE=2
rommon9>FE_PORT=0
rommon10>TFTP_CHECKSUM=1
rommon11>tftpdnld
IP_ADDRESS:1.1.1.2
IP_SUBNET_MASK:255.255.255.252
DEFAULT_GATEWAY:1.1.1.1
TFTP_SERVER:1.1.1.1
TFTP_FILE:c2800nmadvsecurityk9mz.12422.YB2.bin
TFTP_VERBOSE:Verbose
TFTP_RETRY_COUNT:18
TFTP_TIMEOUT:7200
TFTP_CHECKSUM:Yes
MissingMACaddressforvariableTFTP_MACADDR

TFTP_MACADDR:00:26:cb:78:af:90
FE_PORT:FastEthernet0
FE_SPEED_MODE:Auto

Invokethiscommandfordisasterrecoveryonly.
WARNING:allexistingdatainallpartitionsonflash:willbelost!
Doyouwishtocontinue?y/n:[n]:y

PerformingtftpdnldoverinterfaceFastEthernet0/0
Initializinginterface.
Interfacelinkstateup.
ARPingfor1.1.1.1
ARPingfor1.1.1.1
ARPreplyfor1.1.1.1received.MACaddress00:15:c5:4e:c1:75.
Receivingc2800nmadvsecurityk9mz.12422.YB2.binfrom1.1.1.1!!!!!!.
ARPingfor1.1.1.1
ARPreplyfor1.1.1.1received.MACaddress
00:15:c5:4e:c1:75!!!!!!!!!!!!!!!!!!!!
<cut>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!
Filereceptioncompleted.

Validatingchecksum.
Copyingfilec2800nmadvsecurityk9mz.12422.YB2.bintoflash:.
programloadcomplete,entrypoint:0x8000f000,size:0xcb80

Format:Allsystemsectorswritten.OK...
Format:Operationcompletedsuccessfully.

Formatofflash:complete
programloadcomplete,entrypoint:0x8000f000,size:0xcb80

rommon19>reset
c2811platformwith262144Kbytesofmainmemory
Mainmemoryisconfiguredto64bitmodewithECCenabled

UpgradeROMMONinitialized
programloadcomplete,entrypoint:0x8000f000,size:0xcb80
programloadcomplete,entrypoint:0x8000f000,size:0xcb80

programloadcomplete,entrypoint:0x8000f000,size:0x247ebc4
Selfdecompressingtheimage:#####################[OK]

Вам также может понравиться