Creating helper address using dhcp server, Configuring a static nat source translation – Brocade Communications Systems RFS6000 User Manual
Page 416

414
Brocade Mobility RFS4000, RFS6000 and RFS7000 CLI Reference Guide
53-1001931-01
Interface config commands
12
Creating helper address using DHCP server
Follow the steps below to create a helper address on VLAN 2000 for using a DHCP server on VLAN
1000:
RFController(config)#interface vlan 1000
RFController(config-if)#ip address 172.168.100.1/24
RFController(config-if)#interface vlan 2000
RFController(config-if)#ip address 172.168.200.1/24
RFController(config-if)#ip helper-address 172.168.100.10
RFController(config-if)#
Configuring a static NAT source translation
The example below displays static NAT source translation:
RFController(config)#interface vlan 1000
RFController(config-if)#ip nat inside
RFController(config-if)#interface vlan 2000
RFController(config-if)#ip nat outside
RFController(config)#ip nat inside source static 172.168.200.10 157.235.205.57
RFController(config)#