Extreme Networks 200 Series Switch User Manual


 
204 Summit 200 Series Switch Installation and User Guide
IP Unicast Routing
Configuring DHCP/BOOTP Relay
Once IP unicast routing is configured, you can configure the switch to forward Dynamic Host
Configuration Protocol (DHCP) or BOOTP requests coming from clients on subnets being serviced by
the switch and going to hosts on different subnets. This feature can be used in various applications,
including DHCP services between Windows NT servers and clients running Windows 95. To configure
the relay function, follow these steps:
1 Configure VLANs and IP unicast routing.
2 Enable the DHCP or BOOTP relay function, using the following command:
enable bootprelay
3 Configure the addresses to which DHCP or BOOTP requests should be directed, using the following
command:
config bootprelay add <ipaddress>
To delete an entry, use the following command:
config bootprelay delete {<ipaddress> | all}
Verifying the DHCP/BOOTP Relay Configuration
To verify the DHCP/BOOTP relay configuration, use the following command:
show ipconfig
This command displays the configuration of the BOOTP relay service, and the addresses that are
currently configured.
disable icmp time-exceeded {vlan <name>} Disables the generation of ICMP time exceeded
messages. If a VLAN is not specified, the
command applies to all IP interfaces.
disable icmp timestamp {vlan <name>} Disables the generation of ICMP timestamp
response messages. If a VLAN is not specified,
the command applies to all IP interfaces.
disable icmp unreachables {vlan <name>} Disables the generation of ICMP network
unreachable messages and host unreachable
messages. If a VLAN is not specified, the
command applies to all IP interfaces.
disable icmp useredirects Disables the changing of routing table information
when an ICMP redirect message is received.
disable ipforwarding {vlan <name>} Disables routing for one or all VLANs.
disable ipforwarding broadcast {vlan
<name>}
Disables routing of broadcasts to other networks.
disable irdp {vlan <name>} Disables the generation of router advertisement
messages on one or all VLANs.
unconfig icmp Resets all ICMP settings to the default values.
unconfig irdp Resets all router advertisement settings to the
default values.
Table 59: Router Reset and Disable Commands (continued)
Command Description