0% found this document useful (0 votes)
16 views38 pages

Cisco 9300

The Cisco Embedded Service 9300 Series Switches Configuration Guide provides detailed instructions for configuring the switches through various methods including terminal, memory, and network. It includes commands for setting hostnames, managing configurations, and using protocols like SCP, FTP, and RCP for file transfers. Additionally, it covers configuration management practices such as saving and loading configurations from different sources.

Uploaded by

ajgfaltenfon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views38 pages

Cisco 9300

The Cisco Embedded Service 9300 Series Switches Configuration Guide provides detailed instructions for configuring the switches through various methods including terminal, memory, and network. It includes commands for setting hostnames, managing configurations, and using protocols like SCP, FTP, and RCP for file transfers. Additionally, it covers configuration management practices such as saving and loading configurations from different sources.

Uploaded by

ajgfaltenfon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 38

Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

1 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

2 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Configuring from terminal, memory, or network [terminal]?

3 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

4 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

5 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

hostname Device1
ip rcmd remote-username User0

Device1.example.com Device1

6 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device# copy scp: bootflash-1: vrf test-vrf


Address or name of remote host [10.1.2.3]?
Source username [ScpUser]?
Source filename [/auto/tftp-server/ScpUser/vrf_test.txt]?
Destination filename [vrf_test.txt]?
Getting the vrf name as test-vrf
Password:
Sending file modes: C0644 10 vrf_test.txt
!
223 bytes copied in 22.740 secs (10 bytes/sec)

7 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Boot ROMs do not support NVRAM compression Config NOT written to NVRAM

CONFIG_FILE

8 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

9 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device> enable

Device# show boot

Device# more 10.1.1.1

Device# show running-config

Device# show startup-config

10 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device> enable

Device# configure terminal

Device(config)# configuration command

Device(config)# end

Device# copy system:running-config nvram:startup-config

11 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device# configure terminal


Device(config)# !The following command provides the switch host name.
Device(config)# hostname new_name
new_name(config)# end
new_name# copy system:running-config nvram:startup-config

Device> enable

Device# copy system:running-config tftp: //server1/topdir/file10

Device# copy nvram:startup-config tftp: //server1/1stdir/file10

12 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device# copy system:running-config tftp://192.168.2.155/backup-confg


Write file backup-confg on host 192.168.2.155? [confirm] Y
Writing backup-confg!!! [OK]

Device> enable

Device# configure terminal

Device(config)# ip rcmd remote-username NetAdmin1

Device(config)# end

13 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device# copy system:running-config rcp: //[email protected]/dir-files/file1

Device# copy system:running-config rcp://[email protected]/runfile2-confg


Write file runfile2-confg on host 192.168.101.101?[confirm]
Building configuration...[OK]
Connected to 192.168.101.101
Device#

Device# configure terminal


Device(config)# ip rcmd remote-username netadmin2
Device(config)# end
Device# copy nvram:startup-config rcp:
Remote host[]? 192.168.101.101
Name of configuration file to write [start-confg]?
Write file start-confg on host 192.168.101.101?[confirm]
![OK]

14 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device> enable

Device# configure terminal

Device(config)# ip ftp username NetAdmin1

Device(config)# ip ftp password adminpassword

Device(config)# end

Device# copy system:running-config ftp:

Device# copy system:running-config ftp://netadmin1:[email protected]/runfile-confg


Write file runfile-confg on host 192.168.101.101?[confirm]

15 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Building configuration...[OK]
Connected to 192.168.101.101
Device#

Device# configure terminal


Device(config)# ip ftp username netadmin2
Device(config)# ip ftp password mypass
Device(config)# end
Device# copy nvram:startup-config ftp:
Remote host[]? 192.168.101.101
Name of configuration file to write [start-confg]?
Write file start-confg on host 192.168.101.101?[confirm]
![OK]

Device> enable

Device# copy tftp://server1/dir10/datasource system:running-config

