Cluster I/O Protocols (CIP) Configuration and Management Manual (H06.16+, J06.05+)
climconfig.route(1)
NAME
climconfig.route -- configure routes
SYNOPSIS
Command to add IPv4 route (non-default):
CLIMCMD {clim-name|ip-address} climconfig route -add
{eth0|eth0:0 | interface} -target ipv4-address {-host | -net}
[-netmask netmask] [-gateway gateway] [-mt metric]
[-minrto time] [-initcwnd number] [-src ipv4-address]
Command to add IPv6 route (non-default):
CLIMCMD {clim-name|ip-address} climconfig route
-add interface -target ipv6-address {-host|-net}
[-netmask netmask] [-gateway gateway] [-mt metric]
[-minrto time] [-initcwnd number]
Command to add default IPv4 route:
CLIMCMD {clim-name|ip-address} climconfig route -add
{eth0|eth0:0|interface} -default -gateway gateway
[-mt metric] [-minrto time] [-initcwnd number]
[-src ipv4-address]
Command to add default IPv6 route:
CLIMCMD {clim-name|ip-address} climconfig route
-add interface -default -gateway gateway [-mt metric]
[-minrto time] [-initcwnd number]
Command to delete IPv4/IPv6 routes:
CLIMCMD {clim-name|ip-address} climconfig route -delete
{ eth0|eth0:0 | interface} [-target ip-address] {-host|-net}
[-netmask netmask] [-gateway gateway] [-default] [-force]
Command to delete default IPv4/IPv6 routes:
CLIMCMD {clim-name|ip-address} climconfig route
-delete { eth0|eth0:0 |interface} -default -gateway gateway
Command to obtain info about a route:
CLIMCMD {clim-name|ip-address} climconfig route
-info [-usrconfig | -obeyform]
Command to add a route to a host in a different network:
CLIMCMD {clim-name| ip-address} climconfig route
-add {eth0|eth0:0|interface} -net -target host-ip
-gateway gateway
climconfig.route Description
This command does the following:
route -add
adds a static route through an interface to specific hosts or networks.
route -delete
deletes a route from an interface.
route -info
displays route information.
PARAMETERS
{-add|-delete} eth0
Specifies the dedicated service LAN interface. Valid only for IPv4 routes.
356










