How to remove IP from Interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 04:07 AM - edited 03-06-2019 04:49 PM
Hi,
Can someone tell me how to remove "IP from the interface"? on a 2950 switch.
interface FastEthernet0/22
no ip address
Thanks
T
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 04:52 AM
do you want to turn it into a switchport?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 05:01 AM
Hi Noel,
Yes, all my interfaces are the same - they all the interface number and underneath "no ip address"
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 05:05 AM
Hi,
To change the IP address, you can either type in new addresses or remove the IP information with the no ip address.
Please rate the helpfull posts.
Regards,
Naidu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 05:15 AM
Sorry, I may have given wrong info.
I want to remove the line where it says "no ip address" on each interface
Sorry for the confusion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 05:22 AM
If you simply type
Switch(config-if)#switchport
Then you have a switchport. It runs exacly like a normal switchport whether the 'no ip address' line is there or not. It's totally cosmetic from that point. Do you have some sort of compliance check (via CiscoWorks or similar) that searches for this string or something? Besides that, there is no functionality benefit to removal of this line.
