Exec Mode show Commands (D-G)

This section includes the commands show dhcp through show gtpu-service.

The Exec Mode is the initial entry point into the command line interface system. Exec mode show commands are useful in troubleshooting and basic system monitoring.

IMPORTANT:

The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s).

show dhcp

Displays counter information pertaining to Dynamic Host Configuration Protocol IPv4 (DHCP) functionality based on specific criteria.

Platform:

ASR 5000

Product:

GGSN, ASN-GW, P-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show dhcp [ counters | full | summary ] [ all | apn apn_name | callid id | chaddr mac_address | dhcp-service svc_name | imsi imsi | msid msid | server server_address | statistics [ dhcp-service svc_name | server server_address ] | status [ dhcp-service svc_name | server server_address ] | user-address address | username name ] [wf1] [ | { grep grep_options | more } ]
counters

Displays DHCP counter information.

full

Displays all available information pertaining to the criteria specified.

summary

Displays a summary of the DHCP statistics.

all

Displays counter information for each active PDP context.

apn apn_name

Displays information based on an existing Access Point Name (APN) specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

callid id

Displays information for an existing call identification number specified as a 4-digit hexadecimal number.

chaddr mac_address

Displays information for a mobile node specified by its MAC address.

dhcp-service svc_name

Displays information for an existing DHCP service specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

imsi imsi

Displays information for an International Mobile Subscriber Identity (IMSI) specified as a string of 1 to 15 digits.

msid msid

Displays information for a Mobile Subscriber Identity (MSID) specified as a string of 1 to 15 digits.

server server_address

Displays information for a DHCP server specified by its IP address in IPv4 dotted-decimal notation.

