To display network routes, use the following sis-console command or related MBean operation.

Console commands

dumpnetworkroutes

Command

dumpnetworkroutes <ra-entity> <interface-type>
    Display all network routes
Note This command displays the network routing table for the specified network interface type.

Example

$ ./sis-console dumpnetworkroutes sis IN
$ ./sis-console dumpnetworkroutes sis IN
position     interface        rule
-----------  --------------  -----------------------------------------------------
          0   external-scp    dest-address type=C7,ri=gt,digits=3460100,gti=2,tt=0
          1   external-scp    dest-address type=C7,ri=gt,digits=3460200,gti=2,tt=0
 2147483647   default                                                      default
3 rows

MBean operation

MBean

getRoutes

Operation

public TabularData getRoutes(NetworkInterfaceType type)
    throws NullPointerException, ManagementException;
Note This operation returns the network routes in the form of an MBean CompositeData object.
Previous page Next page
SIS Version 2.5.4