Monitoring and Configuring the Printer
195
route
Use the “route” command to control the routing table.
❖
All route information display
msh> route
❖
Specified route information display
msh> route “destination”
• Specify the IP address to destination.
❖
Enabling/disabling Specified Destination
msh> route active {host|net} “destination” {on | off}
• You can turn the specified destination on or off. Host becomes the default
setting.
❖
Adding Routing Table
msh> route add {host|net} “destination” “gateway”
• Adds a host or network route to “destination”, and a gateway address to
“gateway” in the table.
• Specify the IP address to destination and gateway.
• Host becomes the default setting.
❖
Setting Default Gateway
msh> route add default gateway
❖
Deleting Specified destination from Routing Table
msh> route delete {host|net} “destination”
• Host becomes the default setting.
• IP address of destination can be specified.
❖
Route Flush
msh> route flush
❒
The maximum number of routing tables is 16.
❒
Set a gateway address when communicating with devices on an external net-
work.
❒
The same gateway address is shared by all interfaces.