Installation guide

Brocade NetIron CES 2000 and NetIron CER 2000 Hardware Installation Guide 85
53-1001834-01
Save and load configuration information using SNMP
6
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)
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:
copy tftp running-config <ip-addr> <filename> [overwrite]
ncopy tftp <ip-addr> <filename> running-config
Save and load configuration information using SNMP
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 NetIron CES and NetIron CER
2000 Series device’s configuration. To save and load configuration information using such an
SNMP management application, use the following procedure.
Uploading and downloading configuration information using SNMP
1. Enable the SNMP agent on the device using the following command from the global CONFIG
level of the CLI.
snmp-server
2. On the device, 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 a Brocade device, by default the Brocade device 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>