C613-50631-01 Rev A Command Reference for IE340 Series 3083
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP) COMMANDS
ROUTE
route
Overview This command allows the DHCP server to provide static routes to clients.
Syntax
route A.B.C.D/M A.B.C.D {both|opt249|rfc3442}
Mode DHCP Configuration
Examples To distribute static routes for route 0.0.0.0/0 whose next hop is 192.16.1.1 to clients
using both opt249 and rfc3442, use the command:
awplus# configure terminal
awplus(config)# ip dhcp pool pubic
awplus(dhcp-config)# route 0.0.0.0/0 192.16.1.1 both
Related
commands
ip dhcp pool
Parameter Description
A.B.C.D/M Subnet for the route
A.B.C.D Next hop for the route
both opt249 and rft3442
opt249 Classless static route option for DHCP
rfc3442 Classless static route option for DHCP