|
|
This book documents commands used to configure Voice over ATM, Voice over Frame Relay, Voice over HDLC, Voice over IP, video, head-end universal broadband features, and subscriber-end universal broadband features. Commands in this book are listed alphabetically. For information on how to configure Voice over ATM, Voice over Frame Relay, Voice over HDLC, Voice over IP, video, head-end universal broadband features, and subscriber-end universal broadband features, refer to the Cisco IOS Multiservice Applications Configuration Guide.
Syntax Description
This command has no keywords or arguments.
Defaults
No E.164 addresses are registered until you enter this command.
Command Modes
Dial-peer configuration
Command History
12.0(5)T This command was introduced.
Release
Modification
Usage Guidelines
Use this command to register the E.164 address of an analog telephone line attached to an FXS port on a router. The gateway automatically registers fully-qualified E164 addresses. Use the no register e164 command to deregister an address. Use the register e164 command to register a deregistered address.
Before you automatically or manually register an E.164 address with a gatekeeper, you must create a dial peer (dial-peer command), assign an FXS port to the peer (port command), and assign an E.164 address by using the destination-pattern command. The E.164 address must be a fully-qualified address. For example, +5551212, 5551212, and 4085551212 are fully-qualified addresses; 408555.... is not a fully-qualified address. E.164 addresses are only registered for active interfaces---those that are not shut down. If an FXS port or its interface is shut down, the corresponding E.164 address is deregistered.
![]() |
Tips You can use the show gateway command to find out if the gateway is connected to a gatekeeper and if a fully-qualified E.164 address is assigned to the gateway. Use the zone-prefix command at the gatekeeper to define prefix patterns, such as 408555...., that apply to one or more gateways. |
Examples
The following command sequence places the gateway in dial-peer configuration mode, assigns a E.164 address to the interface, and registers that address with the gatekeeper:
dial-peer voice 111 pots port 1/0/0 destination-pattern 5551212 register e164
The following commands deregister an address with the gatekeeper:
dial-peer voice 111 pots no register e164
The following example shows that you must have a connection to a gatekeeper and define a unique E.164 address before you can register an address:
dial-peer voice 222 pots port 1/0/0 destination 919555.... register e164 ERROR-register-e164:Dial-peer destination-pattern is not a full E.164 number no gateway dial-peer voice 111 pots register e164 ERROR-register-e164:No gatekeeper
Related Commands
destination-pattern Specifies either the prefix, the full E.164 telephone number, or an ISDN directory number (depending on the dial plan) to be used for a dial peer. dial-peer Enters dial-peer configuration mode, defines the type of dial peer, and defines the tag number associated with a dial peer. port Enables an interface on a PA-4R-DTR port adapter to operate as a concentrator port. show gateway Displays the current gateway status. zone prefix Configures the gatekeeper with knowledge of its own prefix and the prefix of any remote zone.
Command
Description
Syntax Description
all (Optional) Applies the high- and low- parameter settings to all monitored H.323 resources. This is the default condition. high percentage-value (Optional) A resource utilization level that triggers a Resource Availability Indicator (RAI) message that indicates that H.323 resource use is high. Enter a number between 1 and 100 that represents the high-resource utilization percentage. A 100 value specifies high-resource usage when any H.323 resource is unavailable. The default is 90 percent. low percentage-value (Optional) Resource utilization level that triggers an RAI message that indicates that H.323 resource usage has dropped below the high usage level. Enter a number between 1 and 100 that represents the acceptable resource utilization percentage. After the gateway sends a high-utilization message, it waits to send the resource recovery message until the resource use drops below the value defined by the low parameter. The default is 90 percent.
Defaults
Reports low resources when 90 percent of resources are in use, and reports resource availability when resource use drops below 90 percent.
Command Modes
Gateway configuration
Command History
12.0(5)T This command was introduced.
Release
Modification
Usage Guidelines
The resource threshold command defines the resource load levels that trigger Resource Availability Indicator (RAI) messages. To view the monitored resources, enter the show gateway command.
The monitored H.323 resources include digital signal processor (DSP) channels and DS0s. Use the show call resource voice stats command to see the total amount of resources available for H.323 calls.
![]() |
Note The DS0 resources that are monitored for H.323 calls are limited to the ones that are associated with a voice POTS dial peer. |
See the dial-peer configuration commands for details on how to associate a dial peer with a PRI or CAS group.
When any monitored H.323 resources exceed the threshold level defined by the high parameter, the gateway sends an RAI message to the gatekeeper with the AlmostOutOfResources field flagged. This message reports high-resource usage.
When all gateway H.323 resources drop below the level defined by the low parameter, the gateway sends the RAI message to the gatekeeper with the AlmostOutOfResources field cleared.
When a gatekeeper can choose between multiple gateways for call completion, the gatekeeper uses internal priority settings and gateway resource statistics to determine which gateway to use. When all other factors are equal, a gateway that has available resources will be chosen over a gateway that has reported limited resources.
Examples
The following command defines the H.323 resource limits for a gateway:
resource threshold high 70 low 60
Related Commands
show gateway Displays the current gateway status. show call resource voice stats Displays resource statistics for an H.323 gateway. show call resource voice threshold Displays the threshold configuration settings and status for an H.323 gateway.
Command
Description
Syntax Description
best-effort Indicates that Resource Reservation Protocol (RSVP) makes no bandwidth reservation. controlled-load Indicates that RSVP guarantees a single level of preferential service, presumed to correlate to a delay boundary. The controlled load service uses admission (or capacity) control to assure that preferential service is received even when the bandwidth is overloaded. guaranteed-delay Indicates that RSVP reserves bandwidth and guarantees a minimum bit rate and preferential queueing if the bandwidth reserved is not exceeded.
Defaults
best-effort
Command Modes
Dial-peer configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
This command is applicable only to VoIP dial peers.
Use the req-qos command to request a specific quality of service to be used in reaching a dial peer. Like acc-qos, when you issue this command, the Cisco IOS software reserves a certain amount of bandwidth so that the selected quality of service can be provided. Cisco IOS software uses Resource Reservation Protocol (RSVP) to request quality of service guarantees from the network.
Examples
The following example configures guaranteed-delay as the desired (requested) quality of service to a dial peer:
dial-peer voice 10 voip req-qos guaranteed-delay
Related Commands
acc-qos Generates an SNMP event if the quality of service for a dial peer drops below a specified level.
Command
Description
To reset a set of digital signal processor (DSP)s, use the reset command in global configuration mode.
reset number
Syntax Description
number Specifies the number of DSPs to be reset. The number of DSPs range from 0 to 30.
Defaults
No default behavior or values.
Command Modes
Global configuration
Command History
12.0(5)XE and 12.0(7)T This command was introduced.
Examples
The following example displays the reset command configuration for DSP 1:
reset 1 01:24:54:%DSPRM-5-UPDOWN: DSP 1 in slot 1, changed state to up
Syntax Description
num Indicates the response waiting time in seconds.
Defaults
The default response timeout is 1 second (one second).
Command Modes
Settlement configuration
Command History
12.0(4)XH1 This command was introduced.
Release
Modification
Usage Guidelines
If no response is received within this time limit, the current connection ends and the router attempts to contact the next service point.
Examples
The following example configures a 1-second time to wait for a response from a server:
settlement 0 response-timeout 1
Related Commands
connection-timeout Configures the time that a connection is maintained after completing a communication exchange. customer-id Identifies a carrier or ISP with a settlement provider. device-id Specifies a gateway associated with a settlement provider. encryption Sets the encryption method to be negotiated with the provider. max-connection Sets the maximum number of simultaneous connections to be used for communication with a settlement provider. retry-delay Sets the time between attempts to connect with the settlement provider. retry-limit Sets the maximum number of connection attempts to the provider. session-timeout Sets the interval for closing the connection when there is no input or output traffic. settlement Enters settlement mode and specifies the attributes specific to a settlement provider. type Configures an SAA-RTR operation type.
Command
Description
Syntax Description
num Length of time (in seconds) between attempts to connect with the settlement provider. The valid range for retry-delay is 1 to 600 seconds.
Defaults
The default retry delay is 2 seconds.
Command Modes
Settlement configuration
Command History
12.0(4)XH1 This command was introduced.
Release
Modification
Usage Guidelines
To set the time between attempts to connect with the settlement provider, use the retry-delay command in the settlement configuration mode. After exhausting all service points for the provider, the router is delayed for this length of time before resuming connection attempts.
Examples
The following example sets a retry value of 15 seconds:
settlement 0 relay-delay 15
Related Commands
connection-timeout Configures the time that a connection is maintained after completing a communication exchange. customer-id Identifies a carrier or ISP with a settlement provider. device-id Specifies a gateway associated with a settlement provider. encryption Sets the encryption method to be negotiated with the provider. max-connection Sets the maximum number of simultaneous connections to be used for communication with a settlement provider. response-timeout Configures the maximum time to wait for a response from a server. retry-limit Sets the maximum number of connection attempts to the provider. session-timeout Sets the interval for closing the connection when there is no input or output traffic. settlement Enters settlement mode and specifies the attributes specific to a settlement provider. type Configures an SAA-RTR operation type.
Command
Description
Syntax Description
num Maximum number of connection attempts in addition to the first attempt.
Defaults
The default retry limit is one (1) retry.
Command Modes
Settlement configuration
Command History
12.0(4)XH1 This command was introduced.
Release
Modification
Usage Guidelines
If no connection is established after the configured retries, the router ceases connection attempts. The retry limit number does not count the initial connection attempt. A retry limit of one (default) results in a total of two connection attempts to every service point.
Examples
The following example sets the number of retries to 1:
settlement 0 relay-limit 1
Related Commands
connection-timeout Configures the time that a connection is maintained after completing a communication exchange. customer-id Identifies a carrier or ISP with a settlement provider. device-id Specifies a gateway associated with a settlement provider. encryption Sets the encryption method to be negotiated with the provider. max-connection Sets the maximum number of simultaneous connections to be used for communication with a settlement provider. response-timeout Configures the maximum time to wait for a response from a server. retry-delay Sets the time between attempts to connect with the settlement provider. session-timeout Sets the interval for closing the connection when there is no input or output traffic. settlement Enters settlement mode and specifies the attributes specific to a settlement provider. type Configures an SAA-RTR operation type.
Command
Description
Syntax Description
cadence-number Number from 0 through 2:
Defaults
The default is 0.
Command Modes
Interface configuration
Command History
12.0(3)T This command was introduced.
Release
Modification
Usage Guidelines
This command applies to Cisco 800 series routers.
You can specify this command when creating a dial peer. This command will not work if it is not specified within the context of a dial peer. For information on creating a dial peer, refer to the Cisco 800 Series Routers Software Configuration Guide.
Examples
The following example specifies the type 1 distinctive ring:
ring 1
Related Commands
destination-pattern Specifies either the prefix, the full E.164 telephone number, or an ISDN directory number (depending on the dial plan) to be used for a dial peer. dial-peer voice Enters dial-peer configuration mode, defines the type of dial peer, and defines the tag number associated with a dial peer. no call-waiting Disables call waiting. port (dial-peer) Enables an interface on a PA-4R-DTR port adapter to operate as a concentrator port. pots distinctive-ring-guard-time Specifies a delay in which a telephone port can be rung after a previous call is disconnected (Cisco 800 series routers). ring Sets up a distinctive ring for telephones, fax machines, or modems connected to a Cisco 800 series router. show dial-peer voice Displays configuration information and call statistics for dial peers.
Command
Description
Syntax Description
on1 (Optional) Pulses on for 100 milliseconds. off1 (Optional) Pulses off for 100 milliseconds. on2 (Optional) Pulses on for 200 milliseconds. off2 (Optional) Pulses off for 200 milliseconds. on3 (Optional) Pulses on for 300 milliseconds. off3 (Optional) Pulses off for 300 milliseconds. on4 (Optional) Pulses on for 400 milliseconds. off4 (Optional) Pulses off for 400 milliseconds. on5 (Optional) Pulses on for 500 milliseconds. off5 (Optional) Pulses off for 500 milliseconds. on6 (Optional) Pulses on for 600 milliseconds. off6 (Optional) Pulses off for 600 milliseconds.
Defaults
on2 off4 (default North American ring pattern)
Command Modes
Voice-port configuration
Command History
11.3 MA This command was introduced.
Release
Modification
Usage Guidelines
This command applies only to the Cisco MC3810.
Examples
The following example configures the ring cadence for 0.4 seconds on and 0.2 seconds off on voice port 1/1 on the Cisco MC3810:
voice-port 1/1
ring cadence on4 off2
Related Commands
Specifies the ring frequency for a specified FXS voice port. Specifies the number of rings for a specified FXO voice port.
Command
Description
Syntax Description
number Ring frequency (hertz) used in the FXS interface. Valid entries on the Cisco 3600 series are 25 and 50. Valid entries on the Cisco MC3810 are 20 and 30.
Defaults
25 Hz on the Cisco 3600 series and 20 Hz on the Cisco MC3810
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
Use the ring frequency command to select a specific ring frequency for an FXS voice port. Use the no form of this command to reset the default value for this command. The ring frequency you select must match the connected equipment. If set incorrectly, the attached phone might not ring or might buzz. In addition, the ring frequency is usually country-dependent and you should take into account the appropriate ring frequency for your area before configuring this command.
This command does not affect ringback, which is the ringing a user hears when placing a remote call.
Examples
The following example configures the ring frequency on the Cisco 3600 series for 25 Hz:
voice-port 1/0/0 ring frequency 25
The following example configures the ring frequency on the Cisco MC3810 for 20 Hz:
voice-port 1/1 ring frequency 20
Related Commands
ring cadence Specifies the ring cadence for an FXS voice port on the Cisco MC3810 multiservice concentrator. Specifies the number of rings for a specified FXO voice port.
Command
Description
Syntax Description
number Number of rings detected before answering the call. Valid entries are numbers from 1 to 10. The default is 1.
Defaults
One ring
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
Use the ring number command to set the maximum number of rings to be detected before answering a call over an FXO voice port. Use the no form of this command to reset the default value, which is one ring.
Normally, this command should be set to the default so that incoming calls are answered quickly. If you have other equipment available on the line to answer incoming calls, you might want to set the value higher to give the equipment sufficient time to respond. In that case, the FXO interface would answer if the equipment on line did not answer the incoming call in the configured number of rings.
This command is not applicable to FXS or E&M interfaces because they do not receive ringing to receive a call.
Examples
The following example on the Cisco 3600 series sets five rings as the maximum number of rings to be detected before closing a connection over this voice port:
voice-port 1/0/0 ring number 5
The following example on the Cisco MC3810 sets five rings as the maximum number of rings to be detected before closing a connection over this voice port:
voice-port 1/1 ring number 5
Related Commands
Specifies the ring frequency for a specified FXS voice port.
Command
Description
To enable authentication and authorization on a gatekeeper, use the security command in gatekeeper configuration mode. To disable security, use the no form of this command.
security {any | h323-id | e164} {password default password | password separator character}
Syntax Description
any Uses the first alias of an incoming RAS registration, regardless of its type, as the means of identifying the user to RADIUS/TACACS+. h323-id Uses the first H.323 ID type alias as the means of identifying the user to RADIUS/TACACS+. e164 Uses the first E.164 address type alias as the means of identifying the user to RADIUS/TACACS+. password default password Specifies the default password that the gatekeeper associates with endpoints when authenticating them with an authentication server. The password must be identical to the password on the authentication server. password separator character Specifies the character that endpoints use to separate the H.323-ID from the piggybacked password in the registration. This allows each endpoint to supply a user-specific password. The separator character and password will be stripped from the string before it is treated as an H.323-ID alias to be registered. Note that passwords may only be piggybacked in the H.323-ID, not the E.164 address. This is because the E.164 address allows a limited set of mostly numeric characters. If the endpoint does not wish to register an H.323-ID, it can still supply an H.323-ID consisting of just the separator character and password. This will be understood to be a password mechanism and no H.323-ID will be registered.
Defaults
Disabled
Command Modes
Gatekeeper configuration
Command History
11.3(2)NA This command was introduced.
Release
Modification
Usage Guidelines
Use the security command to enable identification of registered aliases by RADIUS/TACACS+. If the alias does not exist in RADIUS/TACACS+, the endpoint will not be allowed to register.
A RADIUS/TACACS+ server and encryption key must have been configured in Cisco IOS software for security to work.
Only the first alias of the proper type will be identified. If no alias of the proper type is found, the registration will be rejected.
This command does not allow you to define the password mechanism unless the security type (h323-id or e164 or any) has been defined. While the no security password command undefines the password mechanism, it leaves the security type unchanged, so security is still enabled. However, the no security {h323-id | e164 | any} command disables security entirely, including removing any existing password definitions.
Examples
The following example enables identification of registrations using the first H.323 ID found in any registration:
security h323id
The following example enables security, authenticating all users by using their H.323-IDs and a password of qwerty2x:
security h323-id security password qwerty2x
The next example enables security, authenticating all users by using their H.323-IDs and the password entered by the user in the H.323-ID alias he or she registers:
security h323-id security password separator !
Now if a user registers with an H.323-ID of joe!024aqx, the gatekeeper authenticates user joe with password 024aqx, and if that is successful, registers the user with the H.323-ID of joe. If the exclamation mark is not found, the user is authenticated with the default password or a null password if no default has been configured.
The following example enables security, authenticating all users by using their E.164 IDs and the password entered by the user in the H.323-ID alias he or she registers:
security e164 security password separator !
Now if a user registers with an E.164 address of 5551212 and an H.323-ID of !hs8473q6, the gatekeeper authenticates user 5551212 and password hs8473q6. Because the H.323-ID string supplied by the user begins with the separator character, no H.323-ID is registered and the user is only known by the E.164 address.
Related Commands
accounting (gatekeeper) Enables the accounting security feature on the gatekeeper. radius-server host Specifies a RADIUS server host. radius-server key Sets the authentication and encryption key for all RADIUS communications between the router and the RADIUS daemon.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
Disabled
Command Modes
Dial-peer configuration
Command History
12.0(4)T This command was introduced.
Release
Modification
Usage Guidelines
Sequence numbers on voice packets allow the digital signal processor (DSP)s at the playout side to detect lost packets, duplicate packets or out-of-sequence packets. This helps the DSP to mask out occasional drop-outs in voice transmission at the cost of one extra byte per packet. The benefit of using sequence numbers versus the cost in bandwidth of adding an extra byte to each voice packet on the Frame Relay network must be weighed to determine whether or not to disable this function for your application.
Another factor to consider is that this command does not affect codecs that require a sequence number, such as G.726. If you are using a codec that requires a sequence number, the DSP will generate one regardless of the configuration of this command.
Examples
The following example shows how to disable the generation of sequence numbers for VoFR frames on a Cisco 2600 series or 3600 series router or on a Cisco MC3810 concentrator for VoFR dial peer 200, starting from global configuration mode:
dial-peer voice 200 vofr no sequence-numbers
Related Commands
called-number (dial-peer) Enables an incoming VoFR call leg to get bridged to the correct POTS call leg when using a static FRF.11 trunk connection. codec (dial-peer) Specifies the voice coder rate of speech for a Voice over Frame Relay dial peer. cptone Specifies a regional analog voice interface-related tone, ring, and cadence setting. destination-pattern Specifies either the prefix, the full E.164 telephone number, or an ISDN directory number (depending on the dial plan) to be used for a dial peer. dtmf-relay (Voice over Frame Relay) Enables the generation of FRF.11 Annex A frames for a dial peer. Establishes a session protocol for calls between the local and remote routers via the packet network. session target Specifies a network-specific address for a specified dial peer or destination gatekeeper. signal-type Sets the signalling type to be used when connecting to a dial peer.
Command
Description
Syntax Description
count Value from 0 to 900 in seconds. This is the frequency at which the hardware is reset.
Defaults
0 is the default value.
Command Modes
Interface configuration
Command History
11.2 P This command was supported. 12.0(5)XK and 12.0(7)T Support was added for the Cisco MC3810.
Release
Modification
Usage Guidelines
The router resets the hardware each time the serial restart timer expires. This command is often used with the dial backup feature and with the pulse-time command, which sets the amount of time to wait before redialing when a DTR dialed device fails to connect.
When the count value is set to the default of 0, the hardware is not reset when it goes down. In this way, if the interface is used to answer a call, it does not cause DTR to drop, which can cause a communications device to disconnect.
Examples
On Cisco MC3810 interface Serial 0, this examples shows the restart delay set to 0:
interface Serial0 serial restart-delay 0
Related Commands
pulse-time Enables pulsing DTR signal intervals on the serial interfaces. show interfaces serial Displays information about a serial interface.
Command
Description
Syntax Description
protocol Specifies the call session protocol. The following session protocols are supported: cisco---Specifies Cisco Session Protocol session protocol. smtp---Specifies Simple Mail Transfer Protocol (SMTP) session protocol.
Defaults
cisco
Command Modes
Dial-peer configuration
Command History
11.3(1)T This command was introduced. 12.0(4)XJ This command was modified for Store and Forward Fax.
Release
Modification
Usage Guidelines
Cisco Session Protocol (cisco) is the only applicable session protocol for VoIP peers. SMTP is the only applicable session protocol for Store and Forward Fax and applies to both on-ramp and off-ramp Store and Forward Fax functions.
Examples
The following example selects Cisco Session Protocol as the session protocol:
dial-peer voice 10 voip session protocol cisco
The following example selects SMTP as the session protocol:
dial-peer voice 10 mmoip session protocol smtp
Related Commands
session target Specifies a network-specific address for a specified dial peer.
Command
Description
Syntax Description
cisco-switched Specifies proprietary Cisco VoFR session protocol. (This is the only valid session protocol for the Cisco 7200 series.) frf11-trunk Specifies FRF.11 session protocol.
Defaults
cisco-switched
Command Modes
Dial-peer configuration
Command History
11.3(1)T This command was introduced for VoIP. 12.0(4)T The cisco-switched and frf11-trunk keywords were added for VoFR dial peers.
Release
Modification
Usage Guidelines
For Cisco-to-Cisco dial peer connections, Cisco recommends that you use the default session protocol due to the advantages it offers over a pure FRF.11 implementation. When connecting to FRF.11-compliant equipment from other vendors, use the frf11-trunk session protocol.
![]() |
Note When using the frf11-trunk session protocol on Cisco 2600 series and 3600 series routers, the called-number command must also be used. |
Examples
The following example shows how to configure the frf11-trunk session protocol on a Cisco 2600 series or 3600 series router for VoFR dial peer 200:
dial-peer voice 200 vofr session protocol frf11-trunk called-number 5552150
The following example shows how to configure the frf11-trunk session protocol on a Cisco MC3810 concentrator for VoFR dial peer 200:
dial-peer voice 200 vofr session protocol frf11-trunk
Related Commands
called-number (dial-peer) Enables an incoming VoFR call leg to get bridged to the correct POTS call leg when using a static FRF.11 trunk connection. codec (dial-peer) Specifies the voice coder rate of speech for a Voice over Frame Relay dial peer. cptone Specifies a regional analog voice interface-related tone, ring, and cadence setting. destination-pattern Specifies either the prefix, the full E.164 telephone number, or an ISDN directory number (depending on the dial plan) to be used for a dial peer. dtmf-relay (Voice over Frame Relay) Enables the generation of FRF.11 Annex A frames for a dial peer. preference Indicates the preferred order of a dial peer within a rotary hunt group. session target Specifies a network-specific address for a specified dial peer or destination gatekeeper. signal-type Sets the signalling type to be used when connecting to a dial peer.
Command
Description
![]() |
Note This command applies to all dial peers except for POTS dial peers. |
Cisco 2600 series and 3600 series Voice over Frame Relay dial peers
session target interface dlci [cid]
no session target
Cisco 2600 series and 3600 series Voice over IP dial peers
session target {ipv4:destination-address | dns:[$s$. | $d$. | $e$. | $u$.] host-name |
loopback:rtp | loopback:compressed | loopback:uncompressed}
no session target
Cisco MC3810 Voice over Frame Relay dial peers
session target interface dlci [cid]
no session target
Cisco MC3810 Voice over ATM dial peers
session target interface pvc {name | vpi/vci | vci}
no session target
Cisco MC3810 Voice over HDLC dial peers
session target interface
no session target
Cisco AS5300 access servers Voice over IP dial peers
session target {ipv4:destination-address | dns:[$s$. | $d$. | $e$. | $u$.] host-name |
loopback:rtp | loopback:compressed | loopback:uncompressed | mailto:{name | $d$}@domain-name | ipv4:destination-address | dns:[$s$. | $d$. | $u$. | $e$.] host-name}
no session target
Cisco AS5800 universal access servers Voice over IP dial peers
session target {ipv4:destination-address | dns:[$s$. | $d$. | $e$. | $u$.] host-name |
loopback:rtp | loopback:compressed | loopback:uncompressed}
no session target
Cisco 7200 series Voice over Frame Relay dial peers
session target interface dlci
no session target
Syntax Description
Cisco 2600 series and 3600 series Voice over Frame Relay dial peers
interface | Specifies the serial interface and interface number (slot number/port number) associated with this dial peer. | ||
dlci | Specifies the data link connection identifier for this dial peer. The valid range is from 16 to 1007. | ||
cid | (Optional) Specifies the DLCI subchannel to be used for data on FRF.11 calls. A CID must be specified only when the session protocol is frf11-trunk. When the session protocol is cisco-switched, the CID is dynamically allocated. The valid range is from 4 to 255.
|
Cisco 2600 and Cisco 3600 series Voice over IP dial peers
ipv4:destination-address | IP address of the dial peer. |
dns:host-name | Indicates that the domain name server will be used to resolve the name of the IP address. Valid entries for this parameter are characters representing the name of the host device. (Optional) You can use one of the following three wildcards with this keyword when defining the session target for VoIP peers:
|
loopback:rtp | Indicates that all voice data will be looped back to the originating source. This is applicable for VoIP peers. |
loopback:compressed | Indicates that all voice data will be looped back in compressed mode to the originating source. This is applicable for POTS peers. |
loopback:uncompressed | Indicates that all voice data will be looped-back in uncompressed mode to the originating source. This is applicable for POTS peers. |
Cisco MC3810 Voice over Frame Relay dial peers
interface | Specifies the interface type and interface number on the Cisco MC3810. For the range of valid interface numbers for the selected interface type, enter a ? character after the interface type. |
dlci | Specifies the Frame Relay DLCI. The valid range is from 16 to 1007. |
cid | (Optional) Specifies a subchannel ID for the Frame Relay DLCI. The valid range is from 4 to 255. |
Cisco MC3810 Voice over ATM dial peers
interface | Specifies the interface number. |
ATM interface | Specifies the ATM interface number on the Cisco MC3810. The only valid number is 0. |
pvc | Specifies a permanent virtual circuit (pvc). |
name | The PVC name. |
vpi/vci | The ATM network virtual path identifier (VPI) and virtual channel identifier (VCI) of this PVC. |
vci | The ATM network virtual channel identifier (VCI) of this PVC. |
For the Cisco MC3810 Voice over HDLC dial peers
interface | Specifies the interface number. |
serial-port-number | Specifies the serial port number on the Cisco MC3810. The valid range is 0 to 1. |
Cisco AS5300 access server Voice over IP dial peers
mailto:name | Specific recipient e-mail address, name, or mailing list alias. |
mailto | Wildcard that inserts the destination pattern of the recipient. |
@domain-name | Specifies the appropriate domain name associated with the e-mail address. |
ipv4:destination-address | IP address of the dial peer. |
dns:host-name | Indicates that the domain name server will be used to resolve the name of the IP address. Valid entries for this parameter are characters representing the name of the host device. (Optional) You can use one of the following three wildcards with this keyword when defining the session target for VoIP peers:
|
loopback:rtp | Indicates that all voice data will be looped back to the originating source. This applies to VoIP peers. |
loopback:compressed | Indicates that all voice data will be looped back in compressed mode to the originating source. This applies to POTS peers. |
loopback:uncompressed | Indicates that all voice data will be looped back in uncompressed mode to the originating source. This applies to POTS peers. |
Cisco AS5800 universal access server Voice over IP dial peers
ipv4:destination-address | IP address of the dial peer. |
dns:host-name | Indicates that the domain name server will be used to resolve the name of the IP address. Valid entries for this parameter are characters representing the name of the host device. (Optional) You can use one of the following three wildcards with this keyword when defining the session target for VoIP peers:
|
loopback:rtp | Indicates that all voice data will be looped back to the originating source. This applies to VoIP peers. |
loopback:compressed | Indicates that all voice data will be looped back in compressed mode to the originating source. This applies to POTS peers. |
loopback:uncompressed | Indicates that all voice data will be looped back in uncompressed mode to the originating source. This applies to POTS peers. |
Cisco 7200 series Voice over Frame Relay dial peers
interface | Specifies the interface type and interface number on the Cisco 7200 series router. For the range of valid interface numbers for the selected interface type, enter a ? character after the interface type. |
dlci | Specifies the Frame Relay DLCI. The valid range is from 16 to 1007. |
Defaults
The default for this command is enabled with no IP address or domain name defined.
Command Modes
Dial-peer configuration
Command History
11.3(1)T This command was introduced. 11.3(1)MA Support was added for VoFR, VoATM, VoHDLC, and POTS dial peers on the Cisco MC3810. 12.0(3)T Support was added for VoIP and POTS dial peers on the Cisco AS5300. 12.0(3)XG and 12.0(4)T Support was added for VoFR dial peers on the Cisco 2600 series and 3600 series routers. The cid option was added. 12.0(4)T Support was added for VoFR and POTS dial peers on the Cisco 7200 series routers. 12.0(4)XJ Support was added for Store and Forward Fax on the Cisco AS5300 platform.
Release
Modification
Usage Guidelines
Use the session target command to specify a network-specific address or domain name for a dial peer. Whether you select a network-specific address or a domain name depends on the session protocol you select.
The session target loopback command is used for testing the voice transmission path of a call. The loopback point will depend on the call origination and the loopback type selected.
The session target dns command can be used with or without the specified wildcards. Using the optional wildcards can reduce the number of VoIP dial peer session targets you need to configure if you have groups of numbers associated with a particular router.
For VoFR dial peers, the cid option is not allowed when using the cisco-switched option for the session protocol command.
Use the session target mailto to deliver fax-mail to multiple recipients by specifying an email alias as the name argument and have that alias expanded by the mailer.
The session target loopback command is used for testing the voice transmission path of a call. The loopback point will depend on the call origination and the loopback type selected.
The session target dns command can be used with or without the specified wildcards. Using the optional wildcards can reduce the number of VoIP dial peer session targets you need to configure if you have groups of numbers associated with a particular router.
This command applies to on-ramp Store and Forward Fax functions.
Examples
The following example configures a session target using DNS for a host, voice_router, in the domain cisco.com:
dial-peer voice 10 voip session target dns:voice_router.cisco.com
The following example configures a session target using DNS, with the optional $u$. wildcard. In this example, the destination pattern has been configured to allow for any four-digit extension, beginning with the numbers 1310222. The optional wildcard $u$. indicates that the router will use the unmatched portion of the dialed number---in this case, the four-digit extension, to identify the dial peer. As in the previous example, the domain is cisco.com.
dial-peer voice 10 voip destination-pattern 1310222.... session target dns:$u$.cisco.com
The following example configures a session target using dns, with the optional $d$. wildcard. In this example, the destination pattern has been configured for 13102221111. The optional wildcard $d$. indicates that the router will use the destination pattern to identify the dial peer in the cisco.com domain.
dial-peer voice 10 voip destination-pattern 13102221111 session target dns:$d$.cisco.com
The following example configures a session target using DNS, with the optional $e$. wildcard. In this example, the destination pattern has been configured for 12345. The optional wildcard $e$. indicates that the router will reverse the digits in the destination pattern, add periods between the digits, and then use this reverse-exploded destination pattern to identify the dial peer in the cisco.com domain.
dial-peer voice 10 voip destination-pattern 12345 session target dns:$e$.cisco.com
The following example configures a session target for Voice over Frame Relay on a Cisco MC3810 with a session target on serial port1 and a DLCI of 200:
dial-peer voice 11 vofr destination-pattern 13102221111 session target serial1 200
The following example shows how to configure serial interface 1/0, DLCI 100 as the session target for VoFR dial peer 200 (an FRF.11 dial peer) on a Cisco 2600 series or 3600 series router, starting from global configuration mode and using the frf11-trunk session protocol:
dial-peer voice 200 vofrdestination-pattern 13102221111called-number 5552150session protocol frf11-trunksession target serial 1/0 100 20
The following example configures a session target for Voice over ATM on a Cisco MC3810. The session target is sent to ATM interface 0, and for a PVC with a VCI of 20.
dial-peer voice 12 voatm destination-pattern 13102221111 session target atm0 pvc 20
The following example configures a session target on serial port 0 for Voice over HDLC on a Cisco MC3810:
dial-peer voice 13 vohdlc destination-pattern 13102221111 session target serial0
The following example configures a session target using dns for a host, voice_router, in the domain cisco.com:
dial-peer voice 10 voip session target dns:voice_router.cisco.com
The following example configures a session target using DNS, with the optional $u$. wildcard. In this example, the destination pattern has been configured to allow for any four-digit extension, beginning with the numbers 1310222. The optional wildcard $u$. indicates that the router will use the unmatched portion of the dialed number---in this case, the four-digit extension, to identify the dial peer. As in the previous example, the domain is cisco.com.
dial-peer voice 10 voip destination-pattern 1310222.... session target dns:$u$.cisco.com
The following example configures a session target using DNS, with the optional $d$. wildcard. In this example, the destination pattern has been configured for 13105551111. The optional wildcard $d$. indicates that the router will use the destination pattern to identify the dial peer in the "cisco.com" domain.
dial-peer voice 10 voip destination-pattern 13105551111 session target dns:$d$.cisco.com
The following example delivers fax-mail to multiple recipients:
dial-peer voice 10 mmoip session target marketing-information@mailer.example.com
Assuming that mailer.example.com is running sendmail, you can put the following information into its /etc/aliases file:
marketing-information: john@example.com, fax=+14085551212@sj-offramp.example.com
Related Commands
destination-pattern Specifies either the prefix or the full E.164 telephone number (depending on your dial plan) to be used for a dial peer. session protocol Establishes a session protocol for calls between the local and remote routers through the packet network in Voice over IP.
Command
Description
Syntax Description
num Defines lifetime (in seconds) of a single SSL session key.
Defaults
The default session timeout is 86,400 seconds (one day).
Command Modes
Settlement configuration
Command History
12.0(4)XH1 This command was introduced.
Release
Modification
Usage Guidelines
When this time limit configured by this command is exceeded, the router negotiates a new session key. Communication exchanges in progress are not interrupted when this time limit expires.
Examples
The following example shows how to configure the lifetime of a single SSL session key to one day (86,400 seconds):
settlement 0 session timeout 86400
Related Commands
connection-timeout Configures the time that a connection is maintained after completing a communication exchange. customer-id Identifies a carrier or ISP with a settlement provider. device-id Specifies a gateway associated with a settlement provider. encryption Sets the encryption method to be negotiated with the provider. max-connection Sets the maximum number of simultaneous connections to be used for communication with a Settlement provider. response-timeout Configures the maximum time to wait for a response from a server. retry-delay Sets the time between attempts to connect with the settlement provider. settlement Enters settlement mode and specifies the attributes specific to a settlement provider. type Configures an SAA-RTR operation type.
Command
Description
Syntax Description
provider-number Specifies a digit defining a particular settlement server. The only valid entry is 0.
Defaults
The default is 0.
Command Modes
Global configuration
Command History
12.0(4)XH1 This command was introduced.
Release
Modification
Usage Guidelines
The variable provider-number defines a particular Settlement provider. For Cisco IOS Release 12.1, only one clearinghouse per system is allowed, and the only valid value for provider-number is 0.
Examples
This example shows how to enter settlement configuration mode:
settlement 0
Related Commands
connection-timeout Configures the time that a connection is maintained after completing a communication exchange. customer-id Identifies a carrier or ISP with a settlement provider. device-id Specifies a gateway associated with a settlement provider. encryption Sets the encryption method to be negotiated with the provider. max-connection Sets the maximum number of simultaneous connections to be used for communication with a settlement provider. response-timeout Configures the maximum time to wait for a response from a server. retry-delay Sets the time between attempts to connect with the settlement provider. session-timeout Sets the interval for closing the connection when there is no input or output traffic. type Configures an SAA-RTR operation type.
Command
Description
To display the network service access point (NSAP) address for the ATM interface, enter the show atm video-voice address command in privileged EXEC mode.
show atm video-voice addressSyntax Description
This command has no keywords or arguments.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(5)XK and 12.0(7)T This command was introduced for the Cisco MC3810.
Release
Modification
Usage Guidelines
Enter this command to review ATM interface NSAP addresses that have been assigned with the atm video aesa or atm voice aesa command and to ensure that ATM management is confirmed for those addresses.
Examples
On a Cisco MC3810, the following example displays ATM interface NSAP addresses:
router# show atm video-voice address nsap address type ilmi status 47.0091810000000002F26D4901.00107B4832E1.FE VOICE_AAL5 Confirmed 47.0091810000000002F26D4901.00107B4832E1.C8 VIDEO_AAL1 Confirmed
To display bridging information for a Cisco uBR900 series cable access router, enter the show bridge cable-modem command in privileged EXEC mode.
show bridge cable-modem number
Syntax Description
number The interface number of the cable interface on the rear panel of the Cisco uBR900 series.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Examples
Te following example is sample output for this command:
uBR924#show bridge cable-modem 0Total of 300 station blocks, 298 freeCodes: P - permanent, S - selfBridge Group 59:
Table 18 describes the significant fields shown in the display.
| Field | Description |
|---|---|
Total of 300 station blocks | Total number of forwarding database elements in the system. The memory to hold bridge entries is allocated in blocks of memory sufficient to hold 300 individual entries. When the number of free entries falls below 25, another block of memory sufficient to hold another 300 entries is allocated. Thus, the total number of forwarding elements in the system is expanded dynamically, as needed, limited by the amount of free memory in the router. |
Bridge Group | The number of the bridge group to which this interface is assigned. |
Related Commands
show dhcp Displays the current DHCP settings on point-to-point interfaces. show interfaces cable-modem Displays information about the Cisco uBR900 series cable access router cable interface.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 XA This command was introduced.
Release
Modification
Examples
The following is sample output from the show c7200 command. The midplane EEPROM data describes the characteristics of the device's midplane chassis; the CPU EEPROM data describes the characteristics of the device CPU. The fault history buffer data provides diagnostic information used only by Cisco Customer Support Engineers.
router# show c7200
Network IO Interrupt Throttling:
throttle count=0, timer count=0
active=0, configured=0
netint usec=3999, netint mask usec=200
UBR7200 Midplane EEPROM:
Number of Slots : 6
Hardware Revision : 1.1
Chassis MAC Address : 0008.cefb.fc00
MAC Address block size : 256
Unknown Field (type 01B9): 2C 1F E0 00
Unknown Field (type 01B8): 85 FF FF FF
EEPROM format version 4
EEPROM contents (hex):
0x00: 04 FF 40 00 F0 01 06 41 01 01 C3 06 00 08 CE FB
0x10: FC 00 43 01 00 C7 20 45 53 00 29 00 2E 00 3D 00
0x20: 4C 00 34 00 36 00 87 00 81 00 83 00 86 00 84 00
0x30: B6 00 E0 00 00 B8 DB 00 B9 2C 1F E0 00 00 B8 85
0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
C7200 CPU EEPROM:
Hardware revision 2.1 Board revision A0
Serial number 4371856 Part number 73-1536-03
Test history 0x0 RMA number 00-00-00
EEPROM format version 1
EEPROM contents (hex):
0x20: 01 15 02 01 00 42 B5 90 49 06 00 03 00 00 00 00
0x30: 50 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF
Fault History Buffer:
7200 Software (UBR7200-P-M), Experimental Version 11.3(19980514:205205)
[xx-xx_2 232]
Compiled Fri 12-Jun-98 19:20 by johnchen
Signal = 23, Code = 0x24, Uptime 00:02:09
$0 : 00000000, AT : 00000000, v0 : 00000000, v1 : 00000004
a0 : 00000000, a1 : 0000FF00, a2 : 00000006, a3 : 00000002
t0 : 00000020, t1 : 3401FF01, t2 : 3401C100, t3 : FFFF00FF
t4 : 6027E180, t5 : 30443044, t6 : 30384330, t7 : 30783630
s0 : 00000000, s1 : 608BFD88, s2 : 606D9E4C, s3 : 60B43E0C
s4 : 608BFD88, s5 : 0000004A, s6 : 00000000, s7 : 608BFF9C
t8 : 00009BCB, t9 : 00000000, k0 : 3041D001, k1 : BF800000
gp : 6083B400, sp : 60BC4CA0, s8 : 608BFDF8, ra : 602797EC
EP6027AE58, SREG : 3401FF03, Cause : 00000424
To display the cable flap-list on a Cisco uBR7200 series cable router, use the show cable flap-list command in privileged EXEC mode.
show cable flap-list [sort-flap | sort-time]
Syntax Description
sort-flap (Optional) Sort by number of times the cable modem has flapped. sort-time (Optional) Sort most recent time the cable modem is detected to have flapped.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Examples
The following examples show the return for flap-list tables sorted by MAC address and by time:
CMTS01# show cable flap-list sort-flap Mac Addr CableIF Ins Hit Miss CRC P-Adj Flap Time .1eab.2c0b C6/0 U0 108 318 27 0 0 108 Sep 10 15:26:56 .1eb2.bb07 C6/0 U0 0 293 31 1 1 1 Sep 10 15:15:49 .7b6b.71cd C6/0 U0 1 288 32 0 0 1 Sep 10 15:12:13 .1eb2.bb8f C6/0 U0 1 295 30 0 0 1 Sep 10 15:11:44 router# CMTS01# show cable flap-list sort-time Mac Addr CableIF Ins Hit Miss CRC P-Adj Flap Time 00e0.2222.2202 C4/0 U0 464 2069 242 0 421 885 Oct 16 22:47:23 0010.7b6b.57e1 C4/0 U0 0 2475 43 0 1041 1041 Oct 16 22:47:04
Table 19 describes the fields displayed by the show flap-list command.
| Field | Description |
|---|---|
Mac Addr | The customer account or street address. |
CableIF | The physical port, including the upstream port. |
Ins | The number of times the modem comes up and inserts itself into the network. It can indicate intermittent downstream sync loss or DHCP or modem registration problems. |
Hit | The number of times the modem responds to MAC layer keepalive messages. (The minimum hit rate is once per 30 seconds. It can indicate intermittent upstream, laser clipping, or common-path distortion. |
Miss | The number of times the modem misses the MAC layer keep-alive message. An 8% miss rate is normal for the Cisco cable modem cards. It can indicate intermittent upstream, laser clipping, or common-path distortion. |
CRC | The number of Cyclic Redundancy Check errors from this modem. It can indicate intermittent upstream, laser clipping, or common-path distortion. |
P-Adj | The number of times the headend instructed the modem to adjust transmit (TX) power more than 3 dB. It can indicate amplifier degradation, poor connections, or thermal sensitivity. |
Flap | The sum of P-Adj and Ins values. Modems with high flap counts will have high SIDs and might not register. |
Time | The most recent time that the modem dropped the connection. |
Syntax Description
cable-if (Optional) Specifies the cable interface. upstream portnum (Optional) Specifies the upstream port for which you wish to display the frequency hop status.
Defaults
No default behavior or values.
Command Modes
EXEC
Command History
12.0(4)XI This command was introduced.
Release
Modification
Examples
The following examples show output from the show cable hop and show cable hop upstream commands.
ubr7200> show cable hop
Upstream Port Poll Missed Min Missed Hop Hop Corr Uncorr
Port Status Rate Poll Poll Poll Thres Period FEC FEC
(ms) Count Sample Pcnt Pcnt (sec) Errors Errors
Cable4/0/U0 down 1000 * * * frequency not set * * * 0 0
Cable4/0/U1 down 1000 * * * frequency not set * * * 0 0
Cable4/0/U2 down 1000 * * * frequency not set * * * 0 0
Cable4/0/U3 down 1000 * * * frequency not set * * * 0 0
Cable4/0/U4 down 1000 * * * frequency not set * * * 0 0
Cable4/0/U5 down 1000 * * * frequency not set * * * 0 0
Cable5/0/U0 down 1000 * * * interface is down * * * 0 0
Cable5/0/U1 down 1000 * * * frequency not set * * * 0 0
Cable5/0/U2 down 1000 * * * interface is down * * * 0 0
Cable5/0/U3 down 1000 * * * interface is down * * * 0 0
Cable5/0/U4 down 1000 * * * interface is down * * * 0 0
Cable5/0/U5 down 1000 * * * interface is down * * * 0 0
Cable6/0/U0 down 1000 * * * interface is down * * * 0 0
CMTS-ubr7223#show cable hop c2/0 upstream 2
Upstream Port Poll Missed Min Missed Hop Hop Corr Uncorr
Port Status Rate Poll Poll Poll Thres Period FEC FEC
(ms) Count Sample Pcnt Pcnt (sec) Errors Errors
Cable2/0/U2 admindown 1000 * * * frequency not set * * * 0 0
Table 20 describes the fields shown in the show cable hop and show cap hop upstream examples.
| Field | Description |
|---|---|
Upstream Port | The upstream port for this information line. |
Port Status | Lists the status of the port. Valid states are down if frequency is unassigned or admindown if the port is shut down. If the port is up, this column shows the center frequency of the channel. |
Poll Rate | The rate that station maintenance polls are generated (in milliseconds). |
Missed Poll Count | The number of missing polls. |
Min Poll Sample | The number of polls in the sample. |
Missed PollPcnt | The ratio of missing polls to the number of polls, expressed as a percentage. |
Hop Thres Pcnt | The level that the missed poll percentage must exceed to trigger a frequency hop, expressed as a percentage. |
Hop Period | The maximum rate that frequency hopping will occur (in seconds). |
Corr FEC Errors | The number of correctable (forward error corrections) FEC errors on this upstream port. FECs measure noise. |
Uncorr FEC Errors | The number of uncorrectable FEC errors on this upstream port. |
Related Commands
show cable modem Displays cable modem configuration settings. show cable host Displays the statistics for the host behind the cable modem.
Command
Description
To view configuration settings on the Cisco uBR7200 series cable router, use the show cable command in privileged EXEC mode.
show cable modem [ip-address | mac-address]
Syntax Description
ip-address (Optional) Specify the IP address of the cable modem. mac-address (Optional) Specify the MAC address of the cable modem.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 XA This command was introduced. 12.0(3)T The mac-address keyword was added and the output was modified. 12.0(4)XI The output for this command was modified to identify the primary SID.
Release
Modification
Usage Guidelines
This command displays information on all cable modems on the network, or on the particular cable modem you specify.
Examples
The following is sample output from the show cable modem command:
ubr7200# show cable modem
Interface Prim Online Timing Rec QoS CPE IP address MAC address
Sid State Offset Power
Cable2/0/U0 1 online 2288 0.50 4 0 172.16.30.66 0010.7bb3.fb45
Cable2/0/U0 2 online 2288 0.50 4 0 172.16.30.68 0010.7bb3.fb7b
Cable2/0/U0 3 init(i) 2280 0.00 2 0 172.16.30.69 0010.9500.05e
Table 21 describes the fields shown in the show cable modem example.
| Field | Description |
|---|---|
Interface | The interface on which the cable modem has an active connection. |
Prim Sid | The primary service identifier assigned to the modem. |
Online State | The status of the modem. |
Timing Offset | The cable modem current timing adjustments. |
Rec Power | The nominal receive power in decibels for this SID. |
QoS | The service cass assigned to the modem. |
CPE | The number of CPE devices (PCs, Macintoshes, UNIX workstations, and so on.) behind this cable modem. |
IP address | The IP address of the modem. |
MAC address | The media access layer address of the modem. |
Related Commands
show cable burst-profile Displays the upstream data burst profiles used to configure the upstream PHY. Displays modulation profile group information. Displays cable interface information.
Command
Description
Syntax Description
profile (Optional) Profile number. Valid values are from 1 to 8. iuc-code (Optional) Internal usage code. Valid options are: initial---Initial Ranging Burst
long---Long Grant Burst
request---Request Burst
short---Short Grant Burst
station---Station Ranging Burst
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 XA This command was introduced.
Release
Modification
Usage Guidelines
This command displays modulation profile group information. A modulation profile is a collection of six burst profiles that are sent out in an upstream channel descriptors (UCD) message to configure a cable modem transmit parameters for the following upstream message types: request, initial maintenance, station maintenance, short grant, and long grant.
Examples
The following is sample output from the show cable modulation-profile command:
CMTS01# show cable modulation-profile 1Mo IUC Type Preamb Diff FEC FEC Scrambl Max Guard Last Scrambl Preamb
length enco T CW seed B time CW offset
bytes size size size short1 request qpsk 64 no 0x0 0x10 0x152 1 8 no yes 56
1 initial qpsk 128 no 0x5 0x22 0x152 0 48 no yes 0
1 station qpsk 128 no 0x5 0x22 0x152 0 48 no yes 0
1 short qpsk 72 no 0x5 0x4B 0x152 0 8 no yes 48
Table 22 describes the fields shown in the show cable modulation-profile display.
.
| Field | Description |
|---|---|
Mo | Modulation profile group number. A modulation profile group is the set of burst profiles that define upstream transmit characteristics for the various types of upstream transmission classes. |
IUC | Interval usage code. Each upstream transmit burst belongs to a class which is given a number called the IUC. Bandwidth maps messages (MAP) by IUC codes used to allocate upstream time slots. The following types are currently defined:
|
Type | Modulation type. |
Preamb length | Preamble length. |
Diff enco | Differential encoding enabled (yes) or not enabled (no). |
FEC T bytes | Number of bytes that can be corrected for each FEC code word. |
FEC CW size | Size, in bytes, of the FEC code word. |
Scrambl seed | Scrambler seed value in hex format. |
Max B size | Maximum burst size. |
Guard time size | Time between successive bursts measured in symbols. |
Last CW short | Handling of FEC for shortened last code word. |
Scrambl | Scrambler enabled (yes) or not enabled (no). |
Preamb offset | The bits to be used for the preamble value. |
Related Commands
show cable burst-profile Displays the upstream data burst profiles used to configure the upstream PHY. Displays cable modem configuration settings. Displays cable interface information.
Command
Description
Syntax Description
slot/port Specifies the slot and port number for which information is to be displayed.
Defaults
No default behavior or values.
Command Modes
EXEC
Command History
12.0(4)XI This command was introduced.
Release
Modification
Examples
The following example shows how to display cable modem noise statistics:
ubr7223# show cable 6/0 noise
Related Commands
show cable modem Displays cable modem configuration settings.
Command
Description
To display the status of permissions for changing quality of service tables on a Cisco uBR7200 series cable router, use the show cable qos permission command in privileged EXEC mode.
cable qos permissionSyntax Description
This command has no keywords or arguments.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Examples
The following example displays the output of the show cable qos permission command:
CMTS01# show cable qos permission Create by SNMP Update by SNMP Create by modems yes yes yes
Table 23 describes the fields shown in the show cable qos permission displays.
| Field | Description |
|---|---|
Create by SNMP | Indicates permission setting for creation of QoS table entries by Simple Network Management Protocol (SNMP). |
Update by SNMP | Indicates permission setting for creation of QoS table entries by modem registration requests. |
Create by modems | Indicates permission setting for dynamic updating of QoS table entries by Simple Network Management Protocol (SNMP). |
Related Commands
cable qos permission Specifies permission for updating the cable router QoS table. cable qos profile Configures a QoS profiles. Displays cable router QoS profiles.
Command
Description
Syntax Description
service class Displays cable QoS table.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Examples
The following example displays the QoS tables for profiles 1, 2, 3, and 4:
CMTS01# show cable qos profile
Service Prio Max Guarantee Max Max tx TOS TOS Create B
class upstream upstream downstream burst mask value by priv
bandwidth bandwidth bandwidth enab
1 0 0 0 0 0 0x0 0x0 cmts no
2 0 64000 0 1000000 0 0x0 0x0 cmts no
3 0 1000 0 1000 0 0x0 0x0 cmts no
4 7 2000000 100000 4000000 0 0x0 0x0 cm yes
Table 24 describes the fields shown in the show cable qos profile displays.
| Field | Description |
|---|---|
Service Class | Profile number. |
Prio | Priority level. |
Max upstream bandwidth | Maximum upstream bandwidth. |
Guarantee upstream bandwidth | Guaranteed minimum upstream bandwidth. |
Max downstream bandwidth | Maximum downstream bandwidth. |
Max tx burst | Maximum transmit burst size in minislots. |
Tos mask | Hex value of the mask bits. |
Tos value | Value of the mask byte. |
Create by | Identity of the profile creator. |
B priv enab | Reports yes if Baseline Privacy is enabled for this QoS profile. Reports no if Baseline Privacy is not enabled for this Qos profile. |
Related Commands
cable qos permission Configures permissions for updating the QoS table. cable qos profile Displays QoS profiles. Displays the status of permissions for changing QoS tables.
Command
Description
To display information about spectrum groups on a Cisco uBR7200 series cable router, use the show cable spectrum-group command in privileged EXEC mode.
show cable spectrum-group [groupnum]
Syntax Description
groupnum (Optional) Displays information about the specified group number. If no group number is specified, information for all spectrum groups is displayed.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Examples
The following is sample output from the show cable spectrum-group command for the upstream spectrum group named sales:
CMTS01# show cable spectrum-group sales Spectrum Frequency Band Upstream Time Time Input Shared Group (MHz) Port Available Delete PowerLevel Topology 4 5.000-40.000 5 N 4 5.000 5 N 4 5.000-40.000 Mon 12:00:00 Mon 12:00:00 5 N 4 5.000 Mon 12:00:00 5 N
Table 25 describes the fields shown in the show cable spectrum-group displays.
| Field | Description |
|---|---|
Spectrum-Group | Identifies the spectrum group. |
Frequency Band (MHz) | Identifies the upper and lower ranges of the frequency for this spectrum group. |
Upstream Port | Identifies the upstream port number. |
Time Available | Identifies the day and time of day when this group is available. |
Time Delete | Identifies the day and time of day when this group will be deleted. |
Input PowerLevel | Identifies the assigned decibels per millivolt (dBmV) input level. |
Shared Topology | Indicates if upstreams are physically combined (share the same combiner group). Y or yes values indicate that upstreams which are members of the spectrum group are combined and cannot be assigned overlapping frequency bands. N or no values indicate that upstreams which are members of the spectrum group are not combined and can be assigned overlapping frequency bands. |
Related Commands
show cable burst-profile Displays the upstream data burst profiles used to configure the upstream PHY. Displays cable modem configuration settings. Displays modulation profile group information.
Command
Description
Syntax Description
voice Specifies that the active call table displays voice call information. fax Specifies that the active call table displays fax call information.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(1)T This command was introduced. 12.0(4)XJ This command was modified for Store and Forward Fax.
Release
Modification
Usage Guidelines
Use the show call active privileged EXEC command to display the contents of the active call table. If you use the voice keyword, the active call table displays information about all of the voice calls currently connected through the router or access server. If you use the fax keyword, the active call table shows all of the fax calls currently connected through the router.
This command applies to both on-ramp and off-ramp Store and Forward Fax functions.
Examples
The following is sample output from the show call active voice command:
router# show call active voice GENERIC: SetupTime=179388054 ms Index=1 PeerAddress=+5.... PeerSubAddress= PeerId=5 PeerIfIndex=32 LogicalIfIndex=29 ConnectTime=179389793 ms CallState=4 CallOrigin=2 ChargedUnits=0 InfoType=2 TransmitPackets=532 TransmitBytes=10640 ReceivePackets=147 ReceiveBytes=2940 TELE: ConnectionId=[0xE3EA3FF8 0xFF6D0105 0x0 0x6AEC71E4] TxDuration=23230 ms VoiceTxDuration=2940 ms FaxTxDuration=0 ms CoderTypeRate=g729r8 NoiseLevel=-84 ACOMLevel=20 OutSignalLevel=-66 InSignalLevel=-66 InfoActivity=2 ERLLevel=20 SessionTarget= GENERIC: SetupTime=179388237 ms Index=1 PeerAddress=+3622 PeerSubAddress= PeerId=3 PeerIfIndex=31 LogicalIfIndex=0 ConnectTime=179389793 ms CallState=4 CallOrigin=1 ChargedUnits=0 InfoType=2 TransmitPackets=143 TransmitBytes=2860 ReceivePackets=580 ReceiveBytes=11600 VOIP: ConnectionId[0xE3EA3FF8 0xFF6D0105 0x0 0x6AEC71E4] RemoteIPAddress=172.24.96.200 RemoteUDPPort=16422 RoundTripDelay=37 ms SelectedQoS=best-effort SessionProtocol=cisco SessionTarget=ipv4:172.24.96.200 OnTimeRvPlayout=9920 GapFillWithSilence=0 ms GapFillWithPrediction=0 ms GapFillWithInterpolation=0 ms GapFillWithRedundancy=0 ms HiWaterPlayoutDelay=70 ms LoWaterPlayoutDelay=30 ms ReceiveDelay=30 ms VAD = enabled CoderTypeRate=g729r8
The following is sample output from the show call active fax brief command:
router# show call active fax brief <ID>: <start>hs.<index> +<connect> pid:<peer_id> <dir> <addr> <state> \ tx:<packets>/<bytes> rx:<packets>/<bytes> <state> IP <ip>:<udp> rtt:<time>ms pl:<play>/<gap>ms lost:<lost>/<early>/<late> delay:<last>/<min>/<max>ms <codec> FR <protocol> [int dlci cid] vad:<y/n> dtmf:<y/n> seq:<y/n> sig:<on/off> <codec> (payload size) Tele <int>: tx:<tot>/<v>/<fax>ms <codec> noise:<l> acom:<l> i/o:<l>/<l> dBm 1 : 22021hs.1 +2263 pid:0 Answer wook song active tx:0/0 rx:0/41190 IP 0.0.0.0 AcceptedMime:2 DiscardedMime:1 1 : 23193hs.1 +1091 pid:3469 Originate 527.... active tx:10/13838 rx:0/0 Tele : tx:31200/10910/20290ms noise:-1 acom:-1 i/0:0/0 dBm
The following is sample output from the show call active fax command:
router# show call active fax GENERIC: SetupTime=22021 ms Index=1 PeerAddress=wook song PeerSubAddress= PeerId=0 PeerIfIndex=0 LogicalIfIndex=0 ConnectTime=24284 CallState=4 CallOrigin=2 ChargedUnits=0 InfoType=10 TransmitPackets=0 TransmitBytes=0 ReceivePackets=0 ReceiveBytes=41190 MMOIP: ConnectionId[0x37EC7F41 0xB0110001 0x0 0x35C34] RemoteIPAddress=0.0.0.0 SessionProtocol=SMTP SessionTarget= MessageId= AccountId= ImgEncodingType=MH ImgResolution=fine AcceptedMimeTypes=2 DiscardedMimeTypes=1 Notification=None GENERIC: SetupTime=23193 ms Index=1 PeerAddress=527.... PeerSubAddress= PeerId=3469 PeerIfIndex=157 LogicalIfIndex=30 ConnectTime=24284 CallState=4 CallOrigin=1 ChargedUnits=0 InfoType=10 TransmitPackets=5 TransmitBytes=6513 ReceivePackets=0 ReceiveBytes=0 TELE: ConnectionId=[0x37EC7F41 0xB0110001 0x0 0x35C34] TxDuration=24010 ms FaxTxDuration=10910 ms FaxRate=14400 NoiseLevel=-1 ACOMLevel=-1 OutSignalLevel=0 InSignalLevel=0 InfoActivity=0 ERLLevel=-1 SessionTarget= ImgPages=0
Table 26 provides an alphabetical listing of the show call active command fields and a description of each field.
| Field | Description |
|---|---|
ACOM Level | Current ACOM level for this call. This value is the sum of the Echo Return Loss, Echo Return Loss Enhancement, and nonlinear processing loss for this call. |
CallOrigin | Call origin: answer or originate. |
CallState | Current state of the call. |
CoderTypeRate | Negotiated coder transmit rate of voice/fax compression during this call. |
ConnectionId | Global call identifier for this gateway call. |
ConnectTime | Time at which the call was connected. |
Dial-Peer | Tag of the dial peer sending this call. |
ERLLevel | Current Echo Return Loss (ERL) level for this call. |
FaxTxDuration | Duration of fax transmission from this peer to voice gateway for this call. You can derive the Fax Utilization Rate by dividing the FaxTxDuration value by the TxDuration value. |
GapFillWithInterpolation | Duration of voice signal played out with signal synthesized from parameters or samples of data preceding and following in time because voice data was lost or not received in time from voice gateway for this call. |
GapFillWith Redundancy | Duration of voice signal played out with signal synthesized from redundancy parameters available because voice data was lost or not received in time from voice gateway for this call. |
GapFillWithPrediction | Duration of voice signal played out with signal synthesized from parameters or samples of data preceding in time because voice data was lost or not received in time from the voice gateway for this call. Examples of such pullout are frame-eraser or frame-concealment strategies in G.729 and G.723.1 compression algorithms. |
GapFillWith Silence | Duration of voice signal replaced with silence because voice data was lost or not received in time for this call. |
HiWaterPlayoutDelay | High water mark Voice Playout FIFO Delay during this call. |
Index | Dial-peer identification number. |
InfoActivity | Active information transfer activity state for this call. |
InfoType | Information type for this call. |
InSignalLevel | Active input signal level from the telephony interface used by this call. |
LogicalIfIndex | Index number of the logical interface for this call. |
LoWaterPlayoutDelay | Low water mark Voice Playout FIFO Delay during this call. |
NoiseLevel | Active noise level for this call. |
OnTimeRvPlayout | Duration of voice playout from data received in time for this call. You can derive the Total Voice Playout Duration for Active Voice by adding the OnTimeRvPlayout value to the GapFill values. |
OutSignalLevel | Active output signal level to telephony interface used by this call. |
PeerAddress | Destination pattern associated with this peer. |
PeerId | ID value of the peer table entry to which this call was made. |
PeerIfIndex | Voice-port index number for this peer. |
PeerSubaddress | Subaddress to which this call is connected. |
ReceiveBytes | Number of bytes received by the peer during this call. |
ReceiveDelay | Average Playout FIFO Delay plus the Decoder Delay during this call. |
ReceivePackets | Number of packets received by this peer during this call. |
RemoteIPAddress | Remote system IP address for the VoIP call. |
RemoteUDPPort | Remote system UDP listener port to which voice packets are sent. |
RoundTripDelay | Voice packet round trip delay between the local and remote system on the IP backbone during this call. |
SelectedQoS | Selected RSVP quality of service (QoS) for this call. |
SessionProtocol | Session protocol used for an Internet call between the local and remote router via the IP backbone. |
SessionTarget | Session target of the peer used for this call. |
SetupTime | Value of the system UpTime when the call associated with this entry was started. |
TransmitBytes | Number of bytes sent from this peer during this call. |
TransmitPackets | Number of packets sent from this peer during this call. |
TxDuration | Duration of transmit path open from this peer to the voice gateway for this call. |
VADEnable | Whether voice activation detection (VAD) was enabled for this call. |
VoiceTxDuration | Duration of voice transmission from this peer to voice gateway for this call. You can derive the Voice Utilization Rate by dividing the VoiceTxDuration value by the TxDuration value. |
Related Commands
show call history voice Displays the Voice over IP call history table. show dial-peer voice Displays configuration information for dial peers. show num-exp Displays how the number expansions are configured in Voice over IP. show voice port Displays configuration information about a specific voice port.
Command
Description
Syntax Description
name (Optional) The name of the desired IVR application. summary (Optional) Enter this field to display a one line summary. If the command is entered without summary, a complete detailed description is displayed of the application.
Defaults
No default behavior or values.
Command Modes
EXEC
Command History
11.3(6)NA2 This command was introduced.
Release
Modification
Usage Guidelines
If the name of a specific application is entered, it will give information about that application.
If the summary keyword is entered a one line summary will be displayed about each application.
If the command is entered without the summary, a detailed description of the entered IVR application is displayed.
Examples
This example shows the output for the clid_authen_collect IVR script:
sblab115> show call application voice clid_authen_collect
Application clid_authen_collect has 10 states with 0 calls active
State start has 1 actions and 5 events
Do Action IVR_ACT_AUTHENTICATE. accountName=ani, pinName=dnis
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_CALL_SETUP_IND do action IVR_ACT_CALL_SETUP_ACK
and goto state start
If Event IVR_EV_AAA_SUCCESS goto state collect_dest
If Event IVR_EV_AAA_FAIL goto state get_account
State end has 1 actions and 3 events
Do Action IVR_ACT_END.
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_CALL_DISCONNECT_DONE do action IVR_ACT_CALL_DESTROY
and do nothing
State get_account has 4 actions and 7 events
Do Action IVR_ACT_PLAY.
URL: flash:enter_account.au
allowInt=1, pContent=0x60E4C564
Do Action IVR_ACT_ABORT_KEY. abortKey=*
Do Action IVR_ACT_TERMINATION_KEY. terminationKey=#
Do Action IVR_ACT_COLLECT_PATTERN. Pattern account is .+
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_PAT_COL_SUCCESS goto state get_pin
patName=account
If Event IVR_EV_ABORT goto state get_account
If Event IVR_EV_PLAY_COMPLETE do nothing
If Event IVR_EV_TIMEOUT goto state get_account count=0
If Event IVR_EV_PAT_COL_FAIL goto state get_account
State get_pin has 4 actions and 7 events
Do Action IVR_ACT_PLAY.
URL: flash:enter_pin.au
allowInt=1, pContent=0x0
Do Action IVR_ACT_ABORT_KEY. abortKey=*
Do Action IVR_ACT_TERMINATION_KEY. terminationKey=#
Do Action IVR_ACT_COLLECT_PATTERN. Pattern pin is .+
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_PAT_COL_SUCCESS goto state authenticate
patName=pin
If Event IVR_EV_PLAY_COMPLETE do nothing
If Event IVR_EV_ABORT goto state get_account
If Event IVR_EV_TIMEOUT goto state get_pin count=0
If Event IVR_EV_PAT_COL_FAIL goto state get_pin
State authenticate has 1 actions and 5 events
Do Action IVR_ACT_AUTHENTICATE. accountName=account, pinName=pin
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_AAA_SUCCESS goto state collect_dest
If Event IVR_EV_TIMEOUT do nothing count=0
If Event IVR_EV_AAA_FAIL goto state authenticate_fail
State collect_dest has 4 actions and 8 events
Do Action IVR_ACT_PLAY.
URL: flash:enter_destination.au
allowInt=1, pContent=0x0
Do Action IVR_ACT_ABORT_KEY. abortKey=*
Do Action IVR_ACT_TERMINATION_KEY. terminationKey=#
Do Action IVR_ACT_COLLECT_DIALPLAN.
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_PLAY_COMPLETE do nothing
If Event IVR_EV_ABORT goto state collect_dest
If Event IVR_EV_TIMEOUT goto state collect_dest count=0
If Event IVR_EV_DIAL_COL_SUCCESS goto state place_call
If Event IVR_EV_DIAL_COL_FAIL goto state collect_dest
If Event IVR_EV_TIMEOUT goto state collect_dest count=0
State place_call has 1 actions and 4 events
Do Action IVR_ACT_PLACE_CALL.
destination= called=
calling= account=
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_CALL_UP goto state active
If Event IVR_EV_CALL_FAIL goto state place_fail
State active has 0 actions and 2 events
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
State authenticate_fail has 1 actions and 2 events
Do Action IVR_ACT_PLAY.
URL: flash:auth_failed.au
allowInt=0, pContent=0x0
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
State place_fail has 1 actions and 2 events
Do Action IVR_ACT_PLAY_FAILURE_TONE.
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
sblab115> show call application voice clid_authen_collect
Application clid_authen_collect has 10 states with 0 calls active
State start has 1 actions and 5 events
Do Action IVR_ACT_AUTHENTICATE. accountName=ani, pinName=dnis
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_CALL_SETUP_IND do action IVR_ACT_CALL_SETUP_ACK
and goto state start
If Event IVR_EV_AAA_SUCCESS goto state collect_dest
If Event IVR_EV_AAA_FAIL goto state get_account
State end has 1 actions and 3 events
Do Action IVR_ACT_END.
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_CALL_DISCONNECT_DONE do action IVR_ACT_CALL_DESTROY
and do nothing
State get_account has 4 actions and 7 events
Do Action IVR_ACT_PLAY.
URL: flash:enter_account.au
allowInt=1, pContent=0x60E4C564
Do Action IVR_ACT_ABORT_KEY. abortKey=*
Do Action IVR_ACT_TERMINATION_KEY. terminationKey=#
Do Action IVR_ACT_COLLECT_PATTERN. Pattern account is .+
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_PAT_COL_SUCCESS goto state get_pin
patName=account
If Event IVR_EV_ABORT goto state get_account
If Event IVR_EV_PLAY_COMPLETE do nothing
If Event IVR_EV_TIMEOUT goto state get_account count=0
If Event IVR_EV_PAT_COL_FAIL goto state get_account
State get_pin has 4 actions and 7 events
Do Action IVR_ACT_PLAY.
URL: flash:enter_pin.au
allowInt=1, pContent=0x0
Do Action IVR_ACT_ABORT_KEY. abortKey=*
Do Action IVR_ACT_TERMINATION_KEY. terminationKey=#
Do Action IVR_ACT_COLLECT_PATTERN. Pattern pin is .+
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_PAT_COL_SUCCESS goto state authenticate
patName=pin
If Event IVR_EV_PLAY_COMPLETE do nothing
If Event IVR_EV_ABORT goto state get_account
If Event IVR_EV_TIMEOUT goto state get_pin count=0
If Event IVR_EV_PAT_COL_FAIL goto state get_pin
State authenticate has 1 actions and 5 events
Do Action IVR_ACT_AUTHENTICATE. accountName=account, pinName=pin
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_AAA_SUCCESS goto state collect_dest
If Event IVR_EV_TIMEOUT do nothing count=0
If Event IVR_EV_AAA_FAIL goto state authenticate_fail
State collect_dest has 4 actions and 8 events
Do Action IVR_ACT_PLAY.
URL: flash:enter_destination.au
allowInt=1, pContent=0x0
Do Action IVR_ACT_ABORT_KEY. abortKey=*
Do Action IVR_ACT_TERMINATION_KEY. terminationKey=#
Do Action IVR_ACT_COLLECT_DIALPLAN.
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_PLAY_COMPLETE do nothing
If Event IVR_EV_ABORT goto state collect_dest
If Event IVR_EV_TIMEOUT goto state collect_dest count=0
If Event IVR_EV_DIAL_COL_SUCCESS goto state place_call
If Event IVR_EV_DIAL_COL_FAIL goto state collect_dest
If Event IVR_EV_TIMEOUT goto state collect_dest count=0
State place_call has 1 actions and 4 events
Do Action IVR_ACT_PLACE_CALL.
destination= called=
calling= account=
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
If Event IVR_EV_CALL_UP goto state active
If Event IVR_EV_CALL_FAIL goto state place_fail
State active has 0 actions and 2 events
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
State authenticate_fail has 1 actions and 2 events
Do Action IVR_ACT_PLAY.
URL: flash:auth_failed.au
allowInt=0, pContent=0x0
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
State place_fail has 1 actions and 2 events
Do Action IVR_ACT_PLAY_FAILURE_TONE.
If Event IVR_EV_DEFAULT goto state end
If Event IVR_EV_CALL_DIGIT do nothing
Related Commands
call application voice Defines the name to be used for an application and indicates the location of the appropriate IVR script to be used with this application. call application voice load Reloads the designated TCL script.
Command
Description
Syntax Description
voice Specifies that the call history tables displays voice call information. fax Specifies that the call history table displays fax call information. last number (Optional) Displays the last calls connected, where the number of calls displayed is defined by the argument number. Valid values are from 1 to 2147483647. brief (Optional) Displays a truncated version of the call history table.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(1)T This command was introduced. 12.0(4)XJ This command was modified for Store and Forward Fax.
Release
Modification
Usage Guidelines
Use the show call history voice privileged EXEC command to display the voice call history table. The call history table contains a listing of all calls connected through this router in descending time order since Voice over IP was enabled. You can display subsets of the call history table by using specific keywords. To display the last calls connected through this router, use the keyword last, and define the number of calls to be displayed with the argument number.
Use the show call history fax command to display the fax call history table. The fax call history table contains a listing of all fax calls connected through this router in descending time order since Store and Forward Fax was enabled. You can display subsets of the fax call history table by using the show call history command with specific keywords. To display the last calls connected through this router, use the keyword last, and define the number of calls to be displayed with the argument number. To display a truncated version of the call history table, use the brief keyword. This command applies to both on-ramp and off-ramp Store and Forward Fax functions.
Examples
The following is sample output from the show call history voice command:
router# show call history voice brief
<ID>: <start>hs.<index> +<connect> +<disc> pid:<peer_id> <direction> <addr>
tx:<packets>/<bytes> rx:<packets>/<bytes> <disc-cause>(<text>)
IP <ip>:<udp> rtt:<time>ms pl:<play>/<gap>ms delay:<last>/<min>/<max>ms <codec>
Telephony <int>: tx:<tot>/<voice>/<fax>ms <codec> noise:<lvl>dBm acom:<lvl>dBm
234 : 158305740hs.1280 +241 +9199 pid:0 Answer +3...
tx:3804/76080 rx:1358/27160 10 (normal call clearing.)
IP 172.24.96.200:16468 rtt:33ms pl:25990/0ms delay:30/30/70ms g729r8
234 : 158305745hs.1281 +236 +9195 pid:6 Originate +68888
tx:1358/27160 rx:3804/76080 10 (normal call clearing.)
Telephony 0:D:22: tx:91850/76080/0ms g729r8 noise:-84dBm acom:20dBm
235 : 158344850hs.1282 +230 +28773 pid:0 Answer +3...
tx:11063/221260 rx:4604/92080 10 (normal call clearing.)
IP 172.24.96.200:16474 rtt:41ms pl:88260/290ms delay:40/30/130ms g729r8
235 : 158344856hs.1283 +224 +28769 pid:6 Originate +68888
tx:4604/92080 rx:11063/221260 10 (normal call clearing.)
Telephony 0:D:22: tx:287590/221280/0ms g729r8 noise:-75dBm acom:20dBm
The following is sample output from the show call history fax brief command:
router# show call history fax brief <ID>: <start>hs.<index> +<connect> +<disc> pid:<peer_id> <direction> <addr> tx:<packets>/<bytes> rx:<packets>/<bytes> <disc-cause>(<text>) IP <ip>:<udp> rtt:<time>ms pl:<play>/<gap>ms lost:<lost>/<early>/<late> delay:<last>/<min>/<max>ms <codec> Telephony <int>: tx:<tot>/<voice>/<fax>ms <codec> noise:<lvl>dBm acom:<lvl>dBm 2 : 5996450hs.25 +-1 +3802 pid:100 Answer 408 tx:0/0 rx:0/0 1F (T30 T1 EOM timeout) Telephony : tx:38020/38020/0ms g729r8 noise:0dBm acom:0dBm 2 : 5996752hs.26 +-1 +3500 pid:110 Originate uut1@linux2.allegro.com tx:0/0 rx:0/0 3F (The e-mail was not sent correctly. Remote SMTP server said: 354 ) IP 14.0.0.1 AcceptedMime:0 DiscardedMime:0 3 : 6447851hs.27 +1111 +3616 pid:310 Originate 576341. tx:11/14419 rx:0/0 10 (Normal connection) Telephony : tx:36160/11110/25050ms g729r8 noise:115dBm acom:-14dBm 3 : 6447780hs.28 +1182 +4516 pid:0 Answer tx:0/0 rx:0/0 10 (normal call clearing.) IP 0.0.0.0 AcceptedMime:0 DiscardedMime:0 4 : 6464816hs.29 +1050 +3555 pid:310 Originate 576341. tx:11/14413 rx:0/0 10 (Normal connection) Telephony : tx:35550/10500/25050ms g729r8 noise:115dBm acom:-14dBm 4 : 6464748hs.30 +1118 +4517 pid:0 Answer tx:0/0 rx:0/0 10 (normal call clearing.) IP 0.0.0.0 AcceptedMime:0 DiscardedMime:0 5 : 6507900hs.31 +1158 +2392 pid:100 Answer 4085763413 tx:0/0 rx:3/3224 10 (Normal connection) Telephony : tx:23920/11580/12340ms g729r8 noise:0dBm acom:0dBm 5 : 6508152hs.32 +1727 +2140 pid:110 Originate uut1@linux2.allegro.com tx:0/2754 rx:0/0 3F (service or option not available, unspecified) IP 14.0.0.4 AcceptedMime:0 DiscardedMime:0 6 : 6517176hs.33 +1079 +3571 pid:310 Originate 576341. tx:11/14447 rx:0/0 10 (Normal connection) Telephony : tx:35710/10790/24920ms g729r8 noise:115dBm acom:-14dBm 6 : 6517106hs.34 +1149 +4517 pid:0 Answer tx:0/0 rx:0/0 10 (normal call clearing.) IP 0.0.0.0 AcceptedMime:0 DiscardedMime:0 7 : 6567382hs.35 +1054 +3550 pid:310 Originate 576341. tx:11/14411 rx:0/0 10 (Normal connection) Telephony : tx:35500/10540/24960ms g729r8 noise:115dBm acom:-14dBm 7 : 6567308hs.36 +1128 +4517 pid:0 Answer tx:0/0 rx:0/0 10 (normal call clearing.) IP 0.0.0.0 AcceptedMime:0 DiscardedMime:0
The following is output from the show call history command.
router# show call history fax l 2 GENERIC: SetupTime=23193 ms Index=1 PeerAddress=527.... PeerSubAddress= PeerId=3469 PeerIfIndex=157 LogicalIfIndex=30 DisconnectCause=10 DisconnectText=normal call clearing.: Normal connection ConnectTime=24284 DisconectTime=31288 CallOrigin=1 ChargedUnits=0 InfoType=fax TransmitPackets=62 TransmitBytes=88047 ReceivePackets=0 ReceiveBytes=0 TELE: ConnectionId=[0x37EC7F41 0xB0110001 0x0 0x35C34] TxDuration=80950 ms FaxTxDuration=10910 ms FaxRate=14400 NoiseLevel=-1 ACOMLevel=-1 SessionTarget= ImgPages=3 GENERIC: SetupTime=22021 ms Index=2 PeerAddress=wook song PeerSubAddress= PeerId=0 PeerIfIndex=0 LogicalIfIndex=0 DisconnectCause=10 DisconnectText=normal call clearing. ConnectTime=24284 DisconectTime=31545 CallOrigin=2 ChargedUnits=0 InfoType=fax TransmitPackets=0 TransmitBytes=0 ReceivePackets=0 ReceiveBytes=41190 MMOIP: ConnectionId[0x37EC7F41 0xB0110001 0x0 0x35C34] RemoteIPAddress=0.0.0.0 SessionProtocol=SMTP SessionTarget= MessageId= AccountId= ImgEncodingType=MH ImgResolution=fine AcceptedMimeTypes=2 DiscardedMimeTypes=1 Notification=None
Table 27 provides an alphabetical listing of the fields for the show call history command and a description of each field.
| Field | Description |
|---|---|
ACOMLevel | Average ACOM level for this call. This value is the sum of the Echo Return Loss, Echo Return Loss Enhancement, and nonlinear processing loss for a particular call. |
CallOrigin | Call origin: answer or originate. |
CoderTypeRate | Negotiated coder rate. This value specifies the transmit rate of voice/fax compression to its associated call leg for this call. |
ConnectionID | Global call identifier for the gateway call. |
ConnectTime | Time this call was connected. |
DisconnectCause | Description explaining why this call was disconnected. |
DisconnectText | Descriptive text explaining the disconnect reason. |
DisconnectTime | Time this call was disconnected. |
FaxDuration | Duration of fax transmission from this peer to voice gateway for this call. You can derive the Fax Utilization Rate by dividing the FaxTxDuration value by the TxDuration value. |
GapFillWithInterpolation | Duration of voice signal played out with signal synthesized from parameters or samples of data preceding and following in time because voice data was lost or not received in time from the voice gateway for this call. |
GapFillWithRedundancy | Duration of voice signal played out with signal synthesized from redundancy parameters available because voice data was lost or not received in time from the voice gateway for this call. |
GapFillWithSilence | Duration of voice signal replaced with silence because the voice data was lost or not received in time for this call. |
GapFillWithPrediction | Duration of voice signal played out with signal synthesized from parameters or samples of data preceding in time because voice data was lost or not received in time from the voice gateway for this call. |
HiWaterPlayoutDelay | High water mark Voice Playout FIFO Delay during the voice call. |
Index | Dial peer identification number. |
InfoType | Information type for this call. |
LogicalIfIndex | Index number of the logical voice port for this call. |
LoWaterPlayoutDelay | Low water mark Voice Playout FIFO Delay during the voice call. |
NoiseLevel | Average noise level for this call. |
OnTimeRvPlayout | Duration of voice playout from data received on time for this call. You can derive the Total Voice Playout Duration for Active Voice by adding the OnTimeRvPlayout value to the GapFill values. |
PeerAddress | Destination pattern or number associated with this peer. |
PeerId | ID value of the peer entry table to which this call was made. |
PeerIfIndex | Index number of the logical interface through which this call was made. For ISDN media, this would be the index number of the B channel used for this call. |
PeerSubAddress | Subaddress to which this call is connected. |
ReceiveBytes | Number of bytes received by the peer during this call. |
ReceiveDelay | Average Playout FIFO Delay plus the Decoder Delay during this voice call. |
ReceivePackets | Number of packets received by this peer during this call. |
RemoteIPAddress | Remote system IP address for this call. |
RemoteUDPPort | Remote system UDP listener port to which voice packets are sent. |
RoundTripDelay | Voice packet round trip delay between the local and remote system on the IP backbone for this call. |
SelectedQoS | Selected RSVP QoS for this call. |
Session Protocol | Session protocol to be used for an Internet call between the local and remote router via the IP backbone. |
Session Target | Session target of the peer used for third call. |
SetUpTime | Value of the system UpTime when the call associated with this entry was started. |
TransmitBytes | Number of bytes sent by this peer during this call. |
TransmitPackets | Number of packets sent by this peer during this call. |
TxDuration | Duration of the transmit path open from this peer to the voice gateway for this call. |
VADEnable | Whether voice activation detection (VAD) was enabled for this call. |
VoiceTxDuration | Duration of voice sent from this peer to voice gateway for this call. You can derive the Voice Utilization Rate by dividing the VoiceTxDuration by the TxDuration value. |
Related Commands
show call active Displays active call information for a fax transmission in progress.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC.
Command History
12.0(5)XK and 12.0(7)T This command was introduced for the Cisco MC3810.
Release
Modification
Usage Guidelines
Use this command to review statistics about recent incoming and outgoing video calls.
Examples
On a Cisco MC3810, the following example displays information about two video calls:
Router# show call history video record CallId = 4 CalledNumber = 221 CallDuration = 39006 seconds DisconnectText = remote hangup SVC: call ID = 8598630 Remote NSAP = 47.0091810000000002F26D4901.00107B09C645.C8 Local NSAP = 47.0091810000000002F26D4901.00107B4832E1.C8 vcd = 414, vpi = 0, vci = 158 SerialPort = Serial0 VideoSlot = 1, VideoPort = 0 CallId = 3 CalledNumber = 221 CallDuration = 557 seconds DisconnectText = local hangup SVC: call ID = 8598581 Remote NSAP = 47.0091810000000002F26D4901.00107B09C645.C8 Local NSAP = 47.0091810000000002F26D4901.00107B4832E1.C8 vcd = 364, vpi = 0, vci = 108 SerialPort = Serial0 VideoSlot = 1, VideoPort = 0
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC.
Command History
12.0(5)XK and 12.0(7)T This command was introduced for the Cisco MC3810.
Release
Modification
Examples
The following example displays a sample of voice call history records showing a local call between two telephones attached to the same Cisco MC3810:
router# show call history voice record ConnectionId=[0x2C7AEFDC 0x59830001 0x0 0xB0AAA3] Media=TELE, TxDuration= 1418 ms CallingNumber=2001 SetupTime=1157801 x 10ms ConnectTime=1158046 x 10ms DisconectTime=1158188 x 10ms DisconnectText=local onhook ConnectionId=[0x2C7AEFDC 0x59830001 0x0 0xB0AAA3] Media=TELE, TxDuration= 1422 ms CalledNumber=2002 SetupTime=1157802 x 10ms ConnectTime=1158046 x 10ms DisconectTime=1158188 x 10ms DisconnectText=remote onhook
Table 28 explains the fields in the sample output.
| Field | Description |
|---|---|
ConnectionID | Global call identifier for this voice call |
Media | Call over the type of media. If the call is over the (telephone) access side, the entry will be TELE. If the call is over the voice network side, the entry will be either ATM, FR (for Frame Relay), or HDLC. |
LowerIFName | Physical lower interface information. Only displays if the media is either ATM, FR, or HDLC. |
TxDuration | The length of the call. Only displays if the media is TELE. |
CalledNumber | The called number. |
CallingNumber | The calling number. |
SetupTime | Time the call setup started. |
ConnectTime | Time the call is connected. |
DisconnectTime | Time the call is disconnected. |
DisconnectText | Descriptive text explaining the reason for disconnect. |
Related Commands
| Command | Description |
|---|---|
show call active voice | Displays the Voice over IP active call table. |
show dial-peer voice | Displays configuration information for dial peers. |
show num-exp | Displays how the number expansions are configured in Voice over IP. |
show voice port | Displays configuration information about a specific voice port. |
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(5)T This command was introduced.
Release
Modification
Usage Guidelines
This command displays the H.323 resources that are monitored when the resource threshold command is used to configure and enable resource threshold reporting.
Examples
The following example shows the resource statistics for an H.323 gateway:
gateway1# show call resource voice stats Resource Monitor - Dial-up Resource Statistics Information: DSP Statistics: Utilization: 0 percent Total channels: 48 Inuse channels: 0 Disabled channels 0: Pending channels: 0 Free channels: 48 DS0 Statistics: Total channels: 0 Addressable channels: 0 Inuse channels: 0 Disabled channels: 0 Free channels: 0
Table 29 explains the fields in the sample output.
| Statistic | Definition |
Total channels | Number of physically configured channels for the resource. |
Addressable channels | Number of channels that can be used for a specific type of dial-up service, such as H.323 which includes all the DS0 resources that have been associated to a voice POTS dial plan profile. |
Inuse channels | Number of addressable channels that are in use. This includes all channels that either have active calls or have been reserved for testing. |
Free channels | Number of addressable channels that are free. |
Pending channels | Number of addressable channels that are pending in loadware download. |
Disabled channels | Number of addressable channels that are physically down or that have been disabled administratively with the shut down or busy out command. |
Related Commands
resource threshold Configures a gateway to report H.323 resource availability to the gatekeeper of the gateway. show call resource voice threshold Displays the threshold configuration settings and status for an H.323 gateway.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(5)T This command was introduced.
Release
Modification
Usage Guidelines
This command displays the H.323 resource thresholds that are configured with the resource threshold command.
Examples
The following example shows the resource threshold settings and status for an H.323 gateway:
gateway1# show call resource voice threshold Resource Monitor - Dial-up Resource Threshold Information: DS0 Threshold: Client Type: h323 High Water Mark: 70 Low Water Mark: 60 Threshold State: init DSP Threshold: Client Type: h323 High Water Mark: 70 Low Water Mark: 60 Threshold State: low_threshold_hit
Related Commands
resource threshold Configures a gateway to report H.323 resource availability to the gatekeeper of the gateway show call resource voice stats Displays resource statistics for an H.323 gateway.
Command
Description
To display the Call Distributor Application Programming Interface (CDAPI), use the show cdapi command in privileged EXEC mode.
show cdapiSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(7)T This command was introduced.
Release
Modification
Usage Guidelines
CDAPI is the internal API that provides an interface between signalling stacks and applications.
Examples
The following is output for the show cdapi command:
Router# show cdapi
Registered CDAPI Applications/Stacks
====================================
Application TSP CDAPI Application
Application Type(s) Voice Facility Signaling
Application Level Tunnel
Application Mode Enbloc
Signaling Stack ISDN
Interface Se023
Signaling Stack ISDN
Interface Se123
Active CDAPI Calls
==================
Interface Se023
No active calls.
Interface Se123
Call ID = 0x39, Call Type = VOICE, Application = TSP CDAPI Application
CDAPI Message Buffers
=====================
Used Msg Buffers 0, Free Msg Buffers 1600
Used Raw Buffers 1, Free Raw Buffers 799
Used Large-Raw Buffers 0, Free Large-Raw Buffers 80
scarlatti1#
Related Commands
isdn protocol-emulate Configures the Layer 2 and Layer 3 port protocol of a BRI voice port or a PRI interface to emulate NT (network) or TE (user) functionality. isdn switch type Configures the Cisco AS5300 PRI interface to support Q.SIG signalling. pri-group nec-fusion Configures your NEC PBX to support FCCS. show rawmsg Displays the raw messages owned by the required component.
Command
Description
To display configuration information about drop-and-insert connections that have been configured on a router, enter the show connect command in privileged EXEC mode.
show connect {all | elements | name | id | port {T1 | E1} slot/port}}
Syntax Description
all Shows a table of all configured connections. elements Shows registered hardware or software interworking elements. name Displays a connection that has been named by using the connect global configuration command. The name you enter is case-sensitive and must match the configured name exactly. id Displays the status of a connection that you specify by an identification number or range of identification numbers. The router assigns these IDs automatically in the order that they were created, beginning with 1. The show connect all command displays these IDs. port Displays the status of a connection that you specify by indicating the type of controller (T1 or E1) and location of the interface. T1 Specifies a T1 controller. E1 Specifies an E1 controller. slot/port The location of the T1 or E1 controller port whose connection status you want to see. Valid values for slot and port are 0 and 1.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(5)XK and 12.0(7)T This command was introduced.
Release
Modification
Usage Guidelines
This command shows Drop and Insert connections on the Cisco 2600 and 3600 series.
The command displays different information in different formats depending on the keyword that you use.
Examples
The following examples show how the same tabular information appears when you enter different keywords:
Router# show connect all ID Name Segment 1 Segment 2 State ======================================================================== 1 Test -T1 1/0 01 -T1 1/1 02 ADMIN UP 2 Test2 -T1 1/0 03 -T1 1/1 04 ADMIN UP Router# show connect id 1-2 ID Name Segment 1 Segment 2 State ======================================================================== 1 Test -T1 1/0 01 -T1 1/1 02 ADMIN UP 2 Test2 -T1 1/0 03 -T1 1/1 04 ADMIN UP Router# show connect port t1 1/1 ID Name Segment 1 Segment 2 State ======================================================================== 1 Test -T1 1/0 01 -T1 1/1 02 ADMIN UP 2 Test2 -T1 1/0 03 -T1 1/1 04 ADMIN UP
The following examples show details about specific connections, including the number of time slots in use and the switching elements:
Router# show connect id 2 Connection: 2 - Test2 Current State: ADMIN UP Segment 1: -T1 1/0 03 TDM timeslots in use: 14-18 (5 total) Segment 2: -T1 1/1 04 TDM timeslots in use: 14-18 Internal Switching Elements: VIC TDM Switch Router# show connect name Test Connection: 1 - Test Current State: ADMIN UP Segment 1: -T1 1/0 01 TDM timeslots in use: 1-13 (13 total) Segment 2: -T1 1/1 02 TDM timeslots in use: 1-13 Internal Switching Elements: VIC TDM Switch
Related Commands
connect Defines connections between T1 or E1 controller ports for Drop and Insert. tdm-group Configures a list of time slots for creating clear channel groups (pass-through) for TDM cross-connect.
Command
Description
Syntax Description
slot/port Slot number/port number indicating the location of the Cisco cable modem card. downstream (Optional) Displays downstream interface status. upstream (Optional) Displays upstream interface status. port (Optional) Selects specific upstream port.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 XA This command was introduced. 12.0(2)XC This command was modified.
Release
Modification
Examples
The following is sample output from the show controllers cable upstream command for the cable modem located in slot 4, port 0:
CMTS01# show controllers cable 4/0 upstream 2 Cable4/0 Upstream 2 is administratively down Frequency 5.008 MHz, Channel Width 0.200 MHz, QPSK Symbol Rate 0.160 Msps Spectrum Group 4 Nominal Input Power Level 5 dBmV, Tx Timing Offset 0 Ranging Backoff Start 16, Ranging Backoff End 16, Tx Backoff Start 16 Tx Backoff End 16, Modulation Profile Group 1 part_id=0x3137, rev_id=0x01, rev2_id=0xFF nb_agc_thr=0x0000, nb_agc_nom=0x0000 Range Load Reg Size=0x58 Request Load Reg Size=0x0E Minislot Size in number of Timebase Ticks is = 8 Minislot Size in Symbols =8 Bandwidth Requests = 0x0 Piggyback Requests = 0x0 Invalid BW Requests= 0x0 Minislots Requested= 0x0 Minislots Granted = 0x0 Minislot Size in Bytes = 2 UCD Count = 0 DES Ctrl Reg#0 = C00C0C43, Reg#1 = 0
Table 30 describes the fields shown in the show controllers cable upstream display.
| Field | Description |
|---|---|
Cable | Slot number/port number indicating the location of the Cisco cable modem card. |
Upstream is administratively down | Indicates the RF upstream interface is disabled. |
Frequency | Transmission frequency of the RF upstream channel. |
Channel Width | Indicates the width of the RF upstream channel. |
QPSK Symbol Rate | Indicates the modulation technique for upstream transmission. |
Spectrum Group 4 | Indicates the spectrum group associated with this slot and port. |
Nominal Input Power level | Indicates the desired power level coming into the receiver. |
Tx Timing Offset | Indicates the current ranging offset on the channel. |
Ranging Backoff Start | Indicates how many ranging slots to back off before resending the ranging bursts after an upstream collision. Expressed as exponents of 2. See Ranging Backoff End. |
Ranging Backoff End | Indicates how many ranging slots to back off before resending the ranging bursts after an upstream collision. Expressed as exponents of 2. See Ranging Backoff Start. |
Tx Backoff Start | Indicates the starting exponential backoff value for data collisions. |
Tx Backoff End | Indicates the ending exponential backoff value for data collisions. |
Modulation Profile Group | A set of burst profiles defining an upstream range. |
part_id= | The part number of the Phy chip. FFFF means the Phy chip is turned off. |
rev_id= | The Phy chip revision number. |
rev2_id= | The Phy chip sub-revision number. |
nb_agc_thr= | Threshold used to control gain. |
nb_agc_nom= | Used to accelerate convergence of input power level. |
Range Load Reg Size= | Size, indicated by number of symbols, for range request bursts. |
Request Load Reg Size= | Size, indicated by number of symbols, for request bursts. |
Minislot Size in number of Timebase Ticks is | Size in tick units of upstream minislot. A tick is 6.25 microseconds. |
Minislot Size in Symbols | Size in symbols of the upstream minislot. |
Bandwidth Requests | Number of successful bandwidth requests received in the contention minislots. |
Piggyback Requests | Number of successful bandwidth requests piggybacked with regular data transmissions. |
Invalid BW Requests | Number of invalid bandwidth (BW) requests. (An example of an invalid bandwidth request is a modem using a non-existent SID to request bandwidth. |
Minislots Requested | Total number of minislots requested. |
Minislots Granted | Total number of minislots granted. |
Minislot Size in Bytes | Size of the minislot in bytes. |
UCD Count | Number of UCDs sent for this upstream. |
DES Ctrl Reg # = | Interval DES controller register dump. |
The following is sample output for the downstream connection for slot 3 on port 0 from the show controllers cable downstream command:
CMTS01# show controllers cable 3/0 downstream Cable 3/0 Downstream is up Frequency not set, Channel Width 6 MHz, 64-QAM, Symbol Rate 5.056941 Msps FEC ITU-T J.83 Annex A, R/S Interleave I=12, J=17
Table 31 describes the fields shown in the show controllers cable downstream display.
| Field | Description |
|---|---|
Cable | Slot number/port number indicating the location of the Cisco cable modem card. |
Downstream is up | Indicates the RF downstream interface is enabled. |
Frequency | Transmission frequency of the RF downstream. (This information may not match the current transmission frequency, which is external to uBR.) |
Channel Width | Indicates the width of the RF downstream channel. |
QAM | Indicates the modulation scheme. |
Symbol Rate | Indicates the transmission rate (in number of symbols per second). |
FEC ITU-T | Indicates the MPEG framing standard. |
R/S Interleave I/J | Indicates Reed Solomon framing based on ITU S.83-B. |
Related Commands
Displays information about interface controllers for a specific cable access router card slot.
Command
Description
Syntax Description
slot Slot location of the VDM module. On the Cisco MC3810, this value is either 1 or 2. If you do not enter the correct location, the command is rejected. port Port location of the RS-366 interface in the VDM module. On the Cisco MC3810, this value is 0.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(5)XK and 12.0(7)T This command was introduced for the Cisco MC3810.
Release
Modification
Examples
On a Cisco MC3810, the following example displays information about the RS-366 controller:
Router# show controller rs366 0 1 RS366:driver is initialized in slot 1, port 0: STATUS STATE LSR LCR ICSR EXT T1 T2 T3 T4 T5 0x02 0x01 0x00 0x50 0xE0 0x00 5000 5000 5000 20000 10000 Dial string: 121C
Table 32 explains the meaning of the fields in the show controllers rs366 command.
| Field | Description |
|---|---|
STATUS | Last interrupt status. |
STATE | Current state of the state machine. |
LSR | Line status register of the VDM. |
LCR | Line control register of the VDM. |
ICSR | Interrupt control and status register of the VDM. |
EXT | Extended register of the VDM. |
T1 through T5 | Timeouts 1 through 5 of the watchdog timer in milliseconds. |
Dial string | Most recently dialed number collected by the driver. 0xC at the end of the string indicates the EON (end of number) character. |
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(5)XQ This command was introduced.
Release
Modification
Usage Guidelines
This command displays interface status information that is specific to voice-related hardware, such as, the registers of the TDM switch, the host port interface of the digital signal processor (DSP), and the DSP firmware versions. The information displayed is generally only useful for diagnostic tasks performed by technical support.
Examples
The following is an example of the output from the show controllers voice command:
router# show controllers voice EPIC Switch registers: STDA 0xFF STDB 0xFF SARA 0xAD SARB 0xFF SAXA 0xFF SAXB 0x0 STCR 0x3F MFAIR 0x3F STAR 0x65 OMDR 0xE2 VNSR 0x0 PMOD 0x4C PBNR 0xFF POFD 0xF0 POFU 0x18 PCSR 0x1 PICM 0x0 CMD1 0xA0 CMD2 0x70 CBNR 0xFF CTAR 0x2 CBSR 0x20 CSCR 0x0 DSP 0 Host Port Interface: HPI Control Register 0x202 InterfaceStatus 0x2A MaxMessageSize 0x80 RxRingBufferSize 0x6 TxRingBufferSize 0x9 pInsertRx 0x4 pRemoveRx 0x4 pInsertTx 0x6 pRemoveTx 0x6 Rx Message 0: packet_length 100 channel_id 2 packet_id 0 process id 0x1 0000: 0000 4AC7 5F08 91D1 0000 0000 7DF1 69E5 63E1 63E2 0020: 6E7C ED67 DE5D DB5C DC60 EC7E 6BE1 58D3 50CD 4DCE 0040: 50D2 5AE5 7868 DA52 CE4A C746 C647 C94B D25A EAF4 0060: 5DD7 4FCD 4ACA 4ACC 4FD3 5DE8 F769 DC58 D352 D253 0080: D65B E573 6CDF 59D3 4ECF 4FD0 Rx Message 1: packet_length 100 channel_id 1 packet_id 0 process id 0x1 0000: 0000 1CDD 3E48 3B74 0000 0000 3437 3D4C F0C8 BBB5 0020: B2B3 B7BF D25B 4138 3331 3339 435F CFBD B6B2 B1B4 0040: BBC8 7E48 3B34 3131 363D 4FDE C3B9 B3B1 B3B8 C2DB 0060: 533F 3833 3235 3B48 71CC BDB7 B4B5 B8BF CF67 483D 0080: 3836 383C 455B DAC6 BDB9 B9BB Rx Message 2: packet_length 100 channel_id 2 packet_id 0 process id 0x1 0000: 0000 4AC8 5F08 9221 0000 0000 54DA 61F5 EF60 DA53 0020: CF4F CD4E D256 DB63 FCEE 5FDA 55D1 50CF 4FD3 56D8 0040: 5DE1 6E7C EC60 DC59 D655 D456 D85D DF6A F4F4 69E2 0060: 5CDD 5BDC 5BDE 61E9 6DF1 FF76 F16D E96A E566 EA6A 0080: EB6F F16D EF79 F776 F5F5 73F0 Rx Message 3: packet_length 100 channel_id 1 packet_id 0 process id 0x1 0000: 0000 1CDE 3E48 3BC4 0000 0000 C0CC EC54 453E 3C3C 0020: 3F47 56F3 D1C7 C1BF C0C6 CEE1 6752 4A46 4648 4E59 0040: 6FE4 D6CF CDCE D2DA E57E 675E 5B5B 5E62 6B76 FCF6 0060: F6FA 7D75 7373 7BF5 EAE1 DCDA DADD E6FE 6559 514D 0080: 4D4E 5563 EFD9 CDC8 C5C6 CAD1 Rx Message 4: packet_length 100 channel_id 2 packet_id 0 process id 0x1 0000: 0000 4AC6 5F08 9181 0000 0000 DD5B DC5E E161 E468 0020: FAFD 6CE1 5AD3 53D1 53D7 61EC EA59 CF4A C644 C344 0040: CA4E D86C 60D0 48C2 3EBD 3CBD 3EC0 47CF 5976 DF4F 0060: C945 C242 C146 C94E D668 73DB 54CE 4DCC 4DCE 53DB 0080: 64F9 ED63 DC59 DA58 DC5D E46C Rx Message 5: packet_length 100 channel_id 1 packet_id 0 process id 0x1 0000: 0000 1CDC 3E48 3B24 0000 0000 5B5B 5D62 6A76 FCF5 0020: F5F9 7D78 7374 7CF5 EAE1 DDDA DBDD E7FE 6559 514E 0040: 4D4F 5663 EFD8 CDC8 C6C6 CAD1 E760 4E46 403F 4047 0060: 5173 D5C7 BFBC BCBE C5D4 6D4C 3F3B 3939 3D46 5ADB 0080: C5BC B7B6 B8BD C8E8 4F3F 3835 Tx Message 0: packet_length 100 channel_id 1 packet_id 0 process id 0x1 0000: 0000 4AC6 5F08 9181 0000 003C DD5B DC5E E161 E468 0020: FAFD 6CE1 5AD3 53D1 53D7 61EC EA59 CF4A C644 C344 0040: CA4E D86C 60D0 48C2 3EBD 3CBD 3EC0 47CF 5976 DF4F 0060: C945 C242 C146 C94E D668 73DB 54CE 4DCC 4DCE 53DB 0080: 64F9 ED63 DC59 DA58 DC5D E46C Tx Message 1: packet_length 100 channel_id 2 packet_id 0 process id 0x1 0000: 0000 1CDC 3E48 3B24 0000 003C 5B5B 5D62 6A76 FCF5 0020: F5F9 7D78 7374 7CF5 EAE1 DDDA DBDD E7FE 6559 514E 0040: 4D4F 5663 EFD8 CDC8 C6C6 CAD1 E760 4E46 403F 4047 0060: 5173 D5C7 BFBC BCBE C5D4 6D4C 3F3B 3939 3D46 5ADB 0080: C5BC B7B6 B8BD C8E8 4F3F 3835 Tx Message 2: packet_length 100 channel_id 1 packet_id 0 process id 0x1 0000: 0000 4AC7 5F08 91D1 0000 003C 7DF1 69E5 63E1 63E2 0020: 6E7C ED67 DE5D DB5C DC60 EC7E 6BE1 58D3 50CD 4DCE 0040: 50D2 5AE5 7868 DA52 CE4A C746 C647 C94B D25A EAF4 0060: 5DD7 4FCD 4ACA 4ACC 4FD3 5DE8 F769 DC58 D352 D253 0080: D65B E573 6CDF 59D3 4ECF 4FD0 Tx Message 3: packet_length 100 channel_id 2 packet_id 0 process id 0x1 0000: 0000 1CDD 3E48 3B74 0000 003C 3437 3D4C F0C8 BBB5 0020: B2B3 B7BF D25B 4138 3331 3339 435F CFBD B6B2 B1B4 0040: BBC8 7E48 3B34 3131 363D 4FDE C3B9 B3B1 B3B8 C2DB 0060: 533F 3833 3235 3B48 71CC BDB7 B4B5 B8BF CF67 483D 0080: 3836 383C 455B DAC6 BDB9 B9BB Tx Message 4: packet_length 100 channel_id 1 packet_id 0 process id 0x1 0000: 0000 4AC8 5F08 9221 0000 003C 54DA 61F5 EF60 DA53 0020: CF4F CD4E D256 DB63 FCEE 5FDA 55D1 50CF 4FD3 56D8 0040: 5DE1 6E7C EC60 DC59 D655 D456 D85D DF6A F4F4 69E2 0060: 5CDD 5BDC 5BDE 61E9 6DF1 FF76 F16D E96A E566 EA6A 0080: EB6F F16D EF79 F776 F5F5 73F0 Tx Message 5: packet_length 100 channel_id 2 packet_id 0 process id 0x1 0000: 0000 1CDE 3E48 3BC4 0000 003C C0CC EC54 453E 3C3C 0020: 3F47 56F3 D1C7 C1BF C0C6 CEE1 6752 4A46 4648 4E59 0040: 6FE4 D6CF CDCE D2DA E57E 675E 5B5B 5E62 6B76 FCF6 0060: F6FA 7D75 7373 7BF5 EAE1 DCDA DADD E6FE 6559 514D 0080: 4D4E 5563 EFD9 CDC8 C5C6 CAD1 Tx Message 6: packet_length 100 channel_id 2 packet_id 0 process id 0x1 0000: 0000 1CDA 3E48 3A84 0000 003C E75F 4E46 403F 4147 0020: 5174 D5C7 BFBC BCBE C5D4 6C4C 3F3B 3939 3D46 5BDA 0040: C5BC B7B6 B8BD C8E9 4F3F 3834 3437 3D4C EEC8 BBB5 0060: B2B3 B8BF D35A 4138 3331 3339 435F CEBD B6B1 B1B4 0080: BBC9 7C48 3B34 3131 363D 4FDE Tx Message 7: packet_length 100 channel_id 1 packet_id 0 process id 0x1 0000: 0000 4AC5 5F08 9131 0000 003C 66DE 66EB 67EE FE6E 0020: F7E7 6B68 E068 EE6A DF5C DF62 EDF1 6FF2 7A78 67DC 0040: 5EDF 62E7 64E6 66E0 7071 EA69 F86E E260 DE5D E665 0060: EB75 F0FB 6DE9 64E4 69E3 66EA 67E9 6DF9 F177 EC6E 0080: EB6E F876 F875 7D6E E966 E05D Tx Message 8: packet_length 100 channel_id 2 packet_id 0 process id 0x1 0000: 0000 1CDB 3E48 3AD4 0000 003C C2B9 B3B1 B3B8 C2DC 0020: 523F 3733 3235 3C49 72CB BDB7 B4B5 B8BF CF67 483C 0040: 3836 373C 455C DAC6 BDB9 B9BB C0CC EE54 453E 3C3C 0060: 3F47 56F1 D1C7 C1BF C0C6 CEE1 6651 4A46 4648 4D59 0080: 70E3 D6CF CDCE D2D9 E67E 675E Bootloader 1.8, Appn 3.1 Application firmware 3.1.8, Built by claux on Thu Jun 17 11:00:05 1999 VIC Interface Foreign Exchange Station 0/0, DSP instance (0x19543C0) Singalling channel num 128 Signalling proxy 0x0 Signaling dsp 0x19543C0 tx outstanding 0, max tx outstanding 32 ptr 0x0, length 0x0, max length 0x0 dsp_number 0, Channel ID 1 received 0 packets, 0 bytes, 0 gaint packets 0 drops, 0 no buffers, 0 input errors 0 input overruns 650070 bytes output, 4976 frames output, 0 output errors, 0 output underrun 0 unaligned frames VIC Interface Foreign Exchange Station 0/1, DSP instance (0x1954604) Singalling channel num 129 Signalling proxy 0x0 Signaling dsp 0x1954604 tx outstanding 0, max tx outstanding 32 ptr 0x0, length 0x0, max length 0x0 dsp_number 0, Channel ID 2 received 0 packets, 0 bytes, 0 gaint packets 0 drops, 0 no buffers, 0 input errors 0 input overruns 393976 bytes output, 3982 frames output, 0 output errors, 0 output underrun 0 unaligned frames
Related Commands
show dial-peer voice Displays configuration information and call statistics for dial peers. Displays hardware information including DRAM, SRAM, and the revision-level information on the line card. show voice dsp Displays the current status of all DSP voice channels on the Cisco MC3810 multiservice concentrator. show voice port Displays configuration information about a specific voice port.
Command
Description
Cisco AS5300 access server
show csm {modem [slot/port | modem-group-number] | voice [slot/dspm/dsp/dsp-channel]}
Cisco AS5800 universal access server
show csm voice [shelf/slot/port]
Syntax Description
modem Specifies CSM call statistics for modems. voice Specifies CSM call statistics for DSP channels. slot/port (Optional) Specifies the location (and thereby the identity) of a specific modem. modem-group-number (Optional) Displays configuration for the dial peer identified by the argument number. Valid entries are any integers that identify a specific dial peer, from 1 to 32767. slot/dspm/dsp/dsp-channel (Optional) Identifies the location of a particular DSP channel. shelf/slot/port (Optional) Identifies the location of the voice interface card.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 NA This command was introduced. 12.0(3)T Port-specific values for the Cisco AS5300 were added. 12.0(7)T Port-specific values for the Cisco AS5800 were added.
Release
Modification
Usage Guidelines
This command shows the information related to CSM, which includes the DSP channel, the start time of the call, the end time of the call, and the channel on the controller used by the call.
Use the show csm modem command to display the CSM call statistic information for a specific modem, for a group of modems, or for all modems. If a slot/port argument is specified, then CSM call statistics are displayed for the specified modem. If the modem-group-number argument is specified, the CSM call statistics for all of the modems associated with that modem group are displayed. If no keyword is specified, CSM call statistics for all modems on the AS5300 are displayed.
Use the show csm voice command to display CSM statistics for a particular DSP channel. If the slot/dspm/dsp/dsp-channel or shelf/slot/port argument is specified, the CSM call statistics for calls using the identified DSP channel will be displayed. If no argument is specified, all CSM call statistics for all DSP channels will be displayed.
Examples
The following is sample output from the Cisco AS5300 for the show csm voice command:
Router# show csm voice 2/4/4/0 slot 2, dspm 4, dsp 4, dsp channel 0, slot 2, port 56, tone, device_status(0x0002): VDEV_STATUS_ACTIVE_CALL. csm_state(0x0406)=CSM_OC6_CONNECTED, csm_event_proc=0x600E2678, current call thru PRI line invalid_event_count=0, wdt_timeout_count=0 wdt_timestamp_started is not activated wait_for_dialing:False, wait_for_bchan:False pri_chnl=TDM_PRI_STREAM(s0, u0, c22), tdm_chnl=TDM_DSP_STREAM(s2, c27) dchan_idb_start_index=0, dchan_idb_index=0, call_id=0xA003, bchan_num=22 csm_event=CSM_EVENT_ISDN_CONNECTED, cause=0x0000 ring_no_answer=0, ic_failure=0, ic_complete=0 dial_failure=0, oc_failure=0, oc_complete=3 oc_busy=0, oc_no_dial_tone=0, oc_dial_timeout=0 remote_link_disc=0, stat_busyout=0 oobp_failure=0 call_duration_started=00:06:53, call_duration_ended=00:00:00, total_call_duration=00:00:44 The calling party phone number = 408 The called party phone number = 5271086 total_free_rbs_timeslot = 0, total_busy_rbs_timeslot = 0, total_dynamic_busy_rbs_timeslot = 0, total_static_busy_rbs_timeslot = 0, total_sw56_rbs_timeslot = 0, total_sw56_rbs_static_bo_ts = 0, total_free_isdn_channels = 21, total_busy_isdn_channels = 0,total_auto_busy_isdn_channels = 0, min_free_device_threshold = 0
The following is sample output from the Cisco AS5800 for the show csm voice command:
5800# show csm voice 1/8/19 shelf 1, slot 8, port 19 VDEV_INFO:slot 8, port 19 vdev_status(0x00000401):VDEV_STATUS_ACTIVE_CALL.VDEV_STATUS_HASLOCK. csm_state(0x00000406)=CSM_OC6_CONNECTED, csm_event_proc=0x60868B8C, current call thru PRI line invalid_event_count=0, wdt_timeout_count=0 watchdog timer is not activated wait_for_bchan:False pri_chnl=(T1 1/0/0:22), vdev_chnl=(s8, c19) start_chan_p=0, chan_p=62436D58, call_id=0x800D, bchan_num=22 The calling party phone number = The called party phone number = 7511 ring_no_answer=0, ic_failure=0, ic_complete=0 dial_failure=0, oc_failure=0, oc_complete=1 oc_busy=0, oc_no_dial_tone=0, oc_dial_timeout=0 remote_link_disc=0, busyout=0, modem_reset=0 call_duration_started=3d16h, call_duration_ended=00:00:00, total_call_duration=00:00:00
Table 33 explains the fields contained in both of these examples.
| Field | Description |
|---|---|
slot | Indicates the slot where the VFC resides. |
shelf/slot/port | Specifies the T1 or E1 controller. |
dspm/dsp/dsp channel | Indicates which DSP channel is engaged in this call. |
dsp | Indicates the DSP through which this call is established. |
slot/port | This is the logical port number for the device. This is equivalent to the DSP channel number. The port number is derived from:
|
tone | Indicates which signalling tone is being used (DTMF, MF, R2). This only applies to CAS calls. Possible values are:
|
device_status | The status of the device. Possible values are:
|
csm_state |
|
csm_state: invalid_event_count= | Number of invalid events received by the CSM state machine. |
wdt_timeout_count= | Number of times the watchdog timer is activated for this call. |
wdt_timestamp_started | Indicates whether the watchdog timer is activated for this call. |
wait_for_dialing:
| Indicates whether this (outgoing) call is waiting for a free digit collector to become available to dial out the outgoing digits. |
wait_for_bchan: | Indicates whether this (outgoing) call is waiting for a B channel to send the call out on. |
pri_chnl= | Indicates which type of TDM stream is used for the PRI connection. For PRI and CAS calls, it will always be TDM_PRI_STREAM. |
tdm_chnl= | Indicates which type of TDM stream is used for the connection to the device used to process this call. In the case of a VoIP call, this will always be set to TDM_DSP_STREAM. |
dchan_idb_start_index= | First index to use when searching for the next IDB of a free D channel. |
dchan_idb_index= | Index of the currently available IDB of a free D channel. |
csm_event= | Event just passed to the CSM state machine. |
cause | Event cause. |
ring_no_answer= | Number of times call failed because there was no response. |
ic_failure= | Number of failed incoming calls. |
ic_complete= | Number of successful incoming calls. |
dial_failure= | Number of times the connection failed because there was no dial tone. |
oc_failure= | Number of failed outgoing calls. |
oc_complete= | Number of successful outgoing calls. |
oc_busy= | Number of outgoing calls where the connection failed because there was a busy signal. |
oc_no_dial_tone= | Number of outgoing calls where the connection failed because there was no dial tone. |
oc_dial_timeout= | Number of outgoing calls where the connection failed because the timeout value was exceeded. |
call_duration_started= | Indicates the start of this call. |
call_duration_ended= | Indicates the end of this call. |
total_call_duration= | Indicates the duration of this call. |
The calling party phone number = | Calling party number as given to CSM by ISDN. |
The called party phone number = | Called party number as given to CSM by ISDN. |
total_free_rbs_time slot = | Total number of free RBS (CAS) time slots available for the whole system. |
total_busy_rbs_time slot = | Total number of RBS (CAS) time slots that have been busied out. This includes both dynamically and statically busied out RBS time slots. |
total_dynamic_busy_rbs_time slot = | Total number of RBS (CAS) time slots that have been dynamically busied out. |
total_static_busy_rbs_time slot = | Total number of RBS (CAS) time slots that have been statically busied out (that is, they are busied out using the CLI command) |
total_free_isdn_channels = | Total number of free ISDN channels. |
total_busy_isdn_channels = | Total number of busy ISDN channels. |
total_auto_busy_isdn_channels = | Total number of ISDN channels that are automatically busied out. |
Related Commands
show call active voice Displays the contents of the active call table. show call history voice Displays the contents of the call history table. show num-exp Displays how number expansions are configured. show voice port Displays configuration information about a specific voice port.
Command
Description
To display the current Dynamic Host Configuration Protocol (DHCP) settings on point-to-point interfaces, use the show dhcp command in privileged EXEC mode.
show dhcp {lease | server}
Syntax Description
lease Displays DHCP addresses leased from a server. server Displays known DHCP servers.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Usage Guidelines
You can use this command on any point-to-point type of interface that uses DHCP for temporary IP address allocation.
Examples
The following is sample output for the show dhcp lease command:
uBR924#show dhcp leaseTemp IP addr: 188.188.1.40 for peer on Interface: cable-modem0Temp sub net mask: 0.0.0.0DHCP Lease server: 4.0.0.32, state: 3 BoundDHCP transaction id: 2431Lease: 3600 secs, Renewal: 1800 secs, Rebind: 3150 secsTemp default-gateway addr: 188.188.1.1Next timer fires after: 00:58:01Retry count: 0 Client-ID: 0010.7b43.aa01
Table 34 describes the significant fields shown in the display.
| Field | Description |
|---|---|
Temp IP addr | IP address leased from the DHCP server for the cable access router interface. |
Temp subnet mask | Temporary subnet mask assigned to the cable access router interface. |
DHCP Lease server | IP address of the DHCP server that assigned an IP address to this client. |
state | Current state of this client (the cable access router interface). Possible states are Bound, Renew, or Rebinding. For descriptions of these states, see RFC 2131. |
DHCP transaction id | Unique number established by the Cisco uBR924 before the first request message is sent to the DHCP server. The same transaction id is used as long as the lease keeps getting renewed and is valid. If a new "discover" message is sent, a new transaction ID is used. |
Lease | Time (in seconds) for which the leased IP address is valid; the duration of the lease. |
Renewal | Time interval (in seconds) from address assignment until the client transitions to the renewing state. When the renewal (T1) time expires, the client sends a unicast dhcprequest message to the server to extends its lease. The default value of this timer is 0.5 times the duration of the lease. |
Rebind | Time interval (in seconds) from address assignment until the client transitions to the rebinding state and sends a broadcast dhcprequest message to any DHCP server to extends its lease. The default value of this timer (T2) is 0.875 times the duration of the lease. |
Temp default-gateway addr | IP address of the router closest to this client on the network. |
Next timer fires after | Time in hours, minutes, and seconds until the next timer expires. |
Retry count | Number of times the client has sent any message to the DHCP server---most likely a request message to extend its lease. When the lease is renewed, the Retry count is reset to 0. |
Client-ID | MAC address (with optional media type code) that uniquely identifies the client on the subnet for binding lookups. |
The following is sample output for the show dhcp server command:
uBR924#show dhcp serverDHCP server: ANY (255.255.255.255)Leases: 1Offers: 1 Requests: 2 Acks: 1 Naks: 0Declines: 0 Releases: 0 Bad: 0TFTP Server Name: SOHOSERVERTIME0: 1.2.0.250, TIME1: 0.0.0.0 Subnet: 255.255.255.0
Table 35 describes the significant fields shown in the display.
| Field | Description |
|---|---|
DHCP server | MAC address used by the DHCP server. |
Leases | Number of current leased IP addresses. |
Offers | Number of offers for an IP address sent to a proxy client from the server. |
Requests | Number of requests for an IP address to the server. |
Acks | Number of acknowledge messages sent by the server to the proxy client. |
Naks | Number of not acknowledge ' messages sent by the server to the proxy client. |
Declines | Number of offers from the server that have been declined by the proxy client. |
Releases | Number of times IP addresses have been relinquished gracefully by the client. |
Bad | Number of bad packets received due to wrong length, wrong field type, or other causes. |
TFTP Server Name | Name (if any) configured for the server providing TFTP downloads to the cable modem. |
TIME0 | IP address of the primary Time of Day (ToD) server. |
TIME1 | IP address of the secondary Time of Day (ToD) server. |
Subnet | Subnet containing the DHCP server. |
Related Commands
cable-modem voip best-effort Allows voice calls to be sent upstream over the cable interface via best effort. show bridge cable-modem Displays bridging information for a cable modem. show interfaces cable-modem Displays information about the cable interface of the Cisco uBR900 series cable access router.
Command
Description
To display the revision level information for a Cisco uBR7200 series cable modem card, use the show diag command in privileged EXEC mode.
show diagSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.1 CA This command was introduced. 11.2 P This command was modified to update the sample display for the port adapters PA-12E/2FE, PA-E3, and PA-T3. 11.3 XA This command was made available for Cisco IOS Release 11.3 XA. 12.0(5)XQ This command was enhanced and made available for the Cisco 1750 router.
Release
Modification
Usage Guidelines
This command displays information for the electrically erasable programmable read-only memory (EEPROM), the motherboard, and the WAN interface cards and voice interface cards (WICs and VICs).
Examples
The following is sample output from the show diag command displaying revision level information for the cable line card (slot 6):
CMTS01# show diag
Slot 6:
MC11 port adapter, 1 port
Port adapter is analyzed
Port adapter insertion time 02:37:10 ago
Hardware Revision : 1.2
Part Number : 800-02455-02
Board Revision : 03
Deviation Number : 0-3
Fab Version : 03
PCB Serial Number : 00004500239
RMA Test History : 00
RMA Number : 0-0-0-0
RMA History : 00
Calibration Data : Minimum: -8 dBmV, Maximum: 8 dBmV
Calibration values : 0x5D43 0x3F05 0x1794
Unknown Field (type 0083): 83 FF FF FF
EEPROM format version 4
EEPROM contents (hex):
0x00: 04 FF 40 00 F1 41 01 02 C0 46 03 20 00 09 97 02
0x10: 42 30 33 80 00 00 00 03 02 03 C1 8B 30 30 30 30
0x20: 34 35 30 30 32 33 39 03 00 81 00 00 00 00 04 00
0x30: C8 09 F8 08 03 5D 43 3F 05 17 94 83 83 FF FF FF
0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
Table 36 describes the fields shown in the show diag display.
| Field | Description |
|---|---|
MC11 port adapter | Line card type. |
Port adapter is analyzed | The system has identified the Cisco uBR7200 series port adapter. |
Port adapter insertion time | Elapsed time since insertion. |
Hardware Revision | Version number of the Cisco uBR7200 series port adapter. |
Part Number | In the Cisco uBR 7200 series, the part number of the port adapter. |
Board Revision | Revision number (signifying a minor revision) of the Cisco uBR 7200 series port adapter. |
Deviation Number | Revision number (signifying a minor deviation) of the Cisco uBR7200 series port adapter. |
Fab Version | Manufacturing fabrication version number. |
PCB Serial Number | Serial number of the printed circuit board. |
RMA Test History | Counter indicating how many times diagnostics have been performed on this port adapter. |
RMA Number | Return material authorization number, which is an administrative number assigned if port adapter needs to be returned for repair. |
RMA History | Counter indicating how many times the port adapter has been returned and repaired. |
Calibration Data | Input power calibration range. |
Calibration values | Upstream port gain calibration constant. |
Unknown Field (type) | Unrecognized EEPROM fields. |
EEPROM format version | Version number of the EEPROM format. |
EEPROM contents (hex) | Dumps of EEPROM programmed data. |
Related Commands
show dial-peer voice Displays configuration information and call statistics for dial peers. show voice dsp Displays the current status of all DSP voice channels on the Cisco MC3810 multiservice concentrator. show voice port Displays configuration information about a specific voice port.
Command
Description
To display dial-peer configuration, use the show dial-peer video command in privileged EXEC mode.
show dial-peer video [number] [summary]
Syntax Description
number (Optional) A specific video dial peer. This option displays configuration information for a single dial peer identified by the argument number. Valid entries are any integers that identify a specific dial peer, from 1 to 32767. summary (Optional) Displays a summary of all video dial-peer information.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(5)XK and 12.0(7)T This command was introduced for the Cisco MC3810.
Release
Modification
Usage Guidelines
Use this command to review video dial-peer configuration.
Examples
On a Cisco MC3810, the following example displays detailed information about all configured video dial peers:
Router# show dial-peer video
Video Dial-Peer 1
type = videocodec, destination-pattern = 111
port signal = 1/0, port media = Serial1
nsap = 47.0091810000000050E201B101.00107B09C6F2.C8
Video Dial-Peer 2
type = videoatm, destination-pattern = 222
session-target = ATM0 svc nsap 47.0091810000000050E201B101.00E01E92ADC2.C8
Video Dial-Peer 3
type = videoatm, destination-pattern = 333
session-target = ATM0 pvc 70/70
To display configuration information for dial peers, use the show dial-peer voice command in privileged EXEC mode.
show dial-peer voice [number] [summary]
Syntax Description
number (Optional) A specific dial peer. This option displays configuration information for a single dial peer identified by the number argument. Valid entries are any integers that identify a specific dial peer, from 1 to 32767. summary (Optional for the Cisco MC3810 only) Displays a summary of all voice dial peers.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(1)T This command was introduced. 11.3(1)MA The summary keyword was added for the Cisco MC3810. 12.0(3)XG This command was modified to support VoFR for the Cisco 2600 series and 3600 series routers. 12.0(4)T Support was added for VoFR for the Cisco 7200 series routers.
Release
Modification
Usage Guidelines
Use the show dial-peer voice privileged EXEC command to display the configuration for all VoIP and POTS dial peers configured for the router. To show configuration information for only one specific dial peer, use the argument number to identify the dial peer.
Examples
The following is sample output from the show dial-peer voice command for a POTS dial peer:
router# show dial-peer voice 1
VoiceEncapPeer1
tag = 1, dest-pat = \Q+14085291000',
answer-address = \Q',
group = 0, Admin state is up, Operation state is down
Permission is Both,
type = pots, prefix = \Q',
session-target = \Q', voice port =
Connect Time = 0, Charged Units = 0
Successful Calls = 0, Failed Calls = 0
Accepted Calls = 0, Refused Calls = 0
Last Disconnect Cause is ""
Last Disconnect Text is ""
Last Setup Time = 0
The following is sample output from the show dial-peer voice command for a VoIP dial peer:
router# show dial-peer voice 10
VoiceOverIpPeer10
tag = 10, dest-pat = \Q',
incall-number = \Q+14087',
group = 0, Admin state is up, Operation state is down
Permission is Answer,
type = voip, session-target = \Q',
sess-proto = cisco, req-qos = bestEffort,
acc-qos = bestEffort,
fax-rate = voice, codec = g729r8,
Expect factor = 10,Icpif = 30, VAD = disabled, Poor QOV Trap = disabled,
Connect Time = 0, Charged Units = 0
Successful Calls = 0, Failed Calls = 0
Accepted Calls = 0, Refused Calls = 0
Last Disconnect Cause is ""
Last Disconnect Text is ""
Last Setup Time = 0
Table 37 explains the fields contained in both of these examples.
| Field | Description |
|---|---|
Accepted Calls | Number of calls from this peer accepted since system startup. |
acc-qos | Lowest acceptable quality of service configured for calls for this peer. |
Admin state | Administrative state of this peer. |
Charged Units | Total number of charging units applying to this peer since system startup. The unit of measure for this field is in hundredths of seconds. |
codec | Default voice coder rate of speech for this peer. |
Connect Time | Accumulated connect time to the peer since system startup for both incoming and outgoing calls. The unit of measure for this field is in hundredths of seconds. |
dest-pat | Destination pattern (telephone number) for this peer. |
Expect factor | User-requested Expectation Factor of voice quality for calls via this peer. |
fax-rate | Fax transmission rate configured for this peer. |
Failed Calls | Number of failed call attempts to this peer since system startup. |
group | Group number associated with this peer. |
ICPIF | Configured Calculated Planning Impairment Factor (ICPIF) value for calls sent by a dial peer. |
incall-number | Full E.164 telephone number to be used to identify the dial peer. |
Last Disconnect Cause | Encoded network cause associated with the last call. This value will be updated whenever a call is started or cleared and depends on the interface type and session protocol being used on this interface. |
Last Disconnect Text | ASCII text describing the reason for the last call termination. |
Last Setup Time | Value of the System Up Time when the last call to this peer was started. |
Operation state | Operational state of this peer. |
Permission | Configured permission level for this peer. |
Poor QOV Trap | Whether Poor Quality of Voice trap messages have been enabled or disabled. |
Refused Calls | Number of calls from this peer refused since system startup. |
req-qos | Configured requested quality of service for calls for this dial peer. |
session-target | Session target of this peer. |
sess-proto | Session protocol to be used for Internet calls between local and remote router via the IP backbone. |
Successful Calls | Number of completed calls to this peer. |
tag | Unique dial peer ID number. |
VAD | Whether or not voice activation detection (VAD) is enabled for this dial peer. |
Related Commands
show call active voice Displays the Voice over IP active call table. show call history voice Displays the Voice over IP call history table. show num-exp Displays how the number expansions are configured in Voice over IP. show voice port Displays configuration information about a specific voice port.
Command
Description
Syntax Description
slot-number Slot number in the Cisco router where the voice network module is installed. Valid entries are from 0 to 3, depending on the voice interface card you have installed. subunit-number Subunit on the voice network module where the voice port is located. Valid entries are 0 or 1. port Voice port. Valid entries are 0 or 1. dial string Particular destination pattern (telephone number).
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
Occasionally, an incoming call cannot be matched to a dial peer in the dial peer database. One reason this might occur is that the specified destination cannot be reached via the voice interface through which the incoming call came. Use the show dialplan incall number command as a troubleshooting method to resolve the call destination by pairing voice ports and telephone numbers together until there is a match.
Examples
The following example tests whether the telephone extension 57681 can be reached through voice port 1/0/1:
show dialplan incall 1/0/1 number 57681
Related Commands
show dialplan number Displays which dial peer is reached when a particular telephone number is dialed.
Command
Description
Syntax Description
dial string Particular destination pattern (telephone number).
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
The show dialplan number command is used to test if the dial-plan configuration is valid and working as expected.
Examples
The following example displays the dial peer associated with the destination pattern of 54567:
router# show dialplan number 51234
Macro Exp.: 14085551234
VoiceOverIpPeer1004
tag = 1004, destination-pattern = \Q+1408555....',
answer-address = \Q',
group = 1004, Admin state is up, Operation state is up
type = voip, session-target = \Qipv4:1.13.24.0',
ip precedence: 0 UDP checksum = disabled
session-protocol = cisco, req-qos = best-effort,
acc-qos = best-effort,
fax-rate = voice, codec = g729r8,
Expect factor = 10, Icpif = 30,
VAD = enabled, Poor QOV Trap = disabled
Connect Time = 0, Charged Units = 0
Successful Calls = 0, Failed Calls = 0
Accepted Calls = 0, Refused Calls = 0
Last Disconnect Cause is ""
Last Disconnect Text is ""
Last Setup Time = 0
Matched: +14085551234 Digits: 7
Target: ipv4:172.13.24.0
Table 38 explains the fields contained in this example.
| Field | Description |
|---|---|
Macro Exp. | Expected destination pattern for this dial peer. |
VoiceOverIpPeer | Identifies the dial peer associated with the destination pattern entered. |
tag | Unique dial peer identifying number. |
destination-pattern | Destination pattern (telephone number) configured for this dial peer. |
answer-address | Answer address configured for this dial peer. |
Admin state | Describes the administrative state of this dial peer. |
Operation state | Describes the operational state of the dial peer. |
type | Type of dial peer (POTS or VoIP). |
session-target | Displays the configures session target (IP address or host name) for this dial peer. |
ip precedence | Displays the numeric value for the IP Precedence configured for this dial peer. |
UDP checksum | Indicates the status of the UDP checksum feature. |
session-protocol | Session protocol to be used for Internet calls between local and remote router via the IP backbone. |
req-qos | Configured requested quality of service for calls for this dial peer. |
acc-qos | Configures acceptable quality of service for calls for this dial peer. |
fax-rate | Configured facsimile transmission speed for with this dial peer. |
codec | Codec type configured for this dial peer. |
Expect factor | Configured value at which the system will generate an SMTP message alerting that the voice quality has dropped. |
Icpif | Configured Calculated Planning Impairment Factor (ICPIF) value for calls sent by a dial peer. |
VAD | Whether or not voice activation detection (VAD) is enabled for this dial peer. |
Poor QOV Trap | Whether Poor Quality of Voice trap messages have been enabled or disabled. |
Connect Time | Unit of measure indicating the call connection time associated with this dial peer. |
Charged Units | Number of call units charged to this dial peer. |
Successful Calls | Number of completed calls to this peer since system startup. |
Failed Calls | Number of uncompleted (failed) calls to this peer since system startup. |
Accepted Calls | Number of calls from this peer accepted since system startup. |
Refused Calls | Number of calls from this peer refused since system startup. |
Last Disconnect Cause | Encoded network cause associated with the last call. This value will be updated whenever a call is started or cleared and depends on the interface type and session protocol being used on this interface. |
Last Disconnect Text | ASCII text describing the reason for the last call termination. |
Last Setup Time | Value of the System Up Time when the last call to this peer was started. |
Matched | Destination pattern matched for this dial peer. |
Target | Matched session target (IP address or host name) for this dial peer. |
Related Commands
show dialplan incall number Pairs different voice ports and telephone numbers together for troubleshooting Voice over IP.
Command
Description
Syntax Description
interface (Optional) The specific interface type and number for which you wish to display FRF.11 subchannel information. dlci (Optional) The specific data link connection identifier for which you wish to display FRF.11 subchannel information. cid (Optional) The specific subchannel for which you wish to display information.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(4)T This command was introduced.
Release
Modification
Usage Guidelines
If this command is entered without specifying an interface, FRF.11 subchannel information will be displayed for all VoFR interfaces and DLCIs configured on the router.
![]() |
Note This command is currently not supported on the Cisco MC3810 for PVCs configured with the vofr cisco command or the frame-relay interface-dlci voice-encap command. |
Examples
The following is sample output from the show frame-relay vofr command when an interface is not specified:
3640_vofr# show frame-relay vofr interface vofr-type dlci cid cid-type Serial0/0.1 VoFR 16 4 data Serial0/0.1 VoFR 16 5 call-control Serial0/0.1 VoFR 16 10 voice Serial0/1.1 VoFR cisco 17 4 data
The following is sample output from the show frame-relay vofr command when an interface is specified:
3640_vofr# show frame-relay vofr serial0 interface vofr-type dlci cid cid-type Serial0 VoFR 16 4 data Serial0 VoFR 16 5 call-control Serial0 VoFR 16 10 voice
The following is sample output from the show frame-relay vofr command when an interface and a DLCI are specified:
3640_vofr# show frame-relay vofr serial0 16 VoFR Configuration for interface Serial0 dlci vofr-type cid cid-type input-pkts output-pkts dropped-pkts 16 VoFR 4 data 0 0 0 16 VoFR 5 call-control 85982 86099 0 16 VoFR 10 voice 2172293 6370815 0
The following is sample output from the show frame-relay vofr command when an interface, a DLCI, and a CID are specified:
3640_vofr# show frame-relay vofr serial0 16 10 VoFR Configuration for interface Serial0 dlci 16 vofr-type VoFR cid 10 cid-type voice input-pkts 2172293 output-pkts 6370815 dropped-pkts 0
Table 39 describes the fields shown in the display.
| Field | Description |
|---|---|
interface | Number of the interface that has been selected for observation of FRF.11 subchannels. |
vofr-type | Type of the VoFR DLCI being observed. |
cid | The portion of the specified DLCI that is carrying the designated traffic type. A DLCI can be subdivided into 255 subchannels. |
cid-type | The type of traffic carried on this subchannel. |
input-pkts | Number of packets received by this subchannel. |
output-pkts | Number of packets sent on this subchannel. |
dropped-pkts | Total number of packets discarded by this subchannel. |
Related Commands
show call active voice Displays the contents of the active call table. show call history voice Displays the contents of the call history table. show dial-peer voice Displays configuration information and call statistics for dial peers. show frame-relay fragment Displays Frame Relay fragmentation details. show frame-relay pvc Displays statistics about PVCs for Frame Relay interfaces. show voice-port Displays configuration information about a specific voice port.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(2)NA and 12.0(3)T This command was introduced. 12.0(5)T The output for this command was changed.
Release
Modification
Usage Guidelines
Use the show gatekeeper calls command to show all active calls currently being handled by a particular MCM gatekeeper. If you have forced a disconnect for either a particular call or all calls associated with a particular MCM gatekeeper by using the clear h323 gatekeeper call command, the system will not display information about those calls.
Examples
The following is sample output from the show gatekeeper calls command:
router# show gatekeeper calls
Total number of active calls = 1.
GATEKEEPER CALL INFO
====================
LocalCallID Age(secs) BW
12-3339 94 768(Kbps)
Endpt(s):Alias E.164Addr CallSignalAddr Port RASSignalAddr Port
src EP:epA 90.0.0.11 1720 90.0.0.11 1700
dst EP:epB@zoneB.com
src PX:pxA 90.0.0.01 1720 90.0.0.01 24999
dst PX:pxB 172.21.139.90 1720 172.21.139.90 24999
Table 40 describes the fields contained in the show gatekeeper calls sample output.
| Field | Description |
|---|---|
LocalCallID | Identification number of the call. |
Age(secs) | The age of the call in seconds. |
BW(Kbps) | The bandwidth in use in kilobits per second. |
Endpoint(s) | Lists the role of each endpoints (terminal, gateway, or proxy) in the call (originator, target, or proxy), and the call signalling and RAS address. |
Alias | H.323-ID or Email-ID of the endpoint. |
E.164Addr | E.164 address of the endpoint. |
CallSignalAddr | Call signalling IP address of the endpoint. |
Port | Call signalling port number of the endpoint. |
RASSignalAddr | RAS IP address of the endpoint. |
Port | RAS port number of the endpoint. |
Related Commands
clear h323 gateway call Forces a specific call or all calls currently active on the gatekeeper to disconnect.
Command
Description
To display the status of all registered endpoints for a gatekeeper, use the show gatekeeper endpoints command in EXEC mode.
show gatekeeper endpointsSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
EXEC
Command History
11.3(2)NA This command was introduced. 12.0(5)T The display format was modified for H.323 Version 2.
Release
Modification
Usage Guidelines
Use this command to display the status of all registered endpoints for a gatekeeper.
Examples
The following is sample output from the show gatekeeper endpoints command:
Router# show gatekeeper endpoints CallsignalAddr Port RASSignalAddr Port Zone Name Type F --------------- ---- ------------- ----- ---------- ----- -- 172.21.127.8 1720 172.21.127.8 24999 sj-gk MCU H323-ID:joe@cisco.com 172.21.13.88 1720 172.21.13.88 1719 sj-gk VOIP-GW O H323-ID:la-gw
Table 41 describes the fields contained in the show gatekeeper endpoints sample output.
Related Commands
show gatekeeper gw-type-prefix Displays the gateway technology prefix table. show gatekeeper zone status Displays the status of zones related to a gatekeeper. show gateway Displays the current gateway status.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(2)NA This command was introduced. 12.0(5)T The display format was modified for H.323 Version 2.
Release
Modification
Usage Guidelines
Use the show gatekeeper gw-type-prefix command to display the gateway technology prefix table.
Examples
The following is sample output for a gatekeeper that is controlling two local zones, sj-gk and la-gk:
router# show gatekeeper gw-type-prefix
GATEWAY TYPE PREFIX TABLE
===========================
Prefix:12#* (Default gateway-technology)
Zone sj-gk master gateway list:
172.21.13.11:1720 sj-gw1
172.21.13.22:1720 sj-gw2 (out-of-resources)
172.21.13.33:1720 sj-gw3
Zone sj-gk prefix 408....... priority gateway list(s):
Priority 10:
172.21.13.11:1720 sj-gw1
Priority 5:
172.21.13.22:1720 sj-gw2 (out-of-resources)
172.21.13.33:1720 sj-gw3
Prefix:7#* (Hopoff zone la-gk)
Statically-configured gateways (not necessarily currently registered):
1.1.1.1:1720
2.2.2.2:1720
Zone la-gk master gateway list:
171.69.127.11:1720 la-gw1
171.69.127.22:1720 la-gw2
Table 42 describes the fields contained in the show gatekeeper gw-type-prefix sample output.
Related Commands
show gatekeeper calls Displays the status of each ongoing call that a gatekeeper is aware of. show gatekeeper endpoints Displays the status of all registered endpoints for a gatekeeper. show gateway Displays the current gateway status.
Command
Description
To show overall gatekeeper status that includes authorization and authentication status, zone status, and so on, use the show gatekeeper status command in EXEC mode.
show gatekeeper statusSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
EXEC
Command History
11.3(2)NA and 12.0(3)T This command was introduced.
Release
Modification
Examples
The following is sample output from the show gatekeeper status command:
router# show gatekeeper status Gatekeeper State: UP Zone Name: gk-px4.cisco.com Accounting: DISABLED Security: DISABLED
Table 43 describes the fields contained in the show gatekeeper status sample output.
| Field | Description |
|---|---|
Gatekeeper State | The gatekeeper status:
|
Zone Name | Zone name. |
Accounting | Authorization and accounting status. |
Security | Security status. |
To display the zone prefix table, use the show gatekeeper zone prefix command in EXEC mode.
show gatekeeper zone prefixSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Examples
The following is an example from the show gatekeeper zone prefix command:
5300# show gatekeeper zone prefix
ZONE PREFIX TABLE ================= GK-NAME E164-PREFIX ------- ----------- gk.zone13 212....... gk.zone14 415.......
gk.zone14 408.......
Table 44 describes the fields shown in the show gatekeeper zone prefix display.
To display the status of zones related to a gatekeeper, use the show gatekeeper zone status command in privileged EXEC mode.
show gatekeeper zone statusSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(2)NA This command was introduced. 12.0(5)T This display format was modified for H.323 Version 2.
Release
Modification
Usage Guidelines
Use this command to display the status of all zones related to a gatekeeper.
Examples
The following is an example from the show gatekeeper zone status command:
router# show gatekeeper zone status
GATEKEEPER ZONES
================
GK name Domain Name RAS Address PORT FLAGS MAX-BW CUR-BW
(kbps) (kbps)
------- ----------- ----------- ---- ----- ------ ------
sj.xyz.com xyz.com 1.14.93.85 1719 LS 0
SUBNET ATTRIBUTES :
All Other Subnets :(Enabled)
PROXY USAGE CONFIGURATION :
inbound Calls from germany.xyz.com :
to terminals in local zone sj.xyz.com :use proxy
to gateways in local zone sj.xyz.com :do not use proxy
Outbound Calls to germany.xyz.com
from terminals in local zone germany.xyz.com :use proxy
from gateways in local zone germany.xyz.com :do not use proxy
Inbound Calls from all other zones :
to terminals in local zone sj.xyz.com :use proxy
to gateways in local zone sj.xyz.com :do not use proxy
Outbound Calls to all other zones :
from terminals in local zone sj.xyz.com :do not use proxy
from gateways in local zone sj.xyz.com :do not use proxy
tokyo.xyz.co xyz.com 172.21.139.89 1719 RS 0
milan.xyz.co xyz.com 171.69.57.90 1719 RS 0
Table 45 describes the fields contained in the show gatekeeper zone status sample output.
| Field | Description |
GK name | The gatekeeper name (also known as zone name), which is truncated after 12 characters in the display. |
Domain Name | The domain with which the gatekeeper is associated. |
RAS Address | The RAS address of the gatekeeper. |
FLAGS | Displays the following information:
|
MAX-BW | The maximum bandwidth for the zone in kilobits per second. |
CUR-BW | The current bandwidth in use, in kbps. |
SUBNET ATTRIBUTES | A list of subnets controlled by the local gatekeeper. |
PROXY USAGE CONFIGURATION | Inbound and outbound proxy policies as configured for the local gatekeeper (or zone). |
Related Commands
show gatekeeper calls Shows the status of each ongoing call that a gatekeeper is aware of. show gatekeeper endpoints Displays the status of all registered endpoints for a gatekeeper. show gateway Displays the current gateway status.
Command
Description
To display the current gateway status, use the show gateway command in privileged EXEC mode.
show gatewaySyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(6)NA2 This command was introduced. 12.0(5)T This display format was modified for H.323 V2.
Release
Modification
Usage Guidelines
This command displays the current gateway status.
Examples
The following example shows the report that appears when the gateway is not registered with a gatekeeper:
gateway1# show gateway Gateway gateway1 is not registered to any gatekeeper Gateway alias list H323-ID gateway1 H323 resource thresholding is Enabled but NOT Active H323 resource threshold values:DSP: Low threshold 60, High threshold 70 DS0: Low threshold 60, High threshold 70
This following example indicates that an E.164 address has been assigned to the gateway:
gateway1# show gate Gateway gateway1 is registered to Gatekeeper gk1 Gateway alias list E.164 Number 5551212 H323-ID gateway1
The following example shows the report that appears when the gateway is registered with a gatekeeper and H.323 resource threshold reporting is enabled with the resource threshold command:
gateway1# show gateway Gateway gateway1 is registered to Gatekeeper gk1 Gateway alias list H323-ID gateway1 H323 resource thresholding is Enabled and Active H323 resource threshold values:DSP: Low threshold 60, High threshold 70 DS0: Low threshold 60, High threshold 70
The following example shows the report that appears when the gateway is registered with a gatekeeper and H.323 resource threshold reporting is disabled with the no resource threshold command:
gateway1# show gateway Gateway gateway1 is registered to Gatekeeper gk1 Gateway alias list H323-ID gateway1 H323 resource thresholding is Disabled
Related Commands
resource threshold Configures a gateway to report H.323 resource availability to the gatekeeper of the gateway.
Command
Description
To display cable interface information, use the show interface cable command in privileged EXEC mode.
show interface cable slot/port [downstream | upstream]
Syntax Description
slot/port Identifies the Cisco uBR7200 chassis slot number and downstream port number. Valid values are from 3 to 6. downstream (Optional) Displays cable downstream port information for a cable modem. upstream (Optional) Displays cable upstream port information for a cable modem.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 XA This command was introduced.
Release
Modification
Examples
The following is sample output from the show interface cable command for the cable modem card located in slot 6/port 0:
CMTS01# show interface cable 6/0
Cable6/0 is up, line protocol is up
Hardware is BCM3210 FPGA, address is 00e0.1e5f.7a60 (bia 00e0.1e5f.7a60)
Internet address is 1.1.1.3/24
MTU 1500 bytes, BW 27000 Kbit, DLY 1000 usec, rely 255/255, load 1/255
Encapsulation, loopback not set, keepalive not set
ARP type: ARPA, ARP Timeout 04:00:00
Last input 4d07h, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
10908 packets input, 855000 bytes, 0 no buffer
Received 3699 broadcasts, 0 runts, 0 giants, 0 throttles
3 input errors, 3 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
5412 packets output, 646488 bytes, 0 underruns
0 output errors, 0 collisions, 13082 interface resets
0 output buffer failures, 0 output buffers swapped out
Table 46 describes the fields shown in the show interface cable display.
| Field | Description |
|---|---|
Cable slot/port is up/...administratively down | Indicates whether the interface hardware is currently active or taken down by the administrator. |
line protocol is up/...administratively down | Indicates whether the software processes that handle the line protocol believe the interface is usable or if it has been taken down by the administrator. |
hardware | Hardware type and address. |
Internet address | Internet address followed by subnet mask. |
MTU | Maximum Transmission Unit (MTU) of the interface. |
BW | Bandwidth of the interface in kilobits per second. |
DLY | Delay of the interface in microseconds. |
rely | Reliability of the interface as a fraction of 255, calculated as an exponential average over 5 minutes. (For example, 255/255 is 100% reliability.) |
load | Load on the interface as a fraction of 255, calculated as an exponential average over 5 minutes. (For example, 255/255 is complete saturation.) |
Encapsulation | Encapsulation method assigned to this interface. |
ARP type | Type of Address Resolution Protocol (ARP) and timeout value assigned. |
Last input | Number of hours, minutes, and seconds since the last packet was successfully received by an interface. |
output | Number of hours, minutes, and seconds since the last packet was successfully sent by an interface. |
Last clearing of "show interface" counters | Time at which the counters that measure cumulative statistics (such as number of bytes sent and received) were last reset to zero. |
Queueing strategy | Displays the type of queueing configured for this interface. In the following example output, the type of queueing configured is First In First Out (FIFO). |
Output queue | Number of packets in the output queue. The format of this number is A/B, where A indicates the number of packets in the queue, and B indicates the maximum number of packets allowed in the queue. |
drops | Indicates the number of packets dropped due to a full queue. |
input queue/drops | Number of packets in the input queue. The format of this number is A/B, where A indicates the number of packets in the queue, and B indicates the maximum number of packets allowed in the queue. |
drops | Indicates the number of packets dropped due to a full queue. |
Five minute input rate | Average number of bits and packets sent per second in the last five minutes. |
packets input | Total number of error-free packets received by the system. |
bytes input | Total number of bytes, including data and MAC encapsulation, in the error-free packets received by the system. |
no buffer | Number of received packets discarded because there was no buffer space in the main system. |
Received broadcast | Total number of broadcast or multicast packets received by the interface. |
runts | Number of packets that are discarded because they are smaller than the medium's minimum packet size. |
giants | Number of packets that are discarded because they exceed the medium's maximum packet size. |
input errors | Includes runts, giants, no buffers, CRC, frame, overrun, and ignored counts. |
CRC | Indicates the number of times the cyclic redundancy checksum generated by the originating LAN station or far-end device does not match the checksum calculated from the data received. |
frame | Number of packets received incorrectly having a CRC error and a non-integer number of octets. |
overrun | Number of times the receiver hardware was unable to forward received data to a hardware buffer because the input rate exceeded the receiver's ability to handle the data. |
ignored | Number of received packets ignored by the interface because the interface hardware ran low on internal buffers. |
packets output | Total number of messages sent by the system. |
bytes | Total number of bytes, including data and MAC encapsulation, sent by the system. |
underruns | Number of times the sender has been running faster than the receiving device can handle. |
output errors | Sum of all errors that prevented the final transmission of packets out of the interface being examined. |
collisions | Not applicable to the Cisco uBR7246. |
interface resets | Number of times an interface has been completely reset. |
output buffer failures | Number of times the output buffer has failed. |
output buffer swapped out | Number of times the output buffer has been swapped out. |
The following is sample output from the show interface cable downstream command for the downstream cable interface of slot 6 on port 0:
CMTS01# show interface cable 6/0 downstream
Cable6/0: Downstream is up
111947771 packets output, 1579682655 bytes, 0 discarded
0 output errors
Table 47 describes the fields shown in the show interface cable downstream display.
| Field | Description |
|---|---|
Cable | Indicates the location of the downstream interface. |
Downstream is up/...administratively down | Indicates the administrative state of the interface. |
packets output | Total number of packets sent out of this interface. |
bytes | Total number of bytes sent out of this interface. |
discarded | Total number of packets discarded. |
output errors | Sum of all errors that prevented downstream transmission of packets out of this interface. |
The following is sample output for the upstream cable interface located in slot 6/port 0 from the show interface cable upstream command:
CMTS01# show interface cable 6/0 upstream Cable6/0: Upstream 0 is up Received 3699 broadcasts, 0 multicasts, 28586 unicasts 0 discards, 0 errors, 0 unknown protocol 21817 packets input, 0 corrected, 0 uncorrectable 0 noise, 0 microreflections Guaranteed-rate service queue depth:0 Best-effort service queue depth:0 Total Modems On This Upstream Channel:3 (3 active) Current Total Bandwidth Reserved:192000 bps Current Admission Control Status: ENFORCED Percentage of Oversubscription: 200% Reservation Limit (with Oversubscription):5120000 bps Last Minislot Stamp (current_time_base):190026 FLAG:1 Last Minislot Stamp (scheduler_time_base):200706 FLAG:1
Table 48 describes the fields shown in the show interface cable upstream display.
| Field | Description |
|---|---|
Cable | Indicates the location of the upstream interface. |
Upstream is up/...administratively down | Indicates the administrative state of the upstream interface. |
Received broadcasts | Number of broadcast packets received through this upstream interface. |
multicasts | Number of multicast packets received through this upstream interface. |
unicasts | Number of unicast packets received through this interface. |
discards | Number of packets discarded by this interface. |
errors | Sum of all errors that prevented upstream transmission of packets through this interface. |
unknown protocol | Number of packets received that were generated using a protocol unknown to the Cisco uBR7246. |
packets input | Number of packets received through this upstream interface that were free from errors. |
corrected | Number of error packets received through this upstream interface that were corrected. |
uncorrectable | Number of error packets received through this upstream interface that could not be corrected. |
noise | Number of upstream packets corrupted by line noise. |
microreflections | Number of upstream packets corrupted by microreflections. |
Guaranteed-rate service queue depth | Number of bandwidth requests queued up in the Guarantee-rate queue. This queue is only available to modems that have a reserved minimum upstream rate in their Class of Service. |
Best-effort service queue depth | Number of bandwidth requests queued up in the Best-effort queue. This queue is available to all modems that do not have any reserved rate on the upstream. |
Total Modems On This Upstream Channel | Number of cable modems currently sharing this upstream channel. This field also shows how many of these modems are active. |
Current Total Bandwidth Reserved | Total amount of bandwidth reserved by all modems sharing this upstream channel that require bandwidth reservation. The Class of Service for these modems specifies some non-zero value for the guaranteed-upstream rate. When one of these modems is admitted on the upstream, this field value is incremented by this guaranteed-upstream rate value. |
Current Admission Control Status | Indicates the status of admission control on the upstream channel. ENFORCED status allows users to enable admission control on a per port basis. This controls how limited bandwidth is allocated. NOT ENFORCED status indicates that there is no admission control. Every modem that registers with a class of service specifying a minimum upstream rate will be admitted by the CMTS regardless of how much aggregate bandwidth is actually available. Users enable admission control via the admission control CLI. |
Percentage of Oversubscription | Amount of oversubscription to allow on this upstream channel. Oversubscription is expressed as a percentage of the raw capacity of the channel. In the example shown, an oversubscription rate of 200% on a 2.56 Mbps channel allows the cumulative bandwidth reservation on this channel to reach 5.12 Mbps before modems configured with non-zero reserved upstream rates are denied service. |
Reservation Limit (with Oversubscription) | Maximum cumulative bandwidth reservation allowable before rejecting new modems. In the example shown, this reservation limit with oversubscription is 5.12 Mbps. |
Last Minislot Stamp (current_time_base) | Indicates the current minislot count at the CMTS. FLAG indicates the timebase reference. This field is used only by developers. |
Last Minislot Stamp (scheduler_time_base) | Indicates the furthest minislot count allocated at the indicated time. FLAG indicates the timebase reference. This field is used by developers. |
Related Commands
show interface cable sid Displays information by SID of each cable modem on the network. show interface cable signal-quality Displays information about the cable signal quality.
Command
Description
Syntax Description
slot/port Identifies the Cisco uBR7200 chassis slot number and downstream port number. Valid values are from 3 to 6. sid-number (Optional) Identifies the service identification number.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 XA This command was introduced. 12.0(5)T The command output was modified to identify secondary SIDs.
Release
Modification
Usage Guidelines
Data transport over the RF link uses the registered SID address rather than the Ethernet address. This allows multiple hosts to access the network via a single cable modem.
Examples
The following example confirms that cable modem 0010.7b6b.7219 had two SIDs. The primary SID was 3, and the secondary SID was 8.
cmts# show interface cable 3/0 sid
Sid Prim Online Admin QoS Create IP Address MAC Address
Sid State Status Time
1 online enable 4 17:00:38 19.2.20.141 0010.7b6b.71cd
2 online enable 4 17:00:38 19.2.20.139 0010.7b6b.7215
3 online enable 5 17:00:40 19.2.20.145 0010.7b6b.7219
8 3 enable 6 17:31:10
Table 49 describes the fields shown in the show interface cable display.
| Field | Description |
|---|---|
Sid | The secondary service ID assigned to the modem. |
Prim Sid | The primary service ID assigned to the modem. |
Admin Status | The status of the cable modem. |
QoS | The service class assigned to the modem. |
Create Time | When the SID was created, number of hours, minutes, and seconds since system booted. |
IP address | IP address of the modem. |
MAC address | Media access layer address of the modem. |
Related Commands
show interface cable signal-quality Displays information about the cable signal quality.
Command
Description
Syntax Description
slot/port Identifies the Cisco uBR7200 chassis slot number and downstream port number.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 XA This command was introduced.
Release
Modification
Examples
The following is sample output from the show interface cable signal-quality command:
CMTS01# show interface cable 6/0 signal-quality Cable6/0: Upstream 0 is up includes contention intervals: TRUE
Table 50 describes the fields shown in the show interface cable signal-quality display.
| Field | Description |
|---|---|
Cable | Interface name. |
Upstream is up includes contention intervals | States whether this statement is true. |
Related Commands
show interface cable Displays cable interface information. Displays information by SID of each cable access router on the network.
Command
Description
To display information about the Cisco uBR924 cable access router cable interface, use the show interfaces cable-modem command in either user EXEC mode or privileged EXEC mode.
show interfaces cable-modem number [accounting | counters | crb | irb | type]
Syntax Description
number Cable access router interface number. accounting (Optional) Displays the number of packets of each protocol type that has been sent through the cable access router interface. counters (Optional) Shows MIB counters on the cable interface. crb (Optional) Displays concurrent routing and bridging information for each interface that has been configured for routing or bridging. This option does not really apply to the Cisco uBR924; it is included because it is part of the subsystem that provides DOCSIS-compliant bridging. For more information, refer to the Bridging and IBM Networking Command Reference. irb (Optional) Displays integrated routing and bridging information for each interface that has been configured for routing or bridging. This option does not really apply to the Cisco uBR924; it is included because it is part of the subsystem that provides DOCSIS-compliant bridging. For more information, refer to the Bridging and IBM Networking Command Reference. type (Optional) Designed to display information about virtual LANs associated with the interface; however, this option is not supported on the Cisco uBR924.
Defaults
No default behavior or values.
Command Modes
User EXEC or privileged EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Usage Guidelines
When this command is entered without a keyword, general information about the cable interface is displayed.
Examples
Traffic passing through the cable access router interface is shown in the following example:
uBR924#show interfaces cable-modem 0cable-modem0 is up, line protocol is up Hardware is BCM3300, address is 0050.7366.2439 (bia 0050.7366.2439) Internet address is 5.2.0.11/16 MTU 1500 bytes, BW 27000 Kbit, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation DOCSIS, loopback not set Keepalive set (10 sec) ARP type:ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output 00:00:00, output hang never Last clearing of "show interface" counters 00:08:40 Queueing strategy:fifo Output queue 40/40, 52787 drops; input queue 0/75, 0 drops 5 minute input rate 2000 bits/sec, 2 packets/sec 5 minute output rate 94000 bits/sec, 154 packets/sec 1074 packets input, 418472 bytes, 0 no buffer Received 19 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 78771 packets output, 6326786 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 output buffer failures, 0 output buffers swapped out
Table 51 describes the significant fields shown in the display.
| Field | Description |
|---|---|
cable-modem0 is up | Indicates that the interface is currently active. "Disabled" indicates the interface has received more than 5000 errors in one keepalive interval (10 seconds by default if keepalive is set); "administratively down" indicates the interface has been taken down by an administrator. |
line protocol is up | Indicates that the software processes that handle the line protocol believe the interface is usable. |
Hardware | Hardware type and MAC address. |
Internet address | Internet address followed by the shorthand notation for the subnet mask. |
MTU | Maximum Transmission Unit (equivalent of the maximum packet size) for the interface. |
BW | Bandwidth of the interface in kilobits per second. |
DLY | Delay of the interface in microseconds. |
reliability | Reliability of the interface, expressed as a fraction of 255, calculated as an exponential average over a 5-minute period. (255/255 equals 100% reliability.) |
tx load/rx load | Load on the interface caused by transmitting and receiving, expressed as a fraction of 255, calculated as an exponential average over a 5 minute period. |
Encapsulation/loopback/keepalive | Encapsulation method assigned to the interface. |
loopback | Indicates whether or not loopback is set. |
keepalive | Indicates whether or not keepalives are set. |
ARP type | Type of Address Resolution Protocol configured for the interface. |
ARP Timeout | Number of hours, minutes, and seconds an ARP cache entry will stay in the cache. |
Last input/output | Number of hours, minutes, and seconds since the last packet was successfully received/transmitted by the interface. |
output hang | Number of hours, minutes, and seconds since the interface was last reset because of a transmission that took too long. When the number of hours in any of the "Last..." fields exceeds 24, the number of days and hours is displayed. If the field overflows, asterisks are printed. |
Last clearing of "show interface" counters | Time at which the counters that measure cumulative statistics (such as number of bytes transmitted and received) shown in this report were last reset to zero. Note that variables that might affect routing (for example, load and reliability) are not cleared when the counters are cleared. *** indicates the elapsed time is too large to be displayed. |
Queueing strategy | Type of queueing strategy in effect on the interface. |
Output queue/drops | Number of packets in the output queue followed by the size of the queue and the number of packets dropped due to a full queue. |
input queue/drops | Number of packets in the input queue followed by the size of the queue and the number of packets dropped due to a full queue. |
5 minute input rate | Average number of bits and packets received and transmitted per second in the last 5 minutes. If the interface is not in promiscuous mode, it senses network traffic it sends and receives (rather than all network traffic). The 5-minute input and output rates should be used only as an approximation of traffic per second during a given 5-minute period. These rates are exponentially weighted averages with a time constant of 5 minutes. A period of four time constants must pass before the average will be within two percent of the instantaneous rate of a uniform stream of traffic over that period. |
packets input | Total number of error-free packets received by the system. |
bytes input | Total number of bytes, including data and MAC encapsulation, in the error-free packets received by the system. |
no buffer | Number of received packets discarded because there was no buffer space in the main system. Compare with ignored count. Broadcast storms on Ethernet networks and bursts of noise on serial lines are often responsible for no input buffer events. |
Received broadcasts | Total number of broadcast or multicast packets received by the interface. |
runts | Number of packets discarded because they were smaller than the medium's minimum packet size. For example, any Ethernet packet less than 64 bytes is considered a runt. |
giants | Number of packets discarded because they were larger than the medium's maximum packet size. For example, any Ethernet packet larger than 1518 bytes is considered a giant. |
throttles | Number of times the receiver on the port was disabled, possibly due to buffer or processor overload. |
input errors | Includes runts, giants, no buffer, CRC, frame, overrun, and ignored counts. Other input-related errors can also cause the input errors count to be increased, and some datagrams may have more than one error; therefore, this sum may not balance with the sum of enumerated input error counts. |
CRC | Number of cyclic redundancy checksums generated by the originating LAN station or far-end device that do not match the checksum calculated from the data received. On a LAN, this usually indicates noise or transmission problems on the LAN interface or the LAN bus itself. A high number of CRCs is usually the result of collisions or a station sending bad data. |
frame | Number of packets received incorrectly, having a CRC error and a noninteger number of octets. On a LAN, this is usually the result of collisions or a malfunctioning Ethernet device. |
overrun | Number of times the receiver hardware was unable to hand received data to a hardware buffer because the input rate exceeded the receiver's ability to handle the data. |
ignored | Number of received packets ignored by the interface because the interface hardware ran low on internal buffers. These buffers are different from the system buffers mentioned previously in the buffer description. Broadcast storms and bursts of noise can cause the ignored count to be increased. |
abort | Number of packets whose receipt was aborted. |
packets output | Total number of messages sent by the system. |
bytes | Total number of bytes, including data and MAC encapsulation, sent by the system. |
underruns | Number of times the transmitter has been running faster than the router can handle. |
output errors | Sum of all errors that prevented the final transmission of datagrams out of the interface being examined. Note that this may not balance with the sum of the enumerated output errors, as some datagrams might have more than one error, and others might have errors that do not fall into any of the specifically tabulated categories. |
collisions | Number of messages retransmitted due to an Ethernet collision. This is usually the result of an overextended LAN (Ethernet or transceiver cable too long, more than two repeaters between stations, or too many cascaded multiport transceivers). A packet that collides is counted only once in output packets. |
interface resets | Number of times an interface has been completely reset. This can happen if packets queued for transmission were not sent within several seconds. On a serial line, this can be caused by a malfunctioning modem that is not supplying the transmit clock signal, or by a cable problem. If the system notices that the carrier detect line of a serial interface is up, but the line protocol is down, it periodically resets the interface in an effort to restart it. Interface resets can also occur when an interface is looped back or shut down. |
output buffer failures | Number of times the output buffer has failed. |
output buffers swapped out | Number of times the output buffer has been swapped out. |
To display the number of packets and bytes of each protocol type passing through the cable access router interface, use the accounting option with the show interfaces cable-modem command:
uBR924#show interfaces cable-modem 0 accountingcable-modem0Protocol Pkts In Chars In Pkts Out Chars OutIP 545 185502 159 90240Trans. Bridge 3878 964995 12597 1611142ARP 73 3066 86 4128
Table 52 describes the significant fields shown in this display.
| Field | Description |
|---|---|
Protocol | List of protocols operating on the cable-modem interface. |
Pkts In | Number of packets of each protocol received on the interface. |
Chars In | Number of bytes of each protocol received on the interface. |
Pkts Out | Number of packets of each protocol sent on the interface. |
Chars Out | Number of bytes of cache protocol sent on the interface. |
MIB counters on the cable interface are displayed in the following example:
uBR924#show interfaces cable-modem 0 countersCable specific counters:Ranging requests sent : 50982Downstream FIFO full : 0Re-requests : 7277DS MAC Message Overruns: 0DS Data Overruns : 0Received MAPs : 254339485Received Syncs : 53059555Message CRC failures : 0Header CRC failures : 1394Data PDUs : 5853DS MAC messages : 307861745Valid Headers : 307869065Sync losses : 0Pulse losses : 1BW request failures : 6
Table 53 describes the counters shown in this display.
| Field | Description |
|---|---|
Ranging requests sent | Number of ranging requests sent by the Cisco uBR924 to the CMTS. |
Downstream FIFO full | Number of times the downstream input first-in first-out (FIFO) buffer became full on the Cisco uBR924. |
Re-requests | Number of times a bandwidth request generated by the Cisco uBR924 was not responded to by the CMTS. |
DS MAC Message Overruns | Number of times the Cisco uBR924 DMA controller had a downstream MAC message and there were no free MAC message buffer descriptors to accept the message. |
DS Data Overruns | Number of times the Cisco uBR924 DMA controller had downstream data and there were no free data PDU buffer descriptors to accept the data. |
Received MAPs | Number of times a MAP message passed all filtering requirements and was received by the Cisco uBR924. |
Received Syncs | Number of times a time-stamp message was received by the Cisco uBR924. |
Message CRC failures | Number of times a MAC message failed a cyclic redundancy (CRC) check. |
Header CRC failures | Number of times a MAC header failed its 16-bit CRC check. The MAC header CRC is a 16-bit Header Check Sequence (HCS) field that ensures the integrity of the MAC header even in a collision environment. |
Data PDUs | Total number of data PDUs (protocol data units) of all types received by the Cisco uBR924. |
DS MAC messages | Number of MAC messages received by the Cisco uBR924. |
Valid Headers | Number of valid headers received by the Cisco uBR924, including PDU headers, MAC headers, and headers only. |
Sync losses | Number of times the Cisco uBR924 lost timebase sync with the CMTS. |
Pulse losses | Number of times the Cisco uBR924 did not receive expected timestamp messages from the CMTS. |
BW request failures | Number of times the Cisco uBR924 sent the maximum number of re-requests for bandwidth allocation and the request was still not granted. |
Information about routing and bridging protocols and filtering on the cable access router interface is displayed in the following example:
uBR924#show interfaces cable-modem 0 crbcable-modem0Bridged protocols on cable-modem0:ipSoftware MAC address filter on cable-modem0Hash Len Address Matches Act Type0x00: 0 ffff.ffff.ffff 3877 RCV Physical broadcast0x2A: 0 0900.2b01.0001 0 RCV DEC spanning tree0x7A: 0 0010.7b43.aa01 573 RCV Interface MAC address0xC2: 0 0180.c200.0000 0 RCV IEEE spanning tree0xC2: 1 0180.c200.0000 0 RCV IBM spanning tree
Table 54 describes the software MAC address filter information for the cable access router interface.
| Field | Description |
|---|---|
Hash | Hash key/relative position in the keyed list for this MAC address filter. |
Len | Length of this entry to the beginning element of this hash chain. |
Address | Canonical (Ethernet ordered) MAC address of this filter. |
Matches | Number of received packets that match this MAC address. |
Act | Action to be taken when this address is looked up; choices are to receive or discard the packet. |
Type | MAC address type. |
Related Commands
show bridge cable-modem Displays bridging information for a cable modem.
Command
Description
Syntax Description
slot (Optional) Slot location of the port adapter. port (Optional) Port number on the port adapter. number (Optional) Specifies the number of DSP sets to show. The range is 1 to 30. long (Optional) Specifies detailed DSP information. short (Optional) Specifies brief DSP information.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(5)XE This command was introduced.
Release
Modification
Examples
The following example is sample output from the show interface dspfarm command in chassis slot 3, in port adapter slot 0 on the Cisco 7200 series router:
router# show interface dspfarm 3/0
DSPfarm3/0 is up, line protocol is up
Hardware is VXC-2T1/E1
MTU 256 bytes, BW 12000 Kbit, DLY 0 usec,
reliability 255/255, txload 4/255, rxload 1/255
Encapsulation VOICE, loopback not set
C549 DSP Firmware Version:MajorRelease.MinorRelease (BuildNumber)
DSP Boot Loader:255.255 (255)
DSP Application:4.0 (3)
Medium Complexity Application:3.2 (5)
High Complexity Application:3.2 (5)
Total DSPs 30, DSP0-DSP29, Jukebox DSP id 30
Down DSPs:none
Total sig channels 120 used 24, total voice channels 120 used 0
0 active calls, 0 max active calls, 0 total calls
30887 rx packets, 0 rx drops, 30921 tx packets, 0 tx frags
0 curr_dsp_tx_queued, 29 max_dsp_tx_queued
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Queueing strategy:fifo
Output queue 0/0, 0 drops; input queue 0/75, 0 drops
5 minute input rate 13000 bits/sec, 94 packets/sec
5 minute output rate 193000 bits/sec, 94 packets/sec
30887 packets input, 616516 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
30921 packets output, 7868892 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
Table 55 describes the fields contained in the show gatekeeper zone status sample output.
| Field | Description |
|---|---|
DSPfarm3/0 is up | DSPfarm interface is operating. The interface state can be up, down, and administratively down. |
Line protocol is | Indicates whether the software processes that handle the line protocol consider the line usable or if it has been taken down by an administrator. |
Hardware | Version number of the hardware. |
MTU | 256 bytes. |
BW | 12000 Kbit. |
DLY | Delay of the interface in microseconds. |
Reliability | Reliability of the interface as a fraction of 255 (255/255 is 100% reliability, calculated as an expediential average over 5 minutes). |
Txload | Number of packets sent. |
Rxload | Number of packets received. |
Encapsulation | Encapsulation method assigned to interface. |
Loopback | Loopback conditions. |
C549 DSP Firmware Version | The version of DSP firmware installed. |
DSP Boot Loader | DSP boot loader version. |
DSP Application | DSP application code version. |
Medium Complexity Application | DSP Medium Complexity Application code version. |
High Complexity Application | DSP High Complexity Application code version. |
Total DSPs | Total DSPs that are equipped in the PA. |
DSP0-DSP | DSP number range. |
Jukebox DSP id | Jukebox DSP number. |
Down DSPs | DSPs not in service. |
Total sig channels...used... | Total number of signal channels used. |
Total voice channels...used... | Total number of voice channels used. |
Active calls | Number of active calls. |
Max active calls | Maximum number of active calls. |
Total calls | Total number of calls. |
Rx packets | Number of received packets. |
Rx drops | Number of rx packets dropped at PA. |
Tx packets | Number of transmit packets. |
Tx frags | Number of tx packets that were fragmented. |
Curr_dsp_tx_queued | Number of tx packets that are being queued at host DSP queues. |
Max_dsp_tx_queued | The max total tx packets that were queued at host DSP queues. |
Last input | Number of hours, minutes, and seconds since the last packet was successfully received by an interface. Useful for knowing when a dead interface failed. |
Output | Number of hours, minutes, and seconds since the last packet was successfully sent by the interface. Useful for knowing when a dead interface failed. |
Output hang | Number of hours, minutes, and seconds (or never) since the interface was last reset because of a transmission that took too long. When the number of hours in any of the "last" fields exceeds 24 hours, the number of days and hours is printed. If that field overflows, asterisks (**) are printed. |
Last clearing of "show interface" counters | Number of times the "show interface" counters was cleared. |
queueing strategy | First-in, first-out queueing strategy (other queueing strategies you might see are priority-list, custom-list, and weighted fair). |
Output queue | Number of packets in output queue. |
Drops | The number of packets dropped due to a full queue. |
Input queue | Number of packets in input queue. |
Minute input rate | Average number of bits and packets received per minute in the last 5 minutes. |
Bits/sec | Average number of bits sent per second. |
Packets/sec | Average number of packets sent per second. |
Packets input | Total number of error-free packets received by the system. |
Bytes | Total number of bytes, including data and MAC encapsulation, in the error free packets received by the system. |
No buffer | Number of received packets discarded because there was not buffer space in the main system. Compare with ignored count. Broadcast storms on Ethernets and bursts of noise on serial lines are often responsible for no input buffer events. |
Received...broadcasts | Total number of broadcast or multicast packets received by the interface. |
Runts | Number of packets that are discarded because they are smaller than the medium's minimum packet size. For instance, any Ethernet packet that is less than 64 bytes is considered a runt. |
Giants | Number of packets that are discarded because they exceed the medium's minimum packet size. For instance, any Ethernet packet that is greater than 1,518 bytes is considered a giant. |
Throttles | Number of times the receiver on the port was disabled, possibly due to buffer or processor overload. |
Input errors | Number of packet input errors. |
CRC | Cyclic redundancy checksum generated by the originating LAN station or far-end device does not match the checksum calculated from the data received. On a LAN, this usually indicates noise or transmission problems on the LAN interface or the LAN bus itself. A high number of CRCs is usually the result of collisions or a station sending bad data. On a serial link, CRCs usually indicate noise, gain hits or other transmission problems on the data link. |
Frame | Number of packets received incorrectly having a CRC error and a non-integer number of octets. On a serial line, this is usually the result of noise or other transmission problems. |
Overrun | Number of times the serial receiver hardware was unable to hand received data to a hardware buffer because the input rate exceeded the receiver's ability to handle the data. |
Ignore | Number of received packets ignored by the interface because the interface hardware ran low on internal buffers. These buffers are different than the system buffers mentioned previously in the buffer description. Broadcast storms and bursts of noise can cause the ignored count to be incremented. |
Abort | Illegal sequence of one bits on the interface. |
Packets output | Total number of messages sent by the system. |
Bytes | Total number of bytes, including data and MAC encapsulation, sent by the system. |
Underruns | Number of times that the far-end transmitter has been running faster than the near-end router's receiver can handle. |
Output errors | Sum of all errors that prevented the final transmission of datagrams out of the interface being examined. Note that this might not balance with the sum of the enumerated output errors, as some datagrams can have more than one error, and others can have errors that do not fall into any of the specifically tabulated categories. |
Collisions | Number of messages resent due to an Ethernet collision. This is usually the result of an over extended LAN (Ethernet or transceiver cable too long, more than two repeaters between stations, or too many cascaded multiport transceivers). A packet that collides is counted only once in output packets. |
Interface resets | Number of times an interface has been completely reset. This can happen if packets queued for transmission were not sent within a certain interval. If the system notices that the carrier detect line of an interface is up, but the line protocol is down, it periodically resets the interface in an effort to restart it. Interface resets can also occur when an unrecoverable interface processor error occurred, or when an interface is looped back or shut down. |
Output buffer failures | Number of failed buffers. |
Output buffers swapped out | Number of buffers swapped out. |
To show the number expansions configured, use the show num-exp command in privileged EXEC mode.
show num-exp [dialed-number]
Syntax Description
dialed-number (Optional) Dialed number.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
Use the show num-exp privileged EXEC command to display all of the number expansions configured for this router. To display number expansion for only one number, specify that number by using the dialed-number argument.
Examples
The following is sample output from the show num-exp command:
router# show num-exp Dest Digit Pattern = '0...' Translation = '+14085270...' Dest Digit Pattern = '1...' Translation = '+14085271...' Dest Digit Pattern = '3..' Translation = '+140852703..' Dest Digit Pattern = '4..' Translation = '+140852804..' Dest Digit Pattern = '5..' Translation = '+140852805..' Dest Digit Pattern = '6....' Translation = '+1408526....' Dest Digit Pattern = '7....' Translation = '+1408527....' Dest Digit Pattern = '8...' Translation = '+14085288...'
Table 56 explains the fields in the sample output.
| Field | Description |
|---|---|
Dest Digit Pattern | Index number identifying the destination telephone number digit pattern. |
Translation | Expanded destination telephone number digit pattern. |
Related Commands
show call active voice Displays the Voice over IP active call table. show call history voice Displays the Voice over IP call history table. show dial-peer voice Displays configuration information for dial peers. show voice port Displays configuration information about a specific voice port.
Command
Description
To display the settings of the telephone port physical characteristics and other information on the telephone interfaces of the Cisco 800 series, use the show pots status command in privileged EXEC mode.
show pots status [1 | 2]
Syntax Description
1 (Optional) Display the settings of telephone port 1. 2 (Optional) Display the settings of telephone port 2.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(3)T This command was introduced.
Release
Modification
Usage Guidelines
The show pots status command displays the settings and information for both telephone ports.
Examples
The following is a sample output from the show pots status command.
router # show pots status
POTS Global Configuration:
Country: United States
Dialing Method: Overlap, Tone Source: Remote, CallerId Support: YES
Line Type: 600 ohm, PCM Encoding: u-law, Disc Type: OSI,
Ringing Frequency: 20Hz, Distinctive Ring Guard timer: 0 msec
Disconnect timer: 1000 msec, Disconnect Silence timer: 5 sec
TX Gain: 6dB, RX Loss: -6dB,
Filter Mask: 6F
Adaptive Cntrl Mask: 0
POTS PORT: 1
Hook Switch Finite State Machine:
State: On Hook, Event: 0
Hook Switch Register: 10, Suspend Poll: 0
CODEC Finite State Machine:
State: Idle, Event: 0
Connection: None, Call Type: Two Party, Direction: Rx only
Line Type: 600 ohm, PCM Encoding: u-law, Disc Type: OSI,
Ringing Frequency: 20Hz, Distinctive Ring Guard timer: 0 msec
Disconnect timer: 1000 msec, Disconnect Silence timer: 5 sec
TX Gain: 6dB, RX Loss: -6dB,
Filter Mask: 6F
Adaptive Cntrl Mask: 0
CODEC Registers:
SPI Addr: 2, DSLAC Revision: 4
SLIC Cmd: 0D, TX TS: 00, RX TS: 00
Op Fn: 6F, Op Fn2: 00, Op Cond: 00
AISN: 6D, ELT: B5, EPG: 32 52 00 00
SLIC Pin Direction: 1F
CODEC Coefficients:
GX: A0 00
GR: 3A A1
Z: EA 23 2A 35 A5 9F C2 AD 3A AE 22 46 C2 F0
B: 29 FA 8F 2A CB A9 23 92 2B 49 F5 37 1D 01
X: AB 40 3B 9F A8 7E 22 97 36 A6 2A AE
R: 01 11 01 90 01 90 01 90 01 90 01 90
GZ: 60
ADAPT B: 91 B2 8F 62 31
CSM Finite State Machine:
Call 0 - State: idle, Call Id: 0x0
Active: no
Call 1 - State: idle, Call Id: 0x0
Active: no
Call 2 - State: idle, Call Id: 0x0
Active: no
POTS PORT: 2
Hook Switch Finite State Machine:
State: On Hook, Event: 0
Hook Switch Register: 20, Suspend Poll: 0
CODEC Finite State Machine:
State: Idle, Event: 0
Connection: None, Call Type: Two Party, Direction: Rx only
Line Type: 600 ohm, PCM Encoding: u-law, Disc Type: OSI,
Ringing Frequency: 20Hz, Distinctive Ring Guard timer: 0 msec
Disconnect timer: 1000 msec, Disconnect Silence timer: 5 sec
TX Gain: 6dB, RX Loss: -6dB,
Filter Mask: 6F
Adaptive Cntrl Mask: 0
CODEC Registers:
SPI Addr: 3, DSLAC Revision: 4
SLIC Cmd: 0D, TX TS: 00, RX TS: 00
Op Fn: 6F, Op Fn2: 00, Op Cond: 00
AISN: 6D, ELT: B5, EPG: 32 52 00 00
SLIC Pin Direction: 1F
CODEC Coefficients:
GX: A0 00
GR: 3A A1
Z: EA 23 2A 35 A5 9F C2 AD 3A AE 22 46 C2 F0
B: 29 FA 8F 2A CB A9 23 92 2B 49 F5 37 1D 01
X: AB 40 3B 9F A8 7E 22 97 36 A6 2A AE
R: 01 11 01 90 01 90 01 90 01 90 01 90
GZ: 60
ADAPT B: 91 B2 8F 62 31
CSM Finite State Machine:
Call 0 - State: idle, Call Id: 0x0
Active: no
Call 1 - State: idle, Call Id: 0x0
Active: no
Call 2 - State: idle, Call Id: 0x0
Active: no
Time Slot Control: 0
Table 57 explains the fields in the show pots status command sample output.
| Field | Descriptions |
|---|---|
POTS Global Configuration | Displays the settings of the telephone port physical characteristic commands. Also displays the following:
|
Hook Switch Finite State Machine | Device driver that tracks state of telephone port hook switch. |
CODEC Finite State Machine | Device driver that controls telephone port codec hardware. |
CODEC Registers | Register contents of telephone port codec hardware. |
CODEC Coefficients | Codec coefficients selected by telephone port driver. Selected line type determines codec coefficients. |
CSM Finite State Machine | State of call-switching module (CSM) software. |
Time Slot Control | Register that determines if telephone port voice or data packets are sent to an ISDN B channel. |
Related Commands
pots country Configures telephones, fax machines, or modems connected to a Cisco 800 series router to use country-specific default settings for each physical characteristic. pots dialing-method Specifies how the Cisco 800 series router collects and sends digits dialed on your connected telephones, fax machines, or modems. pots disconnect-supervision Specifies how a Cisco 800 series router notifies the connected telephones, fax machines, or modems when the calling party has disconnected. pots disconnect-time Specifies the interval in which the disconnect method is applied if telephones, fax machines, or modems connected to a Cisco 800 series router fail to detect that a calling party has disconnected. pots distinctive-ring-guard-time Specifies a delay in which a telephone port can be rung after a previous call is disconnected (Cisco 800 series routers). pots encoding Specifies the PCM encoding scheme for telephones, fax machines, or modems connected to a Cisco 800 series router. pots line-type Specifies the impedance of telephones, fax machines, or modems connected to a Cisco 800 series router. pots ringing-freq Specifies the frequency at which telephones, fax machines, or modems connected to a Cisco 800 series router ring. pots silence-time Specifies the interval of silence after a calling party disconnects (Cisco 800 series router). pots tone-source Specifies the source of dial, ringback, and busy tones for telephones, fax machines, or modems connected to a Cisco 800 series router.
Command
Description
To list each active call on the proxy, use the show proxy h323 calls command in privileged EXEC mode.
show proxy h323 callsSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(2)NA and 12.0(3)T This command was introduced.
Release
Modification
Examples
The following is sample output from the show proxy h323 calls command:
router# show proxy h323 calls Call unique key = 1 Conference ID = [277B87C0A283D111B63E00609704D8EA] Calling endpoint call signalling address = 55.0.0.41 Calling endpoint aliases: H323_ID: ptel11@zone1.com Call state = Media Streaming Time call was initiated = 731146290 ms
To display the details of a particular call on a proxy, use the show proxy h323 detail-call command in privileged EXEC mode.
show proxy h323 detail-call call-key
Syntax Description
call-key Specifies the call you want to display. The call-key is derived from the show proxy h323 calls display.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(2)NA and 12.0(3)T This command was introduced.
Release
Modification
Usage Guidelines
The show proxy h323 detail-call command can be used with or without the proxy statistics enabled.
Examples
The following is sample output from the show proxy h323 detail-call command without the proxy statistics enabled:
router# show proxy h323 detail-call 1
ConferenceID = [277B87C0A283D111B63E00609704D8EA]
Calling endpoint aliases:
H323_ID: ptel11@zone1.com
Called endpoint aliases:
H323_ID: ptel21@zone2.com
Peer proxy call signalling address = 55.0.0.41
Time call was initiated = 731146290 ms
Inbound CRV = 144
Outbound CRV = 70
Call state = Media Streaming
H245 logical channels for call leg pte111@zone1.com<->px1@zone.com
Channel number = 2
Type = VIDEO
State = OPEN
Bandwidth = 374 kbps
Time created = 731146317 ms
Channel number = 1
Type = AUDIO
State = OPEN
Bandwidth = 81 kbps
Time created = 731146316 ms
Channel number = 2
Type = VIDEO
State = OPEN
Bandwidth = 374 kbps
Time created = 731146318 ms
Channel number = 1
Type = AUDIO
State = OPEN
Bandwidth = 81 kbps
Time created = 731146317 ms
H245 logical channels for call leg pte111@zone1.com<->50.0.0.41:
Channel number = 2
Type = VIDEO
State = OPEN
Bandwidth = 374 kbps
Time created = 731146317 ms
Channel number = 1
Type = AUDIO
State = OPEN
Bandwidth = 81 kbps
Time created = 731146316 ms
Channel number = 2
Type = VIDEO
State = OPEN
Bandwidth = 374 kbps
Time created = 731146318 ms
Channel number = 1
Type = AUDIO
State = OPEN
Bandwidth = 81 kbps
Time created = 731146317 ms
The following is sample output from the show proxy h323 detail-call command with the proxy statistics enabled:
router# show proxy h323 detail-call 1
ConferenceID = [677EB106BD0D111976200002424F832]
Calling endpoint call signalling address = 172.21.127.49
Calling endpoint aliases:
H323_ID: intel2
E164_ID: 2134
Called endpoint aliases:
H323_ID: mcs@sanjose.cisco.com
Peer proxy call signalling address = 171.68.183.199
Peer proxy aliases:
H323_ID: proxy.sanjose.cisco.com
Time call was initiated = 730949651 ms
Inbound CRV = 2505
Outbound CRV = 67
Call state = H245 open logical channels
H245 logical channels for call leg intel2 <-> cisco7-pxy:
Channel number = 259
RTP stream from intel2 to cisco7-pxy
Type = VIDEO
State = OPEN
Bandwidth = 225 kbps
Time created = 730949676 ms
Channel number = 257
RTP stream from intel2 to cisco7-pxy
Type = AUDIO
State = OPEN
Bandwidth = 18 kbps
Time created = 730949658 ms
Channel number = 2
RTP stream from cisco7-pxy to intel2
Type = VIDEO
State = OPEN
Bandwidth = 225 kbps
Time created = 730949664 ms
RTP Statistics:
Packet Received Count = 3390
Packet Dropped Count = 0
Packet Out of Sequence Count = 0
Number of initial packets used for Arrival-Spacing bin setup = 200
min_arrival_spacing = 0(ms) max_arrival_spacing = 856(ms)
Average Arrival Rate = 86(ms)
Arrival-Spacing(ms) Packet-Count
0 2116
26 487
52 26
78 0
104 0
130 1
156 0
182 1
208 0
234 4
260 99
286 315
312 154
338 8
364 0
390 2
416 10
442 73
468 51
494 43
==============================
Min Jitter = 34(ms) Max Jitter = 408(ms)
Average Jitter Rate = 117
Jitter Rate(ms) Packet-Count
0 0
41 514
82 2117
Number of initial packets used for Arrival-Spacing bin setup = 200
min_arrival_spacing = 32(ms) max_arrival_spacing = 96(ms)
Average Arrival Rate = 60(ms)
Arrival-Spacing(ms) Packet-Count
32 35
34 0
36 177
38 0
40 56
42 0
44 10
46 0
48 27
50 0
52 541
54 0
56 2642
58 1
60 1069
62 0
64 77
66 0
68 6
70 257
==============================
Min Jitter = 0(ms) Max Jitter = 28(ms)
Average Jitter Rate = 5
Jitter Rate(ms) Packet-Count
0 1069
3 2720
6 0
9 804
12 27
15 10
18 0
21 56
24 177
27 35
H245 logical channels for call leg cisco7-pxy <->
proxy.sanjose.cisco.com:
Channel number = 259
RTP stream from cisco7-pxy to proxy.sanjose.cisco.com
Type = VIDEO
State = OPEN
Bandwidth = 225 kbps
Time created = 730949676 ms
RTP Statistics:
Packet Received Count = 3398
Packet Dropped Count = 1
Packet Out of Sequence Count = 0
Number of initial packets used for Arrival-Spacing bin setup = 200
min_arrival_spacing = 0(ms) max_arrival_spacing = 872(ms)
Average Arrival Rate = 85(ms)
Arrival-Spacing(ms) Packet-Count
0 2636
28 0
56 0
84 0
112 0
140 1
168 0
196 0
224 0
252 0
280 2
308 425
336 154
364 5
392 0
420 0
448 0
476 114
504 41
532 20
==============================
Min Jitter = 55(ms) Max Jitter = 447(ms)
Average Jitter Rate = 127
Jitter Rate(ms) Packet-Count
0 0
45 1
90 2636
135 0
180 2
225 425
270 159
315 0
360 0
405 175
Channel number = 257
RTP stream from cisco7-pxy to proxy.sanjose.cisco.com
Type = AUDIO
State = OPEN
Bandwidth = 18 kbps
Time created = 730949658 ms
RTP Statistics:
Packet Received Count = 2537
Packet Dropped Count = 3
Packet Out of Sequence Count = 0
Number of initial packets used for Arrival-Spacing bin setup = 200
min_arrival_spacing = 0(ms) max_arrival_spacing = 32716(ms)
Average Arrival Rate = 112(ms)
Arrival-Spacing(ms) Packet-Count
0 2191
72 253
144 31
216 7
288 3
360 4
432 4
504 2
576 1
648 3
720 2
792 1
864 2
936 1
1008 1
1080 1
1152 1
1224 1
1296 0
1368 28
==============================
Min Jitter = 32(ms) Max Jitter = 1256(ms)
Average Jitter Rate = 121
Jitter Rate(ms) Packet-Count
0 284
126 2201
252 4
378 6
504 4
630 3
756 2
882 2
1008 2
1134 29
Channel number = 2
RTP stream from proxy.sanjose.cisco.com to cisco7-pxy
Type = VIDEO
State = OPEN
Bandwidth = 225 kbps
Time created = 730949664 ms
Channel number = 1
RTP stream from proxy.sanjose.cisco.com to cisco7-pxy
Type = AUDIO
State = OPEN
Bandwidth = 18 kbps
Time created = 730949661 ms
Related Commands
h323 qos Enables QoS on the proxy.
Command
Description
To display the overall status of a proxy, use the show proxy h323 status command in privileged EXEC mode.
show proxy h323 statusSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(2)NA and 12.0(3)T This command was introduced.
Release
Modification
Examples
The following is sample output from the show proxy h323 status command:
router# show proxy h323 status
H.323 Proxy Status
==================
H.323 Proxy Mode: Enabled
Proxy interface = Serial1: UP
Application Specific Routing: Disabled
RAS Initialization: Complete
Proxy aliases configured:
H323_ID: px2
Proxy aliases assigned by Gatekeeper:
H323_ID: px2
Gatekeeper multicast discovery: Disabled
Gatekeeper:
Gatekeeper ID: gk.zone2.com
IP address: 70.0.0.31
Gatekeeper registration succeeded
T.120 Mode: BYPASS
RTP Statistics: OFF
Number of calls in progress: 1
Syntax Description
all All selections below. tsp Telephony Service Provider subsystem. vtsp Voice Telephony Service Provider subsystem. ccapi API (Application Programming Interface) used to coordinate interaction between application and call legs (telephony or IP). h323 H.323 subsystem.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(7)T This command was introduced.
Release
Modification
Usage Guidelines
The number displayed for show rawmsg all should be zero, to indicate there are no memory leaks.
Examples
The following example shows how to display memory leaks from the telephony service provider:
show rawmsg tsp
Related Commands
isdn protocol-emulate Configures the Layer 2 and Layer 3 port protocol of a BRI voice port or a PRI interface to emulate NT (network) or TE (user) functionality. isdn switch type Configures the Cisco AS5300 PRI interface to support Q.SIG signalling. pri-group nec-fusion Configures your NEC PBX to support FCCS. show cdapi Displays the CDAPI.
Command
Description
Syntax Description
provider-number (Optional) Displays the attributes of a specific provider. transactions (Optional) Displays the transaction status of a specific provider.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(4)XH1 This command was introduced.
Release
Modification
Examples
The following example shows information about all settlement servers configured:
router# show settlement Settlement Provider 0 Type = osp Address url = https://1.14.115.100:6556/ Encryption = all (default) Max Concurrent Connections = 20 (default) Connection Timeout = 3600 (s) (default) Response Timeout = 1 (s) (default) Retry Delay = 2 (s) (default) Retry Limit = 1 (default) Session Timeout = 86400 (s) (default) Customer Id = 1000 Device Id = 1000 Roaming = Disabled (default) Signed Token = on Number of Connections = 0 Number of Transactions = 7
The following example shows transaction and state information about a specific settlement server:
router# show settlement 0 transactions
Transaction ID=8796304133625270342
state=OSPC_GET_DEST_SUCCESS, index=0
callingNumber=5710868, calledNumber=15125551212
Table 58 provides a description of the fields that appear with the show settlement command.
| Field | Description |
|---|---|
type | Settlement provider type. |
address url | URL address of the provider. |
encryption | SSL encryption method. |
max-connections | Maximum number of concurrent connections to provider. |
connection-timeout | Connection timeout with provider (in seconds). |
response-timeout | Response timeout with provider (in seconds). |
retry-delay | Delay time between retries (in seconds). |
retry-limit | Number of retries. |
session-timeout | SSL session timeout (in seconds). |
customer-id | Customer ID, assigned by provider. |
device-id | Device ID, assigned by provider. |
roaming | Roaming enabled. |
signed-token | Indicates if the settlement token is signed by the server. |
Related Commands
connection-timeout Configures the time that a connection is maintained after completing a communication exchange. customer-id Identifies a carrier or ISP with a settlement provider. device-id Specifies a gateway associated with a settlement provider. encryption Sets the encryption method to be negotiated with the provider. max-connection Sets the maximum number of simultaneous connections to be used for communication with a settlement provider. response-timeout Configures the maximum time to wait for a response from a server. retry-delay Sets the time between attempts to connect with the settlement provider. session-timeout Sets the interval for closing the connection when there is no input or output traffic. settlement Enters settlement configuration mode and specifies the attributes specific to a settlement provider. type Configures an SAA-RTR operation type.
Command
Description
To see the entries in the host-name-and-address cache, use the show vfc command in privileged EXEC mode.
show vfc slot-number [technology]
Syntax Description
slot-number VFC slot number. technology (Optional) Displays the technology type of the VFC.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
10.0 This command was introduced. 12.0(2)XH The technology keyword was added.
Release
Modification
Examples
The following example shows that the card in slot 1 is a C549 DSPM:
5300# show vfc 1 t Technology in VFC slot 1 is C549
Related Commands
voice-card Configures a voice card and enters voice-card configuration mode.
Command
Description
Syntax Description
slot Identifies the slot where the VFC is installed. Valid entries are from 0 to 2.
Defaults
No default behavior or values.
Command Modes
User EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Usage Guidelines
To identify the specific VFC, enter the number of the slot on the chassis where the VFC resides using the slot argument.
Examples
The following is sample output from the show vfc cap-list command:
router> show vfc 1 cap-list Capability List for VFC in slot 1: 1. fax-vfc-l.0.1.bin 2. bas-vfc-l.0.1.bin 3. cdc-g729-l.0.1.bin 4. cdc-g711-l.0.1.bin 5. cdc-g726-l.0.1.bin 6. cdc-g728-l.0.1.bin 7. cdc-gsmfr-l.0.1.bin
The first line in this output is a general description, stating that this is the capability list for the VFC residing in slot 1. Below this is a numbered list, each line of which identifies one currently installed in-service file.
Related Commands
show vfc default-file Displays the default files included in the default file list for this VFC. show vfc directory Displays the list of all files residing on this VFC. show vfc version Displays the version of the software residing on this VFC.
Command
Description
Syntax Description
slot Identifies the slot where the VFC is installed. Valid entries are from 0 to 2.
Defaults
No default behavior or values.
Command Modes
User EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Usage Guidelines
Use the show vfc default-file user EXEC command to display a list of all default files for a particular voice feature card. To identify the specific VFC, enter the number of the slot on the chassis where the VFC resides using the slot argument.
Examples
The following is sample output from the show vfc default-file command:
router> show vfc 1 default-file Default List for VFC in slot 1: 1. btl-vfc-l.0.13.0.bin 2. cor-vfc-l.0.1.bin 3. bas-vfc-l.0.1.bin 4. cdc-g729-l.0.1.bin 5. fax-vfc-l.0.1.bin 6. jbc-vfc-l.0.13.0.bin
The first line in this output is a general description, stating that this is the default list for the VFC residing in slot 1. Below this is a numbered list, each line of which identifies one default file.
Related Commands
show vfc cap-list Displays the current list of files on the capability list for this VFC. show vfc directory Displays the list of all files residing on this VFC. show vfc version Displays the version of the software residing on this VFC.
Command
Description
Syntax Description
slot Identifies the slot where the VFC is installed. Valid entries are from 0 to 2.
Defaults
No default behavior or values.
Command Modes
User EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Usage Guidelines
Use the show vfc directory user EXEC command to display a list of all of the files currently stored in Flash memory for a particular VFC. To identify the specific VFC, enter the number of the slot on the chassis where the VFC resides using the slot argument.
Examples
The following is sample output from the show vfc directory command:
router> show vfc 1 directory
Files in slot 1 VFC flash:
File Name Size (Bytes)
1 . vcw-vfc-mz.gsm.VCW 292628
2 . btl-vfc-l.0.13.0.bin 4174
3 . cor-vfc-l.0.1.bin 54560
4 . jbc-vfc-l.0.13.0.bin 16760
5 . fax-vfc-l.0.1.bin 64290
6 . bas-vfc-l.0.1.bin 54452
7 . cdc-g711-l.0.1.bin 190
8 . cdc-g729-l.0.1.bin 21002
9 . cdc-g726-l.0.1.bin 190
10. cdc-g728-l.0.1.bin 22270
11. cdc-gsmfr-l.0.1.bin 190
Table 59 explains the fields in the sample output.
| Field | Description |
|---|---|
File Name | Name of the file stored in Flash memory. |
Size (Bytes) | Size of the file in bytes. |
Related Commands
show vfc cap-list Displays the current list of files on the capability list for this VFC. show vfc default-file Displays the default files included in the default file list for this VFC. show vfc version Displays the version of the software residing on this VFC.
Command
Description
Syntax Description
slot Identifies the slot where the VFC is installed. Valid values are 0, 1, and 2. dspware Defines which DSPWare software to display. vcware Defines which VCWare software to display.
Defaults
No default behavior or values.
Command Modes
User EXEC
Command History
11.3 NA This command was introduced.
Release
Modification
Usage Guidelines
Use the show vfc version user EXEC command to display the version of the software (either running on DSP or VFC) currently installed in Flash memory on the VFC.
Examples
The following is sample output from the show vfc version command:
router> show vfc 0 version dspware Version of Dspware in VFC slot 0 is 0.10
The output from this command is a simple declarative sentence stating the version number for the selected type of software (in this example, DSPWare) for the VFC residing in the selected slot number (in this example, slot 0).
Related Commands
show vfc cap-list Displays the current list of files on the capability list for this VFC. show vfc default-file Displays the default files included in the default file list for this VFC. show vfc directory Displays the list of all files residing on this VFC.
Command
Description
Syntax Description
There are no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(5)XK and 12.0(7)T This command was introduced for the Cisco MC3810.
Release
Modification
Usage Guidelines
Use this command to quickly look at the status of current calls. In Cisco IOS Releases 12.0(5)XK and 12.0(7)T, there can be only one video call in progress.
Examples
On a Cisco MC3810, the following example displays information about the ViCM when no call is in progress on the serial interface that connects to the local video codec:
Router# show video call summary Serial0:ViCM = Idle, Codec Ready
When a call is starting, the output looks like this:
Router# show video call summary Serial0:ViCM = Call Connected
When a call is disconnecting, the output looks like this:
Router# show video call summary Serial0:ViCM = Idle
Related Commands
show call history video record Displays information about video calls.
Command
Description
To display information about the voice busyout state, use the show voice busyout command in privileged EXEC mode.
show voice busyoutSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(3)T This command was introduced.
Release
Modification
Usage Guidelines
This command is only supported on the Cisco MC3810.
Examples
The following example displays the busyout information:
router# show voice busyout If following network interfaces are down, voice port will be put into busyout state
ATM0
Serial0
The following voice ports are in busyout state
1/1 is forced into busyout state
1/2 is in busyout state caused by network interfaces
1/3 is in busyout state caused by ATM0
1/4 is in busyout state caused by network interfaces
1/5 is in busyout state caused by Serial0
Related Commands
busyout forced Forces a voice port on the Cisco MC3810 multiservice concentrator into the busyout state. busyout-monitor Places a voice port on the Cisco MC3810 multiservice concentrator into the busyout monitor state. busyout-seize Changes the busyout seize procedure fro a voice port on the Cisco MC3810 multiservice concentrator. voice-port busyout Places all voice ports associated with a serial or ATM interface into a busyout state.
Command
Description
Syntax Description
summary (Optional) Specifies to show a summary of the status instead of the full detailed report.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 MA This command was introduced.
Release
Modification
Usage Guidelines
This command applies to Voice over Frame Relay, Voice over ATM, and Voice over HDLC on the Cisco MC3810.
This command provides the status at the following levels of the call handling module:
Examples
The following is a sample display from the show voice call summary command for analog voice ports on the Cisco MC3810:
router# show voice call summary 1/1 (orig): eecm = ST_DIGIT_COLLECT, LFXS= call_progress, CPD= failure_cont 1/2 ( ): eecm = IDLE, LFXS= idle, CPD= idle 1/3 ( ): eecm = IDLE, LFXS= idle, CPD= idle 1/4 ( ): eecm = IDLE, LFXO= idle, CPD= idle 1/5 ( ): eecm = IDLE, LEM= idle, CPD= idle 1/6 ( ): eecm = IDLE, LEM= idle, CPD= idle
Table 60 explains the fields in the sample output.
Related Commands
show dial-peer voice Displays configuration information for dial peers. show voice dsp Displays the current status of all DSP voice channels on the Cisco MC3810 multiservice concentrator. show voice port Displays configuration information about a specific voice port.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3 MA This command was introduced.
Release
Modification
Usage Guidelines
This command applies to Voice over Frame Relay, Voice over ATM, and Voice over HDLC on the Cisco MC3810 and Voice over IP on the Cisco 1750 router.
Examples
The following is sample output from the show voice dsp command for the Cisco MC3810:
router# show voice dsp DSP# 0, channel# 0 G729A BUSY DSP# 0, channel# 1 G729A BUSY DSP# 1, channel# 2 FAX IDLE DSP# 1, channel# 3 FAX IDLE DSP# 2, channel# 4 NONE BAD DSP# 2, channel# 5 NONE BAD DSP# 3, channel# 6 NONE BAD DSP# 3, channel# 7 NONE BAD DSP# 4, channel# 8 NONE BAD DSP# 4, channel# 9 NONE BAD DSP# 5, channel# 10 NONE BAD DSP# 5, channel# 11 NONE BAD
Table 61 explains the fields in the sample output.
| Field | Description |
|---|---|
DSP | Number of the DSP |
Channel | Number of the channel and its status. |
The following is an example of the output from the command show voice dsp for the Cisco 1750 router:
router# show voice dsp DSP#0: state IN SERVICE, 2 channels allocated channel#0: voice port 1/0, codec G711 ulaw, state UP channel#1: voice port 1/1, codec G711 ulaw, state UP DSP#1: state IN SERVICE, 2 channels allocated channel#0: voice port 2/0, codec G711 ulaw, state UP channel#1: voice port 2/1, codec G711 ulaw, state UP DSP#2: state RESET, 0 channels allocated
Table 62 explains the fields in the example output.
| Field | Description |
|---|---|
DSP | Number of the DSP. |
Channel | Number of the channel and its status. |
Related Commands
show dial-peer voice Displays configuration information for dial peers. show voice call Displays the call status for all voice ports on the Cisco MC3810 multiservice concentrator. show voice port Displays configuration information about a specific voice port.
Command
Description
Syntax Description
voice-port (Optional) Slot number or slot/port number of the voice interface for which you wish to display permanent call information. summary (Optional) Displays summary information about VoFR, VoATM, and VoHDLC ports used for permanent connections.
Defaults
No default behavior or values.
Command Modes
EXEC or Privileged EXEC
Command History
12.0(3)XG and 12.0(4)T This command was introduced.
Release
Modification
Usage Guidelines
This command is only available on the Cisco MC3810 platform.
When no parameters are specified with this command, the output displays information for all ports containing permanent calls. When a specific interface is specified, information is displayed about the permanent calls for that interface only.
Examples
The following is sample output for the show voice permanent-call command:
router# show voice permanent-call 1/1 1/1 state=connect coding=G729A payload size=30 vad=off ec=8 (ms), cng=off fax=on digit_relay=on Seq num = off, VOFR Serial0,dlci = 550,cid = 6 TX INFO :slow-mode seq#= 25, sig pkt cnt= 19646, last-ABCD=1101 hardware-state ACTIVE signal type is CEPT/MELCAS voice-gate CLOSED,network-path OPEN MASTER 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 RX INFO :slow-mode, sig pkt cnt= 19648, under-run = 0, over-run = 0 missing = 0, out of seq = 0, very late = 0 playout depth = 0 (ms), refill count = 1 prev-seq#= 25, last-ABCD=1101, slave standby timeout 25000 (ms) max inter-arrival time 0 (ms), current timer 384 (ms) max timeout timer 5016 (ms), restart timeout is 0 (ms) signaling packet fast-mode inter-arrival times (ms) 16 24 16 24 16 24 16 24 16 24 16 24 16 24 16 24 16 24 16 24 16 24 16 24 0 0 0 0 0 0 0 0 signaling playout history 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101 1101
The following is sample output for the show voice permanent-call summary command:
router# show voice permanent-call summary 1/1 state= connect, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 880,cid = 6 1/2 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 102 1/3 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 103 1/4 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 104 1/5 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 105 1/6 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 106 1/7 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 107 1/8 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 108 1/9 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 109 1/10 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 110 1/11 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 111 1/12 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 112 1/13 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 113 1/14 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 114 1/15 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 115 1/17 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 117 1/18 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 118 1/19 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 119 1/20 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 120 1/21 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 121 1/22 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 122 1/23 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 123 1/24 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 124 1/25 state= frf11, coding=G729A, payload size=30, vad=off, ec=64, cng=off, fax=on digit_relay=off, VOFR Serial0:1,dlci = 990,cid = 125
Table 63 describes the fields shown in these displays.
| Field | Description |
|---|---|
state | Current status of the call on this voice port. |
coding | Codec type used for this call. |
payload size | Size in bytes of the voice payload. |
vad | Indicates whether voice activity detection is turned on or off. |
ec | Echo canceller length in milliseconds. |
cng | Indicates whether or not comfort noise generation is used. |
fax | Indicates if fax-relay is enabled. |
digit_relay | Indicates if FRF.11 Annex A DTMF digit-relay is enabled. |
Seq num | Indicates whether sequence numbers are turned on or off. |
VOFR | Indicates the interface used for this call. |
dlci | Indicates the DLCI for this call. |
cid | Indicates the DLCI subchannel for this call. |
TX INFO:slow-mode | Indicates that FRF.11 Annex B packets are being sent at the slow rate defined by the signal timing keepalive period. |
TX INFO:seq# | Sequence number of the last packet sent. |
TX INFO:sig pkt cnt | Number of signalling packets sent by this dial peer. |
TX INFO:last-ABCD | Last ABCD signalling state sent by this dial peer to the network. |
hardware-state | Indicates the on-hook/off-hook state of the call when the signalling protocol in use is a supported protocol. Not valid when the signal-type is "transparent." |
signal type | Indicates the type of call-control signalling used by this dial peer. |
voice-gate | Indicates whether voice packets are being sent (OPEN) or not sent (CLOSED). |
network-path | Indicates if any type of packet is being sent (OPEN) or not sent (CLOSED) to the network. This field will only indicate CLOSED if the port is configured as a slave using the connection trunk answer-mode command. |
RX INFO:slow-mode | Indicates that FRF.11 Annex B packets are being received at the slow rate. Successive packets have the same sequence number. |
RX INFO:sig pkt cnt | Number of slow-mode signalling packets received by this dial peer. |
RX INFO:under-run | Valid for fast-mode only. Counts the number of times the signalling playout buffer became empty during FRF.11 Annex B fast-mode. In this mode, signalling packets are expected to be received every 20 milliseconds. |
RX INFO:over-run | Valid for fast-mode only. Counts the number of times the signalling playout buffer became full during FRF.11 Annex B fast-mode. In this mode, signalling packets are expected to be received every 20 milliseconds. |
RX INFO:missing | Indicates the number of FRF.11 Annex B packets that were counted as missing based on checking Annex B sequence numbers. |
RX INFO:out of seq | Indicates the number of FRF.11 Annex B packets that were counted as received in the wrong order based on checking Annex B sequence numbers. |
RX INFO:very late | Indicates the number of FRF.11 Annex B packets that were received with a sequence number significantly different from the expected sequence number. |
RX INFO:playout depth | Valid for fast-mode only. Shows the current FRF.11 Annex B signalling buffer playout depth in milliseconds. |
RX INFO:refill count | Indicates the number of times the FRF.11 Annex B signalling playout buffer was refilled as a result of a slow-mode to fast-mode transition. |
RX INFO:prev-seq# | Sequence number of the last FRF.11 Annex B signalling packet received. |
RX INFO:last-ABCD | Last ABCD signalling bit pattern sent to the attached PBX (telephone network side). In the out-of-service condition, this will show the OOS pattern being sent to the PBX. |
RX INFO:slave standby timeout | Value configured using the signal timing oos standby command for the applicable voice class permanent entry. |
max inter-arrival time | Maximum interval between the arrival of fast-mode FRF.11 Annex B packets since the last time this parameter was displayed. |
current timer | Time in milliseconds since the last signalling packet was received. |
max timeout timer | Maximum value of the "current timer" parameter since the last time it was displayed. |
restart timeout | Connection restart timeout value. |
signalling packet fast-mode inter-arrival time | Shows the last several values of the fast-mode FRF.11 Annex B signalling packet inter-arrival time. |
signalling playout history | Shows recent ABCD signalling bits received from the data network. |
Related Commands
show frame-relay fragment Displays Frame Relay fragmentation details. show frame-relay pvc Displays statistics about PVCs for Frame Relay interfaces. Displays details about FRF.11 subchannels being used on Voice over Frame Relay DLCIs.
Command
Description
Cisco 1750 router
show voice port slot-number/port
Cisco 2600 and Cisco 3600 series router
show voice port {slot-number/subunit-number/port} | {slot/port:ds0-group-no}
Cisco MC3810
show voice port [slot/port] [summary]
Cisco AS5300 access router
show voice port controller number:D
Cisco AS5800 universal access router
show voice port {shelf/slot/port:D} | {shelf/slot/parent:port:D}
Cisco 7200 Series router
show voice port {slot/port:ds0-group-no} | {slot-number/subunit-number/port}
Cisco uBR924 cable access router
show voice port number
Syntax Description
For the Cisco 1750 router
:
slot-number | Slot number in the router where the VIC is installed. Valid entries are from 0 to 2, depending on the slot where it has been installed. |
port | Indicates the voice port. Valid entries are 0 or 1. |
For the Cisco 2600 and Cisco 3600 series router
:
slot-number | Slot number in the Cisco router where the voice interface card is installed. Valid entries are from 0 to 3, depending on the slot where it has been installed. |
subunit-number | Subunit on the voice interface card where the voice port is located. Valid entries are 0 or 1. |
port | Voice port number. Valid entries are 0 or 1. |
slot | The router location where the voice port adapter is installed. Valid entries are from 0 to 3. |
port | Indicates the voice interface card location. Valid entries are 0 or 3. |
dso-group-no | Indicates the defines DS0 group number. Each defined DS0 group number is represented on a separate voice port. This allows you to define individual DS0s on the digital T1/E1 card. |
For the Cisco MC3810:
slot/port | (Optional) Displays information for only the voice port you specify with the slot/port designation. The slot argument specifies the slot number in the Cisco router where the voice interface card is installed. The only valid entry is 1. The port argument specifies the voice port number. Valid ranges are as follows: Analog voice ports: from 1 to 6. Digital voice port: Digital T1: from 1 to 24. Digital E1: from 1 to 15, and from 17 to 31. |
summary | (Optional) Display a summary of all voice ports. |
For the Cisco AS5300 access server
:
controller number | Specifies the T1 or E1 controller. |
:D | Indicates the D channel associated with ISDN PRI. |
For the Cisco AS5800 universal access server
shelf/slot/port | Specifies the T1 or E1 controller on the T1 card. Valid entries for the shelf argument is 0 to 9999. Valid entries for the slot argument is 0 to 11. Valid entries for the port argument is 0 to 11. |
shelf/slot/parent:port | Specifies the T1 controller on the T3 card. Valid entries for the shelf argument is 0 to 9999. Valid entries for the slot argument is 0 to 11. Valid entries for the port argument is 1 to 28. The value for the parent argument is always 0. |
:D | Indicates the D channel associated with ISDN PRI. |
For the Cisco 7200 series router
:
slot | The router location where the voice port adapter is installed. Valid entries are from 0 to 3. |
port | Indicates the voice interface card location. Valid entries are 0 or 1. |
dso-group-no | Indicates the defines DS0 group number. Each defined DS0 group number is represented on a separate voice port. This allows you to define individual DS0s on the digital T1/E1 card. |
slot-number | Indicates the slot number in the Cisco router where the voice interface card is installed. Valid entries are from 0 to 3, depending on the slot where it has been installed. |
subunit-number | Indicates the subunit on the voice interface card where the voice port is located. Valid entries are 0 or 1. |
port | Indicates the voice port number. Valid entries are 0 or 1. |
For the Cisco uBR924 cable access router
:
number | Indicates the RJ-11 connectors installed in the Cisco uBR924. Valid entries are 0 (which corresponds to the RJ-11 connector labeled V1) and 1 (which corresponds to the RJ-11 connector labeled V2. |
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(1)T This command was introduced. 11.3 MA and 12.0(3)T Port-specific values for the Cisco MC3810 were added. 12.0(5)XE and 12.0(7)T Additional syntax was created for digital voice to allow specification of the DS0 group. This command applies to VoIP on the Cisco 7200 series. 12.0(5)XK and 12.0(7)T Additional syntax was created for digital voice on the Cisco 2600 and Cisco 3600 series to allow specification of the DS0 group. 12.0(7)T Port-specific values for the Cisco AS5800 were added.
Release
Modification
Usage Guidelines
This command applies to Voice over IP, Voice over Frame Relay, Voice over ATM, and Voice over HDLC.
Use the show voice port privileged EXEC command to display configuration and voice interface card-specific information about a specific port.
The ds0-group command automatically creates a logical voice port that is numbered as follows on Cisco 7200 series routers and the Cisco 2600 and Cisco 3600 series routers: slot/port:ds0-group-no. Although only one voice port is created for each group, applicable calls are routed to any channel in the group.
Examples
The following is sample output from the show voice port command for an E&M voice port on the Cisco 3600 series:
router#show voice port 1/0/0E&M Slot is 1, Sub-unit is 0, Port is 0Type of VoicePort is E&MOperation State is unknownAdministrative State is unknownThe Interface Down Failure Cause is 0Alias is NULLNoise Regeneration is disabledNon Linear Processing is disabledMusic On Hold Threshold is Set to 0 dBmIn Gain is Set to 0 dBOut Attenuation is Set to 0 dBEcho Cancellation is disabledEcho Cancel Coverage is set to 16msConnection Mode is NormalConnection Number isInitial Time Out is set to 0 sInterdigit Time Out is set to 0 sAnalog Info Follows:Region Tone is set for northamericaCurrently processing noneMaintenance Mode Set to None (not in mtc mode)Number of signaling protocol errors are 0Voice card specific Info Follows:Signal Type is wink-startOperation Type is 2-wireImpedance is set to 600r OhmE&M Type is unknownDial Type is dtmfIn Seizure is inactiveOut Seizure is inactiveDigit Duration Timing is set to 0 msInterDigit Duration Timing is set to 0 msPulse Rate Timing is set to 0 pulses/secondInterDigit Pulse Duration Timing is set to 0 msClear Wait Duration Timing is set to 0 msWink Wait Duration Timing is set to 0 msWink Duration Timing is set to 0 msDelay Start Timing is set to 0 msDelay Duration Timing is set to 0 ms
The following is sample output from the show voice port command for an FXS voice port on the Cisco 3600 series:
router# show voice port 1/0/0 Foreign Exchange Station 1/0/0 Slot is 1, Sub-unit is 0, Port is 0 Type of VoicePort is FXS Operation State is DORMANT Administrative State is UP The Interface Down Failure Cause is 0 Alias is NULL Noise Regeneration is enabled Non Linear Processing is enabled Music On Hold Threshold is Set to 0 dBm In Gain is Set to 0 dB Out Attenuation is Set to 0 dB Echo Cancellation is enabled Echo Cancel Coverage is set to 16ms Connection Mode is Normal Connection Number is Initial Time Out is set to 10 s Interdigit Time Out is set to 10 s Analog Info Follows: Region Tone is set for northamerica Currently processing none Maintenance Mode Set to None (not in mtc mode) Number of signaling protocol errors are 0 Voice card specific Info Follows: Signal Type is loopStart Ring Frequency is 25 Hz Hook Status is On Hook Ring Active Status is inactive Ring Ground Status is inactive Tip Ground Status is inactive Digit Duration Timing is set to 100 ms InterDigit Duration Timing is set to 100 ms Hook Flash Duration Timing is set to 600 ms
The following example displays voice port configuration information for the digital voice port 0 located in slot 1, DS0 group 1 on the Cisco 3600 series:
cisco-router# show voice port 1/0:1 receEive and transMit Slot is 1, Sub-unit is 0, Port is 1 Type of VoicePort is E&M Operation State is DORMANT Administrative State is UP No Interface Down Failure Description is not set Noise Regeneration is enabled Non Linear Processing is enabled Music On Hold Threshold is Set to -38 dBm In Gain is Set to 0 dB Out Attenuation is Set to 0 dB Echo Cancellation is enabled Echo Cancel Coverage is set to 8 ms Connection Mode is normal Connection Number is not set Initial Time Out is set to 10 s Interdigit Time Out is set to 10 s Region Tone is set for US
The following is sample output from the show voice port command for an FXS voice port on the Cisco MC3810:
router# show voice port 1/2
Voice port 1/2 Slot is 1, Port is 2
Type of VoicePort is FXS
Operation State is UP
Administrative State is UP
No Interface Down Failure
Description is not set
Noise Regeneration is enabled
Non Linear Processing is enabled
In Gain is Set to 0 dB
Out Attenuation is Set to 0 dB
Echo Cancellation is enabled
Echo Cancel Coverage is set to 8 ms
Connection Mode is normal
Connection Number is not set
Initial Time Out is set to 10 s
Interdigit Time Out is set to 10 s
Coder Type is g729ar8
Companding Type is u-law
Voice Activity Detection is disabled
Ringing Time Out is 180 s
Wait Release Time Out is 30 s
Nominal Playout Delay is 80 milliseconds
Maximum Playout Delay is 160 milliseconds
Analog Info Follows:
Region Tone is set for northamerica
Currently processing Voice
Maintenance Mode Set to None (not in mtc mode)
Number of signaling protocol errors are 0
Impedance is set to 600r Ohm
Analog interface A-D gain offset = -3 dB
Analog interface D-A gain offset = -3 dB
Voice card specific Info Follows:
Signal Type is loopStart
Ring Frequency is 20 Hz
Hook Status is On Hook
Ring Active Status is inactive
Ring Ground Status is inactive
Tip Ground Status is active
Digit Duration Timing is set to 100 ms
InterDigit Duration Timing is set to 100 ms
Ring Cadence are [20 40] * 100 msec
InterDigit Pulse Duration Timing is set to 500 ms
The following is sample output from the show voice port summary command for all voice ports on a Cisco MC3810 with an analog voice module (AVM):
router# show voice port summary
IN OUT ECHO
PORT SIG-TYPE ADMIN OPER IN-STATUS OUT-STATUS CODEC VAD GAIN ATTN CANCEL
1/1 fxs-ls up up on-hook idle 729a n 0 0 y
1/2 fxs-ls up up on-hook idle 729a n 0 0 y
1/3 e&m-wnk up up idle idle 729a n 0 0 y
1/4 e&m-wnk up up idle idle 729a n 0 0 y
1/5 fxo-ls up up idle on-hook 729a n 0 0 y
1/6 fxo-ls up up idle on-hook 729a n 0 0 y
Table 64 explains the fields in the sample output.
| Field | Description |
|---|---|
Administrative State | Administrative state of the voice port. |
Alias | User-supplied alias for this voice port. |
Analog interface A-D gain offset | Offset of the gain for analog-to-digital conversion. |
Analog interface D-A gain offset | Offset of the gain for digital-to-analog conversion. |
Clear Wait Duration Timing | Time of inactive seizure signal to declare call cleared. |
Coder Type | Voice compression mode used. |
Companding Type | Companding standard used to convert between analog and digital signals in PCM systems. |
Connection Mode | Connection mode of the interface. |
Connection Number | Full E.164 telephone number used to establish a connection with the trunk or PLAR mode. |
Currently Processing | Type of call currently being processed: none, voice, or fax. |
Delay Duration Timing | Maximum delay signal duration for delay dial signalling. |
Delay Start Timing | Timing of generation of delayed start signal from detection of incoming seizure. |
Description | Description of the voice port. |
Dial Type | Out-dialing type of the voice port. |
Digit Duration Timing | DTMF digit duration in milliseconds. |
E&M Type | Type of E&M interface. |
Echo Cancel Coverage | Echo cancel coverage for this port. |
Echo Cancellation | Whether or not echo cancellation is enabled for this port. |
Hook Flash Duration Timing | Maximum length of hook flash signal. |
Hook Status | Hook status of the FXO/FXS interface. |
Impedance | Configured terminating impedance for the E&M interface. |
In Gain | Amount of gain inserted at the receiver side of the interface. |
In Seizure | Incoming seizure state of the E&M interface. |
Initial Time Out | Amount of time the system waits for an initial input digit from the caller. |
InterDigit Duration Timing | DTMF interdigit duration in milliseconds. |
InterDigit Pulse Duration Timing | Pulse dialing interdigit timing in milliseconds. |
Interdigit Time Out | Amount of time the system waits for a subsequent input digit from the caller. |
Maintenance Mode | Maintenance mode of the voice port. |
Maximum Playout Delay | The amount of time before the Cisco MC3810 DSP starts to discard voice packets from the DSP buffer. |
Music On Hold Threshold | Configured music-on-hold threshold value for this interface. |
Noise Regeneration | Whether or not background noise should be played to fill silent gaps if VAD is activated. |
Nominal Playout Delay | The amount of time the Cisco MC3810 DSP waits before starting to play out the voice packets from the DSP buffer. |
Non-Linear Processing | Whether or not nonlinear processing is enabled for this port. |
Number of signalling protocol errors | Number of signalling protocol errors. |
Operations State | Operation state of the port. |
Operation Type | Operation of the E&M signal: 2-wire or 4-wire. |
Out Attenuation | Amount of attenuation inserted at the transmit side of the interface. |
Out Seizure | Outgoing seizure state of the E&M interface. |
Port | Port number for this interface associated with the voice interface card. |
Pulse Rate Timing | Pulse dialing rate in pulses per second (pps). |
Region Tone | Configured regional tone for this interface. |
Ring Active Status | Ring active indication. |
Ring Cadence | Configured ring cadence for this interface. |
Ring Frequency | Configured ring frequency for this interface. |
Ring Ground Status | Ring ground indication. |
Ringing Time Out | Ringing time out duration. |
Signal Type | Type of signalling for a voice port: loop-start, ground-start, wink-start, immediate, and delay-dial. |
Slot | Slot used in the voice interface card for this port. |
Sub-unit | Subunit used in the voice interface card for this port. |
Tip Ground Status | Tip ground indication. |
Type of VoicePort | Type of voice port: FXO, FXS, and E&M. |
The Interface Down Failure Cause | Text string describing why the interface is down, |
Voice Activity Detection | Whether voice activity detection is enabled or disabled. |
Wait Release Time Out | The time that a voice port stays in the call-failure state while the Cisco MC3810 sends a busy tone, reorder tone, or an out-of-service tone to the port. |
Wink Duration Timing | Maximum wink duration for wink start signalling. |
Wink Wait Duration Timing | Maximum wink wait duration for wink start signalling. |
The following example displays voice port configuration information for the digital voice port 0 located in slot 1, DS0 group 1:
router# show voice port 1/0:1 receEive and transMit Slot is 1, Sub-unit is 0, Port is 1 Type of VoicePort is E&M Operation State is DORMANT Administrative State is UP No Interface Down Failure Description is not set Noise Regeneration is enabled Non Linear Processing is enabled Music On Hold Threshold is Set to -38 DBMS In Gain is Set to 0 dBm Out Attenuation is Set to 0 dB Echo Cancellation is enabled Echo Cancel Coverage is set to 8 ms Connection Mode is normal Connection Number is not set Initial Time Out is set to 10 s Interdigit Time Out is set to 10 s Region Tone is set for US
The following is sample output from the Cisco AS5800 for the show voice port command:
5800#show voice port 1/0/0:DISDN 1/0/0:DType of VoicePort is ISDNOperation State is DORMANTAdministrative State is UPNo Interface Down FailureDescription is ""Noise Regeneration is enabledNon Linear Processing is enabledMusic On Hold Threshold is Set to -38 dBmIn Gain is Set to 0 dBOut Attenuation is Set to 0 dBEcho Cancellation is enabledEcho Cancel Coverage is set to 16 msConnection Mode is normalConnection Number is not setInitial Time Out is set to 10 sInterdigit Time Out is set to 10 sRegion Tone is set for US
Table 65 explains the fields in the sample output.
| Field | Description |
|---|---|
Type of VoicePort | Indicates the voice port type. |
Operational State | Operational state of the voice port. |
Administrative State | Administrative state of the voice port. |
Clear Wait Duration Timing | Time of inactive seizure signal to declare call cleared. |
Currently Processing | Type of call currently being processed: none, voice, or fax. |
Operations State | Operation state of the port. |
Operation Type | Operation of the E&M signal: two-wire or four-wire. |
Noise Regeneration | Whether or not background noise should be played to fill silent gaps if VAD is activated. |
Non-Linear Processing | Whether or not nonlinear processing is enabled for this port. |
Music-On-Hold Threshold | Configured music-on-hold threshold value for this interface. |
In Gain | Amount of gain inserted at the receiver side of the interface. |
Out Attenuation | Amount of attenuation inserted at the transmit side of the interface. |
Pulse Rate Timing | Pulse dialing rate in pulses per second (pps). |
Echo Cancellation | Whether or not echo cancellation is enabled for this port. |
Echo Cancel Coverage | Echo Cancel Coverage for this port. |
Connection Mode | Connection mode of the interface. |
Connection Number | Full E.164 telephone number used to establish a connection with the trunk or PLAR mode. |
Initial Time Out | Amount of time the system waits for an initial input digit from the caller. |
Interdigit Time Out | Amount of time the system waits for a subsequent input digit from the caller. |
Regional Tone | Configured regional tone for this interface. |
Related Commands
show call active voice Displays the contents of the active call table. show call history voice Displays the contents of the call history table. show dial-peer voice Displays configuration information and call statistics for dial peers. show voice port Displays configuration information about a specific voice port.
Command
Description
Syntax Description
dial-shelf-slot-number Slot number of the dial shelf. Valid number is 0 to 13. all Lists all active calls for VFC slots.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(7)T This command was introduced.
Release
Modification
Usage Guidelines
Use the show vrm active_calls to display active-only voice calls either for a specific VFC or all VFCs. Each active call occupies a block of information describing the call. This information provides basically the same information as the show vrm vdevice command.
Examples
The following is sample output from the show vrm active_calls command specifying dial shelf slot number:
5800# show vrm active_calls 6 slot = 6 virtual voice dev (tag) = 61 channel id = 2 capabilities list map = 9FFF last/current codec loaded/used = None TDM timeslot = 241 Resource (vdev_common) status = 401 means :active others tot ingress data = 24 tot ingress control = 1308 tot ingress data drops = 0 tot ingress control drops = 0 tot egress data = 22051 tot egress control = 1304 tot egress data drops = 0 tot egress control drops = 0 slot = 6 virtual voice dev (tag) = 40 channel id = 2 capabilities list map = 9FFF last/current codec loaded/used = None TDM timeslot = 157 Resource (vdev_common) status = 401 means :active others
Table 66 explains the fields in the sample output.
| Field | Description |
|---|---|
slot | Slot where voice card is installed. |
virtual voice dev (tag) | Identification number of the virtual voice device. |
channel id | Identification number of the channel associated with this virtual voice device. |
capability list map | Bitmaps for the codec supported on that DSP channel. Available values are:
|
last/current codec loaded/used | Indicates the last codec loaded or used. |
TDM time slot | Time division multiplexing time slot. |
Resource (vdev_common) status | Current status of the VFC. |
tot ingress data | Total amount of data (number of packets) sent from the PSTN side of the connection to the VoIP side of the connection. |
tot ingress control | Total number of control packets sent from the PSTN side of the connection to the VoIP side of the connection. |
tot ingress data drops | Total number of data packets dropped from the PSTN side of the connection to the VoIP side of the connection. |
tot ingress control drops | Total number of control packets dropped from the PSTN side of the connection to the VoIP side of the connection. |
tot egress data | Total amount of data (number of packets) sent from the VoIP side of the connection to the PSTN side of the connection. |
tot egress control | Total number of control packets sent from the VoIP side of the connection to the PSTN side of the connection. |
tot egress data drops | Total number of data packets dropped from the VoIP side of the connection to the PSTN side of the connection. |
tot egress control drops | Total number of control packets dropped from the VoIP side of the connection to the PSTN side of the connection. |
Related Commands
show vrm vdevices Displays detailed information for a specific DSP or a brief summary display for all VFCs.
Command
Description
Syntax Description
vfc-slot-number Slot number of the VFC. Valid number is 0 to 11. voice-device-number DSP number. Valid number is 1 to 96. summary List synopsis of voice feature card DSP mappings, capabilities, and resource states.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
12.0(7)T This command was introduced.
Release
Modification
Usage Guidelines
Use the show vrm vdevices command to display detailed information for a specific DSP or a brief summary display for all VFCs. The display provides information on the number of channels, channels per DSP, bitmap of DSPMs, version numbers, and so on. This information is useful in monitoring the current state of your VFCs.
The display for a specific DSP provides information on the codec that each channel is using, if active, or last used and if the channel is not currently sending cells. It also displays the state of the resource. In most cases, if there is an active call on that channel, the resource should be marked active. If the resource is marked as reset or bad, this may be an indication of a response loss for the VFC on a reset request. If this condition persists, you might experience a problem with the communication link between the router shelf and the VFC.
Examples
The following is sample output from the show vrm vdevices command specifying dial shelf slot number and DSP number. In this particular example, the call is active so the statistics displayed are for this active call. If no calls are currently active on the device, the statistics would be for the previous (or last active) call.
5800# show vrm vdevices 6 1 slot = 6 virtual voice dev (tag) = 1 channel id = 1 capabilities list map = 9FFF last/current codec loaded/used = None TDM timeslot = 0 Resource (vdev_common) status = 401 means :active others tot ingress data = 101 tot ingress control = 1194 tot ingress data drops = 0 tot ingress control drops = 0 tot egress data = 39722 tot egress control = 1209 tot egress data drops = 0 tot egress control drops = 0 slot = 6 virtual voice dev (tag) = 1 channel id = 2 capabilities list map = 9FFF last/current codec loaded/used = None TDM timeslot = 1 Resource (vdev_common) status = 401 means :active others tot ingress data = 21 tot ingress control = 1167 tot ingress data drops = 0 tot ingress control drops = 0 tot egress data = 19476 tot egress control = 1163 tot egress data drops = 0 tot egress control drops = 0
Table 67 explains the fields in the sample output.
| Field | Description |
|---|---|
slot | Slot where voice card is installed. |
virtual voice dev (tag) | Identification number of the virtual voice device. |
channel id | Identification number of the channel associated with this virtual voice device. |
capability list map | Bitmaps for the codec supported on that DSP channel. Available values are:
|
last/current codec loaded/used | Indicates the last codec loaded or used. |
TDM time slot | Time division multiplexing time slot. |
Resource (vdev_common) status | Current status of the VFC. Possible field values are:
|
tot ingress data | Total amount of data (number of packets) sent from the PSTN side of the connection to the VoIP side of the connection. |
tot ingress control | Total number of control packets sent from the PSTN side of the connection to the VoIP side of the connection. |
tot ingress data drops | Total number of data packets dropped from the PSTN side of the connection to the VoIP side of the connection. |
tot ingress control drops | Total number of control packets dropped from the PSTN side of the connection to the VoIP side of the connection. |
tot egress data | Total amount of data (number of packets) sent from the VoIP side of the connection to the PSTN side of the connection. |
tot egress control | Total number of control packets sent from the VoIP side of the connection to the PSTN side of the connection. |
tot egress data drops | Total number of data packets dropped from the VoIP side of the connection to the PSTN side of the connection. |
tot egress control drops | Total number of control packets dropped from the VoIP side of the connection to the PSTN side of the connection. |
The following is sample output from the show vrm devices command specifying a summary list. In the Voice Device Mapping area, the C_Ac column indicates number of active calls for a specific DSP. If there are any non zero numbers under the C_Rst and/or C_Bad column, this indicates a reset request was sent but it was lost; this could mean a faulty DSP.
5800# show vrm vdevices summary *********************************************************** ******summary of voice devices for all voice cards********* *********************************************************** slot = 6 major ver = 0 minor ver = 1 core type used = 2 number of modules = 16 number of voice devices (DSPs) = 96 chans per vdevice = 2 tot chans = 192 tot active calls = 178 module presense bit map = FFFF tdm mode = 1 num_of_tdm_timeslots = 384 auto recovery is on number of default voice file (core type images) = 2 file 0 maj ver = 0 min ver = 0 core_type = 1 trough size = 2880 slop value = 0 built-in codec bitmap = 0 loadable codec bitmap = 0 fax codec bitmap = 0 file 1 maj ver = 3 min ver = 1 core_type = 2 trough size = 2880 slop value = 1440 built-in codec bitmap = 40B loadable codec bitmap = BFC fax codec bitmap = 7E -------------------Voice Device Mapping------------------------ Logical Device (Tag) Module# DSP# C_Ac C_Busy C_Rst C_Bad --------------------------------------------------------------- 1 1 1 2 0 0 0 2 1 2 2 0 0 0 3 1 3 2 0 0 0 4 1 4 2 0 0 0 5 1 5 2 0 0 0 6 1 6 2 0 0 0 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 2 1 2 0 0 0 8 2 2 2 0 0 0 9 2 3 2 0 0 0 10 2 4 1 0 0 0 11 2 5 2 0 0 0 12 2 6 1 0 0 0 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <information deleted> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 91 16 1 2 0 0 0 92 16 2 2 0 0 0 93 16 3 1 0 0 0 94 16 4 2 0 0 0 95 16 5 2 0 0 0 96 16 6 2 0 0 0 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Total active call channels = 178 Total busied out channels = 0 Total channels in reset = 0 Total bad channels = 0 Note :Channels could be in multiple states
Table 68 explains the fields in the sample output.
| Field | Description |
|---|---|
slot | Slot number where VFC is installed. |
major ver | Major version of firmware running on VFC. |
minor ver | Minor version of firmware running on VFC. |
core type used | Type of DSPware in use. Possible field values are:
|
number of modules | Number of modules on the VFC. Maximum number possible is 16. |
number of voice devices (DSP)s | Number of possible DSPs. Maximum number is 96. |
chans per vdevice | Number of channels (meaning calls) each DSP can handle. |
tot chans | Total number of channels. |
tot active calls | Total number of active calls on this VFC. |
module presense bit map | Indicates a 16-bit bitmap, each bit representing a module. |
tdm mode | Time division multiplex bus mode. Possible field values are:
This field should always be 1. |
num_of_tdm_time slots | Total number of calls that can be handled by the VFC. |
auto recovery | Indicates whether auto recovery is enabled. When autorecovery is enabled, the VRM will try to recover a DSP by resetting it if, for some reason, the DSP stops responding. |
number of default voice file (core type images) | Number of DSPware files in use. |
maj ver | Major version of the DSPware in use. |
min ver | Minor version of the DSPware in use. |
core type | Type of DSPware in use: Possible field values are:
|
trough size | This value indirectly represents the complexity of the DSPware in use. |
slop value | This value indirectly represents the complexity of the DSPware in use. |
built-in codec bitmap | Represents the bitmap of the codec built into the DSP firmware. Possible field values are:
|
loadable codec bitmap | Represents the loadable codec bitmap for the loadable codecs. Possible field values are:
|
fax codec bitmap | Represents the fax codec bitmap. Possible field values are:
|
Logical Device (Tag) | Tag number or the DSP number on that VFC. |
Module # | Number identifying the module associated with a specific logical device. |
DSP# | Number identifying the DSP on the VFC. |
C_Ac | Number of active calls on identified DSP. |
C_Busy | Number of busied-out channels associated with identified DSP. |
C_Rst | Number of channels in the reset state associated with identified DSP. |
C_Bad | Number of defective ("bad") channels associated with identified DSP. |
Total active call channels | Total number of active calls. |
Total busied out channels | Total number of busied-out channels. |
Total channels in reset | Total number of channels in reset state. |
Total bad channels | Total number of defective channels. |
Related Commands
show vrm active_calls Displays active-only voice calls either for a specific VFC or all VFCs.
Command
Description
Syntax Description
number Indicates the number of DSPs to be shutdown.
Defaults
No shut
Command Modes
DSP configuration
Command History
12.0(5)XE This command was introduced.
Release
Modification
Usage Guidelines
This command applies to Voice over IP on the Cisco 7200 series routers.
Examples
The following example shuts down two sets of DSPs:
router(config-dspfarm)# shut 2
Syntax Description
This command has no arguments or keywords.
Defaults
no shutdown
Command Modes
Dial-peer configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
When a dial peer is shut down, you cannot initiate calls to that peer.
Examples
The following example changes the administrative state of voice telephony (POTS) dial peer 10 to down:
configure terminal dial-peer voice 10 pots shutdown
Syntax Description
This command has no arguments or keywords.
Defaults
no shutdown
Command Modes
Controller configuration
Command History
11.3 MA This command was introduced.
Release
Modification
Usage Guidelines
This command applies to Voice over Frame Relay, Voice over ATM, and Voice over HDLC on the Cisco MC3810.
Examples
The following example shuts down a DS1 link on controller T1 0:
controller T1 0 shutdown
To disable the gatekeeper, use the shutdown gatekeeper configuration command. To enable the gatekeeper, use the no form of this command.
shutdownSyntax Description
This command has no arguments or keywords.
Defaults
Disabled (shut down)
Command Modes
Gatekeeper configuration
Command History
11.3(2)NA and 12.0(3)T This command was introduced.
Release
Modification
Usage Guidelines
The gatekeeper does not have to be enabled before you can use the other gatekeeper configuration commands. In fact, it is recommended that you complete the gatekeeper configuration before bringing up the gatekeeper because some characteristics may be difficult to alter while the gatekeeper is running, as there may be active registrations or calls.
While the no shutdown command enables the gatekeeper, it does not make it operational. The two exceptions to this are:
Examples
The following command disables a gatekeeper:
shutdown
Syntax Description
This command has no arguments or keywords.
Defaults
The default status of a settlement provider is deactivated. The settlement provider is down.
Command Modes
Settlement configuration
Command History
12.0(4)XH1 This command was introduced.
Release
Modification
Usage Guidelines
Use the no shutdown command at the end of the configuration of a settlement server to bring up the provider. This command activates the provider. Otherwise, transactions will not go through the provider to be audited and charged. Use shutdown to deactivate the provider.
Examples
The following example enables a settlement server:
settlement 0 no shutdown
The following example disables a settlement server:
settlement 0 shutdown
Related Commands
connection-timeout Configures the time that a connection is maintained after completing a communication exchange. customer-id Identifies a carrier or ISP with a settlement provider. device-id Specifies a gateway associated with a settlement provider. encryption Sets the encryption method to be negotiated with the provider. max-connection Sets the maximum number of simultaneous connections to be used for communication with a settlement provider. response-timeout Configures the maximum time to wait for a response from a server. retry-delay Sets the time between attempts to connect with the settlement provider. session-timeout Sets the interval for closing the connection when there is no input or output traffic. settlement Enters settlement configuration mode and specifies the attributes specific to a settlement provider. type Configures an SAA-RTR operation type.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
shutdown
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
When you enter the shutdown command, all ports on the voice interface card are disabled. When you enter the no shutdown command, all ports on the voice interface card are enabled. A telephone connected to an interface will hear dead silence when a port is shut down.
Examples
The following example takes voice port 1/1/0 on the Cisco 3600 series offline:
configure terminal voice-port 1/1/0 shutdown
![]() |
Note The preceding configuration example shuts down both voice ports 1/1/0 and 1/1/1. |
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Sun Mar 19 15:05:02 PST 2000
Copyright 1989 - 2000©Cisco Systems Inc.