Layer 3 vlan interface is down

Post Reply
mike18
Member
Posts: 56
Joined: 11 Oct 2015 14:50

Layer 3 vlan interface is down

Post by mike18 »

Hi Everyone,

Current config on switch

vlan 120 enable name "VLAN 120"
vlan 120 port default 1/3

ip interface "vlan-120" vlan 120 ifindex 4

Port 1/3 is up and passing traffic

show interfaces 1/3
Slot/Port 1/3 :
Operational Status : up,
Last Time Link Changed : FRI APR 17 22:50:36 ,
Number of Status Change: 0,
Type : Ethernet,
SFP/XFP : Not Present,
MAC address : 00:e0:b1:a8:c7:3e,
BandWidth (Megabits) : 100, Duplex : Full,
Autonegotiation : 1 [ 1000-F 100-F 100-H 10-F 10-H ],
Long Frame Size(Bytes) : 1553,
Rx :
Bytes Received : 3214, Unicast Frames : 28,
Broadcast Frames: 0, M-cast Frames : 18,
UnderSize Frames: 0, OverSize Frames: 0,
Lost Frames : 0, Error Frames : 0,
CRC Error Frames: 0, Alignments Err : 0,
Tx :
Bytes Xmitted : 10174, Unicast Frames : 3,
Broadcast Frames: 0, M-cast Frames : 146,
UnderSize Frames: 0, OverSize Frames: 0,
Lost Frames : 0, Collided Frames: 0,
Error Frames : 0


show ip interface
Total 3 interfaces
Name IP Address Subnet Mask Status Forward Device
--------------------+---------------+---------------+------+-------+--------
Loopback 127.0.0.1 255.0.0.0 UP NO Loopback
vlan-120 0.0.0.0 0.0.0.0 DOWN NO vlan 120


show vlan port 1/3
vlan type status
--------+---------+--------------
120 default forwarding


Need to confirm layer 3 interface is down because we have assigned no IP address to vlan 120 right?

Regards
Mike
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1886
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Layer 3 vlan interface is down

Post by silvio »

Hi,
right, the ip address (in your network) is missing at your interface.

ip interface "vlan-120" address 192.168.120.1/24 vlan 120

But if this switch is only L2-device in this vlan (without any routing) than you don't need an ip interface.
You can delete it with:
no ip interface vlan-120


regards
Silvio
mike18
Member
Posts: 56
Joined: 11 Oct 2015 14:50

Re: Layer 3 vlan interface is down

Post by mike18 »

Will do that Thanks a lot.

Regards
Mike
Post Reply

Return to “OmniSwitch 6850 / 6850E”