Configuration Verification

To verify the configuration

show full-configuration profile dnn dnn1 
profile dnn dnn1
 ims mark qci [ 2 3 4 ]

Based on the QCI marking as IMS, volteSession and volteBearer flags are set internally when you execute show subscriber command.

This section provides sample output.

show subscriber namespace sgw imsi 123456789012348
subscriber-details
{
  "subResponses": [
    {
      "status": true,
      "genericInfo": {
        "imsi": "imsi-123456789012348",
        "mei": "imei-123456786666660",
        "msisdn": "msisdn-223310101010101",
        "accessType": "EUTRAN",
        "plmnId": {
          "mcc": "123",
          "mnc": "456"
        },
        "sgwProfileName": "sgw1",
        "unAuthenticatedImsi": "No"
      },
      "s11cInterfaceInfo": {
        "sgwTeid": "[0x12000147] 301990215",
        "sgwIPv4Address": "209.165.201.19",
        "mmeTeid": "[0x62b5] 25269",
        "mmeIPv4Address": "209.165.201.20"
      },
      "pdnInfoList": {
        "totalPdn": 1,
        "pdnInfo": [
          {
            "pdnId": "PDN-1",
            "apn": "intershat",
            "attachType": "Initial Attach",
            "sgwRelocState": "N/A",
            "operatorPolicyName": "N/A",
            "dnnProfileName": "N/A",
            "defaultEbi": 5,
            "pdnType": "IPv4",
            "allocatedIPv4": "209.165.201.26",
            "apnSelectionMode": "Subscribed",
            "ambrUplink": "10 Kbps",
            "ambrDownlink": "20 Kbps",
            "s5cInterfaceInfo": {
              "sgwTeid": "[0x52000147] 1375732039",
              "sgwIPv4Address": "209.165.201.19",
              "pgwTeid": "[0x339a] 13210",
              "pgwIPv4Address": "209.165.201.18"
            },
            "sxaInterfaceInfo": {
              "selectedUP": "209.165.201.20",
              "upEpKey": "209.165.201.20:209.165.201.19",
              "cpSeid": "[0x1200014752000147] 1297038098512740679",
              "upSeid": "[0x2712] 10002"
            },
            "bearerInfoList": {
              "totalBearer": 1,
              "bearerInfo": [
                {
                  "bearerId": "Bearer-1",
                  "state": "Connected",
                  "ebi": 5,
                  "isDefaultBearer": true,
                  "qosInfo": {
                    "qci": 6,
                    "arp": 113
                  },
                  "s1uInterfaceInfo": {
                    "sgwTeid": "[0x62b7] 25271",
                    "sgwIPv4Address": "209.165.200.226",
                    "eNodeBTeid": "[0x62b8] 25272",
                    "eNodeBIPv4Address": "209.165.201.20"
                  },
                  "s5uInterfaceInfo": {
                    "sgwTeid": "[0x62b6] 25270",
                    "sgwIPv4Address": "209.165.201.1",
                    "pgwTeid": "[0x339b] 13211",
                    "pgwIPv4Address": "209.165.201.18"
                  },
                  "chargingId": 303174163
                }
              ]
            },
            "uli": {
              "mcc": "123",
              "mnc": "456",
              "tac": "0x92a",
              "eci": "0x12d687"
            },
            "uetimeZone": {
              "timeZone": "+0:15",
              "dayLightSavingTime": "+1 hour"
            },
            "plmnType": "VISITOR"
          }
        ]
      }
    }
  ]
}