statistics [ dhcp-service svc_name | server server_address

Displays DHCP statistics for either a specific or for all DHCP services and servers configured.

dhcp-service svc_name: Displays statistics for a DHCP service specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

server server_address: Displays statistics for a DHCP server specified by its IP address in IPv4 dotted-decimal notation.

status [ dhcp-service svc_name | server server_address

Displays configuration information for either a specific or for all DHCP services and servers configured.

dhcp-service svc_name: Displays statistics for a DHCP service specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

server server_address: Displays statistics for a DHCP server specified by its IP address in IPv4 dotted-decimal notation.

user-address address

Displays information for a DHCP-assigned user IP address specified in IPv4 dotted-decimal notation.

username name

Displays information for a subscriber specified as an alphanumeric string of 1 through 127 characters (including wildcards “$” and “*”) that is case sensitive.

wf1

Displays all available information for associated filter keyword in wide-format number 1.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Counters pertaining to DHCP functionality can be displayed as cumulative values or for specific APNs, PDP contexts, servers, or DHCP services.


Example:
The following command displays DHCP counter information for a DHCP service called DHCP-Gi:
show dhcp dhcp-service
DHCP-Gi
The following command displays DHCP counter information for a DHCP Call ID 01ca11a2:
show dhcp call-id
DHCP-Gi
The following command displays DHCP information for the specified mobile node:
show dhcp chaddr 00:05:47:00:37:44

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show dhcp-service

Displays information for either a specific or for all Dynamic Host Configuration Protocol IPv4 (DHCP) services.

Platform:

ASR 5000

Product:

GGSN, ASN-GW, P-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show dhcp-service { all | name svc_name } [ | { grep grep_options | more } ]
all

Displays information for all configured DHCP services.

name svc_name

Displays information for a DHCP service name specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

This command is used to verify the configuration of one or all DHCP services for monitoring or troubleshooting purposes. The output is a concise listing of DHCP service parameter settings.

If this command is executed from within the local context with the all keyword, information for all DHCP services configured on the system will be displayed.


Example:
The following command displays configuration information for a DHCP service called dhcp1:
show dhcp-service
name dhcp1

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show dhcpv6

Displays counter information pertaining to Dynamic Host Configuration Protocol IPv6 (DHCPv6) functionality based on specific criteria.

Platform:

ASR 5000

Product:

GGSN, ASN-GW, P-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show dhcpv6 [ counters | full | summary ] [ all | callid id  | server server_address | service svc_name| statistics [ dhcp-service svc_name | server server_address ] | status [ dhcp-service svc_name | server server_address ] [ | { grep grep_options | more } ]
counters

Displays DHCPv6 counter information.

full

Displays all available information pertaining to the criteria specified.

summary

Displays a summary of the DHCPv6 statistics.

all

Displays counter information for each active PDP context.

callid id

Displays information for an existing call identification number specified as an 8-digit hexadecimal number.

server server_address

Displays information for a DHCPv6 server specified by its IP address in IPv6 colon-separated-hexadecimal notation.

statistics [ dhcp-service svc_name | server server_address

Displays DHCPv6 statistics for either a specific or for all DHCPv6 services and servers configured.

dhcp-service svc_name: Displays statistics for a DHCPv6 service specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

server server_address: Displays statistics for a DHCPv6 server specified by its IP address in IPv6 colon-separated-hexadecimal notation.

status [ dhcp-service svc_name | server server_address

Displays configuration information for either a specific or for all DHCPv6 services and servers configured.

dhcp-service svc_name: Displays statistics for a DHCPv6 service specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

server server_address: Displays statistics for a DHCPv6 server specified by its IP address in IPv6 colon-separated-hexadecimal notation.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Counters pertaining to DHCP IPv6 functionality can be displayed as cumulative values or for specific APNs, PDP contexts, servers, or DHCPv6 services.


Example:
The following command displays DHCPv6 status information for a DHCPv6 service called DHCPv6-Gi:
show dhcpv6 status
service DHCPv6-Gi

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show dhcpv6-client-profile

Displays configuration information for a specific or all Dynamic Host Configuration Protocol IPv6 (DHCPv6) client profiles.

Platform:

ASR 5000

Product:

GGSN, ASN-GW, P-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show dhcpv6-client-profile [ all | name profile_name ] | { grep grep_options | more }
all

Displays configuration information for all DHCPv6 client profiles.

name profile_name

Displays profile configuration information for an existing DHCPv6 client profile specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to display configuration information for one or all DHCPv6 client profiles.


Example:
The following command displays all DHCPv6 client profiles:
show dhcpv6-client-profile all
show dhcpv6-server-profile

Displays configuration information for a specific or all Dynamic Host Configuration Protocol IPv6 (DHCPv6) server profiles.

Platform:

ASR 5000

Product:

GGSN, ASN-GW, P-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show dhcpv6-server-profile [ all | name profile_name ] | { grep grep_options | more }
all

Displays configuration information for all DHCPv6 server profiles.

name profile_name

Displays profile configuration information for an existing DHCPv6 server profile specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to display configuration information for one or all DHCPv6 server profiles.


Example:
The following command displays all DHCPv6 server profiles:
show dhcpv6-server-profile all
show dhcpv6-service

Displays service information and configuration counters for a specific or all Dynamic Host Configuration Protocol IPv6 (DHCPv6) services.

Platform:

ASR 5000

Product:

GGSN, ASN-GW, P-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show dhcpv6-service [ all | name svc_name ] | { grep grep_options | more }
all

Displays configuration information and counters for all DHCPv6 services.

name svc_name

Displays configuration information and counters for an existing DHCPv6 service specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to display configuration information and counters for one or all DHCPv6 services.


Example:
The following command displays all DHCPv6 services:
show dhcpv6-service all
show diameter aaa-statistics

Displays Diameter Authentication, Authorization and Accounting (AAA) statistics.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter aaa-statistics [ all | group group_name [ server server_name ] | server server_name ] [ | { grep grep_options | more } ]
all

Displays all available Diameter server statistics.

group group_name [ server server_name ]

Displays all Diameter server statistics within an existing AAA group specified as an alphanumeric string of 1 through 64 characters.

server_name must be the name of a Diameter server, expressed as an alphanumeric string of 1 through 64 characters.

server server_name

Displays Diameter server statistics for the Diameter server name specified as an alphanumeric string of 1 through 64 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to view Diameter AAA statistics.


Example:
The following command displays all available Diameter server statistics:
show diameter aaa-statistics all
show diameter accounting servers aaa-group

Displays Diameter accounting server information for an Authentication, Authorization and Accounting (AAA) group.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter accounting
servers [ aaa-group group_name ] [ | { grep grep_options | more } ]
aaa-group group_name

Specifies the name of an existing AAA group as an alphanumeric string of 0 through 64 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to view Diameter accounting server information for an AAA group.


Example:
The following command displays Diameter accounting server information for an AAA group named in group12:
show diameter accounting
servers aaa-group group12
show diameter authentication servers aaa-group

Displays Diameter Authentication server information for a specified AAA group.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter authentication
servers [ aaa-group group_name ]
aaa-group group_name

Specifies the name of an existing AAA group as an alphanumeric string of 0 through 64 characters.


Usage:

Use this command to view Diameter authentication server information for an AAA group.


Example:
The following command displays Diameter authentication server information for an AAA group named group12:
show diameter authentication
servers aaa-group group12
show diameter dynamic-dictionary

Displays the contents of Diameter dictionary that is loaded dynamically at run time.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter dynamic-dictionary { { all [ contents ] } | { name dict_name [ contents | { full
facility facility instance instance_no } ] } [ | { grep grep_options | more } ] }
all

Displays, in text format, the information for all dynamically loaded dictionaries configured in the Global Configuration mode. Displays up to 10KB buffered text from each dictionary file.

name dict_name

Displays detailed information for an existing dynamically loaded dictionary specified as an alphanumeric string of 1 through 15 characters. Displays up to 10KB buffered text from the specified dictionary file.

{ full facility facility instance instance_no }
Displays all available information for the specified instance associated with one of the following facilities:
  • aaamgr — Accounting and authentication Manager
  • diamproxy — Diameter Proxy
  • sessmgr — Session Manager
| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to view the contents of dynamically loaded Diameter dictionaries.

For more details on the dynamic configuration of Diameter dictionary, refer to the diameter dynamic-dictionary command in the Global Configuration Mode Commands chapter.


Example:
The following command displays the contents of dynamically loaded Diameter dictionary file named dyn1:
show diameter dynamic-dictionary dyn1
show diameter endpoint

This command has been deprecated, and is replaced by the show diameter endpoints command.

show diameter endpoints

This command displays the status of Diameter client endpoint(s).

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter endpoints { all | endpoint endpoint_name }  [ | { grep grep_options | more } ]
all

Displays status of all Diameter client endpoints.

endpoint endpoint_name

Displays status of an existing Diameter client endpoint specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to view the status of Diameter client endpoints.

If you are in the local context, then all contexts are searched for the specified endpoint(s). Specify all to see all endpoints; otherwise, just the named endpoint will be displayed. If no argument is provided, a summary of all endpoints is displayed.

Default value: N/A


Example:
The following command displays status of all Diameter client endpoints.
show diameter endpoints all

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show diameter message-queue

Displays Diameter message queue statistics.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter message-queue
counters { inbound | outbound } [ endpoint endpoint_name [ peer-host peer_id [ peer-realm realm_id ] ] | session-id session_id ] [ | { grep grep_options | more } ]
counters { inbound | outbound }

Specifies the message counters:

inbound: Specifies Diameter inbound messages

outbound: Specifies Diameter outbound messages

endpoint endpoint_name

Specifies the Diameter endpoint as an alphanumeric string of 1 through 63 characters.

peer-host peer_id

Specifies the Diameter peer host as an alphanumeric string of 1 through 63 characters.

peer-realm realm_id

Specifies the Diameter peer realm as an alphanumeric string of 1 through 127 characters.

session-id session_id

Specifies the session ID as an alphanumeric string of 1 through 127 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to view the count of the messages in the Diameter message queue for specific counter type, session ID, or endpoint, peer host, and peer realm.


Example:
The following command displays message queue statistics for outbound messages specific to the Diameter endpoint named asr5k.testnetwork.com:
show diameter message-queue
counters outbound endpoint asr5k.testnetwork.com

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show diameter peers

Displays Diameter peer information.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter peers [ full | summary ] [ all | [ endpoint endpoint_name ] [ peer-host peer_id ] [ peer-realm realm_id  ]+ ] [ | { grep grep_options | more } ]
full

Displays full details of all or specified Diameter peers.

summary

Displays summary details of all or specified Diameter peer(s).

all

Displays details of all Diameter peers.

endpoint endpoint_name

Displays details of the origin Diameter endpoint specified as an alphanumeric string of 1 through 255 characters.

peer-host peer_id

Displays details of the Diameter peer host specified as an alphanumeric string of 1 through to 63 characters.

peer-realm realm_id

Displays details of the Diameter peer realm ID specified as an alphanumeric string of 1 through 127 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to view the details of Diameter peers.

If you are in the local context, then all contexts are searched for the specified peer(s).

This is similar to the show subscribers CLI command and supports multiple filter options specified at the same time.

If filter options are specified (e.g., all, endpoint, etc.), the default is for one line of output to be displayed per peer. Use full to get detailed information per peer, or summary to get summarized information about all matching peers.

If no filter options are specified, a summary output for all peers is displayed. Use the full option to get detailed information about every peer.

Default value: N/A


Example:
The following command details of the Diameter endpoint named endpoint12:
show diameter peers
endpoint wndpoint12

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show diameter route status

Displays Diameter route health status information.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter route
status [ endpoint endpoint_name | full  [ endpoint endpoint_name ] ] [ host host_name | peer peer_id ] [ | { grep grep_options | more } ]
full

Displays information about which Diameter clients are using which peer/host combinations.

endpoint endpoint_name

Displays detailed information for the Diameter client endpoint specified as an alphanumeric string of 1 through 63 characters.

host host_name

Displays information for the Diameter host specified as an alphanumeric string of 1 through 63 characters.

peer peer_id

Displays information for the Diameter peer host specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to view the Diameter route health status.

The route status displays status of peer/host combinations. Refer to the route-failure CLI command in Diameter Endpoint Configuration mode. When no options are specified, the display will give one line per peer/host combination, indicating how many Diameter clients are using each combination, and for how many clients the combination is available or failed. Specify full to see which Diameter clients are using which peer/host combinations. Specify host or peer to see just combinations with the named host or peer. Specify endpoint to see detailed information about the named Diameter client.

Default value: N/A


Example:
The following command displays route health status details of the Diameter client endpoint named endpoint12:
show diameter route
status endpoint endpoint12
show diameter route table

Displays the Diameter routing table.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter route
table [ wide ] [ endpoint endpoint_name ] [ | { grep grep_options | more } ]
wide

Displays the route table information in wide-format.

endpoint endpoint_name

Displays the Diameter routing table for the Diameter endpoint specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.


Usage:

Use this command to view the status of Diameter client endpoints.

If you are in the local context, then the route information used by Diameter endpoints in all chassis contexts will be used in the display.

The route table displays all static and dynamic routes. Refer to the route-entry CLI command in Diameter Endpoint Configuration Mode.

Default value: N/A


Example:
The following command displays status of the Diameter client endpoint named endpoint12.
show diameter route
table endpoint endpoint12
show diameter statistics

Displays Diameter peer statistics.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter statistics [ [ proxy ] endpoint endpoint_name [ peer-host peer_id [ peer-realm realm_id ] ] ] [ | { grep grep_options | more } ]
endpoint endpoint_name

Displays statistics for the DIameter endpoint specified as an alphanumeric string of 1 through 63 characters.

peer-host peer_id

Displays statistics for the Diameter host peer specified as an alphanumeric string of 1 through 255 characters.

peer-realm realm_id

Displays statistics for the Diameter peer realm specified as an alphanumeric string of 1 through 127 characters.

proxy

Displays proxy related statistics.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to view Diameter statistics for the specified endpoint or proxy.


Example:
The following command displays Diameter peer statistics for the endpoint named endpoint12:
show diameter statistics
endpoint endpoint12
show diameter-service

Displays information about configured Diameter services.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show diameter-service { all | lte-s6a
trace-id { all | user-name user_name } | name service_name | statistics
name service_name [ vpn-name vpn_context_name ] } [ | { grep grep_options | more } ]
all

Displays full information for all configured Diameter services.

lte-s6a trace-id { all | user-name user_name }

Displays user trace ID information for an LTE/S6a application.

all: Displays full information.

user-name user_name: Displays information for the user specified an alphanumeric string of 1 through 79 characters.

name service_name

Displays information for the Diameter service name specified as an alphanumeric string of 1 through 79 characters.

statistics name service_name [ vpn-name vpn_context_name ]

Displays statistics for the Diameter service name specified as an alphanumeric string of 1 through 79 characters.

vpn-name vpn_context_name: Specifies the name of VPN context as an alphanumeric string of 1 through 79 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to view information on configured Diameter services.


Example:
The following command displays statistics for the Diameter service named ggsn12:
show diameter-service
name ggsn2
show dns-client

Displays cache and/or statistics for a specified Domain Name System (DNS) client.

Platform:

ASR 5000

Product:

P-CSCF, SIP Proxy, SGSN, HSGW, MME, P-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show dns-client { cache
client name [ query-name name | query-type { A | AAAA | NAPTR | SRV } ] | statistics
client name }  [ | { grep grep_options | more } ]
cache client name [ query-name name | query-type { A | AAAA | NAPTR | SRV } ]

displays statistics for the cache of an existing DNS client specified as an alphanumeric string of 1 through 255 characters.

query-name name: Filters DNS results based on the domain name specified as an alphanumeric string of 1 through 255 characters. name is the domain name used to perform the DNS query. It is different from the actual domain name which is resolved. For example, to resolve the SIP server for service.com, the query name is _sip._udp.service.com and the query type is SRV.

query-type:
  • A: Filters DNS results based on 32-bit domain IPv4 address records (A records).
  • AAAA: Filters DNS results based on 128-bit domain IPv6 address records (AAAA resource records).
  • NAPTR: Filters DNS results based on Naming Authority Pointer records.
  • SRV: Filters DNS results based on service locator records (SRV records).
statistics client name

Displays statistics for an existing DNS client specified as an alphanumeric string of 1 through 255 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.


Usage:

Use this command to display DNS cache and/or statistics for a specified DNS client.


Example:
The following command displays statistics for a DNS client named domain1.com:
show dns-client statistics
client domain1.com

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show dynamic-policy statistics

Displays policy control and charging (PCC) statistics from the interface communicating with the Policy and Charging Rules Function (PCRF) via Gx(x).

Platform:

ASR 5000

Product:

HSGW, PDSN, S-GW


Privilege:

Inspector


Syntax
show dynamic-policy
statistics { hsgw-service name | pdsn-service name | sgw-service name }
hsgw-service name

Displays policy control and charging statistics from the Gxa interface communicating with the PCRF. name must be an existing HSGW service name and be from 1 to 63 alphanumeric characters.

pdsn-service name

Displays policy control and charging statistics from the Gx interface communicating with the PCRF. name must be an existing PDSN service name and be from 1 to 63 alphanumeric characters.

sgw-service name

Displays policy control and charging statistics from the Gxc interface communicating with the PCRF. name must be an existing S-GW service name and be from 1 to 63 alphanumeric characters.


Usage:

Use this command to display PCC statistics for the specified service and its Gx interface communicating with the PCRF.


Example:
The following command displays HSGW statistics for an HSGW service named hsgw4:
show dynamic-policy
statistics hsgw-service hsgw4
The following command displays PCC statistics for a PDSN service named cdma4:
show dynamic-policy
statistics pdsn-service cdma4
The following command displays S-GW statistics for an S-GW service named sgw4:
show dynamic-policy
statistics sgw-service sgw4
show egtpc peers

Displays information about eGTP-C peers.

Platform:

ASR 5000

Product:

MME, P-GW, S-GW


Privilege:

Inspector


Syntax
show egtpc peers [ address ip_address | egtp-service name ] | interface { mme | pgw-ingress | sgsn | sgw-egress | sgw-ingress } [ address ip_address ] [ wf1 ] } ]  [ | { grep grep_options | more } ]
address ip_address

Displays information about a eGTP-C peer specified by its IP address in IPv4 dotted-decimal notation or IPv6 colon-separated-hexadecimal notation.

egtp-service name [ address ip_address ]

Displays information about eGTP-C peers associated with an existing egtp-service name specified as an alphanumeric string of 1 through 63 characters.

address ip_address: Additionally, the results can be filtered based on the IP address associated with an existing eGTP-C peer service specified in IPv4 dotted-decimal notation or IPv6 colon-separated-hexadecimal notation.

interface { mme | pgw-ingress| sgsn | sgw-egress | sgw-ingress } [ address ip_address ] [ wf1 ]

Displays information about eGTP-C peers associated with the service interface configured on this system.

mme: Displays information about eGTP-C MME peers associated with the service interface configured on this system. Additionally, the results can be filtered based on the IP address associated with the MME peer.

pgw-ingress: Displays information about eGTP-C P-GW ingress peers associated with the service interface configured on this system. Additionally, the results can be filtered based on the IP address associated with the P-GW ingress peer.

sgsn: Displays information about eGTP-C SGSN peers associated with the S4 service interface configured on this system. Additionally, the results can be filtered based on the IP address associated with the SGSN peer.

sgw-egress: Displays information about eGTP-C S-GW egress peers associated with the service interface configured on this system. Additionally, the results can be filtered based on the IP address associated with the S-GW egress peer.

sgw-ingress: Displays information about eGTP-C S-GW ingress peers associated with the service interface configured on this system. Additionally, the results can be filtered based on the IP address associated with the S-GW ingress peer.

address ip_address: Specifies the IP address of the selected peer in IPv4 dotted-decimal notation or IPv6 colon-separated-hexadecimal notation.

wf1: Specifies that the output is to be displayed in wide format number 1.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on using the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.


Usage:

Use this command to display information about eGTP-C peers associated with the service interface configured on this system. The output contains the following information about the peer:

  • Status of the peer
  • Echo status
  • Restart counter status
  • Peer restart counter knowledge
  • Service ID
  • Peer IP address
  • Current sessions
  • Maximum sessions

IMPORTANT:

The primary command, show egtpc peers, when entered without additional keywords, displays information for all peers associated with the service operating on this system.


Example:
The following command returns an output for an eGTP-C S-GW egress peers associated with the service interface configured on this system with an IP address of 10.2.3.4:
show egtpc peers interface
sgw-egress address 10.2.3.4
The following command returns an output for an eGTP-C MME peer associated with the service interface configured on this system with an IP address of 10.2.3.4:
show egtpc peers interface
mme address 10.2.3.4
show egtpc sessions

Displays eGTP-C session information.

Platform:

ASR 5000

Product:

MME, P-GW, S-GW


Privilege:

Inspector


Syntax
show egtpc sessions [ egtp-service name | interface { mme | pgw-ingress | sgsn | sgw-egress | sgw-ingress } ] [ | { grep grep_options | more } ]
egtp-service name

Displays information about eGTP-C sessions associated with an existing egtp-service specified as an alphanumeric string of 1 through 63 characters.

interface { mme | pgw-ingress | sgsn | sgw-egress | sgw-ingress }

Displays information about eGTP-C sessions associated with the service interface configured on this system.

mme: Displays information about eGTP-C sessions associated with the MME interface configured on this system.

pgw-ingress: Displays information about eGTP-C sessions associated with the P-GW ingress interface configured on this system.

sgsn: Displays information about eGTP-C sessions associated with the SGSN eGTP-C S4 interface configured on this system.

sgw-egress: Displays information about eGTP-C sessions associated with the S-GW egress interface configured on this system.

sgw-ingress: Displays information about eGTP-C sessions associated with the S-GW ingress interface configured on this system.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on using the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.


Usage:

Use this command to display session information for a specific eGTP service or for sessions associated with an interface type configured on this system.


Example:
The following command displays eGTP-C session information for sessions associated with all P-GW ingress interfaces configured on this system:
show egtpc sessions
interface pgw-ingress
The following command displays eGTP-C session information for sessions associated with all MME interfaces configured on this system:
show egtpc sessions
interface mme
show egtpc statistics

Displays evolved GPRS Tunneling Protocol Control (eGTP-C) plane statistics for a specific service name or interface type.

Platform:

ASR 5000

Product:

MME, P-GW, S-GW


Privilege:

Inspector


Syntax
show egtpc statistics [ egtp-service name | interface { mme | pgw-ingress | sgsn | sgw-egress | sgw-ingess } | mme-address ip_address | pgw-address ip_address | sgsn-address ip_address | sgw-address ip_address ] [ verbose ] [ | { grep grep_options | more } ]
egtp-service name

Displays statistics for an existing eGTP service specified as an alphanumeric string of 1 through 63 characters.

interface { mme | pgw-ingress | sgw-egress | sgw-ingess }

mme: Displays eGTP-C statistics for all MME interfaces.

pgw-ingress: Displays eGTP-C statistics for all eGTP P-GW ingress interfaces.

sgsn: Displays eGTP-C statistics for all eGTP S4 SGSN interfaces.

sgw-egress: Displays eGTP-C statistics for all eGTP S-GW egress interfaces.

sgw-ingress: Displays eGTP-C statistics for all eGTP S-GW ingress interfaces.

mme-address ip_address

Displays eGTP-C statistics for an existing MME IP address expressed in IPv4 dotted-decimal notation or IPv6 colon-separated-hexadecimal notation.

pgw-address ip_address

Displays eGTP-C statistics for an existing P-GW IP address expressed in IPv4 dotted-decimal notation or IPv6 colon-separated-hexadecimal notation.

sgsn-address ip_address

Displays eGTP-C statistics for an existing SGSN S4 IP address expressed in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation.

sgw-address ip_address

Displays eGTP-C statistics for an existing S-GW IP address expressed in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation.

verbose

Displays the maximum amount of detail available for this commands output. If this option is not specified, the output is truncated to a more concise level.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on using the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.


Usage:

Use this command to display evolved GPRS Tunneling Protocol Control (eGTP-C) plane statistics for a specific service name or interface type.


Example:
The following command displays eGTP-C statistics for interfaces configured as S-GW ingress interfaces:
show egtpc statistics
interface sgw-ingess
The following command displays eGTP-C session information for sessions associated with all MME interfaces configured on this system:
show egtpc sessions
interface mme
show egtp-service

Displays configuration information for evolved GPRS Tunneling Protocol (eGTP) services on this system.

Platform:

ASR 5000

Product:

MME, P-GW, S-GW


Privilege:

Inspector


Syntax
show egtp-service { all | name service_name } [ | { grep grep_options | more } ]
all

Displays configuration information for all eGTP services configured on this system.

name service_name

Displays configuration information for an existing eGTP service specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Reference Guide.


Usage:

Use this command to view configuration information for eGTP services on this system.


Example:
The following command displays service statistics for the eGTP service named egtp1:
show egtp-service name egtp1
show external-inline-servers

This command is obsolete.

show fa-service

Displays information on configured foreign agent (FA) services.

Platform:

ASR 5000

Product:

PDSN, GGSN, ASN-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show fa-service { all | name fa_name } [ | { grep grep_options | more } ]
all | name fa_name

all: indicates information on all foreign agent services is to be displayed.

name fa_name: indicates only the information for the named FA service is to be displayed.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Display foreign agent service configuration information.


Example:
The following commands display information on the FA service sampleService and all services, respectively.
show fa-service name sampleService
show fa-service all

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show fa-spi-list

Displays ecurity Parameter Indices (FA-SPIs) for configured foreign agent (FA) services.

Platform:

ASR 5000

Product:

PDSN, GGSN, ASN-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show fa-spi-liste { all | name fa_name } [ | { grep grep_options | more } ]
all | name fa_name

all: indicates information on all foreign agent services is to be displayed.

name fa_name: indicates only the information for the named FA service is to be displayed.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Display foreign agent SPI information.


Example:
The following command displays SPI information for the FA service sampleService.
show fa-spi-list name sampleService

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show fans

Displays the current control status, speed, and temperature for the upper and lower fans in the system chassis.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show fans [ | { grep grep_options | more } ]
| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

View the fan information to verify system hardware status as necessary.


Example:
The following command displays information regarding the cooling fans in the system:
show fans

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show file

Displays the contents of the file specified. The contents are paginated as if it were normal ASCII output.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show file url url [ | { grep grep_options | more } ]
url url

Specifies the location of a file to display. url may refer to a local or a remote file. url must be entered using the following format:

For the ASR 5000:
[ file: ]{ /flash | /pcmcia1 | /hd }[ /directory ]/file_name
tftp://{ host[ :port# ] }[ /directory ]/file_name
[ http: | ftp: | sftp: ]//[ username[ :password ]@ ] { host }[ :port# ][ /directory ]/file_name

IMPORTANT:

Use of the SMC hard drive is not supported in this release.

IMPORTANT:

Do not use the following characters when entering a string for the field names below: “/” (forward slash), “:” (colon) or “@” (at sign).

directory is the directory name.

filename is the actual file of interest.

username is the user to be authenticated.

password is the password to use for authentication.

host is the IP address or host name of the server.

port# is the logical port number that the communication protocol is to use.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.


Usage:

Display the contents of files to view such information as log data, trace information, etc.


Example:
The following will display the contents of the local file /pub/log.txt.
show file //pcmcia1/pub/log.txt
The following command will display the contents of the file /pub/log.txt on remote host remoteABC.
show file ftp://remoteABC/pub/log.txt
show firewall flows

This command is obsolete.

show firewall ruledef

This command is obsolete.

show firewall statistics

This command is obsolete.

show fng-service

Displays information about specified Femto Network Gateway (FNG) service configuration, status, and counters, and includes information about all the sessions currently maintained by the FNG.

Platform:

ASR 5000

Product:

FNG


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show fng-service { all [ counters ] | name service_name | session | statistics }
all

Displays information for all configured FNG services.

counters

Displays counters associated with the FNG service.

name service_name

Displays information only for an existing FNG service specified as an alphanumeric string of 1 through 63 characters.

session

Displays information about configured FNG sessions.

IMPORTANT:

See show fng-service session for detailed options.

statistics service_name

Total of collected information for specific protocol since the last restart or clear command.

IMPORTANT:

See show fng-service statistics for detailed options.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the section Regulating a Command’s Output in the chapter Command Line Interface Overview in the Command Line Interface Reference.


Usage:

Use this command to view information for selected configured FNG services.


Example:
The following command displays available information for all active FNG services.
show fng-service all

IMPORTANT:

Command output descriptions are available in the Statistics and Counters Reference.

show fng-service session

Displays statistics for specific Femto Network Gateway (FNG) sessions.

Platform:

ASR 5000

Product:

FNG


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show fng-service session [ all | callid call_id | counters | full [ all | callid call_id | ip-address ip-address | peer-address ip_address | username name ] | ip-address ip-address | peer-address ip-address | summary [ all | callid call_id | ip-address ip-address | peer-address ip-address | username name ] | username name ]
all

Displays all related information for all active FNG sessions.

callid

Displays PPP information for the call ID specified as a 4-digit hexadecimal number.

counters

Displays counters for the configured FNG sessions.

full

Displays all available information for the associated display or filter keyword.

ip-address ipv4_address

Displays information for the subscriber IP address specified in IPv4 dotted-decimal notation.

peer-address ipv4_address

Displays information for the IP peer specified by its IP address in IPv4 dotted-decimal notation.

summary

Displays summary information for FNG sessions.

username user_name

Displays information for a username within the current context specified as an alphanumeric string of 1 through 127 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the section Regulating a Command’s Output in the Command Line Interface Overview chapter.


Usage:

Use this command to view configuration information for an FNG session.


Example:
The following command displays all available FNG sessions.
show fng-service session all

IMPORTANT:

Command output descriptions are available in the Statistics and Counters Reference.

show fng-service statistics

Displays statistics for the FNG since the last restart or clear command. The output includes the number of each type of protocol message. For example, the output includes the various types of EAP messages.

Platform:

ASR 5000

Product:

FNG


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show fng-service statistics [ name service_name | peer-address ipv4_address ]
name service_name

Displays statistics for an existing service name specified as an alphanumeric string of 1 through 63 characters.

peer-address ipv4_address

Displays statistics for an IP peer specified by its IP address in IPv4 dotted-decimal notation.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the section Regulating a Command’s Output in the Command Line Interface Overview chapter.


Usage:

Use this command to display FNG statistics.

IMPORTANT:

You may use more than one keyword per command line.


Example:
The following command displays information about the FNG service.
show fng-service statistics

IMPORTANT:

Command output descriptions are available in the Statistics and Counters Reference.

show freeze-ptmsi imsi

Displays the P-TMSI (packet-temporary mobile subscriber identify) corresponding to the IMSI (international mobile subscriber identity) that has entered a frozen state after the purge timeout timer expires.

Platform:

ASR 5000

Product:

SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show freeze-ptmsi imsi imsi_num
imsi imsi_num

Specifies the IMSI that has been frozen as a sequence of up to 15 digits. The first three digits are the MCC (mobile country code). The next two or three digits are the MNC (mobile network code). The remaining digits are the MSIN (mobile station identification number).


Usage:

This command enables the operator to know whether a frozen IMSI has an associated P-TMSI.


Example:
The following command displays the P-TMSI corresponding to a frozen IMSI:
show freeze-ptmsi imsi 262090426000194
show ggsn sessmgr

Displays session manager (SessMGR) statistics specific to the gGSN service.

Platform:

ASR 5000

Product:

GGSN


Privilege:

Inspector


Syntax
show ggsn sessmgr { all | instance smgr_inst }
all

Displays all SessMGR statistics specific to the system’s GGSN services.

instance smgr_inst

Displays the statistics for a session manager instance of the GGSN service specified as an integer between 1 and 10000000.


Usage:

Use this command to display information for GGSN services.


Example:
The following command displays GGSN SessMGR statistics for all GGSN services on the system:
show ggsn sessmgr all 
show ggsn-service

Displays configuration information for Gateway GPRS Support Node (GGSN) services on the system.

Platform:

ASR 5000

Product:

GGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ggsn-service { all | name ggsn_svc_name } [ | { grep grep_options | more }]
all

Displays information for all GGSN services configured with the given context.

name ggsn_svc_name

Displays information for an existing GGSN service name specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Reference.


Usage:

This command is used to verify the configuration of one or all GGSN services for monitoring or troubleshooting purposes. The output is a concise listing of GGSN service parameter settings.

If this command is executed from within the local context with the all keyword, information for all GGSN services configured on the system will be displayed.


Example:
The following command displays configuration information for a GGSN service called ggsn1:
show ggsn-service name ggsn1
show ggsn-service sgsn-table

Lists all Serving GPRS Support Nodes (SGSNs) by IP addresses and shows the current number of subscribers to each SGSN.

Platform:

ASR 5000

Product:

GGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ggsn-service
sgsn-table

Usage:

While there are existing commands to show SGSN subscriber information, this command is the only way to list all SGSNs by IP address and show the current number of subscribers to each SGSN.


Example:
The following command will bring up a table showing the current active/inactive status, IP address, reboots/restarts and SGSN users.
show ggsn-service sgsn-table

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show global-title-translation

Displays configuration information for Global Title Translation (GTT).

Platform:

ASR 5000

Product:

SGSN


Privilege:

Inspector


Syntax
show global-title-translation { address-map { all | instance instance } | association { all | instance instance } }
address-map { all | instance }

Displays configuration information for either the entire GTT address map database or for a specific instance of an address map. instance is an integer from 1 to 4096 which uniquely identifies the address map configuration.

association { all | instance }

Displays configuration information for either the entire database of GTT association lists for for a specific instance of GTT association configuration. instance is an integer from 1 to 16 which uniquely identifies the GTT association configuration.


Usage:

This command displays the configuration for the GTT address maps and associations.


Example:
The following command displays the address map 2047.
show global-title-translation
address-map 2047
show gmb statistics

Displays the collected statistics for the Gmb reference point. Gmb handles broadcast multicast service center (BM-SC) related signaling, which includes the user specific and bearer service messages for Multimedia Broadcast/Multicast Service (MBMS) service.

Platform:

ASR 5000

Product:

GGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gmb statistics [ apn name | bmsc-profile profile_name ] [ | { grep grep_options | more }]
apn name

Displays only the Gmb information for the specified Access Point Name (APN) specified as an alphanumeric string of 1 through 62 characters.

bmsc-profile profile_name

Displays only the Gmb information for the specified BM-SC profile specified as an alphanumeric string of 1 through 79 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Reference.


Usage:

Use this command to display usage statistics for the Gmb reference point.


Example:
The following command displays all Gmb statistics:
show gmb statistics 
show gmm-sm statistics

Displays statistics for the GPRS Mobility Management and Session Management (GMM/SM) configuration of the system’s SGSN service. GMM/SM supports mobility to allow the SGSN to know the location of a Mobile Station (MS) at any time and to activate, modify and deactivate the PDP sessions required by the MS for user data transfer.

Platform:

ASR 5000

Product:

SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector

Syntax

show gmm-sm statistics [ gmm-only | sm-only ] [ gprs-service srvc_name | iups-service srvc_name | sgsn-service srvc_name ] [ verbose ] [ | { grep grep_options | more } ]

Keywords are presented below. Primary keywords are listed in the order of selection as shown in the syntax. Secondary or filtering keywords are presented alphabetically after the description of the primary keywords.

gmm-only

Displays only GPRS mobility management (GMM) information for other specified keyword parameters for the current context.

sm-only

Displays only session management (SM) information for other specified keyword parameters for the current context.

gprs-service srvc_name

Displays the statistics for an existing 2.5G GPRS service name specified as an alphanumeric string of 1 through 63 characters.

The display request can be narrowed by adding either the nsei or routing-area filter keywords.

iups-service srvc_name

Displays the statistics for an existing IuPS service specified as an alphanumeric string of 1 through 63 characters.

The display request can be narrowed by adding either the rnc or routing-area filter keywords.

sgsn-service srvc_name

Displays the statistics for an existing 3G SGSN service specified as an alphanumeric string of 1 through 63 characters.

The display request can be narrowed by adding either the rnc or routing-area filter keywords.

access-type type
Filters the display of service statistics by 2.5G GPRS services or 3G IuPS services for UMTS:
  • gprs
  • umts

If this keyword is not included, then statistics for both access types are displayed.

lac lac_id

Specifies the location area code (LAC) as part of the identification of the RNC or RA as an integer from 1 through 65535.

mcc mcc_id

Specifies the mobile country code (MCC) as part of the identification of the RNC or RA an integer from 100 through 999.

mnc mnc_id

Specifies the mobile network code (MNC) as part of the identification of the RNC or RA as a 2- or 3-digit integer from 00 through 999.

nsei nse_id

Displays the GMM/SM session statistics for an existing network service entity (NSEI) specified as an integer from 0 to 65535.

rac rac_id

Specifies the routing area code (RAC) as part of the identification of the RNC or RA as an integer from 1 through 255.

rnc rnc_id

Enter this keyword to fine-tune the display of the GMM/SM session statistics just for the radio network controller (RNC) specified as an integer from 0 through 4095.

routing-area mcc mcc_id mnc mnc_id lac lac_id rac rac_id

Enter the routing-area keyword to fine-tune the display of the GMM/SM statistics for a specified routing area (RA) identified by the MCC, MNC, LAC and RAC.

verbose

Displays all possible statistics for specified command or keyword.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.


Usage:

Use this command to display usage statistics for the GMM/SM session configurations for SGSN services, including a BSC attaches, activations, and throughput.


Example:
The following command displays GMM/SM statistics for a specific routing area defined for the 2.5G SGSN’s GPRS service:
show gmm-sm statistics
gprs-service gprs1 routing-area mcc 123 mcc 131 lac 24 rac 11
The following command displays all possible information for GMM/SM statistics:
show gmm-sm statistics verbose

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gprsns statistics

Displays the statistics for the 2.5G SGSN’s GPRS NS layer (link level).

Platform:

ASR 5000

Product:

SGSN


Privilege:

Inspector


Syntax
show gprsns statistics { msg-stats { consolidated
nse nse_id | nse nse_id } | sns-msg-stats } | { grep grep_options | more }
msg-stats

Displays the transmit (Tx) and receive (Rx) message statistics (except for SNS messages) in the statistics output.

consolidated nse nse_id

nse_id: Enter an integer from 0 to 65535.

nse nse_id

Display statistics for a NSE specified as an integer from 0 to 65535.

sns-msg-stats

Display subnetwork service (SNS) sublayer message statistics.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

This command is used to display Frame Relay statistics configured for the NSE/NSVC with the commands documented in the Network Service Entity - Peer NSEI Configuration Mode Commands chapter.

Collected statistics are cleared (deleted) with the clear gprsns statistics described in the Exec Mode Commands (A-C) chapter.


Example:
Use the following command to display the collected message statistics for NSEI 1422:
show gprsns statistics
 msg-stats nse 1422

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gprsns status

Displays the status of the network service virtual circuits (NSVC) for the GPRS NS layer (link level).

Platform:

ASR 5000

Product:

SGSN


Privilege:

Inspector


Syntax
show gprsns status { nsvc-status-all
nse nse_id | nsvc-status-consolidated nse nse_id | nsvc-status-per-bvci bvci bvc_id nse nse_id } | { grep grep_options | more }
nsvc-status-all nse { all | nsense_id }

Displays status information for all NSVCs included in the NSE specified as an integer from 0 to 65535.

nsvc-status-consolidated nse nse_id

nsvc-status-per-bvci bvci bvc_id nse nse_id

bvc_id is an integer from 0 to 65535.

nse_id is an integer from 0 to 65535.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

This command is used to display the status of the NSVC.


Example:
Use the following command to display status of all NSVC for NSE 1422:
show gprsns status
nsvc-status-all nse 1422

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gprs-service

Displays the statistics for GPRS services.

Platform:

ASR 5000

Product:

SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gprs-service { all | name gprs_srvc_name } [ nsei { all | id nse_id } | { grep grep_options | more } ]
all

Instructs the SGSN to display information for all GPRS services configured with this context.

name gprs_srvc_name

Instructs the SGSN to display information for the specified GRPS service.

gprs_srvc_name is a case-sensitive string of 1 to 63 characters, any combination of letters, digits, dots (.) and dashes (-) that identifies a specific GPRS service.

nsei { all | id }nse_id

Instructs the SGSN to display network service entity information for either a specific NSEI or for all NSEI configured for the specified GRPS service(s).

nse_id is an integer from 0 to 65535.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Reference.


Usage:

This command is used to verify the configuration of one or all GPRS services for monitoring or troubleshooting purposes. The output is a concise listing of GPRS service parameter settings.

If this command is executed from within the local context with the all keyword, information for all GPRS services configured on the system will be displayed.


Example:
The following command displays configuration information for all GPRS services configured in this context:
show gprs-service all
Use a command similar to the following to display statistics for NSEI 4257 for the GPRS service named London2:
show gprs-service
name London2 nsei id 4257

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gprsssf

Displays statistics for various 3GPP Customised Applications for Mobile network Enhanced Logic (CAMEL) service GPRS Service Switching Function (gprsSSF) entities.

Platform:

ASR 5000

Product:

SGSN


Privilege:

Inspector


Syntax
show gprsssf { counters | statistics } [ camel-service srvc_name | gprs [ 2g-sgsn-app | 3g-sgsn-app ] | gsmscf-address {  address | all } | sms ]  [ | { grep | more } ] 
counters

Displays collected status counter information for CAMEL service entities.

statistics

Displays collected statistics for CAMEL service entities.

camel-service srvc_name

Filters the display of counters and statistics for an existing CAMEL service name in the SGSN configuration specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

gprs [ 2g-sgsn-app | 3g-sgsn-app ]

Filters the counter/statistic output to display GPRS protocol information specific to either the 2.5G or 3G SGSN.

gsmscf-address { address | all }

The GSM service control function (gsmSCF) address is the ISDN address of the SCP where the CAMEL service resides. It is possible to display information for one or all of the configured CAMEL services.

address is a standard ISDN E.164 address of 1 to 15 digits.

sms

Filters the display of counters and statistics for SMS protocol information.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Use this command to display CAMEL service status counter information and statistics collected since the last restart or clear command. If filters are not included with the command, then all statistics or counters are displayed for all CAMEL services in all contexts in which CAMEL services have been defined.

Collected statistics are cleared (deleted) with the clear gprsssf statistics command described in the chapter Exec Mode Commands (A-C).


Example:
Use the following command to display the status counter totals of the GPRS Dialogue parameters for a 3G SGSN:
show gprsssf counter
gprs 3g-sgsn-app 

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gs-service

Displays configuration information and statistics for Gs services configured on system.

Platform:

ASR 5000

Product:

SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gs-service { all | name svc_name } [ | { grep grep_options | more } ]
all

Displays information for all Gs services configured with in the given context.

name svc_name

Displays information for an existing Gs service specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Reference.


Usage:

This command is used to verify the configuration of one or all Gs services for monitoring or troubleshooting purposes.

If this command is executed from within the local context with the all keyword, information for all Gs services configured on the system will be displayed.


Example:
The following command displays configuration information for all Gs services configured on a system:
show gs-service all

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gtpc

Displays GPRS Tunnelling Protocol-Control (GTPC) information for GTPv0, GTPv1-C, GTPv1-U with filtering options.

Platform:

ASR 5000

Product:

GGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gtpc [ full | counters | summary ] { all | apn apn_name | imsiimsi_value [ nsapi nsapi_value ] | callid  callid  | sgsn-address ip_address | ggsn-service ggsn_name | user-address ip_address | username username }
[ full | counters | summary ]
Specifies the level of information to be displayed. The following levels can be used:
  • full: Indicates detailed information is to be displayed.
  • counters: Indicates the output is to include the statistical counters.
  • summary: Indicates only summary information is to be displayed.
{ all | apn apn_name | imsi imsi_value [ nsapi nsapi_value ] | callid callid | sgsn-address ip_address | ggsn-service ggsn_name | user-address ip_address | username username }
Specifies the filter criteria used when displaying GTP information. The following filters can be used:
  • all: Specifies that all available information is to be displayed.
  • apn apn_name: Specifies that GTP information for an APN specified as an alphanumeric string of 1 through 63 characters that is case sensitive.
  • imsi imsi_value [ nsapi nsapi_value ]: Displays GTP information for an International Mobile Subscriber Identity (IMSI) specified as an integer from 1 through 15 characters. Optionally, the IMSI could be further filtered by specifying a particular PDP context using the Network Service Access Point Identifier (NSAPI) expressed as an integer from 5 through 15.
  • callid callid: Displays GTP information for a call identification number specified as a 4-digit hexadecimal number.
  • sgsn-address ip_address: Displays GTP information for an SGSN specified by its IP address in IPv4 dotted-decimal notation.
  • ggsn-service ggsn_name: Displays GTP information for an existing GGSN service specified an alphanumeric string of 1 through 63 characters that is case sensitive.
  • user-address ip_address: Displays GTP information for a user PDP context specified as an IP address in IPv4 dotted-decimal notation.
  • username username: Displays GTP information for a username specified as an alphanumeric string of 1 through 127 characters (including wildcards ‘$’ and ‘*’) that is case sensitive.

Usage:

This command displays statistics for every GTP message type based on the filter criteria. This information is useful for system monitoring or troubleshooting.


Example:
The following command displays GTPC counters for a GGSN service named ggsn1:
show gtpc counters
ggsn-service ggsn1
The following command displays GTPC full information:
show gtpc full
The following command displays GTPC summary information for a specific call identification number of 05f62f34:
show gtpc summary
callid 05f62f34

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gtpc statistics

Displays GTPv0, GTPv1-C, GTPv1-U statistics with filtering options.

Platform:

ASR 5000

Product:

GGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gtpc statistics [ [ custom1 | custom2 ] [ apn apn_name | ggsn-service ggsn_service_name | sgsn-address ipv4_address ] [ [ verbose ] format1 ] [ | { grep grep_options | more } ]
custom1

Displays statistics of GTP-C messages for preservation mode and free of charge service.

This keyword is customer specific and license enabled. For more information, contact your Cisco sales representative.

custom2

Displays statistics for GTP-C messages related to overcharging protection on loss of radio coverage for a GGSN service.

This keyword is feature specific and license enabled. For more information, contact your Cisco sales representative.

apn apn_name

Displays GTP-C statistics for an existing APN specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

ggsn-service ggsn_service_name

Displays GTP-C statistics for an existing GGSN service specified as an alphanumeric string of 1 through 63 characters that is case sensitive.

sgsn-address ipv4_address

Displays GTP statistics for an SGSN specified by its IP address in IPv4 dotted-decimal notation.

verbose

Displays detailed instead of concise statistics.

format1

Displays more detailed statistical breakouts.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.


Usage:

The information displayed by this command consists of session statistics such as the number of currently active sessions categorized by PDP context type, and statistics for every GTP message type. The statistics are cumulative.

If the verbose keyword is used, additional information will be displayed such as statistics for every type of error code.


Example:
The following command displays verbose GTP statistics:
show gtpc statistics verbose

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gtpp

Displays information on the GPRS Tunneling Protocol Prime (GTPP) for the selected charging gateway function (CGF) or GCDR storage server.

Platform:

ASR 5000

Product:

GGSN, P-GW, SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gtpp [ accounting | counters { all | cgf-address | group } | group { all | name } | statistics { cgf-address | group } | storage
server { counters | group | local | statistics | status | streaming} ] [ | { grep grep_options | more } ]

Usage:

This command displays the GTPP related information for the selected CGF or the G-CDRs storage server.

If this command is issued from within the local context, information for all GTPP accounting servers configured on the system is displayed regardless of context.


Example:
The following command displays the GTPP counters for all the servers:
show gtpp counters all

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gtpp accounting

Displays information on the GPRS Tunneling Protocol Prime (GTPP) accounting server configuration.

Platform:

ASR 5000

Product:

GGSN, P-GW, SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gtpp accounting
servers { group name group_name } [ | { grep grep_options | more } ]

Usage:

This command is used to view the status of GTPP accounting servers configured within a context for monitoring or troubleshooting purposes.

If this command is issued from within the local context, information for all GTPP accounting servers configured on the system is displayed regardless of context.


Example:
The following command displays the status of and information on configured GTPP accounting servers:
show gtpp accounting servers

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gtpp counters

Displays GTPP counters for configured charging gateway functions (CGFs) within the given context.

Platform:

ASR 5000

Product:

GGSN, P-GW, SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gtpp counters { all { gcdrs } | cgf-address cgf_address | group name group_name } [ | { grep grep_options | more } ]
all

Displays counters for all CGFs configured within the context.

cgf-address cgf_address

Displays counters for a CGF specified by its IP address in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation.


Usage:

Counters for a single CGF can be viewed using the cgf-address keyword. Counters for all CGFs in the context can be viewed by entering the command with the all keyword.

If this command is issued from within the local context and no CGF-address is specified, the counters displayed will be cumulative for all CGFs configured on the system regardless of context.


Example:
The following command displays counters for all CGF:
show gtpp counters all

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gtpp group

Displays information pertaining to the configured GTPP storage server group.

Platform:

ASR 5000

Product:

GGSN, P-GW, SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gtpp group [ name gtpp_group_name | all } [ | { grep grep_options | more } ]
name gtpp_group_name

Displays information and CDR statistics for an existing GTPP server group name specified as an alphanumeric string of 1 through 64 characters.

all

Displays statistics for all configured GTPP storage server groups, including default group.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.


Usage:

Use this command to display the CDR statistics on the basis of GTPP server groups. It shows the information for all or specific GTPP server group configured in the context from which this command is issued.


Example:
The following command displays the status of the GTPP server group backup server configured in a context called GTPP_Group1:
show gtpp group name GTPP_Group1

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gtpp statistics

Displays GTPP statistics for configured Charging Gateway Functions (CGFs) within the context.

Platform:

ASR 5000

Product:

GGSN, P-GW, SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gtpp statistics [ cgf-address cgf_address | group name group_name } [ | { grep grep_options | more } ]
cgf-address cgf_address

Displays statistics for a CGF specified by its IP address expressed in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation.

group name group_name

Displays server statistics information of an existing GTPP server group name specified as an alphanumeric string of 1 through 64 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Statistics for a single CGF can be viewed by specifying its IP address. Statistics for all CGFs in the context can be viewed by not specifying an IP address.

If this command is issued from within the local context, the statistics displayed will be cumulative for all CGFs configured on the system regardless of context.


Example:
The following command displays statistics for a CGF with an IP address of 192.168.1.14:
show gtpp statistics
cgf-address 192.168.1.14

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gtpp storage-server

Displays information pertaining to the configured GTPP storage server (GSS).

Platform:

ASR 5000

Product:

GGSN, P-GW, SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show gtpp storage-server [ counters { all | group
name group_name } | group
name group_name | local file { counters { all | group
name group_name } | statistics [ group
name group_name ] } | status { group
name group_name | verbose } | streaming
file { counters { all | group name group_name } | statistics [ group name group_name ] } ] [ | { grep grep_options | more } ]
counters

Displays counters for the external GTPP storage server.

group name group_name

Displays GTPP backup server information for the group name specified as an alphanumeric string of 1 through 64 characters.

local file

Displays statistics and counters for the local storage-server. This is the hard disk if hard disk support has been enabled with the gtpp storage-server mode command in the GTPP Group Configuration Mode.

statistics

Displays statistics for the GTPP storage server.

status [ verbose ]

Displays status of the GTPP storage server. verbose enables the detailed view.

streaming

Displays the status of Charging Data Record (CDR) backup on HDD while streaming mode is enabled.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.


Usage:

Executing this command with no keywords displays status information for the GTPP backup server configured in the context from which this command is issued.


Example:
The following command displays the GTPP CDR file statistics stored on the local SMC hard disk.
show gtpp storage-server
local file counters all
The following command displays the status of the GTPP backup server configured in a context called ggsn1:
show gtpp storage-server
The following command displays statistics for the GTPP backup server configured in a context called ggsn1:
show gtpp storage-server statistics
The following command displays GCDR storage server counters:
show gtpp storage-server counters
The following command displays GCDR storage server status:
show gtpp storage-server status

IMPORTANT:

Output descriptions for commands are available in the Statistics and Counters Reference.

show gtpu statistics

Displays GPRS Tunneling Protocol user plane (GTP-U) statistics and counters on this system.

Platform:

ASR 5000

Product:

P-GW, S-GW


Privilege:

Inspector


Syntax
show gtpu statistics [ [ gtpumgr-instance instance_number ] [ gtpu-service gtpu_service_name | peer-address ipv4/ipv6_address ] ] [ | { grep grep_options | more } ]
gtpumgr-instance instance_number

Displays information for an existing GTP-U manager instance specified as an integer from 1 through 4294967295.

gtpu-service gtpu_service_name

Displays GTP-U statistics for an existing GTP-U service specified s an alphanumeric string of 1 through 63 characters.

peer-address ipv4/ipv6_address

Displays GTP-U statistics and counters for an existing peer IP address specified in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Reference Guide.


Usage:

Use this command to view statistics and counters for GTP-U traffic on this system.


Example:
The following command displays statistics for the GTP-U service named egtp1:
show egtpu statistics
gtpu-service egtp1
show gtpu-service

Displays configuration information for GPRS Tunneling Protocol user plane (GTP-U) services on this system.

Platform:

ASR 5000

Product:

P-GW, S-GW


Privilege:

Inspector


Syntax
show gtpu-service { all | name service_name } [ | { grep grep_options | more } ]
all

Displays configuration information for all GTP-U services configured on this system.

name service_name

Displays configuration information for an existing GTP-U service specified an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to a specified command. You must specify a command to which the output of this command will be sent.

For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Reference Guide.


Usage:

Use this command to view configuration information for GTP-U services on this system.


Example:
The following command displays service statistics for the GTP-U service named egtp1:
show egtp-service name egtp1