View Single Post
  #2 (permalink)  
Old 2005-09-30
justin.knox justin.knox is offline
Junior Member
 
Join Date: 2005-09-30
Posts: 23
Rep Power: 0
justin.knox has an average reputation (10+)
Default Re: Chamge IP addresses on IP260

CLISH is the way to do this from the command line in IPSO (3.8.1 and 3.9 anyway). You can find the documentation for these commands in the IPSO 3.9 CLI Reference Guide (Chapter 2).

Before changing your running config, I'd suggest making a backup using the save command.

you can issue the command show interfaces to see all interfaces and their configuration (physical and logical).

find the logical interface you want to modify
issue the following delete interface command to remove the IP address from the logical interface:
delete interface log_if_name address ip_address

then issue the following add interface command to put in a new address
add interface log_if_name address ip_address/mask

once you've made your changes, don't forget to save the configuration with save config

hope that helps.
--Justin
Reply With Quote