Cisco IOS Dial Services Command Reference, Release 12.1
Commands: SHOW N through X

Table Of Contents

show nbf cache

show nbf sessions

show node

show ppp bap

show ppp multilink

show queuing virtual-access

show resource-pool call

show resource-pool customer

show resource-pool discriminator

show resource-pool resource

show resource-pool vpdn

show rlm group statistics

show rlm group status

show rlm group timer

show service

show sessions

show sgbp

show sgbp queries

show snapshot

show spe version

show tech-support modem

show tech-support spe

show terminal

show tn3270 ascii-hexval

show tn3270 character-map

show translate

show ttycap

show users

show vpdn

show vpdn domain

show vpdn group

show vpdn history failure

show vpdn multilink

show x25 pad

show xremote

show xremote line


show nbf cache

To display NetBIOS name cache contents, use the show nbf cache command in EXEC mode.

show nbf cache

Syntax Description

This command has no arguments or keywords.

Command Modes

EXEC

Command History

Release
Modification

11.1

This command was introduced.


Examples

The following is an example of output from the show nbf cache command:

router> show nbf cache 

 HW Addr           Name        How     Idle   NetBIOS Packet Savings
1000.5a89.449a    IKBA         E0      6      0
0000.0000.0000    NANOO        async1  21     0

Table 95Table 95 describes significant fields shown in the display.

Table 95 show nbf cache Field Descriptions

Field
Description

HW Addr

MAC address mapped to the NetBIOS name in this entry.

Name

NetBIOS name mapped to the MAC address in this entry.

How

Interface through which this information was learned.

Idle

Period of time (in seconds) since this entry was last accessed. A hyphen in this column indicates a static entry in the NetBIOS name cache.

NetBIOS Packet Savings

Number of packets to which local replies were made (thus preventing transmission of these packets over the network).


Related Commands

Command
Description

netbios access-list

Defines an IPX NetBIOS FindName access list filter.

netbios input-access-filter host

Defines a station access list filter on incoming messages. The access lists of station names are defined in netbios access-list host commands.

netbios name-cache

Defines a static NetBIOS name cache entry, tying the server with the name netbios-name to the mac-address, and specifying that the server is accessible either locally through the interface-name specified, or remotely through the ring-group group-number specified.

multilink-group

Enables the NBF on an interface.

netbios output-access-filter host

Defines a station access list filter on outgoing messages.

show nbf sessions

Displays NetBEUI connection information.


show nbf sessions

To view NetBEUI connection information, use the show nbf sessions command in EXEC mode.

show nbf sessions

Syntax Description

This command has no arguments or keywords.

Command Modes

EXEC

Command History

Release
Modification

11.1

This command was introduced.


Examples

The following is an example of output from the show nbf sessions command:

router> show nbf sessions

Async6 NetBIOS Session Table: 
Srcnum   Destnum  Dest-Interface DestMAC
8        6         Ethernet0 00aa.005b.c17b

NetBIOS Global Session Table: 
Srcnum   Destnum   Dest-Interface DestMAC  Src-Interface SrcMac(I)


6        8         Async7 0000.0000.0000  Ethernet0 00aa.005b.c17b(95)
ADD_[GROUP]NAME_QUERY queuesize=0
STATUS_QUERY queuesize=0
STATUS_RESPONSE queuesize=0
NAME_QUERY queuesize=0
NAME_RECOGNIZED queuesize=0
SESSION_INITIALIZE queuesize=0
SESSION_INITIALIZE (pending) queuesize=0

Table 96 describes significant fields shown in the display.

Table 96 show nbf sessions Field Descriptions 

Field
Description
Interface NetBIOS Session Table:

Summarizes Async/ISDN interface NetBIOS connection information.

Srcnum, Destnum

Source and destination connection numbers.

Dest-Interface, DestMAC

Destination interface and MAC address.

Global NetBIOS Session Table:

Summarizes LAN NetBIOS connection information.

