Ironport C300 notes
From Brandonhutchinson.com
(Difference between revisions)
(→Backing up the Ironport configuration) |
|||
| Line 10: | Line 10: | ||
$ '''scp admin@ironport:/configuration/C300-00137256E778-49P4W91-20071010T120747.xml .''' | $ '''scp admin@ironport:/configuration/C300-00137256E778-49P4W91-20071010T120747.xml .''' | ||
| + | |||
| + | == Replacing an Ironport C300 == | ||
| + | |||
| + | * Back up the Ironport configuration. | ||
| + | * Replace the Ironport. | ||
| + | * Connect a laptop NIC to the Ironport C300's Management port using a crossover cable. | ||
| + | * Configure the laptop's NIC to be on the 192.168.42.0/24 subnet (e.g., '''ifconfig eth0 192.168.42.43 netmask 255.255.255.0'''). | ||
| + | * Copy the backed up configuration to the new Ironport. | ||
| + | $ '''scp ironport_config.xml admin@192.168.42.42:/configuration''' | ||
| + | admin@192.168.42.42's password: '''ironport''' | ||
| + | * Login to the new Ironport and load the configuration. | ||
| + | $ ssh admin@192.168.42.42 | ||
| + | admin@192.168.42.42's password: '''ironport''' | ||
| + | Last login: Tue Nov 13 04:15:32 2007 from 192.168.42.43 | ||
| + | Copyright (c) 2001-2006, IronPort Systems, Inc. | ||
| + | |||
| + | |||
| + | AsyncOS 4.7 for IronPort C300 | ||
| + | |||
| + | Welcome to the IronPort C300 Messaging Gateway(tm) Appliance | ||
| + | Please run "systemsetup" or "sethostname" then "commit" before sending mail. | ||
| + | ironport.example.com> '''loadconfig''' | ||
| + | |||
| + | 1. Paste via CLI | ||
| + | 2. Load from file | ||
| + | How would you like to load a configuration file? | ||
| + | [1]> '''2''' | ||
| + | |||
| + | Enter the name of the file on machine "ironport.example.com" to import: | ||
| + | []> '''ironport_config.xml''' | ||
| + | |||
| + | Values have been loaded. Be sure to run "commit" to make these settings active. | ||
| + | Please run "systemsetup" or "sethostname" then "commit" before sending mail. | ||
| + | ironport.example.com> '''commit''' | ||
| + | |||
| + | Please enter some comments describing your changes: | ||
| + | []> '''Loading previous configuration file''' | ||
Revision as of 18:44, 13 November 2007
Backing up the Ironport configuration
ironport> saveconfig Do you want to include passwords? Please be aware that a configuration without passwords will fail when reloaded with loadconfig. [N]> Y The file C300-00137256E778-49P4W91-20071010T120747.xml has been saved in the configuration directory on machine "ironport.example.com". $ scp admin@ironport:/configuration/C300-00137256E778-49P4W91-20071010T120747.xml .
Replacing an Ironport C300
- Back up the Ironport configuration.
- Replace the Ironport.
- Connect a laptop NIC to the Ironport C300's Management port using a crossover cable.
- Configure the laptop's NIC to be on the 192.168.42.0/24 subnet (e.g., ifconfig eth0 192.168.42.43 netmask 255.255.255.0).
- Copy the backed up configuration to the new Ironport.
$ scp ironport_config.xml admin@192.168.42.42:/configuration admin@192.168.42.42's password: ironport
- Login to the new Ironport and load the configuration.
$ ssh admin@192.168.42.42 admin@192.168.42.42's password: ironport Last login: Tue Nov 13 04:15:32 2007 from 192.168.42.43 Copyright (c) 2001-2006, IronPort Systems, Inc. AsyncOS 4.7 for IronPort C300 Welcome to the IronPort C300 Messaging Gateway(tm) Appliance Please run "systemsetup" or "sethostname" then "commit" before sending mail. ironport.example.com> loadconfig 1. Paste via CLI 2. Load from file How would you like to load a configuration file? [1]> 2 Enter the name of the file on machine "ironport.example.com" to import: []> ironport_config.xml Values have been loaded. Be sure to run "commit" to make these settings active. Please run "systemsetup" or "sethostname" then "commit" before sending mail. ironport.example.com> commit Please enter some comments describing your changes: []> Loading previous configuration file
