The running-config already has a command to add an address to 1/1, so the CLI
responds like this:
NetIron(config)# interface ethernet 1/1
NetIron(config-if-e1000-1/1)# ip add 10.10.10.69/24
Error: can only assign one primary ip address per subnet
NetIron(config-if-e1000-1/1)#
To successfully replace the address, enter commands into the file as follows:
interface ethernet 1/1
no ip address 10.10.10.1/24
ip address 10.10.10.69/24
This time, the CLI accepts the command, and no error message is displayed:
NetIron(config)# interface ethernet 3/1
NetIron(config-if-e1000-1/1)# no ip add 10.10.10.1/24
NetIron(config-if-e1000-1/1)# ip add 10.10.10.69/24
NetIron-if-e1000-1/1)
v
Always use the
end
command at the end of the file. The
end
command must
appear on the last line of the file, by itself.
Loading the configuration information into the running-config
You can load the configuration information from a TFTP server. To load the file
from a TFTP server, use either of the following commands:
v
copy tftp running-config
<ip-addr> <filename> [
overwrite
]
v
ncopy tftp
<ip-addr> <filename>
running-config
Using SNMP to save and load configuration information
You can use an SNMP management application such as Brocade’s IronView
Network Manager or any third-party SNMP management application to save and
load a c-series switches switch configuration. To save and load configuration
information using such an SNMP management application, use the following
procedure.
1.
Enable the SNMP agent on the switch using the following command from the
global CONFIG level of the CLI:
snmp-server
2.
On the switch, enter the following command from the global CONFIG level of
the CLI:
no snmp-server pw-check
This command disables password checking for SNMP set requests. If a
third-party SNMP management application does not add a password to the
password field when it sends SNMP set requests to the switch, by default the
switch rejects the request.
3.
From a management station, send the following SNMP PDU to the agent:
SnmpSet (1.3.6.1.4.1.1191.1.1.2.1.5.0 = <TFTP IP address>
1.3.6.1.4.1.1991.1.1.2.1.8.0 = <config-file-name>
1.3.6.1.4.1.1991.1.1.2.1.9.0 = <command-integer>
where:
v
<tftp-ip-addr> is the TFTP server’s IP address.
v
<config-file-name> is the configuration file name.
v
<command-integer> is one of the following:
–
20
- Upload the startup-config file from the device’s code flash to the
TFTP server.
56
IBM Ethernet Switch c-series Installation and User Guide
Содержание 4002-C2A
Страница 2: ......
Страница 10: ...viii IBM Ethernet Switch c series Installation and User Guide...
Страница 12: ...x IBM Ethernet Switch c series Installation and User Guide...
Страница 26: ...xxiv IBM Ethernet Switch c series Installation and User Guide...
Страница 28: ...2 IBM Ethernet Switch c series Installation and User Guide...
Страница 43: ...net48bc017 Figure 11 Front rack mount position Chapter 3 Installation 17...
Страница 45: ...net48bc019 Figure 13 Mid rack mount position Chapter 3 Installation 19...
Страница 64: ...38 IBM Ethernet Switch c series Installation and User Guide...
Страница 86: ...60 IBM Ethernet Switch c series Installation and User Guide...
Страница 97: ......
Страница 98: ...Part Number 45W5355 Printed in USA GC27 2238 01 1P P N 45W5355 53 1001492 01...