show userplane all

This section describes show commands that help in debugging issues.

show userplane all

  • Node IP and end point

  • Capacity and priority

  • Serving DNN list

  • Primary and peer node manager instance

  • Load seq and load metrics

  • Connected time

  • Usable threshold hit for primary and secondary node manager

The following is an example of the show command output

[smf] smf# show userplane all 
result 
{
  "209.165.200.230:209.165.200.244": {
    "NodeIdType": 1,
    "NodeId": "209.165.200.228",
    "NodePort": 8805,
    "NodeStatus": 2,
    "Capacity": 65535,
    "Priority": 65535,
    "DnnList": [
      "intershat",
      "intershat1",
      "intershat2",
      "intershat3"
    ],
    "PrimaryNodeMgrInst": {
      "InstanceId": 1,
      "IsActive": true
    },
    "PeerNodeMgrInst": {
      "IsActive": true
    },
    "EpIp": "209.165.200.244",
    "EpPort": 8805,
    "UpEpKey": "209.165.200.230:209.165.200.244",
    "recoveryInfo": {
      "SvcRecoveryTime": 3820194022,
      "PeerRecoveryTime": 3817503651
    },
    "ConnectedTime": 3820194461,
    "IntfType": 1,
    "UpProfName": "upf1",
    "OverloadTimer": {},
    "NegotiatedCPFeatures": 2147483648
  }
}