cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
187
Views
0
Helpful
1
Replies

DHCP

lformelli
Level 1
Level 1

Does somebody tell me how if is possible and how configure an a Catalyst 2950 to acquire the only ip address for Vlan 1 ?

Thanks

Lorenzo

1 Reply 1

aashish.c
Level 4
Level 4

Hi,

If i understand correctly, you want that Interface of Vlan 1 should get an IP address from DHCP server. If this is the case it is not possible. You have to asign the IP to Vlan interfaces.

Or, If you want that hosts in Vlan 1 should pick up the IP addresses from DHCP then you need t apply the folliwng command "

switch(config)# int vlan 1

switch(config-if)#ip helper-address x.x.x.x

x.x.x.x is the ip address of DHCP server.

Kinldy let me know if you have any further questions.