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

3550 dhcp relay

lcaruso
Level 6
Level 6

Hi,

I'm going to configure dhcp relay on a 3550 running 12.1. Can anyone provide a configuration example?

Do I need more than an ip helper address?

Thanks.

2 Accepted Solutions

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Correct, all you need is ip helper-address

HTH

View solution in original post

srikanth ath
Level 4
Level 4
hi here is the dhcp relay agent configuration example

  1. Switch# configure terminal
  2. Enter configuration commands, one per line.  End with CNTL/Z.
  3. Switch(config)# service dhcp
  4. Switch(config)# ip dhcp relay information option
  5. Switch(config)# interface vlan 10
  6. Switch(config-if)# ip address 10.0.0.1 255.0.0.0
  7. Switch(config-if)# ip helper-address 30.0.0.2
  8. Switch(config-if)# exit
  9. Switch(config)# interface range gigabitethernet0/1 - 2
  10. Switch(config-if)# switchport mode access
  11. Switch(config-if)# switchport access vlan 10
  12. Switch(config-if)# exit

you can go through the document

http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_13_ea1/configuration/guide/swdhcp82.html

View solution in original post

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Correct, all you need is ip helper-address

HTH

srikanth ath
Level 4
Level 4
hi here is the dhcp relay agent configuration example

  1. Switch# configure terminal
  2. Enter configuration commands, one per line.  End with CNTL/Z.
  3. Switch(config)# service dhcp
  4. Switch(config)# ip dhcp relay information option
  5. Switch(config)# interface vlan 10
  6. Switch(config-if)# ip address 10.0.0.1 255.0.0.0
  7. Switch(config-if)# ip helper-address 30.0.0.2
  8. Switch(config-if)# exit
  9. Switch(config)# interface range gigabitethernet0/1 - 2
  10. Switch(config-if)# switchport mode access
  11. Switch(config-if)# switchport access vlan 10
  12. Switch(config-if)# exit

you can go through the document

http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_13_ea1/configuration/guide/swdhcp82.html

thanks much!

Review Cisco Networking products for a $25 gift card