interface Vlan2 ?

I have a lot of interfaces on my c2960 configured as VLAN ports?s. Sample: interface FastEthernet0/5 switchport access vlan 2 switchport mode access

Later in my configuration file I have: interface Vlan1 ip address 192.168.1.50 255.255.255.0 no ip route-cache ! interface Vlan2 no ip address no ip route-cache ! interface Vlan3 no ip address no ip route-cache

But what does the statements do? Are they necessary to have? What will happen if I assign all my VLAN?s with a IP address, will I still be able to use the VLAN as normal, and can the IP be used to anything?

regards Martin

Reply to
BUZZ
Loading thread data ...

Cisco must have changed how they created VLANs yet again :)

Its either there, or in the vlan database I would guess on these layer-2 switches.

You won't be able to bring up the VLAN on a layer-2 switch if you assign it an IP address, only one VLAN can have an IP, and that will be your management VLAN.

Reply to
Doug McIntyre

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.