This post is more than 5 years old

6 Posts

53231

April 17th, 2013 11:00

Int Vlan 1 state down

Hi Im new to Dell switches but so far Ive been going good as the syntax is very familiar to one that I am used to. I have an issue where I have multiple vlans and i try to create an Ip address for interface VLAN 1 but it does not want to come up. My other vlan interfaces come up but for some odd reason vlan 1 interface stays down. can someone please  help me?

6 Posts

April 17th, 2013 12:00

First of all thanks for the fast response. I am using a Dell PowerConnect 8132.  the config is below

configure

vlan 5

exit

vlan 5

name "SAN"

exit

slot 1/0 2    ! PowerConnect 8132

stack

member 1 1    ! PCT8132

exit

logging console informational

interface vlan 1

ip address 192.168.0.1 255.255.255.0

exit

interface vlan 5

ip address 192.168.2.1 255.255.255.0

exit

--More-- or (q)uit

spanning-tree mode mst

!

interface Te1/0/1

switchport mode trunk

exit

!

interface Te1/0/2

switchport mode trunk

exit

!

interface Te1/0/3

switchport mode trunk

exit

!

interface Te1/0/4

switchport mode trunk

exit

snmp-server engineid local 800002a203d067e5c61da8

exit

Routing Interfaces:

Interface    State   IP Address      IP Mask         Method

----------   -----   --------------- --------------- -------

Vl1          Down    192.168.0.1     255.255.255.0   Manual

Vl5          Up      192.168.2.1     255.255.255.0   Manual

No Events found!

Top