Device# copy tftp://server1/dir10/datasource nvram:startup-config

16 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device# copy tftp://server1/dir10/datasource flash:startup-config

tokyo-confg

Device# copy tftp://192.168.2.155/tokyo-confg system:running-config

Configure using tokyo-confg from 192.168.2.155? [confirm] Y

Booting tokyo-confg from 192.168.2.155:!!! [OK - 874/16000 bytes]

Device> enable

Device# configure terminal

17 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device(config)# ip rcmd remote-username NetAdmin1

Device(config)# end

Device# copy rcp://[[email protected]/dir10/fileone] nvram:startup-config

device# copy rcp://[email protected]/host1-confg system:running-config


Configure using host1-confg from 192.168.101.101? [confirm]
Connected to 192.168.101.101
Loading 1112 byte file host1-confg:![OK]
device#
%SYS-5-CONFIG: Configured from host1-config by rcp from 192.168.101.101

device# configure terminal

18 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

device(config)# ip rcmd remote-username netadmin1


device(config)# end
device# copy rcp: nvram:startup-config
Address of remote host [255.255.255.255]? 192.168.101.101
Name of configuration file[rtr2-confg]? host2-confg
Configure using host2-confg from 192.168.101.101?[confirm]
Connected to 192.168.101.101
Loading 1112 byte file host2-confg:![OK]
[OK]
device#
%SYS-5-CONFIG_NV:Non-volatile store configured from host2-config by rcp from 192.168.101.

Device> enable

Device# configure terminal

Device(config)# ip ftp username NetAdmin1

Device(config)# ip ftp password adminpassword

19 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device(config)# end

Device# copy ftp:nvram:startup-config

device# copy ftp://netadmin1:[email protected]/host1-confg system:running-config


Configure using host1-confg from 192.168.101.101? [confirm]
Connected to 192.168.101.101
Loading 1112 byte file host1-confg:![OK]
device#
%SYS-5-CONFIG: Configured from host1-config by ftp from 192.168.101.101

device# configure terminal


device(config)# ip ftp username netadmin1
device(config)# ip ftp password mypass
device(config)# end
device# copy ftp: nvram:startup-config
Address of remote host [255.255.255.255]? 192.168.101.101
Name of configuration file[host1-confg]? host2-confg
Configure using host2-confg from 192.168.101.101?[confirm]
Connected to 192.168.101.101
Loading 1112 byte file host2-confg:![OK]
[OK]
device#
%SYS-5-CONFIG_NV:Non-volatile store configured from host2-config by ftp from 192.168.101.

20 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device> enable

Device# configure terminal

Device(config)# service compress-config

Device(config)# end

21 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device# configure terminal

Device(config)# copy system:running-config nvram:startup-config

Device# configure terminal

Device(config)# service compress-config

Device(config)# end

Device# copy tftp://192.168.2.15/test-confg system:running-config

Configure using test-confg from 192.168.2.155? [confirm] y

Booting test-confg from 192.168.2.155:!!! [OK - 874/16000 bytes]


Device# copy system:running-config nvram:startup-config

Building configuration...
Compressing configuration from 129648 bytes to 11077 bytes
[OK]

22 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device> enable

Device# copy nvram:startup-config usbflash0:switch-config

Device# configure terminal

Device(config)# boot config usbflash0:switch-config

Device(config)# end

Device# configure terminal

23 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device(config)# copy system:running-config nvram:startup-config

Device# copy nvram:startup-config usbflash0:switch-config


Device# configure terminal
Device(config)# boot config usbflash0:switch-config
Device(config)# end
Device# copy system:running-config nvram:startup-config

Device> enable

Device# copy system:running-config ftp:

Device# configure terminal

Device(config)# boot network ftp://user1:[email protected]/dir10/file1

24 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device(config)# service config

Device(config)# end

Device# copy system:running-config nvram:startup-config

