Table of Contents

Advertisement

4. Monitoring and Configuring the Machine

route

Use the "route" command to view and control the routing table.
Specified route information display
msh> route get "destination"
• Specify the IPv4 address to destination.
"0.0.0.0" cannot be specified as the destination address.
Enabling/disabling specified IPv4 destination
msh> route active {host|net} "destination" {on|off}
• If you do not specify {host|net}, the host setting is automatically selected.
4
Adding IPv4 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 IPv4 address to destination and gateway.
• If you do not specify {host|net}, the host setting is selected automatically.
• You cannot specify "0.0.0.0" as the destination address.
Setting the Default IPv4 gateway
msh> route add default {gateway}
Deleting specified IPv4 destination from routing table
msh> route delete {host|net} "destination"
• If you do not specify {host|net}, the host setting is automatically selected.
• IPv4 address of destination can be specified.
Setting IPv6 default gateway
msh> route add6 default "gateway"
Adding a specified IPv6 destination to routing table
msh> route add6 "destination" "prefixlen[1-128]" "gateway"
• Specify the IPv6 address to destination and gateway.
• If the prefix of the address is between 1 and 127, the network is selected. If the prefix of the
address is 128, the host is selected.
• You cannot register a record that has the same destination and prefix as a registered record.
• You cannot register a record that uses "0000:0000:0000:0000:0000:0000:0000:0000" as
its destination.
Deleting a specified IPv6 destination from routing table
msh> route delete6 "destination" "prefixlen"
150

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Aficio mp w3601Gwd3006Lw426

Table of Contents