Dest-Interface DestMAC

Destination interface (Async7 in this case) and MAC address (0000.0000.0000 in this case).

Src-Interface SrcMac

Source interface (Ethernet0 in this case) and MAC address (00aa.005b.c17b(95) in this case).

NetBIOS Datagram Queue Summary:

Summarizes NetBIOS pending datagram queues.

ADD_[GROUP]NAME_QUERY

Add Group Name Query packets.

STATUS_QUERY

Status Query packets.

STATUS_RESPONSE

Status Response packets.

NAME_QUERY

Name Query packets.

NAME_RECOGNIZED

Name Recognized packets.

SESSION_INITIALIZE (pending)

NetBIOS session Initialize packets.


Related Commands

Command
Description

netbios access-list

Defines an IPX NetBIOS FindName access list filter.

netbios input-access-filter

Controls incoming IPX NetBIOS FindName messages.

netbios output-access-filter

Controls outgoing NetBIOS FindName messages.

netbios name-cache

Defines a static NetBIOS name cache entry, tying the server with the name netbios-name to the mac-address, and specifying that the server is accessible either locally through the interface-name specified, or remotely through the ring-group group-number specified.

multilink-group

Enables the NBF on an interface.

show nbf cache

Displays NetBIOS name cache contents.


show node

To display information about LAT nodes, use the show node command in EXEC mode. The show node command with no further parameters shows a one-line summary of all known nodes. The show node command displays three different sets of information about a node: the node counters, the node status, or a one-line summary of the node status.

show node [all | node-name] [counters | status | summary]

Syntax Description

all

(Optional) Specifies all nodes.

node-name

(Optional) Indicates the name of the node for which status is required.

counters

(Optional) Specifies the various node counters.

status

(Optional) Specifies detailed node status. This is the default if a node name is specified.

summary

(Optional) Specifies a status summary for the node. This is the default if no node name is specified.


Command Modes

EXEC

Command History

Release
Modification

10.0

This command was introduced.


Usage Guidelines

Entering the show node command with no arguments is the same as entering show node all summary.

You can enter the show node command with either a specific node name or the all keyword, but not both.

You can enter the show node command with only one of the counters, status, or summary keywords. If you enter show node and two of these keywords without specifying a node name, the first keyword is treated as a node name, causing an error. If you enter show node node-name and two of these keywords, the second keyword will be treated as ambiguous.

The show node command with a node-name argument but no counters, status, or summary keyword defaults to show node node-name status.

Examples

Examples with No Keywords

The following is an example of output from the show node command with no further keywords (the same as show node all summary):

router> show node

Node Name      Status       	Identification
CHAOS          Reachable
MUDDY-RIVER    Reachable
TARMAC         Reachable
WHEEL          Reachable    Welcome to VAX/VMS V5.4-2

Table 97 describes significant fields shown in the display.

Table 97 show node Field Descriptions

Field
Description

Node Name

Lists the names of the nodes.

Status

Indicates whether the node is reachable or not.

Identification

Identification string for the node.


Examples with a Node Name

The following is an example of output from the show node output that defaults to show node chaos status. It results in a display of the detailed status of node chaos.

router> show node chaos 

Node: CHAOS      Address: 00-00-0C-01-05-09
LAT Protocol: V5.1   Data Link Frame Size: 1500
Identification:
Node Groups: 0
Service Name  Status     	Rating 	  Identification
CHAOS   	      Available 	 80

Table 98 describes significant fields shown in the display.

Table 98 show node status Field Descriptions

Field
Description

Node

Lists the node name as reported by the host computer.

Address

Identifies the MAC address of the node's Ethernet interface.

LAT protocol

Lists the version of the LAT protocol used by the node.

Data Link Frame Size

Lists the size of the largest packet that can be sent to the LAT host.

Identification

Lists the identification string for the node.

Node Groups

Lists the group code list that is advertised by the remote node, which comes from the remote node's service advertisement.

Service Name

