Users Guide

Table Of Contents
Broadcom NetXtreme-E-UG304-2CS
88
NetXtreme-E User Guide User Guide for Dell Platforms
option dhcp6.client-arch-type code 61 = array of unsigned integer 16;
option dhcp6.name-servers 2015:9:19:ffff::10;
subnet6 2015:9:19:ffff::/64 {
range6 2015:9:19:ffff::11 2015:9:19:ffff::500;
if exists dhcp6.client-arch-type and option dhcp6.client-arch-type = 00:07 {
option dhcp6.bootfile-url "tftp://[2015:9:19:ffff::10]/BOOTX64.EFI ";
} elsif exists dhcp6.client-arch-type and option dhcp6.client-arch-type = 00:00 {
option dhcp6.bootfile-url "tftp://[ 2015:9:19:ffff::10]/pxelinux/pxelinux.0";
}
To restart the network service, run the following command:
service network restart
To restart the DHCPv6 service, run the following command:
service dhcpd6 restart
10.4.1.3 DHCP with VLAN
In /etc/sysconfig/network-scripts, make a copy of the interface file for the interface over which VLAN must be
configured.
Example: ifcfg-p1p1 and ifcfg-p1p1.5
NOTE: 5 indicates that the interface will use VLAN ID 5.
In the new VLAN interface file, add the parameter VLAN=yes.
UUID can be generated for this new interface using the command uuidgen p1p1.5.
In the file /etc/dhcp/dhcpd, add a scope for the VLAN interface so that the DHCP server leases DHCP IPs on the VLAN
interface.
10.4.2 TFTP Configuration
To configure TFTP:
1. Add the TFTP, XINE features.
yum install xinetd, tftpd
2. In the /etc/xinetd.d/tftp file, make the following changes.
service tftp
{
socket_type= dgram
protocol= udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args= -s /var/lib/tftpboot -6
disable = no
per_source= 11
cps = 100 2
flags = IPv6