Hi, Consider this: suppose that you have configured an inband-management interface of an IOS-based switch
Switch(config)#interface vlan 1 Switch(config-if)#ip address 172.16.10.2 255.255.255.0 Switch(config-if)#no shutdown Switch(config-if)#exit Switch(config)#ip default-gateway 172.16.10.254 If you want to remove the IP address you can either do Switch(config)#clear ip address vlan 1 or Switch(config)#interface vlan 1 Switch(config-if)#no ip address Some people advise to use the first option, since the latter seems to disable the complete TCP/IP stack... I'm having two questions with regard to this: 1. What is your advise? 2. Does the same option exist for CatOS switches, for example something like this Switch(enable) clear interface sc0 ipaddress Thanks, Eric Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=65634&t=65634 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]