Cisco Systems NME-16ES-1G Switch User Manual


 
Cisco EtherSwitch Service Modules Feature Guide
Upgrading the Cisco EtherSwitch Service Module Software
65
Cisco IOS Release 12.2(25)SEC
Examples
This section provides the following examples:
Sample Output for the show run interface fastethernet Command, page 65
Sample Output for the ping tftpserver Command, page 65
Sample Output for the show flash: Command, page 66
Sample Output for the copy tftp: flash: Command, page 66
Sample Output for the show run interface fastethernet Command
The following example shows what appears when you enter the show run interface fastEthernet
command:
Switch# show run interface fa1/0/24
Building configuration...
Current configuration : 87 bytes
!
interface FastEthernet1/0/24
no switchport
ip address 172.16.1.100 255.255.255.0
end
Sample Output for the ping tftpserver Command
The following example shows what appears when you enter the ping tftpserver command:
Switch# ping tftpserver
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.1.100, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/9 ms
Copy the image from the tftp server to the switch flash using standard tftp copy
procedure.
Step 8
show run interface fastethernet
switch/slot/port
Example:
Switch# show run interface fastEthernet 1/0/24
Shows the configuration applied on this interface.
Step 9
ping tftpserver
Example:
Switch# ping tftpserver
Pings the TFTP server. This command copies an image from
a TFTP server to flash memory.
Step 10
show flash:
Example:
Switch# show flash:
Displays a list of all files and directories in the Cisco
EtherSwitch service module flash memory.
Step 11
copy tftp: flash:
Example:
Switch# copy tftp: flash:
Copies an image from a TFTP server to flash memory.
Command or Action Purpose