cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
862
Views
5
Helpful
5
Replies

Make a vlan up with only a trunk port assigned

erasedhammer
Level 1
Level 1

I'm trying to get a 2960g IOS 15.0 to bring up its management vlan without an interface specifically assigned to it. The uplink trunk has the vlan listed as allowed but the vlan interface itself won't come up.
All the physical ports are assigned to different vlans and shouldn't have the management vlan on them, so how I do get this vlan interface without assigned a physical interface?

 

!
interface GigabitEthernet0/8
description TRUNK-UPLINK
switchport trunk allowed vlan 110,111
switchport mode trunk
switchport nonegotiate
no cdp enable
!
interface Vlan111
description MGMT
ip address 192.168.11.2 255.255.255.252
no ip route-cache
!

Vlan111 is down, line protocol is down
Hardware is EtherSVI, address is b4e9.b0xx.xxxx (bia b4e9.b0xx.xxxx )
Description: MGMT
Internet address is 192.168.11.2/30
MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive not supported
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, 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 multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out

1 Accepted Solution

Accepted Solutions

Hope Device in VTP Transparent,

 

below command not working?

 

config t

!

VLAN 111

!

end

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

5 Replies 5

balaji.bandi
Hall of Fame
Hall of Fame

can you post- show VLAN  and show spanninig  ( make sure vlan 111 110 created)

 

or

 

config t

!

VLAN 111

!

end

 

test and advice.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Ah! that seems to be the problem. Are vlans not created when I run int vlan XX initially?

VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Gi0/4, Gi0/5, Gi0/6, Gi0/7
110 VLAN0110 active Gi0/1, Gi0/2, Gi0/3
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
110 enet 100110 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0
1003 tr 101003 1500 - - - - - 0 0
1004 fdnet 101004 1500 - - - ieee - 0 0
1005 trnet 101005 1500 - - - ibm - 0 0

Remote SPAN VLANs
------------------------------------------------------------------------------


Primary Secondary Type Ports
------- --------- ----------------- ------------------------------------------

Sure you need to create a VLAN then the  SVI comes up automatically - add VLAN 111 - test and advise.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

How do I manually add the vlan to the database on ios 15.0?

Hope Device in VTP Transparent,

 

below command not working?

 

config t

!

VLAN 111

!

end

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help