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

dhcp nexus 5548up

jimenez_cesar
Level 1
Level 1

Hi,  I am new to nexus switches  and I am trying to configure dhcp. We have a USC sever C series configure as a DHCP sever connected to 5596up trunk to 5548up from the 5548 fabric extender we have few printers connected that require dhcp. Can any one point me in the right direction?

1 Reply 1

Hi,

Considering vlan on which you placed your printers, you must determine DHCP ip address on their default gateway.

For example if your printers are in vlan 200,

!

int vlan 200

 ip address 192.168.1.1 255.255.255.0

ip helper-address <ip address of your DHCP server>

 

note that if dhcp server is in another vlan you must have ip routing enabled on your switch.

 

HTH

Houtan