212 Dell PowerConnect 55xx Systems User Guide– Next Hop — Enter the IP address to which the packet is forwarded onthe route to the destination address. This is typically the address of aneighboring switch.– Route Type — Select the route type. The possible options are:• Reject — Rejects the route and stops routing to the destinationnetwork via all gateways. This ensures that if a frame arrives withthe destination IP of this route, it is dropped.• Remote — The route is a remote path.– Metric (1-255) — Enter the administrative distance (cost) to thedestination.Defining IPv4 Static Routing Using CLI CommandsThe following table summarizes the CLI commands for configuring IPv4static routing.The following is an example of the CLI command:Table 9-24. IPv4 Static Routing CLI CommandsCLI Command Descriptionip routingno ip routingEnables IPv4 Routing.Use the no format of thecommand to disable IPv4Routing.ip route prefix {mask|prefix-length} ip-address-next-hop[metric distance] [reject-route]no ip route prefix {mask|prefix-length} [ip-address-next-hop]Configures static routes.Use the no form of thiscommand to remove staticroutes.show ip route Displays the current routingtable state.console(config)# ip route prefix 192.168.1.1 /810.5.234.255 metric 3 reject-route