...
| Code Block |
|---|
lnetctl policy add --src <ip>@<net type> --dst <ip>@<net type> --<action-type> <context dependent value> ex: lnetctl policy add --src 10.10.10.2@o2ib1 --dst 10.10.10.4@o2ib1 --priority 1 |
...
Router Rules
Net Pair Rules is a generalization of the NID Pair Rules. It attempts to give a priority for all NIDs on two different networks. This can be used to control traffic heading to a remote network
Syntax
| Code Block |
|---|
lnetctl policy add --src *@<net type> --dst *@<net type> --<action-type> <context dependent value>
ex:
lnetctl policy add --src *@o2ib1 --dst *@o2ib2 --priority 0 |
Router Rules
Router Rules define which set of routers to use. When defining a network there could be paths which are more optimal than others. To have more control over the path traffic takes, admins configure interfaces on different networks, and split up the router pools among the networks. However, this results in complex configuration, which is hard to maintain and error prone. It is much more desirable to configure all interfaces on the same network, and then define which routers to use when sending to a remote peer. Router Rules allow this functionality
Syntax
| Code Block |
|---|
lnetctl policy add --dst <ip>@<net type> --rte <ip>@<net type> --<action-type> <context dependent value>
ex:
lnetctl policy add --dst 10.10.10.2@o2ib3 --rte 10.10.10.[5-8]@o2ib --priority 0 |
User Interface
Command Line Syntax
Below is the command like syntax for managing UDSPs
Router Rules define which set of routers to use. When defining a network there could be paths which are more optimal than others. To have more control over the path traffic takes, admins configure interfaces on different networks, and split up the router pools among the networks. However, this results in complex configuration, which is hard to maintain and error prone. It is much more desirable to configure all interfaces on the same network, and then define which routers to use when sending to a remote peer. Router Rules allow this functionality
Syntax
| Code Block |
|---|
lnetctl policy add --dst <ip>@<net type> --rte <ip>@<net type> --<action-type> <context dependent value>
ex:
lnetctl policy add --dst 10.10.10.2@o2ib3 --rte 10.10.10.[5-8]@o2ib --priority 0 |
User Interface
Command Line Syntax
Below is the command like syntax for managing UDSPs
| Code Block |
|---|
| Code Block |
# Adding a local network udsp # if multiple local networks are available, each one can have a priority. # The one with the highest priority is preferred lnetctl policy add --src *@<net type> --<action type> <action context sensitive value> --idx <value> --src: is defined in ip2nets syntax. '*@<net type>' syntax indicates the network. This is not to be confused with '*.*.*.*'@<net type>' which indicates all NIDs in this network. --<action type>: 'priority' is the only implemented action type --<action context sensitive value>: is a value specific to the action type. For 'priority' it's a value for [0 - 255] --idx: The index of where to insert the rule. If it's larger than the policy list it's appended to the end of the list. If not specified the default behavior is to append to the end of the list # Adding a local NIDnetwork udsp # Afterif amultiple local networknetworks isare chosen.available, Ifeach thereone arecan multiplehave NIs in the network thea priority. # The one with the highest priority is preferred. lnetctlnetctl policy add --src <Address descriptor>@<net*@<net type> --<action type> <action context sensitive value> --idx <value> --src: is defined in ip2nets syntax. '*@<net type>' syntax indicates the network. --idx <value> --src: the address descriptor defined in ip2nets syntax as described in the manual This is not to be confused with '*.*.*.*'@<net type>' which indicates all <netNIDs type>in is something like: tcp1, o2ib2this network. --<action type>: 'priority' is the only implemented action type --<action context sensitive value>: is a value specific to the action type. For 'priority' it's a value for [0 - 255] --idx: The index of where to insert the rule. If it's larger than the policy list it's appended to the end of the list. If not specified the default behavior is to append to the end of the list # Adding a remotelocal NID udsp # When selecting a peer NID select the After a local network is chosen. If there are multiple NIs in the network the # one with the highest priority is preferred. lnetct policy add --dstsrc <Address descriptor>@<net type> --<action type> <action context sensitive value> --idx <value> --dstsrc: the address descriptor defined in ip2nets syntax as described in the manual <net type> is something like: tcp1, o2ib2 --<action type>: 'priority' is the only implemented action type --<action context sensitive value>: is a value specific to the action type. For 'priority' it's a value for [0 - 255] --idx: The index of where to insert the rule. If it's larger than the policy list it's appended to the end of the list. If not specified the default behavior is to append to the end of the list # Adding a NID pair udsp # When this rule is flattented the local NIDs which match the rule are added on a list # on the peer NIs matching the rule. When selecting the peer NI, the one with the # local NID being used on its list is preferred. lnetct policy add --src <Address descriptor>@<net type> --dst <Address descriptor>@<net type> --<action type> <action context sensitive value> --idx <value> --src: the address descriptor defined in ip2nets syntax as described in the manual <net type> is something like: tcp1, o2ib2 behavior is to append to the end of the list # Adding a remote NID udsp # When selecting a peer NID select the one with the highest priority. lnetct policy add --dst <Address descriptor>@<net type> --<action type> <action context sensitive value> --idx <value> --dst: the address descriptor defined in ip2nets syntax as described in the manual <net type> is something like: tcp1, o2ib2. Destination NIDs can be local or remote. --<action type>: 'priority' is the only implemented action type --<action context sensitive value>: is a value specific to the action type. For 'priority' it's a value for [0 - 255] --idx: The index of where to insert the rule. If it's larger than the policy list it's appended to the end of the list. If not specified the default behavior is to append to the end of the list # Adding a networkNID pair udsp # TBD: do we need this rule? lnetctl policy add --src *@<net type> --dst *@<net type> --<action type> <action context sensitive value> --idx <value> --src: is defined in ip2nets syntax. '*@<net type>' syntax indicates the network. This is not to be confused with '*.*.*.*'@<net type>' which indicates all NIDs in this network. --dst: is defined in ip2nets syntax, same as the src. Destination network needs to be a remote network, not a local network. IE, messages need to be routed to get to that network. --<action type>: 'priority' is the only implemented action type --<action context sensitive value>: is a value specific to the action type. For 'priority' it's a value for [0 - 255]When this rule is flattented the local NIDs which match the rule are added on a list # on the peer NIs matching the rule. When selecting the peer NI, the one with the # local NID being used on its list is preferred. lnetct policy add --src <Address descriptor>@<net type> --dst <Address descriptor>@<net type> --idx <value> --src: the address descriptor defined in ip2nets syntax as described in the manual <net type> is something like: tcp1, o2ib2 --dst: the address descriptor defined in ip2nets syntax as described in the manual <net type> is something like: tcp1, o2ib2. Destination NIDs can be local or remote. --idx: The index of where to insert the rule. If it's larger than the policy list it's appended to the end of the list. If not specified the default behavior is to append to the end of the list # Adding a Router udsp # similar to the NID pair udsp. The router NIDs matching the rule are added on a list # on the peer NIs matching the rule. When sending to a remote peer, the router which # has its nid on the peer NI list is preferred. lnetct policy add --dst <Address descriptor>@<net type> --rte <Address descriptor>@<net type> --<actionrte type><Address <action context sensitive value>descriptor>@<net type> --idx <value> --dst: the address descriptor defined in ip2nets syntax as described in the manual <net type> is something like: tcp1, o2ib2 --rte: the address descriptor defined in ip2nets syntax as described in the manual <net type> is something like: tcp1, o2ib2. --<action type>: 'priority' is the only implemented action type --<action context sensitive value>: is a value specific to the action type. For 'priority' it's a value for [0 - 255] --idx: The index of where to insert the rule. If it's larger than the policy list it's appended to the end of the list. If not specified the default behavior is to append to the end of the list # show all policies in the system. # the policies are dumped in YAML form. # Each policy is assigned an index. # The index is part of the policy YAML block lnetctl policy show # to delete a policy the index must be specified. # The normal behavior then is to firsh show the list of policies # grab the index and use it in the delete command. lnetctl policy del --idx <value> # generally, the syntax is as follows lnetctl policy <add | del | show> --src: ip2nets syntax specifying the local NID to match --dst: ip2nets syntax specifying the remote NID to match --rte: ip2nets syntax specifying the router NID to match --priority: Priority to apply to rule matches --idx: Index of where to insert the rule. By default it appends to the end of the rule list |
...