Lists the LAT service name.

Status

Indicates whether the node is currently available on the network.

Rating

Indicates the rating of the service: An integer from 0 to 255, with the highest number being the preferred service. Used for load balancing.


Examples with the Counters Keyword

The following example shows output for the counter information for a specific node:

router> show node tarmac counters

Node: tarmac
Seconds Since Zeroed: 100 Multiple Node Addresses: 0
Messages Received: 0 Duplicates Received: 0
Messages Transmitted: 0 Messages Re-transmitted: 0
Slots Received: 0 Illegal Messages Received: 0
Slots Transmitted: 0 Illegal Slots Received: 0
Bytes Received: 0 Solicitations Accepted: 0
Bytes Transmitted: 0 Solicitations Rejected: 0

Additional Examples

In the following example, the status keyword is treated as the node name:

router> show node status counters

Local -710- Node STATUS not known

In the following example, the second keyword counters is treated as ambiguous:

router> show node lager status counters

Local -702- Keyword "COUNTERS" not known or ambiguous

show ppp bap

To display the configuration settings and run-time status for a multilink bundle, use the show ppp bap command in privileged EXEC mode.

show ppp bap {group [name] | queues}

Syntax Description

group [name]

Displays information about all or, optionally, a specific BACP bundle group.

queues

Displays information about the BACP queues.


Command Modes

Privileged EXEC

Command History

Release
Modification

11.3

This command was introduced.


Examples

The following is an example of output from the show ppp bap group command for the bundle group named bap-peer:

Group bap-peer (multilink), id 35, peer has precedence, state Idle
Master interface: Dialer1
Outgoing requests: Call, Link Drop
Incoming requests: Call, Callback, Link Drop
Original number dialed 5773926
Transmit queue size threshold is not set
Peer link addition dependent upon load
Timers (secs): Call not set, Callback not set, Link Drop not set,
               Response 30, Pending 20
Retries: Request 3, Dial 1, Indication no limit
Link removal after 3 link drop retries not set

Table 99 describes the significant fields in this display.

Table 99 show ppp bap Field Descriptions 

Field
Description

Group bap-peer (multilink),
id 35

Group name and internally assigned ID. "(multilink)" indicates the governing protocol.

peer has precedence

In BACP negotiations called "race condition scenarios" in the BACP specification, this peer is deemed to have precedence over the remote peer.

state Idle

Internal state.

Outgoing requests

Current requests configured for outbound negotiation.

Incoming requests

Current requests allowed inbound negotiation.

Peer link addition dependent upon load

Router is monitoring the load and subjecting requests to the load settings.

Timers (secs): Call not set, Callback not set, Link Drop not set, Response 30, Pending 20

Settings for specified timers.

Retries: Request 3, Dial 1, Indication no limit

Limits set on specified types of retransmissions.

Link removal after 3 link drop retries not set

The link will not be removed after no response to the link removal request because default behavior was not changed and the relevant link drop parameter was not set.


Related Commands

Command
Description

show ppp multilink

Displays bundle information for the MLP bundles.


show ppp multilink

To display bundle information for the Multilink PPP bundles, use the show ppp multilink command in EXEC mode.

show ppp multilink

Syntax Description

This command has no arguments or keywords.

Command Modes

EXEC

Command History

Release
Modification

11.2

This command was introduced.


Examples

The following is the output when no bundles are on a system:

Router# show ppp multilink

No active bundles

The following is the output when a single Multilink PPP bundle (named rudder) is on a system:

Router# show ppp multilink

Bundle rudder, 3 members, first link is BRI0: B-channel 1
0 lost fragments, 8 reordered, 0 unassigned, sequence 0x1E/0x1E rcvd/sent

The following is the output when two active bundles are on a system. Subsequent bundles would be displayed below the previous bundle.

Router# show ppp multilink

Bundle rudder, 3 members, first link is BRI0: B-Channel 1
  0 lost fragments, 8 reordered, 0 unassigned, sequence 0x1E/0x1E rcvd/sent
Bundle dallas, 4 members, first link is BRI2: B-Channel 1
  0 lost fragments, 28 reordered, 0 unassigned, sequence 0x12E/0x12E rcvd/sent

The following example shows output when a stack group has been created. On stack group member systema, Multilink PPP bundle hansolo has bundle interface Virtual-Access4. Two child interfaces are joined to this bundle interface. The first is a local PRI channel (serial 0:4), and the second is an interface from stack group member systemb.

systema# show ppp multilink

Bundle hansolo 2 members, Master link is Virtual-Access4
0 lost fragments, 0 reordered, 0 unassigned, 100/255 load
0 discarded,  0 lost received, sequence 40/66 rcvd/sent
members 2
 Serial0:4  
 systemb:Virtual-Access6    (1.1.1.1)

The following is an example of output when the PPP BACP is enabled for the multilink bundle:

systema# show ppp multilink

Bundle bap-peer, 1 member, Master link is Virtual-Access1
Bundle under BAP control
Dialer Interface is Dialer1
  0 lost fragments, 0 reordered, 0 unassigned, sequence 0x0/0x0 rcvd/sent
  0 discarded, 0 lost received, 1/255 load
Member links: 1
BRI0:1
Discriminators Local Remote
BRI0:1            24      1

Table 100 describes significant fields when PPP BACP is enabled.

Table 100 show ppp multilink Field Descriptions

Field
Description

Bundle

Configured name of the multilink bundle.

1 member

Number of interfaces in the group.

Master link is Virtual-Access1

Multilink bundle virtual interface.

Bundle under BAP control

Multilink bundle is controlled and bandwidth is allocated by BACP.

Dialer Interface is Dialer1

Name of the interface that dials the calls.

1/255 load

Load on the link in the range 1/255 to 255/255. (255/255 is a 100% load.)

Member links: 1

Number of child interfaces.

BRI0:1

Identity of the child interface. Link 1 is using physical interface BRI 0:1.

Discriminators Local Remote

BRI0:1 24 1

LCP link discriminators, which are identifiers negotiated for each link in the bundle. This information is specific to BACP. BACP uses these discriminators to determine which link to drop during negotiations.


show queuing virtual-access

To display information about interleaving, use the show queuing virtual-access command in EXEC mode.

show queuing virtual-access number

Syntax Description

number

Virtual access interface number.


Command Modes

EXEC

Command History

Release
Modification

11.3

This command was introduced.


Examples

The following is an example of output from the show queuing virtual-access command:

Router# show queuing virtual-access 1

   Input queue: 0/75/0 (size/max/drops); Total output drops: 164974
   Queueing strategy: weighted fair
   Output queue: 315/64/164974/31191 (size/threshold/drops/interleaves) 
      Conversations  5/8 (active/max active)
      Reserved Conversations 2/2 (allocated/max allocated)
   (depth/weight/discards/interleaves) 64/4096/38669/0
   Conversation 36, linktype: ip, length: 52
   source: 140.3.3.201, destination: 225.1.2.3, id: 0x0001, ttl: 254,
   TOS: 0 prot: 17, source port 6789, destination port 2345
   (depth/weight/discards/interleaves) 64/4096/0/0
   Conversation 2, linktype: ip, length: 52
   source: 140.3.3.201, destination: 225.1.2.4, id: 0x0001, ttl: 254,
   TOS: 0 prot: 17, source port 5432, destination port 9870

Table 101 describes significant fields in the show queuing virtual-access command output.

Table 101 show queuing virtual-access Field Descriptions 

Field
Description

Input queue: size, max, drops

Input queue used for virtual access interface 1, with the current size, the maximum size, and the number of dropped packets.

Total output drops

Number of output packets dropped.

Output queue: size/threshold/drops/interleaves

Output queue counters. Maximum number of packets allowed in the queue, number in the queue, the number of packets dropped due to a full queue, and the number of real-time packets interleaved among fragments of larger packets.

Conversations (active/max active)

Fair queue conversation statistics: number of conversations currently active and the maximum that have been active.

Reserved conversations (allocated, max allocated)

Reserved conversations in the weighted fair queue. (current/maximum number allocated). Reserved conversations get the highest priority.

(depth/weight/discards/interleaves) 64/4096/38669/0

Depth of the queue, weight assigned to each packet in the queue, number of packets discarded in the queue so far, and the number of interleaves.

Conversation 36, linktype: ip, length: 52

Conversation identifier, protocol used on the link (IP), and the number of bytes.

source: 140.3.3.201, destination: 225.1.2.3,

Source IP address and destination IP address.

id: 0x0001

Protocol ID, identifying IP.

ttl: 254

Time to live, in seconds.

TOS: 0

Type of service.

prot: 17

Protocol field in IP. The value 17 indicates UDP.

source port 5432

Source TCP/UDP port.

destination port 9870

Destination TCP/UDP port.


show resource-pool call

To display all active call information for all customer profiles and resource groups, use the show resource-pool call command in user and privileged EXEC mode.

show resource-pool call

Syntax Description

This command has no arguments or keywords.

Defaults

If no calls are up, there is no output. Enter the command to see valid information for all current calls.

Command Modes

User and privileged EXEC

Command History

Release
Modification

12.0(4)XI

This command was introduced.


Usage Guidelines

Use the show resource-pool call EXEC command to see all active call information for all customer profiles and resource groups. Use this command to see output when one call is up.

Examples

The following example shows output for the show resource-pool call command:

Router# show resource-pool call
Shelf 0, slot 0, port 0, channel 2, state RM_RPM_RES_ALLOCATED
  Customer profile cp1, resource group isdn1
  DNIS number 71017

Table 102 shows the significant display fields.

Table 102 show resource-pool call Field Descriptions

Field
Description

Shelf

The shelf number where the call is being handled.

Slot

The slot number where the call is being handled.

Port

The port number where the call is being handled.

Channel

The channel number where the call is being handled.

State

The state of the call.

Customer profile

The customer profile name (alphanumeric).

Resource group

The name of the resource group being used for the call.

DNIS number

The DNIS number for the call.


show resource-pool customer

To display the contents of one or more customer profiles, use the show resource-pool customer command in user and privileged EXEC mode.

show resource-pool customer [name]

Syntax Description

name

(Optional) Specifies the name of a specific customer profile. The name can have up to 23 characters.


Command Modes

User and privileged EXEC

Command History

Release
Modification

12.0(4)XI

This command was introduced.


Usage Guidelines

Use the show resource-pool customer EXEC command to see the contents of one or more customer profiles.

Examples

Router# show resource-pool customer customer1_isp
    5 active connections
    3 calls accepted
    8 max number of simultaneous connections
    0 calls rejected due to profile limits
    0 calls rejected due to resource unavailable
    0 overflow connections
    0 overflow states entered
    0 minutes spent in overflow
    28 minutes since last clear command

Table 103 shows the significant display fields.

Table 103 show resource-pool customer Field Descriptions

Field
Description

Active connections

Lists the number of active connections in the specified customer profile.

Calls accepted

Cumulative number of calls accepted since the last clear command in the customer profile—regardless of the call type.

Max number of simultaneous connections

Maximum number of simultaneous connections assigned for this customer profile.

Calls rejected due to profile limits

Cumulative number of calls rejected since the last clear command because the maximum number of allowable simultaneous connections was exceeded. You can configure each customer profile to not exceed a simultaneous call limit. This feature stops a single customer profile from consuming all the system resources.

Calls rejected due to resource unavailable

Cumulative number of calls rejected since the last clear command because no system resources were available to accept the call (such as a free modem for an analog call or an HDLC framer for a circuit switched data call).

Overflow connections

Number of overflow connections active since the last clear command.

Overflow states entered

Number of overflow states processed since the last clear command.

Minutes spent in overflow

Number of minutes that the overflow session has been in process since the last clear command.

Minutes since last clear command

Number of minutes since the clear command has been used.

List of Customer Profiles

Lists the customer profiles set up on the access server.


show resource-pool discriminator

To see how many times an incoming call has been rejected due to a specific Dialed Number identification Service (DNIS)/call-type combination, use the show resource-pool discriminator command in user and privileged EXEC mode.

show resource-pool discriminator [name]

Syntax Description

name

(Optional) Specifies the name of the specific DNIS/call-type that will be rejected. The name can have up to 23 characters.


Defaults

None. You must configure a call discriminator for it to work or appear.

Command Modes

User and privileged EXEC

Command History

Release
Modification

12.0(4)XI

This command was introduced.


Usage Guidelines

Use the show resource-pool discriminator EXEC command to see how many times an incoming call has been rejected due to a specific DNIS/call-type combination.

Examples

Example 1

Router# show resource-pool discriminator 
List of Call Discriminator Profiles:
    cd1
    cd2
    cd3
    cd4
Router# show resource-pool discriminator cd1
    0 calls rejected

Table 104 shows the significant field displays.

Table 104 show resource-pool discriminator Command Field Descriptions

Field
Description

List of Call Discriminator Profiles

A list of the Call Discriminator Profile names currently assigned.

Calls rejected

Number of calls rejected since the last clear command was used, (This is cumulative.)


show resource-pool resource

To see the resource groups configured in the network access server, use the show resource-pool resource command in user and privileged EXEC mode.

show resource-pool resource [name]

Syntax Description

name

(Optional) Displays the contents of a specifically named resource group, which was set up by using the resource-pool group resource name command. The name can have up to 23 characters.


Command Modes

User and privileged EXEC

Command History

Release
Modification

12.0(4)XI

This command was introduced.


Usage Guidelines

Use the show resource-pool resource EXEC command to see the resource groups configured in the network access server. To see the contents of a specific resource group, use the show resource-pool resource name command.

Examples

The following example shows the output for the show resource-pool resource EXEC command:

Router# show resource-pool resource
List of Resources:
    modem1
    rg1
    hi

Router# show resource-pool resource modem-group-1
    2 resources in the resource group
    0 resources currently active
    0 calls accepted in the resource group
    0 calls rejected due to resource unavailable
    0 calls rejected due to resource allocation errors

Table 105 shows the significant display fields.

Table 105 show resource-pool resource name Field Descriptions 

Field
Description

Resources in the resource group

Number of resources allocated to this pool. For example, you can limit a range of modems to five. You can limit a range of circuit-switched data calls to 50.

Resources currently active

Number of resources that are currently used in the resource group.

Calls accepted in the resource group

Number of calls accepted in the resource group (This is cumulative).

Calls rejected due to resource unavailable

Number of calls rejected because a resource was not available (This is cumulative).

Calls rejected due to resource allocation errors

Number of times the access server had an available resource, but the resource had an error when the access server tried to allocate it (for example, a bad modem). Therefore, the call was rejected. (This is cumulative.)


show resource-pool vpdn

To see the contents of a specific virtual private dial-up network (VPDN) group or specific VPDN profile, use the show resource-pool vpdn command in user and privileged EXEC mode.

show resource-pool vpdn {group | profile} [name]

Syntax Description

group

Displays all the VPDN groups configured inside the network access server.

profile

Displays all the VPDN profiles configured inside the network access server.

name

(Optional) Specifies the name of a specific VPDN group or profile.


Command Modes

User and privileged EXEC

Command History

Release
Modification

12.0(4)XI

This command was introduced.


Usage Guidelines

Use the show resource-pool vpdn EXEC command to see the contents of a specific VPDN group or specific VPDN profile.

Examples

Use the show resource-pool vpdn group name command to see the contents of a specific VPDN group. This example contains one domain name, one DNIS group, and one end point:

Example 1

Router# show resource-pool vpdn group customer2-vpdng
VPDN Group customer2-vpdng found under Customer Profiles: customer2

Tunnel (LTP)
--------              
dnis:customer2-calledg
hp.com                

Endpoint        Session Limit Priority Active Sessions Status Reserved Sessions
--------        ------------- -------- --------------- ------ -----------------
172.21.9.97     *             1        0               OK
                -------------          ---------------        -----------------
Total           *                      0                      0

Example 2

Router# show resource-pool vpdn group
List of VPDN Groups under Customer Profiles
Customer Profile user1: big
Customer Profile user2: green
List of VPDN Groups under VPDN Profiles
VPDN Profile lggate: vpdnlgate
VPDN Profile yellow: hi

Table 106 shows the significant field displays.

Table 106 show resource-pool vpdn group Field Descriptions

Field
Description

Endpoint

IP address of HGW/LNS router.

Session Limit

Number of sessions permitted for the designated endpoint.

Priority

Loadsharing HGW/LNSs are always marked with a priority of 1.

Active Sessions

Number of active sessions on the network access server. These are sessions successfully established with endpoints (not reserved sessions).

Status

Only two status types are possible: OK and busy.

Reserved Sessions

Authorized sessions that are waiting to see if they can successfully connect to endpoints. Essentially, these sessions are queued calls. In most cases, reserved sessions become active sessions.

*

No limit is set.

List of VPDN Groups under Customer Profiles

A list of VPDN groups that are assigned to customer profiles. The customer profile name is listed first, followed by the name of the VPDN group assigned to it.

List of VPDN Groups under VPDN Profiles

A list of VPDN groups that are assigned to customer profiles. The VPDN profile name is listed first, followed by the VPDN group assigned to it.


Example 3

Router# show resource-pool vpdn profile
% List of VPDN Profiles:
        lg-hmgate
        lggate
        yellow

Example 4


Router# show resource-pool vpdn profile lggate
        0 active connections
        0 max number of simultaneous connections
        0 calls rejected due to profile limits
        0 calls rejected due to resource unavailable
        0 overflow connections
        0 overflow states entered
        0 overflow connections rejected
        3003 minutes since last clear command

Table 107 shows the significant field descriptions.

Table 107 show resource-pool vpdn profile Field Descriptions

Field
Description

List of VPDN Profiles

A list of the VPDN profiles that have been assigned.

Active connections

Number of active VPDN connections counted by the VPDN profile.

Max number of simultaneous connections

Maximum number of VPDN simultaneous connections counted by the VPDN profile. This value helps you determine how many VPDN sessions to subscribe to a specific profile.

Calls rejected due to profile limits

Number of calls rejected since the last clear command because the profile limit has been exceeded.

Calls rejected due to resource unavailable

Number of calls rejected since the last clear command because the assigned resource was unavailable.

Overflow connections

Number of overflow connections used since the last clear command.

Overflow states entered

Number of overflow states entered since the last clear command.

Overflow connections rejected

Number of overflow connections rejected since the last clear command.

Minutes since last clear command

Number of minutes elapsed since the last clear command was used.


show rlm group statistics

To display the network latency of the Redundant Link manager (RLM) group, use the show rlm group statistics command in privileged EXEC mode.

show rlm group group-number statistics

Syntax Description

group-number

RLM group number (0 to 255).


Command Modes

Privileged EXEC

Command History

Release
Modification

11.3(7)

This command was introduced.


Examples

The following is a sample output from the show rlm group group-number statistics command.

Router# show rlm group 1 statistics 
RLM Group 1 Statistics
 Link_up:
     last time occurred at 02:45:48.724, total transition=1
     avg=00:00:00.000, max=00:00:00.000, min=00:00:00.000, latest=00:00:00.000
 Link_down:
     last time occurred at 02:42:33.724, total transition=1
     avg=00:03:15.000, max=00:03:15.000, min=00:00:00.000, latest=00:03:15.000
 Link_recovered:
     last time occurred at 00:00:00.000, success=0(0%), failure=0
     avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
 Link_switched:
     last time occurred at 00:00:00.000, success=0(0%), failure=0
     avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
 Server_changed:
     last time occurred at 00:00:00.000 for totally 0 times
 Server Link Group[r1-server]:
  Open the link [10.1.1.1(Loopback1), 10.1.4.1]:
     last time occurred at 02:43:03.724, success=1(100%), failure=0
     avg=162.000s, max=162.000s, min=0.000s, latest=162.000s
  Echo over link [10.1.1.1(Loopback1), 10.1.4.1]:
     last time occurred at 02:47:15.724, success=91(62%), failure=54
     avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
  Open the link [10.1.1.2(Loopback2), 10.1.4.2]:
     last time occurred at 02:43:03.724, success=1(100%), failure=0
     avg=162.000s, max=162.000s, min=0.000s, latest=162.000s
  Echo over link [10.1.1.2(Loopback2), 10.1.4.2]:
     last time occurred at 02:47:19.724, success=95(63%), failure=54
     avg=0.000s, max=0.000s, min=0.000s, latest=0.000s

 Server Link Group[r2-server]:
  Open the link [10.1.1.1(Loopback1), 10.1.5.1]:
     last time occurred at 02:46:06.724, success=0(0%), failure=1
     avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
  Echo over link [10.1.1.1(Loopback1), 10.1.5.1]:
     last time occurred at 02:47:18.724, success=0(0%), failure=85
     avg=0.000s, max=0.000s, min=0.000s, latest=0.000s

Open the link [10.1.1.2(Loopback2), 10.1.5.2]:
     last time occurred at 02:46:06.724, success=0(0%), failure=1
     avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
  Echo over link [10.1.1.2(Loopback2), 10.1.5.2]:
     last time occurred at 02:47:18.724, success=0(0%), failure=85
     avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
Router#

Table 108 described the fields seen in this display.

Table 108 show rlm group statistics Field Descriptions

Field
Description

Link_up

Statistics collected when RLM group is in link up state.

total transition

Total number of transitions into a particular RLM group state.

avg

How long the average time interval lasts.

max

How long the maximum time interval lasts.

min

How long the minimum time interval lasts.

latest

How long the most recent time interval lasts.

Link_down

Statistics collected when RLM group is in the link down state.

Link_recovered

Statistics collected when RLM group is in the link recovery state.

Link_switched

Statistics collected when RLM group is in the link switching state.

Server_changed

Statistics collected for when and how many times RLM server failover happens.

Server Link Group[r1-server]

Statistics collected for those signaling links defined under a particular server link group, for example, r1-server.

Open the link

Statistics collected when a particular signaling link connection is open (broken).

Echo over link

Statistics collected when a particular signaling link connection is established.


Related Commands

Command
Description

clear rlm group

Clears all RLM group time stamps to zero.

clear interface

Resets the hardware logic on an interface.

interface

Defines the IP addresses of the server, configures an interface type, and enters interface configuration mode.

link (RLM)

Specifies the link preference.

protocol rlm port

Reconfigures the port number for the basic RLM connection for the whole rlm-group.

retry keepalive

Allows consecutive keepalive failures a certain amount of time before the link is declared down.

server (RLM)

Defines the IP addresses of the server.

show rlm group status

Displays the status of the RLM group.

show rlm group timer

Displays the current RLM group timer values.

shutdown (RLM)

Shuts down all of the links under the RLM group.

timer

Overwrites the default setting of timeout values.


show rlm group status

To display the status of the Redundant Link Manager (RLM) group, use the show rlm group status command in privileged EXEC mode.

show rlm group group-number status

Syntax Description

group-number

RLM group number (0 to 255).


Command Modes

Privileged EXEC

Command History

Release
Modification

11.3(7)

This command was introduced.


Examples

The following is a sample output from the show rlm group