| |
Exists on Condition | /system/isOAM ='true' |
Parameter | Description | |
---|---|---|
ceName | The name of the compute element that hosts this static route. | |
destIpAddress | The destination IP address of this route. This object may not take a Multicast (Class D) address value. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the ipCidrRouteMask object is not equal to x. | |
prefix | Indicates the prefix for the destination address before being compared to the value in the ipCidrRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipCidrRouteMask by reference to the IP Ad- dress Class. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the ipCidrRouteDest object is not equal to ipCidrRoute- Dest. | |
nextHop | On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0. | |
ipInterfaceName | The name which identifies the local interface through which the next hop of this route should be reached. | |
protocol | The routing mechanism via which this route was learned. Inclusion of values for gateway rout- ing protocols is not intended to imply that hosts should support those protocols. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListIpRoute:ipRouteStatus={ceName},{destIpAddress},{prefix},{nextHop},{ipInterfaceName} |