Blade ICE G8124-E Personal Computer User Manual


 
BLADEOS 6.5.2 Application Guide
BMD00220, October 2010 Chapter 1: Switch Administration 37
Global BOOTP Relay Agent Configuration
To enable the G8124 to be a BOOTP (or DHCP) forwarder, enable the BOOTP relay feature,
configure up to four global BOOTP server IPv4 addresses on the switch, and enable BOOTP relay
on the interface(s) on which the client requests are expected.
Generally, you should configure BOOTP for the switch IP interface that is closest to the client, so
that the BOOTP server knows from which IPv4 subnet the newly allocated IPv4 address should
come.
In the G8124 implementation, there are no primary or secondary BOOTP servers. The client request
is forwarded to all the global BOOTP servers configured on the switch (if no domain-specific
servers are configured). The use of multiple servers provide failover redundancy. However, no
health checking is supported.
1. Use the following commands to configure global BOOTP relay servers:
2. Enable BOOTP relay on the appropriate IP interfaces.
BOOTP/DHCP Relay functionality may be assigned on a per-interface basis using the following
commands:
Domain-Specific BOOTP Relay Agent Configuration
Use the following commands to configure up to four domain-specific BOOTP relay agents for each
of up to 10 VLANs:
As with global relay agent servers, domain-specific BOOTP/DHCP functionality may be assigned
on a per-interface basis (see Step 2 in page 37).
RS G8124(config)# ip bootp-relay enable
RS G8124(config)# ip bootp-relay server <1-4> address <IPv4 address>
RS G8124(config)# interface ip <interface number>
RS G8124(config-ip-if)# relay
RS G8124(config-ip-if)# exit
RS G8124(config)# ip bootp-relay bcast-domain <1-10> vlan <VLAN number>
RS G8124(config)# ip bootp-relay bcast-domain <1-10> server <1-4>
address <IPv4 address>
RS G8124(config)# ip bootp-relay bcast-domain <1-10> enable