I'm sure this is one of those silly questions but I can't seem to find an answer in the doc or anywhere else so here goes.
I have 4 2848's, each with their own IP addys. At the time the switches were installed we had no need for VLANs so none were created besides the DEFAULT. Since then I've had the need to create several VLANS. I did this with PCM, defined the VLANS on one switch and then used Add to VLAN to extend the VLANs to the other switches. When I look in the config for each switch, they've each assigned their IP addy to the DEFAULT VLAN but VLAN 9 has only the one IP I assigned it.
My question is this, can I define the DEFAULT VLAN with only 1 IP addy, like VLAN 9, and then change the configs in the other switches to show 'no ip address' for the DEFAULT VLAN? In essence define the DEFAULT VLAN like VLAN 9 is defined?
Here's the section of the config from two of the switches:
Switch 1
vlan 1
name "DEFAULT_VLAN"
untagged 1-35,Trk1,Trk3-Trk5
ip address 10.1.0.2 255.255.0.0
ip proxy-arp
ip igmp high-priority-forward
exit
vlan 9
name "vlan-9"
untagged 36-38
tagged Trk3-Trk5
ip address 192.168.9.1 255.255.255.0
ip proxy-arp
ip igmp high-priority-forward
exit
Switch 2
vlan 1
name "DEFAULT_VLAN"
untagged 1-35,Trk1,Trk3-Trk5
ip address 10.1.0.3 255.255.0.0
ip proxy-arp
ip igmp high-priority-forward
exit
vlan 9
name "vlan-9"
no ip address
untagged 36-38
tagged Trk3-Trk5
exit