Show Command Support
Use the show subscriber all command to view the configuration related to GTP-U peer IP address.
The following is a sample output of show subscriber all command.
[unknown] smf# show subscriber all
subscriber-details
{
"records": [
{
"keys": [
"pei:imei-123456786666660",
"connectivity:5g",
"upfEpKey:10.5.0.1:10.0.0.2",
"ipv4-range:poolv4/10.0.0.1",
"ipv4-startrange:poolv4/10.0.4.0",
"amf:10.0.0.3",
"supi:imsi-123456789012345",
"rat:nr",
"access:3gpp access",
"pcf:10.0.0.3",
"ipv4-pool:poolv4",
"gpsi:msisdn-9999988888",
"policy:2",
"upf:10.5.0.1",
"peerGtpuEpKey: 10.5.0.1:10.5.0.1",
"udm:10.0.0.3",
"dnn:intershat",
"pcfGroupId:PCF-dnn=;",
"ipv4-addr:poolv4/10.0.4.2"
]
}
]
}
Use the show subscriber count peerGtpuEpKey command to view the number of sessions associated with the specified GTP-U peer and the UPF node.
Important | Use the show subscriber count peerGtpuEpKey command carefully and sensibly as it might impact the system performance. |
The following is a sample output of show subscriber count peerGtpuEpKey command.
smf# show subscriber count peerGtpuEpKey 30.30.30.63:50.50.0.58
subscriber-details
{
"sessionCount": 12568
}