Name |
Description |
remove-path-map
|
Remove the path map configuration in the global or VTN path map.
Values passed to `map-index' list will be copied to the RPC
output, and `status' field in `vtn-path-map-result' describes
the result of the operation.
`REMOVED' indicates that the path map associated with the map index
has been successfully removed.
Null indicates that the path map is not associated with the map
index in the specified path map.
On failure, one of vtn-error-tag value which indicates the cause
of error is set into application tag in RPC error.
`BADREQUEST' is set if the RPC input contains invalid data.
`NOTFOUND' is set if the VTN specified by the name is not present.
`INTERNALERROR' is set if the operation failed due to internal
error.
|
set-path-map
|
Create or modify the global or VTN path map.
This operation takes a list of `vtn-path-map-config', and
put all configurations into the specified path map list.
If the name of the VTN is specified, the given path maps are
configured as the VTN path map. Otherwise they are configured as
the global path map.
Path map indices specified in the RPC input will be copied to the
RPC output, and `status' field in `vtn-path-map-result' describes
the result of the operation.
`CREATED' indicates that the path map configuration specified by
the index value has been newly created.
`CHANGED' indicates that the path map configuration specified by
the index value has been successfully changed.
Null indicates that the path map configuration specified by the
index value was not changed.
On failure, one of vtn-error-tag value which indicates the cause
of error is set into application tag in RPC error.
`BADREQUEST' is set if the RPC input contains invalid data.
`NOTFOUND' is set if the VTN specified by the name is not present.
`INTERNALERROR' is set if the operation failed due to internal
error.
|
clear-path-map
|
Remove all the path map configurations present in the global or
VTN path map container.
`status' in RPC output descripts the result of the operation.
`REMOVED' indicates that at least one path map in the specified
path map container has been removed.
Null indicates that no configuration is present in the specified
path map.
On failure, one of vtn-error-tag value which indicates the cause
of error is set into application tag in RPC error.
`BADREQUEST' is set if the RPC input contains invalid data.
`NOTFOUND' is set if the VTN specified by the name is not present.
`INTERNALERROR' is set if the operation failed due to internal
error.
|