08-17-2006 06:36 AM - edited 03-03-2019 04:33 AM
I'm configuring a new switch for multiple VLANs, each with their own IP range. However, only the first VLAN I configure (currently VLAN 1) will get to an up/up state. All other VLANs I've added stay in a up/down state and I'm unable to ping the interface's assigned ip address.
All of my VLANs have been added to the VLAN database and each VLAN has been assigned an IP address. I've also tried assigning a port to a VLAN, but it still remains in a up/down state. This is a 3560G switch. Here's a sh run:
interface Vlan1
ip address 10.160.0.1 255.255.0.0
ip directed-broadcast
ip pim dense-mode
!
interface Vlan10
description ZCS Server VLAN
ip address 10.150.0.1 255.255.0.0
ip directed-broadcast
ip pim dense-mode
!
interface Vlan11
description ZCS Hardwired VLAN
ip address 10.151.0.1 255.255.0.0
ip directed-broadcast
ip pim dense-mode
***********************************
ZCS-MDF-3560G#sh int vlan 1
Vlan1 is up, line protocol is up
Hardware is EtherSVI, address is 0017.e010.57c0 (bia 0017.e010.57c0)
Internet address is 10.160.0.1/16
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 1000 bits/sec, 2 packets/sec
5 minute output rate 1000 bits/sec, 1 packets/sec
4066 packets input, 263899 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicast)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
2777 packets output, 248433 bytes, 0 underruns
0 output errors, 2 interface resets
0 output buffer failures, 0 output buffers swapped out
ZCS-MDF-3560G#sh int vlan 10
Vlan10 is up, line protocol is down
Hardware is EtherSVI, address is 0017.e010.57c2 (bia 0017.e010.57c2)
Description: ZCS Server VLAN
Internet address is 10.150.0.1/16
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:02:15, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicast)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
12 packets output, 768 bytes, 0 underruns
0 output errors, 2 interface resets
0 output buffer failures, 0 output buffers swapped out
ZCS-MDF-3560G#
******************************
I'm setting this switch up from scratch and it's probably something simple. Any help is appreciated.
Thanks
Solved! Go to Solution.
08-17-2006 06:41 AM
Walter
In addition to assigning a port to the VLAN, do you have a device plugged into the port that is assigned to the device? To bring the VLAN completely up there needs to be at least one connected port in the VLAN (if you trunk the VLAN that will also help with the VLAN state).
HTH
Rick
08-17-2006 06:42 AM
Hi
Have you enabled any trunk on your switch.
The interface VLAN will be up only when there is an active port exisiting on the VLAN or there should be a trunk link which passes all those vlans
Try conencting a device to any port and assign that port to say VLAN 2 and you should see the interface coming up.
HTH
Narayan
08-17-2006 06:41 AM
Walter
In addition to assigning a port to the VLAN, do you have a device plugged into the port that is assigned to the device? To bring the VLAN completely up there needs to be at least one connected port in the VLAN (if you trunk the VLAN that will also help with the VLAN state).
HTH
Rick
08-17-2006 06:42 AM
Hi
Have you enabled any trunk on your switch.
The interface VLAN will be up only when there is an active port exisiting on the VLAN or there should be a trunk link which passes all those vlans
Try conencting a device to any port and assign that port to say VLAN 2 and you should see the interface coming up.
HTH
Narayan
08-17-2006 07:05 AM
Ok guys, forgive my brain fart. :| I had searched and read through several threads that others had posted and for some reason this didn't really sink in.
I put a device up on VLAN 10 and what do ya know, "VLAN 10 state has changed to up/up". :)
Thanks guys!
08-17-2006 07:13 AM
Hi Keener,
Glad that you have sorted the issue out.
Secondly if your issue has been sorted out, may I request you to rate the thread and mark 'Solved Author's Issue' check box.
Thanks in advance.
Kind Regards,
Wilson sAmuel
08-17-2006 07:18 AM
I think you've only created the vlan interfaces but no vlans. Use the command "show vlan" to verify that the vlans 10, 11 are existing. If not create them
vlan 10
name test
vlan 11
name test2
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide