Exec Mode show Commands (H-L)

This section includes the commands show ha-service through show lte-policy.

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 ha-service

Displays information on configured Home Agent (HA) services.

Platform:

ASR 5000

Product:

HA


Privilege:

Security Administrator Operator, Inspector


Syntax
show ha-service { all | name ha_name } [ | { grep grep_options | more } ]
all | name ha_name

all: Displays information on all Home Agent services.

name ha_name: Displays information for an existing HA service specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 home agent service configuration information.


Example:
The following commands displays information on the HA service sampleService and all services, respectively.
show ha-service name sampleService
show ha-service all
show ha-spi-list

Displays all or a specific Home Agent-Security Parameters Index (HA-SPI) remote address list(s).

Platform:

ASR 5000

Product:

HA


Privilege:

Security Administrator Operator, Inspector


Syntax
show ha-spi-list { all | name ha_name } [ | { grep grep_options | more } ]
all | name ha_name

all: Displays information on all HA-SPI lists.

name ha_name: Displays information for an existing HA-SPI list specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 a single or all HA-SPI lists.


Example:
The following commands displays information on the HA-SPI list named spi012 and all lists, respectively.
show ha-spi-list name spi012
show ha-spi-list all
show hardware

Displays information on the system hardware.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show hardware { card [ card_num ] | inventory | version [ board | diags | fans] } [ | { grep grep_options | more } ]
card [ card_num ]

Provide the hardware information for all cards or the card specified by card_num. card_num must be a value in the range 1 through 48 for the ASR 5000 or 1 through 20 for the ASR 5500 and must refer to an installed card.

inventory

Display the hardware information for all slots in tabular format.

version [ board | diags | fans]

Display the CPU information for all application cards and fan controller version for the upper and lower fan trays.

board: Only include the CPLD and FPGA version information.

diags: Only include the CFE diagnostics version information.

fans: Show the fan controller versions for the upper and lower fan trays.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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:

Show the hardware information to verify part lists and hardware component versions with reserve stock


Example:
The following displays the hardware information for a card installed in slot 1.
show hardware card 1
The following command displays the hardware inventory for the entire chassis.
show hardware inventory 
The following command results in the display of the CPU version for all application cards displaying only the CPLD and FPGA information.
show hardware version board

IMPORTANT:

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

show hd raid

Shows the output of the Redundant Array of Independent Disks (RAID) established on the SMCs or FSCs.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Administrator, Operator


Syntax
show hd raid [ verbose ]

Example:
show hd raid verbose

IMPORTANT:

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

show hd-storage-policy

Displays Array Configuration Replicator (ACR) counter and statistic information.

Platform:

ASR 5000

Product:

HSGW, P-GW, S-GW


Privilege:

Inspector


Syntax
show hd-storage-policy { all | counters [ all ] [ name name ] [ verbose ] | name name | statistics [ all ] [ name name ] [ verbose ] }
all

Displays ACR information for all HD storage policies configured on the system.

counters [ all ] [ name name ] [ verbose ]

all: Displays ACR counter information for all HD storage policies configured on the system.

name name: Displays ACR counter information for an existing HD storage policy specified as an alphanumeric string of 0 through 63 characters.

statistics [ all ] [ name name ] [ verbose ]

all: Displays ACR statistical information for all HD storage policies configured on the system.

name name: Displays ACR statistical information for an existing HD storage policy specified as an alphanumeric string of 0 through 63 characters.

verbose

Displays HD storage statistics based on instance.


Usage:

Use this command to display ACR counter and statistic information.


Example:
The following command displays ACR statistic information for an HD storage policy named pgwsgw:
show hd-storage-policy
statistics name pgwsgw
show hnbgw access-control-db

Displays the white list of IMSI records in the Access Control database residing on Home-NodeB Gateway (HNB-GW) service instances that control HNB and UE access to HNB-GW sessions.

Platform:

ASR 5000

Product:

HNB-GW


Privilege:

Inspector


Syntax
show hnbgw access-control-db { hnbgw-servicehnbgw_svc_name | imsi imsi_value}
hnbgw-service hnbgw_svc_name

Displays Access Control database records for an existing HNB-GW service specified as an alphanumeric string of 1 through 63 characters.

Note:

This keyword is not supported in StarOS 14.0 and onward releases.

imsi imsi_value

Specifies the International Mobile Subscriber Identification (IMSI) number which is found on the Access Control database for he HNB-GW service.

imsi_value is an integer consisting of the 3-digit MCC (Mobile Country Code), the 2- or 3-digit MNC (Mobile Network Code) followed by the MSIN (Mobile Subscriber Identification Number). The total IMSI value must not exceed 15 digits.


Usage:

This command displays the white list IMSI records in an Access Control database residing on a system support all Home-NodeB Gateway (HNB-GW) service instances. The white list controls HNB and UE access to HNB-GW sessions. Access Control database records can be filtered by IMSI value.


Example:
The following command displays the information for registered IMSIs and their status in the HNB-GW database:
show hnbgw access-control-db imsi

IMPORTANT:

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

show hnbgw counters

Displays the session counter information for Home-NodeB Gateway (HNB-GW) services connected on this system.

Platform:

ASR 5000

Product:

HNB-GW


Privilege:

Inspector


Syntax
show hnbgw counters [ hnbgw-service hnbgw_svc_name | hnbid hnb_identifier ] [ | { grep grep_options | more } ]
hnbgw-service hnbgw_svc_name

Filters the counter display based on an existing HNB-GW service name specified as an alphanumeric string of 1 through 63 characters.

hnbid hnb_identifier

Filters the counter display based on a Home-NodeB identifier specified as an alphanumeric string of 1 through 255 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 in Command Line Interface Overview chapter.


Usage:

Use this command to view the session counter information for HNB-GW services configured and HNBs connected on this system.


Example:
The following command displays the counters for the HNB-GW service named hnbgw1:
show hnbgw counter
hnbgw-service hnbgw1

IMPORTANT:

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

show hnbgw sessions

Displays the active/dormant session information about registered HNB(s) on Home-NodeB Gateway (HNB-GW) service instances configured and running on this system based on different filter criteria.

Platform:

ASR 5000

Product:

HNB-GW


Privilege:

Inspector


Syntax
show hnbgw sessions [full | summary] [all] [address hnb_ip_address | cell-id cell_id  | hnb-local-id hnb_id | hnbgw-service hnbgw_svc_name | hnbid hnb_glbl_id | mcc mcc | mnc mnc [lac lac | rac rac | rnc rnc]] [ | {grep grep_options | more }]
full

Displays the full information for a specific registered HNB session(s) on an HNB-GW service instance running on the system. The display can be filtered based on given filtering criteria.

summary

Displays summarized information for a specific registered HNB session(s) on an HNB-GW service instance running on the system. The display can be filtered based on given filtering criteria.

all

Displays summarized information for all registered HNB sessions on an HNB-GW service instance running on the system. The display can be filtered based on given filtering criteria.

address hnb_ip_address

Filters the display of full or summarized session statistics to show only HNB session(s) based on the registered HNB IP address expressed in IPv4 dotted-decimal notation.

cell-id cell_id

Filters the display of full or summarized session statistics to show only HNB session(s) based on the registered Femto cell ID where the user/subscriber is geographically located. and must be an integer from 0 through 268435455.cell_id is an integer from 0 through 268435455.

hnb-local-id hnb_id

Filters the display of full or summarized session statistics to show only HNB session(s) based on the registered local ID of HNB specified as an integer from 1 through 25.

hnbgw-service hnbgw_svc_name

Filters the display of session statistics to show only registered HNB session(s) based on an existing HNB-GW service name specified as an alphanumeric string of 1 through 63 characters.

This can be further filtered by using access-mode criteria: Closed or Open.

hnbid hnb_glbl_id

Displays summarized or full information of HNB session(s) based on the registered global ID of HNB specified as an integer between 1 through 255.

mcc mcc

Displays summary information of HNB session(s) based on the registered Mobile Country Code (MCC) identification number of the UE specified as an integer between 101 through 999.

mnc mnc

Displays summarized or full information of HNB session(s) based on the registered Mobile Network Code (MCC) identification number of the UE specified as a 2- or 3-digit integer between 00 through 999.

lac lac

Displays summarized or full information for HNB session(s) based on the registered Location Area Code (LAC) identification number of the UE specified as an integer between 1 through 65535.

rac rac

Displays summarized or full information for HNB session(s) based on the registered Radio Access Code (RAC) identification number of the UE specified as an integer between 1 through 255.

rnc rnc

Displays summarized or full information for HNB session(s) based on the registered Radio Network Code (RAC) identification number of the HNB specified as an integer between 1 through 65535.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 in Command Line Interface Overview chapter.


Usage:

Use this command to view the session statistics of all or specific registered HNB session(s) or in selected part of user session for HNB-GW services configured and running on this system.


Example:
The following command displays summarized session statistics for all registered HNBs on the HNB-GW service named hnbgw1:
show hnbgw sessions
summary hnbgw-service hnbgw1

IMPORTANT:

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

show hnbgw statistics hnbgw-service

Displays the session statistics for Home-NodeB Gateway (HNB-GW) services configured and running on this system.

Platform:

ASR 5000

Product:

HNB-GW


Privilege:

Inspector


Syntax
show hnbgw statistics hnbgw-service hnbgw_svc_name  [ hnbap-only | ranap-only | rua-only | sccp-only | sctp-only ] [ verbose] [ | { grep grep_options | more } ]
hnbgw-service hnbgw_svc_name

Filters the display of session statistics for an existing HNB-GW service name specified as an alphanumeric string of 1 through 63 characters.

hnbap-only

Filters the display of session statistics to show only Home NodeB Application Part (HNBAP) traffic for the selected HNB-GW service which is configured and running on this system.

ranap-only

Flitters the display of session statistics t to show only Radio Access Network Application Protocol (RANAP) traffic for the selected HNB-GW service which is configured and running on this system.

rua-only

Filters the display of session statistics to show only RANAP User Adaptation (RUA) traffic for the selected HNB-GW service which is configured and running on this system.

sccp-only

Filters the display of session statistics to show only Signaling Connection Control Part (SCCP) traffic for the selected HNB-GW service which is configured and running on this system.

sctp-only

Filters the display of session statistics to show only Stream Control Transmission Protocol (SCTP) traffic for selected HNB-GW service which is configured and running on this system.

verbose

Displays detailed statistics for all sessions on HNB-GW services or for a selected filtered and named HNB-GW service which is configured and running on this system.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 in Command Line Interface Overview chapter.


Usage:

Use this command to view the session statistics for overall session or in selected part of user session for HNB-GW services configured and running on this system.


Example:
The following command displays session statistics for the HNBAP part of session details for the HNB-GW service named hnbgw1:
show hnbgw statistics
hnbgw-service hnbgw1 hnbap-only
The following command displays session statistics for the RANAP part of session with maximum details for the HNB-GW service named hnbgw1:
show hnbgw statistics
hnbgw-service hnbgw1 ranap-only verbose
show hnbgw statistics hnbid

Displays the session statistics for Home-NodeB (HNB) connected to an HNB-GW service on this system.

Platform:

ASR 5000

Product:

HNB-GW


Privilege:

Inspector


Syntax
show hnbgw statistics
hnbid hnb_identifier [ hnbap-only | ranap-only | rua
-only] [ verbose] [ | { grep grep_options | more } ]
hnbid hnb_identifier

Filters the display of session statistics based on an existing Home-NodeB identifier specified as an alphanumeric string of 1 through 255 characters.

hnbap-only

Filters the display of session statistics display to show only Home NodeB Application Part (HNBAP) traffic for the selected HNB which is connected to this system through HNB-GW service.

ranap-only

Filters the display of session statistics display to show only Radio Access Network Application Protocol (RANAP) traffic for the selected HNB which is connected to this system through HNB-GW service.

rua-only

Filters the display of session statistics display to show only RANAP User Adaptation (RUA) traffic for the selected HNB which is connected to this system through HNB-GW service.

verbose

Displays detailed statistics for all HNB sessions or for the selected filter and HNB which is connected to this system through HNB-GW service.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 in the Command Line Interface Overview chapter.


Usage:

Use this command to view the session statistics for overall session or in selected part of user session for selected HNB which is connected to this system through HNB-GW service.


Example:
The following command displays session statistics for the HNBAP part of session details for the HNB identified as hnb112234 on this system:
show hnbgw statistics
hnbid hnb112234 hnbap-only
The following command displays detailed session statistics for the RANAP part of session details for the HNB identified as hnb112234 on this system:
show hnbgw statistics
hnbid hnb112234 ranap-only verbose
show hnbgw-service

Displays the configuration details for configured HNB-GW service(s) on this system.

Platform:

ASR 5000

Product:

HNB-GW


Privilege:

Inspector


Syntax
show hnbgw-service { all | hnbgw-service hnbgw_svc_name }
all

Displays configuration and other default parameters for all HNB-GW service configured on this system.

hnbgw-service hnbgw_svc_name

Displays configuration and default parameters for an existing HNB-GW service name specified as an alphanumeric string of 1 through 63 characters.


Usage:

Use this command to view the configuration and service parameters set for all or any specific HNB-GW service(s) on this system.


Example:
The following command displays configuration parameters for all HNB-GW services configured on this system:
show hnbgw-service all

IMPORTANT:

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

show hsgw-service

Displays information for HRPD Serving Gateway (HSGW) services on this system.

Platform:

ASR 5000

Product:

HSGW


Privilege:

Inspector


