Vlans?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 07:56 AM - edited 03-07-2019 06:26 PM
Hello Guys,
I am pretty new in the cisco world, I want to start my with my first question in this forum.
How can I deleted a previos IP set to a VLAN without delete the VLAN.
Thanks guys
- Labels:
-
Other Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 08:36 AM
Do you mean a vlan interface? you can just change this in global config mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 08:55 AM
Are you referring to removal of an IP address from an SVI ?
Interface vlan x
no ip address
should just be like this..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 08:55 AM
use google:
host1/Admin(config)# interface vlan (your vlan number)
host1/Admin(config-if)# no ip address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 09:00 AM
resolved thanks