Device> enable

Device# copy usbflash0:4:ios-upgrade-1 nvram:startup-config

Device# copy usbflash0:4:ios-upgrade-1 nvram:startup-config

25 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Copy 'ios-upgrade-1' from flash device as 'startup-config' ? [yes/no] yes

[OK]

Device> enable

Device# show flash:

Device# copy flash: usbflash0:

Device# copy flash: usbflash0:

System flash
Partition Size Used Free Bank-Size State Copy Mode
1 4096K 3070K 1025K 4096K Read/Write Direct
2 16384K 1671K 14712K 8192K Read/Write Direct
[Type ?<no> for partition directory; ? for full directory; q to abort]
Which partition? [default = 1]
System flash directory, partition 1:
File Length Name/status
1 3142748 dirt/network/mars-test/c3600-j-mz.latest
2 850 running-config
[3143728 bytes used, 1050576 available, 4194304 total]
usbflash0 flash directory:

26 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

File Length Name/status


1 1711088 dirt/gate/c3600-i-mz
2 850 running-config
[1712068 bytes used, 2482236 available, 4194304 total]

Source file name? running-config


Destination file name [running-config]?
Verifying checksum for 'running-config' (file # 2)... OK
Erase flash device before writing? [confirm]
Flash contains files. Are you sure you want to erase? [confirm]
Copy 'running-config' from flash: device
as 'running-config' into usbflash0: device WITH erase? [yes/no] yes

Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...era


[OK - 850/4194304 bytes]
Flash device copy took 00:00:30 [hh:mm:ss]
Verifying checksum... OK (0x16)

Device> enable

Device# configure terminal

Device(config)# ip ftp username Admin01

Device(config)# ip ftp password adminpassword

27 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device(config)# end

Device>copy ftp:/ess9300_iosxe.17.04.01.SPA.bin flash:

Device> enable

Device# configure terminal

Device(config)# ip rcmd remote-username Admin01

28 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device(config)# end

Device# copy rcp://[email protected]/bundle1 flash:

Device> enable

Device#
copy tftp:/cat3k_caa-universalk9.SSA.03.12.02.EZP.150-12.02.EZP.150-12.02.EZP.bin

29 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device#
copy tftp:switch-config usbflash0:new-config

Device> enable

Device# configure memory

30 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device> enable

Device# erase nvram

Device> enable

Device# delete usbflash0:myconfig

31 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device> enable

Device# copy system:running-config nvram:startup-config

Device# configure terminal

Device(config)# boot config 192.168.1.1

Device(config)# end

Device# copy system:running-config nvram:startup-config

32 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device# show boot

Device# copy system:running-config usbflash0:config2


Device# configure terminal
Device(config)# boot config usbflash0:config2
Device(config)# end
Device# copy system:running-config nvram:startup-config
[ok]
Device# show boot
BOOT variable = usbflash0:rsp-boot-m
CONFIG_FILE variable = nvram:
Current CONFIG_FILE variable = usbflash0:config2
Configuration register is 0x010F

33 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Booting host-confg... [timed out]

Device> enable

Device# configure terminal

Device(config)# boot network tftp:hostfile1

34 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device(config)# service config

Device(config)# end

Device# copy system:running-config nvram:startup-config

Device> enable

35 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device# configure terminal

Device(config)# boot host tftp:hostfile1

36 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

Device(config)# service config

Device(config)# end

Device# copy system:running-config nvram:startup-config

Device# configure terminal


Device(config)# boot host tftp:hostfile1
Device(config)# boot network tftp:networkfile1
Device(config)# service config
Device(config)# end
Device# copy system:running-config nvram:startup-config

37 de 38 27/02/2025, 16:23
Cisco Embedded Service 9300 Series Switches Configuration Guide ... https://www.cisco.com/c/en/us/td/docs/switches/lan/embedded/ess930...

38 de 38 27/02/2025, 16:23

You might also like