This section includes procedures for managing network routes using the Network Interface Management and Network Route MBeans.

Note
What is a network route?

A network route identifies when a particular network interface will be used when an outbound network dialog is created. It includes:

  • a rule, used to determine when the network route is selected

  • the name of the network interface selected if the rule is satisfied

  • an ordered position within the routing table.

The SIS evaluates network route rules in position order, starting from position 0, until a rule matches.

A SIS instance should also define a default route. A default route has no rule associated with it and is used if no other rule in the routing table is satisfied. The default route always occupies the last position in the routing table. If a default route is not defined for a SIS instance and an attempt to route a dialog results in no matching rule, a routing failure will occur and the dialog will be deemed unroutable.

Network Interface Management MBeans

The Network Interface Management MBeans for SIP and IN include operations for performing the following procedures on a SIS instance:

sis-console command(s) MBean(s) → Operation

Procedure: Add a network route

 addnetworkroute
adddefaultnetworkroute
  Network Interface Management → addRoute
Network Interface Management → addDefaultRoute
 removenetworkroute
removedefaultnetworkroute
  Network Interface Management → removeRoute
Network Interface Management → removeDefaultRoute

Procedure: View network routes

 dumpnetworkroutes
  Network Interface Management → getRoutes

Network Route MBean

The Network Route MBeans for SIP and IN include operations for performing the following procedures on a SIS instance:

sis-console command(s) MBean(s) → Operation
 dumpnetworkroutes
updatenetworkroute
 Network Route → getRule
Network Route → getInterfaceName
Network Route → setRule
Network Route → setInterfaceName
 dumpnetworkroutes
repositionnetworkroute
 Network Route → getPosition
Network Route → reposition
 removenetworkroute
removedefaultnetworkroute
  Network Route → remove
Previous page Next page
SIS Version 3.0.0