Syntax
show hsgw-service { all | name service_name | statistics { all | name service _name } } [ pcf-status [ address IPv4_address | filter { all | icmp-monitored | no-calls | summary | up } ] [ | { grep grep_options | more } ]
all

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

name service_name

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

statistics

Displays node-level statistics for the HSGW.

pcf-status

Displays information about status of Packet Control Functions (PCFs) being monitored.

address IPv4_address

Displays status information for the specified PCF.

IPv4_address must be specified using IPv4 dotted-decimal notation.

filter { all | icmp-monitored | no-calls | summary | up }

Filters the PCF status information. Must be followed by the filter to be applied.

all: Shows all the PCFs.

icmp-monitored: Shows only PCFs which are ICMP monitored.

no-calls: Shows only PCFs which has no active sessions.

summary: Shows only a summary of the status of the PCFs.

up: Shows only PCFs which are alive.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 in the Command Line Interface Overview chapter.


Usage:

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


Example:
The following command displays service statistics for the HSGW service named hsgw1:
show hsgw-service name hsgw1
show hss-peer-service

Displays service, session, and statistics information for Home Subscriber Server (HSS) peer services configured on this system.

Platform:

ASR 5000

Product

MME

Privilege

Inspector

Syntax

show hss-peer-service { service { all | name name } | session { all | callid id | full | mdn mdn | nai nai | summary } | statistics { all | service name | summary } } [ | { grep grep_options | more } ]

service { all | name name }

Displays HSS peer service statistics for HSS peer services configured on this system.

all: Displays HSS peer service statistics for all configured HSS peer services on this system.

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

session { all | callid id | full | mdn mdn | nai nai | summary }

Displays HSS peer service statistics for sessions on this system.

all: Displays HSS peer service statistics for all sessions on this system.

This keyword is also used to further filter the full and summary options.

callid id: Displays summarized or detailed statistics of HSS peer service sessions running and filtered on the basis of the call identifier specified as an 8-digit hexadecimal number.

This keyword is also used to further filter the full and summary options.

mdn mdn: Displays summarized or detailed statistics of MME sessions running and filtered on the basis of an existing Mobile Directory Number (MDN) expressed as an alphanumeric string of 1 through 100 characters.

This keyword is also used to further filter the full and summary options.

nai nai: Displays summarized or detailed statistics of MME-HSS sessions running and filtered on the basis of an existing Network Access Identifier (NAI) expressed as an alphanumeric string of 1 through 128 characters.

This keyword is also used to further filter the full and summary options.

summary: Displays a summarized output of session information. This keyword can be further filtered by adding the following options:

  • full
  • callid id
  • mdn mdn
  • nai nai
statistics { all | service name | summary }

Displays statistics for HSS peer services configured on this system.

all: Displays statistics for all HSS peer services configured on this system.

service name: Displays statistics for a an existing HSS peer service expressed as an alphanumeric string of 1 through 63 characters.

summary: Displays summarized statistics for all HSS peer services configured on this system.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 in CLI Overview chapter of the Command Line Interface Reference.


Usage:

Use this command to display service, session, and statistics information for HSS peer services configured on this system.


Example:
The following command displays HSS peer service information and statistics for a session with a call ID of 08f11fa4:
show hss-peer-service
sessions full callid 08f11fa4
show imei-profile

Displays information for configured International Mobile Equipment Identity (IMEI) profiles.

Platform:

ASR 5000

Product:

SGSN


Privilege:

Inspector


Syntax
show imei-profile { all | full { all | name imei_name } | name imei_name } [ | { grep grep_options | more } ]
all

Lists all IMEI profiles configured on the system.

full { all | name apn_name }

full: Instructs the system to display all information in the IMEI profile(s).

all: Displays a full set of information for all IMEI profiles configured on the system.

name imei_name: Displays a full set of information for a specific IMEI profile.

apn_name: Must be an existing IMEI profile expressed as an alphanumeric string of 1 through 64 characters.

name imei_name

Displays information for a specific IMEI profile expressed as an alphanumeric string of 1 through 64 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 information for IMEI profiles configured on the system. APN profiles are configured through the global configuration mode and in the IMEI profile configuration mode. For more information regarding IMEI profile commands, refer to the IMEI Profile Configuration Mode Commands chapter.


Example:
The following command displays all available information for an IMEI profile named imeiprof1:
show imei-profile full
name imeiprof1
show ims-authorization policy-control

Displays information and statistics specific to the policy control in IP Multimedia Subsystem (IMS) authorization service.

Platform:

ASR 5000

Product:

SCM, GGSN, IMS, P-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ims-authorization
policy-control statistics [ service ims_auth_svc_name | server { ip-address ip_address [ port port_value ] | name server_name } ] [ | { grep grep_options | more } ]
statistics

Displays the total collected statistics of all policy control parameters of IMS authorization service sessions since the last system restart or clear command.

service ims_auth_svc_name

Displays the total collected statistics of all IMS authorization sessions processed by a specific IMS authorization service since the last system restart or clear command. ims_auth_svc_name must be an existing IMS authorization service name, expressed as an alphanumeric string of 1 through 64 characters.

server { ip-address ip_address [ port port_value ] | name server_name }

Displays the server-level message statistics and the server IP address.

Specify the PCRF server name (1 through 64 alphanumeric characters), or server IP address in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 information and statistics about policy control configuration in existing IMS authorization services.


Example:
The following command displays the existing IMS authorization service name ims_auth_gx1 on the system:
show ims-authorization
policy-control statistics service ims_auth_gx1

IMPORTANT:

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

show ims-authorization policy-gate

Displays information of installed Policy Gates for specific subscriber in an IP Multimedia Subsystem (IMS) authorization (IMSA) service.

Platform:

ASR 5000

Product:

SCM, GGSN, IMS, P-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ims-authorization
policy-gate { { status [ summary | full ] [ { imsi imsi_value [ nsapi nsapi_value ] } | callid call_id | { ims-auth-service ims_auth_svc } [ rulename rule_name ] } | { counters [ all | { imsi imsi_value [ nsapi nsapi_value ] } | { rulename rule_name} | { callid call_id } ] } [ | { grep grep_options | more } ] ]
status [ summary | full ]

Displays the status of the installed policy gates and their flow definitions along with the run-time status in an IMS authorization service based on the specified criteria.

summary: Limits the display to a summary on the status of the installed policy gates and their flow definitions along with their run-time status in an IMS authorization service based on the specified criteria.

full: Displays the full information on status of the installed policy gates and their flow definitions along with their run-time status in an IMS authorization service based on the specified criteria.

counters all

Displays the counters/statistics of the installed policy gates and their flow definitions along with their run-time status in an IMS authorization service based on the specified criteria.

all displays all counters of the installed gates and their flow definitions along with their run-time status in an IMS authorization service based on the specified criteria.

imsi imsi_value [ nsapi nsapi_value ]

Displays all of the counters/status of the installed policy gates and their flow definitions along with the run-time status in an IMS authorization service based on the International Mobile Subscriber Identity (IMSI).

nsapi nsapi_value specifies the Network Service Access Point Identifier (NSAPI) and limits the display to a single PDP context of the subscriber.

callid call_id

Displays all of the counters/status of the installed policy gates and their flow definitions along with their run-time status in an IMS authorization service based on the call identifier.

ims-auth-service ims_auth_svc

Displays the status of the installed policy gates and their flow definitions along with their run-time status in the named IMS authorization service.

rulename rule_name

Displays all of the counters/status of the installed policy gates and their flow definitions along with their run-time status in an IMS authorization service based on the named dynamic charging rule.

| { grep grep_options | more }

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

Please refer to the Regulating a Command’s Output section of the Command Line Interface Reference for details on the usage of grep and more.


Usage:

Use this command to display information/statistics/counters about all of the installed policy gates and their flow definitions along with the run-time status with specified criteria and filters in existing IMS authorization services.


Example:
The following command displays the full status of the installed policy gates in an existing IMS authorization service on the system:
show ims-authorization
policy-gate status full
The following command displays the all counters of the installed policy gates in an existing IMS authorization service on the system:
show ims-authorization
policy-gate counters all

IMPORTANT:

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

show ims-authorization servers

Displays information and statistics specific to the authorization servers used for IP Multimedia Subsystem (IMS) authorization (IMSA) service.

Platform:

ASR 5000

Product:

SCM, GGSN, IMS, P-GW


Privilege:

Security Administrator, Administrator


Syntax
show ims-authorization
servers [ ims-auth-service ims_auth_svc_name [ | { grep grep_options | more } ] ]
server [ ims-auth-service ims_auth_svc_name ]

Displays the information and statistics for all authorization servers configured within an IMS authorization service in a system.

ims-auth-service ims_auth_svc_name: Displays the configured authorization servers for IMS authorization within the named IMS authorization service.

| { grep grep_options | more }

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

Please refer to the Regulating a Command’s Output section of the Command Line Interface Reference for details on the usage of grep and more.


Usage:

Use this command to display information and statistics about IMS authorization servers configured on a system or IMS authorization service.


Example:
The following command displays the information and statistics of the authorization servers in the IMS authorization service named in ims_auth_gx1:
show ims-authorization
servers ims-auth-service ims_auth_gx1

IMPORTANT:

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

show ims-authorization service

Displays information, configuration, and statistics of all/specific IP Multimedia Subsystem (IMS) authorization (IMSA) service.

Platform:

ASR 5000

Product:

SCM, GGSN, IMS, P-GW


Privilege:

Security Administrator, Administrator


Syntax
show ims-authorization
service { { all [ verbose ] | name ims_auth_svc_name | summary ] } | { statistics [ all | name ims_auth_svc_name ] [ verbose ] } [ | { grep grep_options | more } ]
all [ verbose ]

Displays information and configuration for all configured IMS authorization services with a single line of information for each IMS authorization service.

verbose: Displays all information and configuration data for all IMS authorization services configured on system.

name ims_auth_svc_name

Displays the information, statistics, and configuration data for the named IMS authorization service.

summary

Displays summarized information and configuration data for all IMS authorization services configured in a system.

statistics [ all | name ims_auth_svc_name ] [ verbose ]
Displays the IMS Authorization service statistics including following information:
  • Initial authorization procedures
  • Re-authorization procedures initiated by us
  • Re-authorization procedures initiated by servers
  • Various failure statistics
If no criteria are specified, only summarized statistics for all IMS Authorization services are displayed
  • all: displays individual statistics for every IMS authorization service configured on system.
  • name ims_auth_svc_name: Displays the statistics for the IMS authorization service named in ims_auth_svc_name
  • verbose: displays detailed statistics for a configured IMS authorization service.
| { grep grep_options | more }

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

Please refer to the Regulating a Command’s Output section of the Command Line Interface Reference for details on the usage of grep and more.


Usage:

Use this command to display the status, counters and configuration. for an IMS Authorization service. The status includes the state of a server table switchover. The Statistics option displays information about various processes.


Example:
The following command displays the information and configuration data of the IMS authorization service named in ims_auth_gx1:
show ims-authorization
service name ims_auth_gx1

IMPORTANT:

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

show ims-authorization sessions

Displays information, configuration, and statistics of sessions active in an IP Multimedia Subsystem (IMS) authorization (IMSA) service.

Platform:

ASR 5000

Product:

SCM, GGSN, IMS, P-GW


Privilege:

Security Administrator, Administrator


Syntax
show ims-authorization
session [ full | summary | ggsn-only ] | [ all | [ ims-auth-service ims_auth_svc_name | imsi imsi_value [ nsapi nsapi_value ] | apn apn_name | ip-address ip_address | callid call_id ] [ | { grep grep_options | more } ] ]
full

Displays complete information and configuration data for all sessions in IMS authorization services configured in a system.

summary

Displays summarized information and configuration data for all sessions in IMS authorization services configured in a system.

ggsn-only

Displays GGSN-specific information in addition to detailed information about the session.

all

Displays information and configuration for all sessions running in IMS authorization services with a single line of information for each IMS authorization session.

ims-auth-service ims_auth_svc_name

Displays the information, statistics, and configuration data for sessions in the named IMS authorization service.

imsi imsi_value [ nsapi nsapi_value ]

Displays all of the counters/status of the running services in an IMS authorization service based on the specified International Mobile Subscriber Identity (IMSI) and Network Service Access Point Identifier (NSAPI). The display is limited to a single PDP context of the subscriber.

apn apn_name

Displays all of the counters/status for the running services in an IMS authorization service based on the specified Access Point Name (APN).

ip-address ip_address

Displays all of the counters/status for the running services in IMS authorization service based on the specified host IP address.

callid call_id

Displays all of the counters/status for the running services in IMS authorization service based on the named call identifier.

summary

Displays summarized information and configuration data for all IMS authorization services configured in a system.

| { grep grep_options | more }

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

Please refer to the Regulating a Command’s Output section of the Command Line Interface Reference for details on the usage of grep and more.


Usage:

Use this command to display the sessions running under IMS Authorization service on a system with different filter criteria.


Example:
The following command displays the information and statistical data for a session in an IMS authorization service:
show ims-authorization
sessions full

IMPORTANT:

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

show inventory

Displays Unique Device Identifier (UDI) information for all hardware in the system for which a UDI is available.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


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

Pipes (sends) the output of this command to the 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 in the Command Line Interface Overview chapter.


Usage:

Displays UDI information (card/item description, Cisco PID, serial number) for all hardware installed in this system.


Example:
The following command displays UDI information for all cards in the system:
show inventory
show ip access-group statistics

Displays statistics for each rule in an access control group.

Platform:

ASR 5000

Product:

HA


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip access-group
statistics [ | { grep
grep_options | more } ]
| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 the configured access control groups in the current context.


Example:
The following command displays the contents of an access control group named ACG_4:
show ip access-list ACG_4
show ip access-list

Displays the information for all Access Control Lists (ACLs) or the named ACL. With no keyword supplied, a list of all access lists and their entries is displayed.

Platform:

ASR 5000

Product:

HA


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip access-list list_name [ | { grep
grep_options | more } ]
list_name

Specifies the name of an existing ACL configured in the current context as an alphanumeric string of 1 through 47 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 the configured ACLs in the current context.


Example:
The following command displays the contents of an ACL named ACL_4:
show ip access-list ACL_4
show ip arp

Displays the ARP table or the ARP information associated with the specified IP address.

IMPORTANT:

When it restarts, the VPN Manager removes all interfaces from the kernel; the kernel then removes all ARP entries. When this happens, the NPU still holds all of the ARP entries so that there is no traffic disruption. From a user point of view, show ip arp is broken since this command gathers information from the kernel and not the NPU.

Platform:

ASR 5000

Product:

HA


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip arp [ ip_address | vrf vrf_name ] [ | { grep
grep_options | more } ]
ip_address

Specifies an IP address in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation.

| vrf vrf_name

Displays information for an existing VPN Routing and Forwarding (VRF) name expressed as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 the configured ACLs in the current context.


Example:
The following command displays the contents of an ACL named ACL_4:
show ip access-list ACL_4
show ip as-path-access-list

Displays the contents of a Border Gateway Protocol (BGP) router Autonomous System (AS) path access list in the current context.

Platform:

ASR 5000

Product:

HA


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip as-path-access-list list_name [ | { grep
grep_options | more } ]
list_name

Specifies the name of an existing AS path access list configured in the current context as an alphanumeric string of 1 through 79 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 the configured entries for the specified BGP router AS path access list in the current context.


Example:
The following command displays the contents of an AS path access list named ASlist1:
show ip as-path-access-list ASlist1
show ip bgp

Displays Border Gateway Protocol (BGP) information for the current context.

Platform:

ASR 5000

Product:

HA


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip bgp [ ip_address/mask | debugging | filter-list list_name | neighbors [ ip_address ] | route-map map_name | vpnv4 { all [ network | neighbors | summary ] | vrf
vrf-name [ network ] | route-distinguisher [ network | neighbors | summary ] } [ | { grep
grep_options | more } ]
ip_address/mask

Specifies the IP address and netmask bits for the network for which information should be displayed. The IP address and mask is the number of subnet bits, representing a subnet mask in CIDR notation. These must be entered in the IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal CIDR notation.

debugging

Displays debug flags that are enabled.

filter-list list_name

Displays routes that match the specified filter list.

neighbors [ip_address]

Displays information for all neighbors or a neighbor specified as an IP address in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation.

route-map map_name

Displays routes that match the specified route-map.

vpnv4 { all [ network | neighbors | summary ] | vrf vrf-name [ network ] | route-distinguisher [ network | neighbors | summary ] }
Displays all VPNv4 routing data, routing data for a VRF, or a route-distinguisher.
  • all: Displays all VPN routing information. If this is specified, the information displayed is gathered from all the VRF's known to BGP and displayed. It could contain the list of neighbors, the list of networks, or a particular network
  • network: Displays the network for which information in the BGP routing table.
  • neighbors: Displays neighbor information for the all the VRFs including the default VRF or for the VRF with a matching RD value.
  • summary: Displays summary information of neighbors for all the VRFs including the default VRF or for the VRF with a matching RD value.
  • vrf vrf name: Displays information only gathered from the named VRF. If there is no such VRF, an error is reported.
  • network: Displays the network for which information in the BGP routing table.
  • route-distinguisher: If specified along with the RD value, the information displayed is gathered from the corresponding VRF whose RD value is the same as the specified value. If there is no VRF associated with such an RD, an error is reported.
  • network: Displays the network for which information in the BGP routing table.
  • neighbors: Displays neighbor information for the all the VRFs including the default vrf VRF for the VRF with a matching RD value.
  • summary: shows summary information of neighbors for all the vrfs including the default vrf or for the VRF with a matching RD value.
| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 display to BGP information for the current context.


Example:
The following command displays information for all BGP neighbors:
show ip bgp neighbors
show ip igmp group

Displays Internet Group Management Protocol (IGMP) information for all groups in a context or a specific IP address.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip igmp group [ ip_address | all } [ | { grep
grep_options | more } ]
ip_address

Displays IGMP information for the IP address specified in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation.

all

Displays information for all IGMP groups associated with this context.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 IGMP group information.


Example:
To display general IGMP information for all groups in this context, enter the following command;
show ip igmp all
show ip interface

Displays statistical and configuration information for the IPv4-based interfaces, including a Virtual Routing and Forwarding (VRF) table for a specific context.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip interface [ vrf vrf-name ] [ name intfc_name [ tunnel [ gre-keepalive ] ] [ summary ] [ vrf vrf-name ] [ | { grep grep_options | more } ]
name intfc_name

Displays information for an existing interface specified as an alphanumeric string of 1 through 79 characters. If no interface name is specified, the information for all IP interfaces is displayed.

summary

Displays summarized information about requested IP interfaces.

tunnel [ gre-keepalive ]

Filters the IP interface information for GRE/IP-in-IP tunnel type interfaces.

gre-keepalive: Displays the keepalive information for a generic routing encapsulation (GRE) tunnel configured with this IP interface.

vrf vrf_name

Displays Virtual Routing and Forwarding (VRF) routing information for an existing VRF specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 the summarized of detailed configuration and statistical information for a configured IP interface. This information can be used to verify and/or troubleshoot communication difficulties between to a remote host/node.


Example:
The following command displays the interface information, including statistics, for the IP interface Interface_1.
show ip interface Interface_1 statistics
The following command displays the GRE keepalive information for an IP interface named in IP_gre1.
show ip interface IP_gre1
tunnel gre-keepalive

IMPORTANT:

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

show ip ipsp

Displays the names of IP pools that are enabled for the IP pool sharing protocol (IPSP) and lists the disposition of addresses in the pools.

Platform:

ASR 5000

Product:

PDSN, HA, ASN-GW


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip ipsp [ summary ] [ | { grep
grep_options | more } ]
summary

Displays only the disposition of the addresses in the participating IP pools. Does not show the names of the participating IP pools.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 list the names of IP pools that are participating in the IPSP and list the disposition of IP addresses in those pools.

IMPORTANT:

For information on configuring and using IPSP refer to the System Administration Guide.


Example:
To list information on all IPSP participating pools and address disposition, enter the following command:
show ip ipsp

IMPORTANT:

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

show ip localhosts

Displays host name to IP address mapping for current context. Must be followed by a specific IP host name.

Platform:

ASR 5000

Product:

PDSN, HA, GGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip localhosts hostname [ | { grep grep_options | more ]
hostname

Specifies a configured hostname as an alphanumeric string of 1 through 127 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 mappings of a host name to IP addresses.


Example:
To display IP address mapping for host name local_2345, enter the following command;
show ip localhosts local_2345
show ip ospf

Displays Open Shortest Path First (OSPF) routing information.

Platform:

ASR 5000

Product:

PDSN, HA, GGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip ospf [ border-routers | database [ verbose ] [ ls-id ip_addr ] [ adv-router ip_addr ] [ ls-type { router | network | summary | asbr-summary | external | nssa | integer } ] | debugging | interface | neighbor [ details ] | route | virtual-links ] [ | { grep grep_options | more } ]
border-routers

Displays all known area border routers (ABRs) and autonomous system border routers (ASBRs) for OSPF.

database [ verbose ] [ ls-id ip_addr ] [ adv-router ip_addr ] [ ls-type { router | network | summary | asbr-summary | external | nssa | integer } ]

Displays a summary of the database information for OSPF.

verbose: Displays detailed OSPF database information.

ls-id ip_addr: Displays OSPF database information for the link state advertisements (LSAs) with the specified link state identifier (LSID). ip_addr is entered using IPv4 dotted-decimal notation.

adv-router ip_addr: Displays OSPF database information for the advertising router with the specified LSID. ip_addr is entered using IPv4 dotted-decimal notation.

ls-type { router | network | summary | asbr-summary | external | nssa | LSA_Numerical_Type } ]: Displays OSPF database information for the specified LSA type.

debugging

Lists which debugging parameters are enabled.

interface

Displays interface information for OSPF.

neighbor [ details ]

Displays summarized information about all known OSPF neighbors.

details: Displays detailed information about all known OSPF neighbors.

route [ summary ]

Displays the OSPF routing table.

summary: Displays the number of intra-area, inter-area, external-1 and external-2 routes.

virtual-links

Displays the OSPF virtual links.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 OSPF information.


Example:
To display general OSPF information, enter the following command;
show ip ospf
show ip policy-forward

Displays information for IP packet redirecting policy for Home Agent (HA).

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip policy-forward [ | { grep
grep_options | more } ]
| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 see all the settings for IP packet redirection configuration from existing HA to new HA during upgrade.

IMPORTANT:

This is a customer specific command.


Example:
The following command displays forward policy configuration for an HA:
show ip policy-forward
show ip pool

Displays statistics specific to IP pools.

Platform:

ASR 5000

Product:

PDSN, GGSN, HA, ASN-GW, A-BG


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ip pool [ address { pool-name pool_name | group-name group_name } { used | free | hold | release } [ limit limit ] | group-name group_name | groups | hold-timer { imsi imsi | msid msid | username username [ imsi imsi | msid msid ] } | many-to-one | nat-realm | one-to-one | overlap | pool-name pool_name | private | public | resource | static | summary | verbose | wide ] [ | { grep grep_options | more }
address { pool-name pool_name | group-name group_name } { used | free | hold | release} [ limit limit ]

Displays IP pool addresses for the specified IP pool or pool group that are currently in the specified state.

pool-name pool_name: Displays IP addresses from an existing IP pool name specified as an alphanumeric string of 1 through 31 characters.

group-name group_name: Displays IP addresses from an existing IP pool group name specified as an alphanumeric string of 1 through 31 characters.

used: Displays the IP addresses that are in a used state.

free: Displays the IP addresses that are in a free state.

hold: Displays the IP addresses that are in a hold state.

release: Displays the IP addresses that are in a release state.

limit limit: Specifies the maximum number of address to display as an integer from 1 through 524287.

group-name group_name

Displays information about an existing IP pool group name specified as an alphanumeric string of 1 through 31 characters.

groups

Lists information about all IP pool groups.

hold-timer {imsi imsi | msid msid | username username [imsi imsi | msid msid]}

Displays hold timer address information for the specified IMSI, MSID, or username.

imsi imsi: Displays hold-timer information for a valid IMSI (International Mobile Subscriber Identity), specified as a 15-character field that identifies the subscriber’s home country and carrier.

msid msid: Displays hold-timer information for the MSID specified as a number from 7 through 16 digits.

username username: Displays hold-timer information for an existing username specified as an alphanumeric string of 1 through 127 characters.

IMPORTANT:

Active users cannot be displayed. If an active ID or username is entered, the following error message appears: Failure: No address matching the specified information was found! Please confirm that the options used match the network architecture/deployment,i.e. IMSI/MSID only, Username only, or IMSI/MSID plus Username. Please note that this command does not apply for addresses in the used state.

many-to-one

Lists information on Many-to-One NAT Realm IP address pools.

nat-realm

Lists information on NAT Realm IP address pools.

one-to-one

Lists information One-to-One NAT Realm IP address pools.

overlap

Lists information on overlapping IP pools.

pool-name pool_name

Displays information about an existing IP pool.

private

Displays information about IP pools marked Private.

public

Displays information about IP pools marked Public.

resource

Displays information about resource IP pools.

static

Displays information about static IP pools.

summary

Displays a summary of all IP pool information.

verbose

Displays detailed information about all IP pools.

wide

Displays detailed information formatted to more than 80 columns.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 statistics pertaining to IP Pools in the current context.


Example:
The following command displays IP address information for an IP Pool named pool1:
show ip pool address
pool-name pool
To display a summary list for all IP pools in the current context, enter the following command:
show ip pool summary
The following command displays IP pool information for all IP pools configured in the current context:
show ip pool verbose

IMPORTANT:

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

show ipms status

Displays the status of Intelligent Packet Monitoring System (IPMS) client service with information related to system and call events. It also displays the status of configured IPMS servers.

Platform:

ASR 5000

Product:

IPMS


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ipms status [ summary | all | server address ip_address ]
summary

Displays the summary of all configured IPMS client and IPMS servers.

all

Displays information for all configured IPMS client and IPMS servers.

server address ip_address

Displays status for the IPMS server specified as an IP address in IPv4 dotted-decimal notation.


Usage:

This command is used to show/verify the status or configuration of one or all IPMS server along with system and call event information.


Example:
The following command displays status of an IPMS server with IP address 10.2.3.4:
show ipms status server
address 10.2.3.4
show ipsg service

Displays IP Service Gateway (IPSG) service information.

Platform:

ASR 5000

Product:

IPSG


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ipsg service { all [ [ verbose ] counters ] | name ipsg_service_name [ counters ] } [ | { grep grep_options | more } ]
all [ [ verbose ] counters ]

Displays information for all IPSG service(s) configured on the system.

verbose: Specifies to display detailed information.

counters: Specifies to display counters associated with IPSG services.

name ipsg_service_name [ counters ]

Displays information for the specified IPSG service.

name ipsg_service_name: Specifies name of the IPSG service. ipsg_service_name must be an alphanumeric string of 1 through 63 characters.

counters: Specifies to display counters associated with IPSG services.

| { grep grep_options | more }

Specifies to pipe (send) the output of this command to the specified command. You must specify a command to which the output of this command should 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 information for all or a specific IPSG service.


Example:

The following command displays information for all IPSG services configured on the system:

show ipsg service all

IMPORTANT:

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

show ipsg sessions

Displays IP Service Gateway (IPSG) session information.

Platform:

ASR 5000

Product:

IPSG


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ipsg sessions [ counters | full | summary ] [ all | callid call_id | ip-address ipv4_address | msid msid_number | peer-address ipv4_address | username user_name ] [ | { grep grep_options | more } ]
counters

Displays session counters for matching sessions.

full

Displays all available information for matching sessions.

summary

Displays a summary of available information for matching sessions.

all

Displays session information including call ID, NAI, and home address for all current IPSG sessions.

This is the default behavior for the show ipsg sessions command.

callid call_id

Displays session information for a current IPSG session based on the specified call ID.

call_id must be an 8-digit hexadecimal number.

ip-address ipv4_address

Displays session information for a specific IPSG session based on the subscriber IP address.

ipv4_address must be specified in IPv4 dotted-decimal notation.

msid msid_number

Displays session information for a current IPSG session based on the specified MSID.

msid_number must be an 8-digit hexadecimal number.

peer-address ipv4_address

Displays session information for a current IPSG session based on the IP address of the device sending the RADIUS accounting messages.

ipv4_address must be specified in IPv4 dotted-decimal notation.

username user_name

Displays session information for an IPSG session based on subscriber’s user name.

user_name must be an alphanumeric string of 1 through 127 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 IPSG session information.


Example:
The following command displays all the existing IPSG service sessions on the system:
show ipsg session all

IMPORTANT:

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

show ipsg statistics

Displays IP Services Gateway (IPSG) service statistics.

Platform:

ASR 5000

Product:

IPSG


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ipsg statistics [ name ipsg_service_name | peer-address ipv4_address ] [ | { grep grep_options | more } ]
name ipsg_service_name

Displays cumulative statistics of all IPSG sessions processed by the specified service since the last system restart or clear command.

ipsg_service_name must be the name of an IPSG service, and must be an alphanumeric string of 1 through 63 characters.

peer-address ipv4_address

Displays cumulative statistics of all IPSG sessions associated with the specified IP address of the device sending the RADIUS accounting messages. The statistics displayed are from the last system restart or clear command.

ipv4_address must be specified in IPv4 dotted-decimal notation.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 IPSG service statistics.


Example:
The following command displays cumulative IPSG session statistics on the system:
show ipsg statistics
The following command displays the cumulative IPSG session statistics for an IPSG service named ipsg1:
show ipsg statistics
name ipsg1

IMPORTANT:

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

show ipv6 access-group statistics

Displays statistics for each rule in all IPv6 access groups or a specified IPv6 access control group.

Platform:

ASR 5000

Product:

HA


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ipv6 access-group
statistics [ | { grep
grep_options | more } ]
| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 the configured IPv6 access control groups in the current context.


Example:
The following command displays the contents of an IPv6 access control group named ACGv6_4:
show ipv6 access-group ACGv6_4
show ipv6 access-list

Displays the information for all IPv6 Access Control Lists (ACLs) or the named ACL. With no keyword supplied, a list of all access lists and their entries is displayed.

Platform:

ASR 5000

Product:

HA


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ipv6 access-list list_name [ | { grep
grep_options | more } ]
list_name

Specifies the name of an existing ACL configured in the current context as an alphanumeric string of 1 through 47 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 the configured IPv6 ACLs in the current context.


Example:
The following command displays the contents of an IPv6 ACL named ACLv6_4:
show ipv6 access-list ACLv6_4
show ipv6 interface

Displays statistical and configuration information for the IPv6-based interfaces, including a Virtual Routing and Forwarding (VRF) table for a specific context.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ipv6 interface [ name intfc_name ] [ statistics ] [ summary ] [ vrf vrf-name  ] [ | { grep grep_options | more } ]
name intfc_name

Displays information for an existing interface specified as an alphanumeric string of 1 through 79 characters. If no interface name is specified, the information for all IPv6 interfaces is displayed.

statistics

Displays the session statistics of all ingress and egress packets processed through this IPv6 interface.

summary

Displays summarized information about requested IPv6 interfaces.

vrf vrf_name

Displays Virtual Routing and Forwarding (VRF) routing information for an existing VRF specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 the summarized of detailed configuration and statistical information for a configured IPv6 interface. This information can be used to verify and/or troubleshoot communication difficulties between to a remote host/node.


Example:
The following command displays the interface information, including statistics, for the IPv6 interface IPv6Interface_2.
show ipv6 interface
IPv6Interface_2 statistics

IMPORTANT:

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

show ipv6 neighbors

Displays the neighbor table for all IPv6 addresses or a specified IPv6 address in the current context.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ipv6 neighbors [ ipv6_address ] [ vrf vrf-name  ] [ | { grep grep_options | more } ]
ipv6_address

Displays information for an existing IPv6 address specified in IPv6 colon-separated-hexadecimal notation. If no IPv6 address is specified, the information for all IPv6 addresses is displayed.

vrf vrf_name

Displays Virtual Routing and Forwarding (VRF) routing information for an existing VRF specified as an alphanumeric string of 1 through 63 characters.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 neighbor information for IPv6 address(es) in the current context. This information can be used to verify and/or troubleshoot communication difficulties between to a remote host/node.


Example:
The following command displays the neighbor information for the IPv6 address ffe:ffff:101::230:6eff:fe04:d9aa.
show ipv6 neighbor ffe:ffff:101::230:6eff:fe04:d9aa

IMPORTANT:

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

show ipv6 ospf

Displays information regarding the configuration of the OSPFv3 Protocol on this system.

Platform:

ASR 5000

Product:

PDSN, HA, GGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ipv6 ospf [ database | debugging | interface | nieghbor | route | virtual-links ] [ verbose [ verbose ] [ | { grep grep_options | more } ]show ipv6 ospf database [ adv-routeripv4-address  ] [ ls-type { external | inter-prefix  | inter-router | intra-prefix | link | network | router }show ipv6 ospf debugging show ipv6 ospf interfaceshow ipv6 ospf neighbor [ details] show ipv6 ospf route [ summary ] show ipv6 ospf virtual-links 
show ipv6 ospf database
Displays the OSPFv3 database including the following components.
  • adv-router ipv4-address: Displays OSPF database information from the advertising router specified as an IP address in IPv4 dotted-decimal notation.
  • ls-type: Displays the specified Link-State Advertisement (LSA) type, which can be one of the following: external: Display External LSA information inter-prefix: Displays Inter Area Prefix LSA information inter-router: Displays Inter Area Router LSA information intra-prefix: Displays Intra Area Prefix LSA information link: Displays Link LSA information network: Displays Network LSA information router: Displays Router LSA information
show ipv6 ospf debugging

Displays OSPFv3 Debugging Flags.

show ipv6 ospf interface

Displays OSPFv3 Interfaces.

show ipv6 ospf neighbor [ details ]

Displays OSPFv3 neighbors with the option for full details.

show ipv6 ospf route [ summary ]

Displays OSPFv3 route information with the option for summarized information.

show ipv6 ospf virtual-links

Displays OSPFv3 virtual links.

verbose

Displays detailed information.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 see all OSPFv3 information.


Example:
The following command displays ipv6 ospf information:
show ipv6 ospf
show iups-service

Displays information for Iu-PS services in the current context. The Iu-PS interface links the radio network controller (RNC) with the packet switched core network.

Platform:

ASR 5000

Product:

SGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show iups-service { all | name
 srvc_name} [  rnc { all | id rnc_id } ] [ | { grep grep_options | more } ]
all

Shows information for all configured IuPS services.

name srvc_name

Specifies an existing IuPS service as an alphanumeric string of 1 through 63 characters.

rnc all

Displays information for all configured RNCs.

rnc rnc_id

Specifies the identification number of an existing RNC configuration instance as an integer from 0 through 4095.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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:

Iu-PS services control the interface between the SGSN and the RNCs in the UMTS radio access network (UTRAN). Iu-PS services include the control plane and the data plane between these nodes.

Use this command to display information for a specific Iu-PS service or for all Iu-PS services configured within the context. A filtering keyword can limit the display to only information for a specific RNC or for a GTPU table in the Iu-PS service configuration.


Example:
The next command displays information for all Iu-PS services configured in the current context:
show iups-service all
This command displays information for a specific RNC for a specific Iu-PS services:
show iups-service
name iups-svc-1 rnc 123name

IMPORTANT:

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

show l2tp sessions

Displays information for Layer 2 Tunneling Protocol (L2TP) tunnels.

Platform:

ASR 5000

Product:

LNS, PDSN, GGSN, HA


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show l2tp sessions [ full | summary | counters ] [ all | callid id | username name | msid ms_id | lac-service service_name | lns-service service_name peer-address [ operator ] peer_address ]
full

Displays all available information for the specified sessions.

summary

Displays a summary of available information for the specified sessions.

counters

Displays counters for the specified L2TP sessions.

all

Displays all current sessions.

callid id

Displays session information for the call ID. specified an 8-byte hexadecimal number. The output of the command show l2tp tunnels contains a field labeled Callid Hint which lists the call ID information to use with this command.

username name

Displays session information for an existing subscriber specified as an alphanumeric string of 1 through 127 characters. Wildcard characters $ and * are allowed.

msid ms_id

Displays session information for the MSID specified as 7 to 16 digits for an IMSI, MIN, or RMI. Wildcard characters $ and * are allowed.

lac-service service_name

Displays all L2TP sessions in the specified LAC service.

lns-service service_name

Displays all L2TP sessions in the specified LNS service.

peer-address [ operator ] peer_address

Displays all L2TP sessions to the destination (peer LNS) specified as an IP address in IPv4 dotted-decimal notation.

In conjunction with sessions keyword, indicates a range of peers is to be displayed.

peer-address [ operator ] peer_address is specified using IPv4 dotted-decimal notation.

operator implies how to logically specify a range of peer-address and it must be one of the following:
  • <: IP address less than the specified peer_address
  • >: IP address less than the specified peer_address
  • greater-than: IP address less than the specified peer_address
  • less-than: IP address less than the specified peer_address

Usage:

Use this command to show information for sessions in the current context.

IMPORTANT:

If this command is executed from within the local context, cumulative session information is displayed for all contexts.


Example:
The following command displays cumulative statistics for all sessions processed within the current context:
show l2tp sessions
The following command displays all information pertaining to the L2TP session of a subscriber named isp1vpnuser1:
show l2tp session full
username isp1vpnuser1

IMPORTANT:

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

show l2tp statistics

Displays statistics for all Layer 2 Tunneling Protocol (L2TP) tunnels and sessions.

Platform:

ASR 5000

Product:

LNS, PDSN, GGSN, HA


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show l2tp statistics [ lac-service service_name | lns-service service_name | peer-address peer_ip_address ]
lac-service service_name

Displays L2TP statistics for all tunnels and sessions in an existing L2TP Access Concentrator (LAC) service specified as an alphanumeric string of 1 through 63 characters.

lns-service service_name

Displays L2TP statistics for all tunnels and sessions in tan existing L2TP Network Server (LNS) service specified as an alphanumeric string of 1 through 63 characters.

peer-address peer_address

Displays L2TP statistics for all tunnels and sessions to the destination (peer LNS) at the IP address specified in IPv4 dotted-decimal notation.


Usage:

Use this command to display statistics for L2TP services.


Example:
The following command displays statistics for a specific LAC service named vpn1:
show l2tp statistics
lac-service vpn1

IMPORTANT:

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

show l2tp tunnels

Displays information for Layer 2 Tunneling Protocol (L2TP) tunnels.

Platform:

ASR 5000

Product:

LNS, PDSN, GGSN, HA


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show l2tp tunnels [ full | summary | counters ] [ all | callid id | username name | msid ms_id | lac-service service_name | lns-service service_name | peer-address [ operator ] peer_address ]
full

Displays all available information for the specified tunnels.

summary

Displays a summary of available information for the specified tunnels.

counters

Displays counters for the specified L2TP tunnels.

all

Displays all current tunnels.

callid id

Displays tunnel information for the call id specified as an 8-digit hexadecimal number. The output of the command show l2tp tunnels contains a field labeled Callid Hint which lists the call id information to use with this command.

username name

Displays tunnel information for an existing subscriber specified as an alphanumeric string of 1 through 127 characters. Wildcard characters $ and * are allowed.

msid ms_id

Displays tunnel information for the MSID specified as 7 to 16 digits for an IMSI, MIN, or RMI. Wildcard characters $ and * are allowed.

lac-service service_name

Displays all L2TP tunnels in the specified LAC service.

lns-service service_name

Displays all L2TP tunnels in the specified LNS service.

peer-address [ operator ] peer_address

Displays all L2TP tunnels to the destination (peer LNS) at the IP address specified in IPv4 dotted-decimal notation.

In conjunction with tunnels keyword, indicates a range of peers is to be displayed.

peer-address [ operator ]: Specifies a peer address using IPv4 dotted-decimal notation.

operator implies how to logically specify a range of peer-address and it must be one of the following:
  • <: IP address less than the specified peer_address
  • >: IP address less than the specified peer_address
  • greater-than: IP address less than the specified peer_address
  • less-than: IP address less than the specified peer_address

Usage:

Use this command to show information for tunnels in the current context.


Example:
The following command displays all of the tunnels currently being facilitated by LAC services within the current context:
show l2tp tunnels all
The following command displays information pertaining to the L2TP tunnel(s) established for a LAC-service named vpn1:
show l2tp tunnels
full lac-service vpn1

IMPORTANT:

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

show lac-service

Displays the information for all L2TP Access Concentrator (LAC) services or for a particular LAC service.

Platform:

ASR 5000

Product:

PDSN, HA, GGSN


Privilege:

Security Administrator, Administrator, Operator, Inspector


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

Display information for all LAC services.

name service_name

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

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 list information for LAC services configured on this system.


Example:
The following commands display information for all LAC services and the LAC service named lac1, respectively.
show lac-service allshow lac-service name lac1
show lawful-intercept

Refer to the Lawful Intercept Configuration Guide for a full description of this command.

show lawful-intercept ssdf statistics

Refer to the Lawful Intercept Configuration Guide for a description of these statistics.

show ldap connection all

Displays all details about the Lightweight Directory Access Protocol (LDAP) subsystem.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show ldap connection
all   [ | { grep grep_options | more } ]
| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 all details about the LDAP subsystem.


Example:
The following command displays full information about the LDAP subsystem.
show ldap connection all
show leds

Displays the current status of the light emitting diodes (LEDs) for a specific card or all cards.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show leds { all | card_num } [ | { grep grep_options | more } ]
all | card_num

all: Displays the LED status for all cards.

card_num: Displays the LED status for the card specified by its slot number.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 status of the LEDs as a part of an automated periodic script which checks the LEDs of the chassis.

IMPORTANT:

This command is not supported on all platforms.


Example:
The following commands display the LED status for all cards and only card 8, respectively.
show leds all
show leds 8

IMPORTANT:

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

show license information

Displays information about the licenses installed on this system, as well as the maximum number of sessions.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show license information { key_name | full } | { key } [ | { grep grep_options | more } ]
key_name | full

key_name: Displays the information for an existing license key specified as an alphanumeric string of 1 of 1 through 500 characters.

full: Displays the full features and quantities without any hardware limits in place.

key:

Displays the installed keys in encrypted format.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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:

Displays the license information to verify the proper keys have been installed. This command is also helpful in troubleshooting user system access due to the maximum number of sessions being reached.


Example:
The following displays the encrypted installed key and the information for sampleKey respectively.
show license information sampleKey

IMPORTANT:

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

show linecard

Displays information on the interface cards installed in the rear of the system chassis.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show linecard { dlci-utilization card# | table } [ | { grep grep_options | more } ]
dlci-utilization card#

SGSN only

In tabular format, displays current data link utilization (in 5 minute and 15 minute breakdowns) information for all Frame Relay ports on the specified CLC-type line card. Data links are referred to by data link connection identifiers (DLCI).

card# - Identifies the chassis slot number where the line card resides. Enter an integer from 1 to 48.

table

Displays information on all line card slots in tabular format.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 show the line card information
  • to verify hardware inventories and installed components.
  • to review DLCI utilization for a specific Frame Relay channelized line card.

IMPORTANT:

This command is not supported on all platforms.


Example:
Use the following command to display a table with information identifying all line cards installed in the chassis:
show linecard table
Use the following command to display DLCI utilization information for all ports on CLC card in slot 27:
show linecard dlci-utilization 27

IMPORTANT:

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

show linkmgr

Displays statistics for the link manager (linkmgr).

Platform:

ASR 5000

Product:

SGSN


Privilege:

Inspector


Syntax
show linkmgr { all | instance instance } [ parser | | ] 
all

Display statistics for all link managers.

instance instance

Display statistics for a single instance of a link manager specified as an integer from 1 to 4.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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:

This command displays statistical information for the SGSN’s link manager which handles the layer between the session manager and the SS7 functionality downwards from layer 3.


Example:
Use the following command to display the statistics for link manager 4:
show linkmgr 4

IMPORTANT:

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

show llc statistics

Displays traffic statistics for the GPRS logical link-control (LLC) layer.

Platform:

ASR 5000

Product:

SGSN


Privilege:

Inspector


Syntax
show llc statistics [ gprs-service srvc_name ] [ verbose ] [ | { grep grep_options | more } ]
gprs-service srvc_name

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

verbose

Displays all possible statistics for specified command or keyword.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 can display either a summarized or full (verbose) view of statistics collected for the traffic that has gone through the LLC layer for either all GPRS services or for a specified GPRS service.


Example:
The following command displays the frame Tx/Rx LLC statistics for GPRS service gprs1:
show llc statistics
gprs-service gprs1
show llc status

Displays status information for the GPRS logical link-control (LLC) layer.

Platform:

ASR 5000

Product:

SGSN


Privilege:

Inspector


Syntax
show llc status gprs-service srvc_name sessmgr instance instance { dlci ms-id ms_id sapi sapid | lsap sapid sapid | ms ms_id | usap sapid sapid [ | { grep
grep_options | more } ]
gprs-service srvc_name

Displays the LLC layer status for an existing GPRS service specified as an alphanumeric string of 1 through 63 characters.

sessmgr instance instance

Displays the LLC status for a session manager instance specified as an integer. The range varies depending upon the release:

  • for releases prior to 14.0, the range is from 1 to 4294967295.
dlci ms-id ms_id [ sapi sapid ]

Displays the LLC status for a specific data link connection identifier (DLCI) between the LLC and the mobile station (MS). ms_id must be an integer from 0 to 65536 that identifies the DLCI interface connecting to a specific MS.

sapi: Filters the display of the LLC status information to focus on a specific service access point interface (SAPI) within the specified DLCI specified as.an integer from 1 to 11

lsap sapid

Refines the display of the LLC status to focus on a specific lower service access point interface (LSAP) specified as an integer from 0 to 65536.

ms-id ms_id

Displays the LLC status for a connected MS specified as an integer from 0 to 65536.

usap sapid

Refines the display of the LLC statistics to focus on a specific upper service access point interface (USAP) specified as an integer from 0 to 65536.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 can display either a summarized or full (verbose) view of statistics collected for the traffic that has gone through the LLC layer for either all GPRS services or for a specified GPRS service.


Example:
The following command displays the frame Tx/Rx LLC statistics for GPRS service gprs1:
show llc statistics
gprs-service gprs1
show lma-service

Displays statistic and counter information for Local Mobility Anchor (LMA) services on this system.

Platform:

ASR 5000

Product:

P-GW


Privilege:

Inspector


Syntax
show lma-service allshow lma-service name service_nameshow lma-service session [ all | callid id | counters | full | ipv6-address { < address | > address | address | greater-than address [ less-than address ] | less-than address [ greater-than address ] } | summary | username name ]show lma-service statistics [ lma-service name ] } [ | { grep grep_options | more } ]
all

Displays information about all configured LMA services on this system.

name service_name

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

session [ all | callid id | counters | full | ipv6-address { < address | > address | address | greater-than address [ less-than address ] | less-than address [ greater-than address ] } | summary | username name ]

Displays session information filtered by the following parameters:

all: Displays all active LMA sessions using LMA services on the system.

callid id: Displays available session information for the call identification number specified as an eight-byte hexadecimal number.

counters: Displays session counters for active LMA sessions using LMA services on the system. This keyword can also be filtered by the following:
  • all
  • callid
  • ipv6-address
  • username

Refer to the keyword descriptions in this command for information regarding these filters.

full: Displays additional session information for active LMA sessions using LMA services on the system. This keyword includes the information in the output of the all keyword plus additional information. This keyword can also be filtered by the following:
  • all
  • callid
  • ipv6-address
  • username

Refer to the keyword descriptions in this command for information regarding these filters.

ipv6-address:
  • < address and less-than address: Displays summarized information for a group of IPv6 addresses that are less than the specified IPv6 address using one of these keywords. A range can be specified by including an address with the greater-than option. address must be specified in IPv6 colon-separated-hexadecimal notation.
  • > address and greater-than address: Displays summarized information for a group of IPv6 addresses that are greater than the specified IPv6 address using one of these keywords. A range can be specified by including an address with the less-than option. address must be specified in IPv6 colon-separated-hexadecimal notation.
  • address: Displays summarized information for a specific IPv6 address using an LMA service on this system. address must be specified in IPv6 colon-separated-hexadecimal notation.

summary: Displays the number of LMA sessions currently active for LMA services configured on the system.

username name: Displays available session information for an existing user specified as an alphanumeric string of 1 through 127 characters.

statistics [ lma-service name ]

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

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 Overview chapter.


Usage:

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


Example:
The following command displays service statistics for the LMA service named lma1:
show lma-service name lma1
show lns-service

Displays the information for all L2TP Network Server (LNS) services or for a particular LNS service.

Platform:

ASR 5000

Product:

PDSN, HA, GGSN, LNS


Privilege:

Security Administrator, Administrator, Operator, Inspector


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

Display information for all LNS services.

name service_name

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

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 list information for LNS services configured on this system.


Example:
The following commands display information for all LNS services and the LNS service named lns1, respectively.
show lns-service all
show lns-service name lns1
show local-user

Displays information pertaining to local-user accounts.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator


Syntax
show local-user [ [ username name ] [ inactive filter ] [ verbose | wide ] | statistics [ verbose ] ]
username name

Displays information for an existing local-user administrative account specified as an alphanumeric string of 3 through 16 characters that is case sensitive. If a username is not specified, information is displayed for all local users.

inactive filter
Specifies a filter for displaying inactive local-user accounts:
  • < days: Displays accounts that have been inactive less than the specified number of days.
  • > days: Displays accounts that have been inactive more than the specified number of days.
  • greater-than days: Displays accounts that have been inactive more than the specified number of days.
  • less-than days: Displays accounts that have been inactive less than the specified number of days.

days can be configured to an integer from 1 through 365.

[ verbose | wide ]
Specifies how the information is to be displayed as one of the following options:
  • verbose: The data is displayed in list format. Additional information is provided beyond what is displayed when the wide option is used.
  • wide: The data is displayed in tabular format. This is the default setting.
statistics [ verbose ]

Displays local-user statistics.

Using the verbose keyword displays additional statistics.


Usage:

Use this command to display information and statistics on local-user administrative accounts.


Example:
The following command displays detailed information on local-user administrative accounts that have been inactive for more than 10 days:
show local-user inactive
greater-than 10 verbose
The following command displays detailed information for a local-user account named Test:
show local-user username
Test verbose
The following command displays detailed local-user account statistics:
show local-user statistics verbose

IMPORTANT:

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

show logging

Displays the defined logging filters for the current context.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show logging [ active | verbose ] [ | { grep grep_options | more } ]
active | verbose

active: Displays only active CLI logging filter information in concise format.

verbose: Displays as much information as possible.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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:

View log filters to troubleshoot disk utilization issues.


Example:
show logging
show logging active
show logging verbose
show logging active verbose
show logical-port utilization table

Displays logical port (VLAN and NPU) utilization for a specified interface port.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show logical port utilization
table slot/port [vlan { 5-minute | hourly }] [ | { grep grep_options | more } ]
slot/port

Specifies the port for which logical-port statistics will be displayed. The slot and port must refer to an installed card and port.

vlan { 5-minute | hourly }
Displays only active VLAN information for the specified collection interval.
  • 5-minute: Displays 5-minute utilization intervals for the past 24 hours.
  • hourly: Displays hourly utilization intervals for the past 24 hours.
| { grep grep_options | more }

Pipes (sends) the output of this command to the 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:

View logical port (VLAN) statistics for 5-minute intervals on port 17/1.


Example:
show logical-port
utilization table 17/1 vlan 5-minute
show logs

Displays active and inactive logs filtered by the options specified.

Platform:

ASR 5000

Product:

All


Privilege:

Security Administrator, Administrator, Operator, Inspector


Syntax
show logs [ active ] [ inactive ] [ callid call_id ] [ event-verbosity evt_verboseness ] [ facility facility ] [ level severity_level ] [ pdu-data pdu_format ] [ pdu-verbosity pdu_verboseness ] [ proclet facility ] [ since from_date_time [ until to_date_time ] ] [ | { grep grep_options | more } ]
active

Displays data from active logs.

inactive

Displays data from inactive logs.

callid call_id

Displays log information only for a call ID specified as a 4-digit hexadecimal number.

event-verbosity evt_verboseness
Specifies the level of verboseness to use in displaying of event data as one of:
  • min - displays minimal information about the event. Information includes event name, facility, event ID, severity level, date, and time.
  • concise - displays detailed information about the event, but does not provide the event source within the system.
  • full - displays detailed information about event, including source information, identifying where within the system the event was generated.
facility facility

Specifies the facility to modify the filtering of logged information for as one of:

  • a10: A10 interface facility
  • a11: A11 interface facility
  • a11mgr: A11 Manager facility
  • aaa-client: Authentication, Authorization and Accounting (AAA) client facility
  • aaamgr: AAA manager logging facility
  • aaaproxy: AAA Proxy facility
  • aal2: ATM Adaptation Layer 2 (AAL2) protocol logging facility
  • acl-log: Access Control List (ACL) logging facility
  • acsctrl: Active Charging Service (ACS) Controller facility
  • acsmgr: ACS Manager facility
  • alarmctrl: Alarm Controller facility
  • alcap: Access Link Control Application Part (ALCAP) protocol logging facility
  • alcapmgr: ALCAP manager logging facility
  • all: All facilities
  • asngwmgr: Access Service Network (ASN) Gateway Manager facility
  • asnpcmgr: ASN Paging Controller Manager facility
  • bfd: Bidirectional Forwarding Detection (BFD) protocol logging facility
  • bgp: Border Gateway Protocol (BGP) facility
  • bssap+: Base Station Sub-system Application Part+ protocol facility for the login interface between the SGSN and the MSC/VLR (2.5G and 3G)
  • bssgp: Base Station Sub-system GPRS Protocol logging facility handles exchange information between the SGSN and the BSS (2.5G only)
  • callhome: Call Home application logging facility
  • cap: CAMEL Application Part (CAP) logging facility for protocol used in prepaid applications (2.5G and 3G)
  • cli: Command Line Interface (CLI) logging facility
  • credit-control: Credit Control (CC) facility
  • cscf: IMS/MMD Call Session Control Function (CSCF)
  • cscfmgr: SIP CSCF Manager facility
  • cscfnpdb: CSCF Number Portability Database (NPDB) logging facility
  • cscfttmgr: SIP CSCF Tunnel and Transport Manager facility
  • csp: Card/Slot/Port controller facility
  • css: Content Service Selection (CSS) facility
  • css-sig: CSS RADIUS Signaling facility
  • cx-diameter: Cx Diameter Messages facility
  • dcardctrl: IPSec Daughter Card Controller logging facility
  • dcardmgr: IPSec Daughter Card Manager logging facility
  • demuxmgr: Demux Manager API facility
  • dgmbmgr: Diameter Gmb Application Manager logging facility
  • dhcp: Dynamic Host Configuration Protocol (DHCP) logging facility
  • dhcpv6: DHCPv6
  • dhost: Distributed Host logging facility
  • diabase: Diabase messages facility
  • diameter: Diameter endpoint logging facility
  • diameter-acct: Diameter Accounting
  • diameter-auth: Diameter Authentication
  • diameter-dns: Diameter DNS subsystem
  • diameter-ecs: ACS Diameter signaling facility
  • diameter-hdd: Diameter Horizontal Directional Drilling (HDD) Interface facility
  • diameter-svc: Diameter Service
  • diamproxy: DiamProxy logging facility
  • dpath: IPSec Data Path facility
  • drvctrl: Driver Controller facility
  • eap-ipsec: Extensible Authentication Protocol (EAP) IPSec facility
  • eap-sta-s6a-s13-s6b-diameter: EAP/STA/S6A/S13/S6B Diameter messages facility
  • ecs-css: ACSMGR <-> Session Manager Signalling Interface facility
  • egtpc: eGTP-C logging facility
  • egtpmgr: enhanced GPRS Tunneling Protocol (eGTP) manager logging facility
  • egtpu: eGTP-U logging facility
  • epdg: evolved Packet Data (ePDG) gateway logging facility
  • evlog: Event log facility
  • famgr: Foreign Agent manager logging facility
  • firewall: Firewall logging facility
  • fng: Femto Network Gateway (FNG) logging facility
  • gmm: For 2.5G: Logs the GPRS Mobility Management (GMM) layer (above LLC layer) For 3G: Logs the access application layer (above the RANAP layer)
  • gprs-app: GPRS Application logging facility
  • gprs-ns: GPRS Network Service Protocol (layer between SGSN and the BSS) logging facility
  • gq-rx-tx-diameter: Gq/Rx/Tx Diameter messages facility
  • gss-gcdr: GTPP Storage Server GCDR facility
  • gtpc: GTP-C protocol logging facility
  • gtpcmgr: GTP-C protocol manager logging facility
  • gtpp: GTP-prime protocol logging facility
  • gtpu: GTP-U protocol logging facility
  • gtpumgr: GTP-U Demux manager
  • gx-ty-diameter: Gx/Ty Diameter messages facility
  • gy-diameter: Gy Diameter messages facility
  • hamgr: Home Agent manager logging facility
  • hat: High Availability Task (HAT) process facility
  • hdctrl: HD Controller logging facility
  • hnb-gw: HNB-GW (3G Femto GW) logging facility
  • hnbmgr: HNB-GW Demux Manager logging facility
  • hss-peer-service: Home Subscriber Server (HSS) Peer Service facility
  • igmp: Internet Group Management Protocol (IGMP)
  • ikev2: Internet Key Exchange version 2 (IKEv2)
  • ims-authorizatn: IP Multimedia Subsystem (IMS) Authorization Service facility
  • ims-sh: HSS Diameter Sh Interface Service facility
  • imsimgr: SGSN IMSI Manager facility
  • imsue: IMS User Equipment (IMSUE) facility
  • ip-arp: IP Address Resolution Protocol facility
  • ip-interface: IP interface facility
  • ip-route: IP route facility
  • ipms: Intelligent Packet Monitoring System (IPMS) logging facility
  • ipsec: IP Security logging facility
  • ipsg: IP Service Gateway interface logging facility
  • ipsgmgr: IP Services Gateway facility
  • ipsp: IP Pool Sharing Protocol logging facility
  • kvstore: Key/Value Store (KVSTORE) Store facility
  • l2tp-control: Layer 2 Tunneling Precool (L2TP) control logging facility
  • l2tp-data: L2TP data logging facility
  • l2tpdemux: L2TP Demux Manager logging facility
  • l2tpmgr: L2TP Manager logging facility
  • lagmgr: Link Aggregation Group (LAG) manager logging facility
  • li: Refer to the Lawful Intercept Interface Reference for a description of this command.
  • linkmgr: SGSN/BSS SS7 Link Manager logging facility (2.5G only)
  • llc: Logical Link Control (LLC) Protocol logging facility; for SGSN: logs the LLC layer between the GMM and the BSSGP layers for logical links between the MS and the SGSN
  • local-policy: Local Policy Service facility
  • location-service: Location Services facility
  • m3ua: M3UA Protocol logging facility
  • magmgr: Mobile Access Gateway manager logging facility
  • map: Mobile Application Part (MAP) protocol logging facility
  • megadiammgr: MegaDiameter Manager (SLF Service) logging facility
  • mme-app: Mobility Management Entity (MME) Application logging facility
  • mme-misc: MME miscellaneous logging facility
  • mmedemux: MME Demux Manager logging facility
  • mmemgr: MME Manager facility
  • mmgr: Master Manager logging facility
  • mobile-ip: Mobile IP processes
  • mobile-ip-data: Mobile IP data facility
  • mobile-ipv6: Mobile IPv6 logging facility
  • mpls: Multiprotocol Label Switching (MPLS) protocol logging facility
  • mtp2: Message Transfer Part 2 (MTP2) Service logging facility
  • mtp3: Message Transfer Part 3 (MTP3) Protocol logging facility
  • multicast-proxy: Multicast Proxy logging facility
  • npuctrl: Network Processor Unit Control facility
  • npumgr: Network Processor Unit Manager facility
  • npumgr-acl: NPUMGR ACL logging facility
  • npumgr-flow: NPUMGR FLOW logging facility
  • npumgr-fwd: NPUMGR FWD logging facility
  • npumgr-init: NPUMGR INIT logging facility
  • npumgr-port: NPUMGR PORT logging facility
  • npumgr-recovery: NPUMGR RECOVERY logging facility
  • ntfy-intf: Notification Interface logging facility [Release 12.0 and earlier versions only]
  • ogw-app: Offload Gateway (OGW) application logging facility [Release 12.0 and earlier versions only]
  • ogw-gtpc: OGW GTP-C application logging facility [Release 12.0 and earlier versions only]
  • ogw-gtpu: OGW GTP-U application logging facility [Release 12.0 and earlier versions only]
  • ogwmgr: OGW Demux Manager logging facility [Release 12.0 and earlier versions only]
  • orbs: Object Request Broker System logging facility
  • ospf: OSPF protocol logging facility
  • ospfv3: OSPFv3 protocol logging facility
  • p2p: Peer-to-Peer Detection logging facility
  • pdg: Packet Data Gateway (PDG) logging facility
  • pdgdmgr: PDG Demux Manager logging facility
  • pdif: Packet Data Interworking Function (PDIF) logging facility
  • pgw: Packet Data Network Gateway (PGW) logging facility
  • phs: Payload Header Suppression (PHS)
  • phs-control: PHS X1/X5 and X2/X6 Interface logging facility
  • phs-data: PHS Data logging facility
  • phs-eapol: PHS EAP over LAN (EAPOL) logging facility
  • phsgwmgr: PHS Gateway Manager facility
  • phspcmgr: PHS Paging Controller Manager facility
  • pmm-app: Packet Mobility Management (PMM) application logging facility
  • ppp: Point-To-Point Protocol (PPP) link and packet facilities
  • pppoe: PPP over Ethernet logging facility
  • push: VPNMGR CDR push logging facility
  • radius-acct: RADIUS accounting logging facility
  • radius-auth: RADIUS authentication logging facility
  • radius-coa: RADIUS change of authorization and radius disconnect
  • ranap: Radio Access Network Application Part (RANAP) Protocol facility logging info flow between SGSN and RNS (3G)
  • rct: Recovery Control Task logging facility
  • rdt: Redirect Task logging facility
  • resmgr: Resource Manager logging facility
  • rf-diameter: Diameter Rf interface messages facility
  • rip: Routing Information Protocol (RIP) logging facility [RIP is not supported at this time.]
  • rohc: Robust Header Compression (RoHC) facility
  • rsvp: Reservation Protocol logging facility
  • rua: RANAP User Adaptation (RUA) [3G Femto GW - RUA messages] logging facility
  • s1ap: S1 Application Protocol (S1AP) Protocol logging facility
  • sccp: Signalling Connection Control Part (SCCP) Protocol logging (connection-oriented messages between RANAP and TCAP layers).
  • sct: Shared Configuration Task logging facility
  • sctp: Stream Control Transmission Protocol (SCTP) Protocol logging facility
  • sessctrl: Session Controller logging facility
  • sessmgr: Session Manager logging facility
  • sesstrc: session trace logging facility
  • sft: Switch Fabric Task logging facility
  • sgs: SGs interface protocol logging facility
  • sgsn-app: SGSN-APP logging various SGSN “glue” interfaces (for example, between PMM, MAP, GPRS-FSM, SMS).
  • sgsn-failures: SGSN call failures (attach/activate rejects) logging facility (2.5G)
  • sgsn-gtpc: SGSN GTP-C Protocol logging control messages between the SGSN and the GGSN
  • sgsn-gtpu: SGSN GTP-U Protocol logging user data messages between the SGSN and GGSN
  • sgsn-mbms-bearer: SGSN Multimedia Broadcast/Multicast Service (MBMS) Bearer app (SMGR) logging facility
  • sgsn-misc: Used by stack manager to log binding and removing between layers
  • sgsn-system: SGSN System Components logging facility (used infrequently)
  • sgsn-test: SGSN Tests logging facility; used infrequently
  • sgtpcmgr: SGSN GTP-C Manager logging information exchange through SGTPC and the GGSN
  • sgw: Serving Gateway facility
  • sh-diameter: Sh Diameter messages facility
  • sitmain: System Initialization Task main logging facility
  • sm-app: SM Protocol logging facility
  • sms: Short Message Service (SMS) logging messages between the MS and the SMSC
  • sndcp: Sub Network Dependent Convergence Protocol (SNDCP) logging facility
  • snmp: SNMP logging facility
  • srdb: Static Rating Database
  • srp: Service Redundancy Protocol (SRP) logging facility
  • sscfnni: SSCFNNI Protocol logging facility
  • sscop: SSCOP Protocol logging facility
  • ssh-ipsec: SSH IP Security logging facility
  • ssl: Secure Socket Layer (SSL) message logging facility
  • stat: Statistics logging facility
  • system: System logging facility
  • tacacsplus: TACACS+ Protocol logging facility
  • tcap: TCAP Protocol logging facility
  • testctrl: Test Controller logging facility
  • testmgr: Test Manager logging facility
  • threshold: threshold logging facility
  • ttg: Tunnel Termination Gateway (TTG) logging facility
  • tucl: TCP/UDP Convergence Layer (TUCL) logging facility
  • udr: User Data Record (UDR) facility (used with the Charging Service)
  • user-data: User data logging facility
  • user-l3tunnel: User Layer 3 tunnel logging facility
  • usertcp-stack: User TCP Stack
  • vpn: Virtual Private Network logging facility
  • wimax-data: WiMAX DATA
  • wimax-r6: WiMAX R6
level severity_level
level severity_level: Specifies the level of information to be logged from the following list which is ordered from highest to lowest:
  • critical - display critical events
  • error - display error events and all events with a higher severity level
  • warning - display warning events and all events with a higher severity level
  • unusual - display unusual events and all events with a higher severity level
  • info - display info events and all events with a higher severity level
  • trace - display trace events and all events with a higher severity level
  • debug - display all events
pdu-data pdu_format
Specifies output format for the display of packet data units as one of:
  • none - output is in raw format (unformatted).
  • hex - output being displayed in hexadecimal format.
  • hex-ascii - output being displayed in hexadecimal and ASCII similar to a main-frame dump.
pdu-verbosity pdu_verboseness

Specifies the level of verboseness to use in displaying of packet data units as an integer from 1 through 5, where 5 is the most detailed.

proclet facility

Shows the logs from a specific proclet facility. The available facilities are the same as those listed earlier.

since from_date_time [ until to_date_time ]

Default: no limit.

since from_date_time: indicates only the log information which has been collected more recently than from_date_time is to be displayed.

until to_date_time: indicates no log information more recent than to_date_time is to be displayed. until defaults to current time when omitted.

from_date_time and to_date_time must be formatted as YYYY:MM:DD:HH:mm or YYYY:MM:DD:HH:mm:ss. Where:
  • YYYY = 4-digit year
  • MM = 2-digit month in the range 01 through 12
  • DD = 2-digit day in the range 01 through 31
  • HH = 2-digit hour in the range 00 through 23
  • mm = 2-digit minute in the range 00 through 59
  • ss = 2-digit second in the range 00 through 59

to_date_time must be a time which is more recent than from_date_time.

The use of the until keyword allows for a time range of log information while only using the since keyword will display all information up to the current time.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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:

View log files for general maintenance or troubleshooting system issues.


Example:
The following command displays log information for the a11mgr facility starting with July 1th, 2011 at midnight.
show logs facility
allmgr since 2011:07:11:00:00
The following command displays the log information for call ID FE881D32 only in active logs.
show logs active callid FE881D32
show lte-policy

Displays information for Long term Evolution (LTE) policy configurations on this system including handover restriction lists, subscriber maps, and tracking area identifiers (TAIs).

Platform:

ASR 5000

Product:

MME, S-GW


Privilege:

Inspector


Syntax
show lte-policy {  ho-restriction-list { name ho_list_name | summary }  | summary } | subscriber-map { name sub_map_name | summary } | tai-mgmt-db { name tai_name | summary } } [ | { grep grep_options | more } ]
ho-restriction-list { name list_name | summary }

Displays information about handover restriction lists configured on this system.

name ho_list_name: Displays information about a specific handover restriction list configured on this system. name must be an existing HO restriction list, expressed as an alphanumeric string of 1 to 64 characters.

summary: Displays summarized information about all handover restriction lists configured on this system.

subscriber-map { name name | summary }

Displays information about subscriber maps configured on this system.

name sub_map_name: Displays information about an existing subscriber map specified as an alphanumeric string of 1 through 64 characters.

summary: Displays summarized information about all subscriber maps configured on this system.

tai-mgmt-db { name name | summary }

Displays information about TAI management databases configured on this system.

name tai_name: Displays information about an existing TAI management database specified as an alphanumeric string of 1 through 64 characters.

summary: Displays summarized information about all TAI management databases configured on this system.

| { grep grep_options | more }

Pipes (sends) the output of this command to the 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 in CLI Overview chapter.


Usage:

Use this command to display information for LTE policy configurations on this system including handover restriction lists, subscriber maps, and tracking area identifiers (TAIs).


Example:
The following command displays information about a subscriber map named map3:
show lte-policy subscriber-map
name map3

IMPORTANT:

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