interface/{interface-type}/{interface-name}/ip/dhcp/relay/gateway

Configures the IP DHCP Relay on a Layer 3 gateway interface.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/5</name>
		<ip>
			<interface-te-dhcp-conf xmlns="urn:brocade.com:mgmt:brocade-dhcp">
				<dhcp>
					<relay>
						<gateway>1.1.1.1</gateway>
					</relay>
				</dhcp>
			</interface-te-dhcp-conf>
		</ip>
	</ethernet>
</interface>

Parameters

name
Specifies the interface name
gateway
Specifies the IPv4 gateway address of the DHCP server where the DHCP client requests are to be forwarded