2.21.2.2 MMI Managed Objects for CAP/INAP Filtering
MMI information associated with vSTP generated CAP/INAP Filtering can be configured from a DSR NOAM or SOAM from .
Once the MMI API Guide gets opened, use the application navigation to locate specific vSTP managed object information.
The following table lists the managed objects and operations supported for CAP/INAP Filtering:
| Managed Object Name | Supported Actions |
|---|---|
| GTT Sets | GET, PUT, POST, DELETE |
| Global Title Addresses | GET, PUT, POST, DELETE |
gttsets - Insert
To insert:
Create a file with following content to set value for the gttSetType parameter. File name could be anything, for
example option name can be used as
filename:
{
"domain": “Itu",
"gttSetType": “Skbcsm",
"name": "set1"
}Execute the following command on Active SOAM to update the data:
/vstp/gttsets –v POST –r <filename>.json
Execute the following command to display the
content:
vstp/gttsets
{
"configurationLevel": "1",
"domain": “Itu",
"gttSetType": “Skbcsm",
"name": "set1"
}
globaltitleaddresses - Insert
To insert:
Create a file with following content to set value for the bcsm and sk parameter. File name
could be anything, for example option name can be used as
filename:
{
"bcsm": "ab“,
"ccgt": false,
"cgGtmod": false,
"cgpcaction": "Dflt",
"fallback": "Sysdflt",
"gttSetName": "skbcsm",
"routingIndicator": “Gt",
"rspName": "rsp1",
"sk": "04c1b1“,
"translateIndicator": "Dpc“
}Execute the following command on Active SOAM to update the data:
/vstp/globaltitleaddresses –v POST –r <filename>.json
Execute the following command to display the
content:
vstp/globaltitleaddresses
{
"bcsm": "ab“,
"ccgt": false,
"cgGtmod": false,
"cgpcaction": "Dflt",
"configurationLevel": "402",
"fallback": "Sysdflt",
"gttSetName": "skbcsm",
"routingIndicator": “Gt",
"rspName": "rsp1",
"sk": "04c1b1“,
"translateIndicator": "Dpc",
"uniqueIdentifier": "e9f9edc0-1018-4169-a181-564ff616b4be"
}