cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
707
Views
0
Helpful
3
Replies

Switch Basics configuratio

velfir
Level 1
Level 1

Hi,

We have 2 2950 switch, new ones.

I want to add an ip address to those switch but i cant find the command to do it, and every white paper i read about that give the ip address command which gives me an error message when i type it on tge switch...

If u know how ti do that plz, let me a simple walkthrought...

Thx

1 Accepted Solution

Accepted Solutions

DWAM_2
Level 3
Level 3

Hello,

If you work with one Vlan,

enable mode,

conf t

int vlan 1

ip address 192.168.0.1 255.255.255.0 <- ip adress of the switch.

no shutdown

exit

exit

wr.

Else you have got the configure mode :

enable mode

configure and follow the guide lines.

Regards.

View solution in original post

3 Replies 3

DWAM_2
Level 3
Level 3

Hello,

If you work with one Vlan,

enable mode,

conf t

int vlan 1

ip address 192.168.0.1 255.255.255.0 <- ip adress of the switch.

no shutdown

exit

exit

wr.

Else you have got the configure mode :

enable mode

configure and follow the guide lines.

Regards.

Perfect...U couldn't be more clear

Many Thx