|
|
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.
For FXO and FXS voice ports:
signal {loop-start | ground-start}
no signal {loop-start | ground-start}
For E&M voice ports:
signal {wink-start | immediate | delay-dial}
no signal {wink-start | immediate | delay-dial}
Syntax Description
loop-start Specifies loop start signalling. Used for FXO and FXS interfaces. With loop start signalling only one side of a connection can hang up. This is the default setting for FXO and FXS voice ports. ground-start Specifies ground start signalling. Used for FXO and FXS interfaces. Ground Start allows both sides of a connection to place a call and to hang up. wink-start Indicates that the calling side seizes the line by going off-hook on its E-lead then waits for a short off-hook "wink" indication on its M lead from the called side before sending address information as DTMF digits. Used for E&M tie trunk interfaces. This is the default setting for E&M voice ports. immediate Indicates that the calling side seizes the line by going off-hook on its E-lead and sends address information as DTMF digits. Used for E&M tie trunk interfaces. delay-dial Indicates that the calling side seizes the line by going off-hook on its E-lead. After a timing interval, the calling side looks at the supervision from the called side. If the supervision is on-hook, the calling side starts sending information as DTMF digits; otherwise, the calling side waits until the called side goes on-hook and then starts sending address information. Used for E&M tie trunk interfaces.
Defaults
loop-start for FXO and FXS interfaces; wink-start for E&M interfaces
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
This command applies to analog voice ports only.
Configuring the signal command for an FXS or FXO voice port changes the signal value for both voice ports on a VPM card.
![]() |
Note If you change the signal type for an FXO voice port on Cisco 3600 series routers, you need to move the appropriate jumper in the voice interface card of the voice network module. For more information about the physical characteristics of the voice network module, refer to the installation documentation, Voice Network Module and Voice Interface Card Configuration Note, that came with your voice network module. |
Configuring this command for an E&M voice port changes only the signal value for the selected voice port. In either case, the voice port must be shut down and then activated before the configured values will take effect.
Some PBXs will miss initial digits if the E&M voice port is configured for Immediate signalling. If this occurs, use Delay-Dial signalling instead. Some non-Cisco devices have a limited number of DTMF receivers. This type of equipment must delay the calling side until a DTMF receiver is available.
Examples
The following example configures ground start signalling on the Cisco 3600 series, which means that both sides of a connection can place a call and hang up, as the signalling type for a voice port:
configure terminal voice-port 1/1/1 signal ground-start
Syntax Description
number Specifies the keepalive signalling packet interval in seconds. The valid range is from 1 to 65535 seconds.
Defaults
5 seconds
Command Modes
Voice-class configuration
Command History
12.0(4)T This command was introduced.
Release
Modification
Usage Guidelines
Before configuring the keepalive signalling interval, you must use the voice class permanent command in global configuration mode to create a voice class for the Cisco trunk or FRF.11 trunk. The voice class must then be assigned to a dial peer.
Examples
The following example, beginning in global configuration mode, sets the keepalive signalling interval to 3 seconds for voice class 10.
voice class permanent 10 signal keepalive 3 exit dial-peer voice 100 vofr voice-class permanent 10
Related Commands
dial-peer voice Enters dial-peer configuration mode, defines the type of dial peer, and defines the tag number associated with a dial peer. Configures the ABCD bit pattern for Cisco trunks and FRF.11 trunks. Configures the signal timing parameter for the idle state of the call. Configures the signal timing parameter for the OOS state of the call. voice class permanent Creates a voice class for a Cisco trunk or FRF.11 trunk. Assigns a previously configured voice class for a Cisco trunk or FRF.11 trunk to a dial peer.
Command
Description
Syntax Description
idle receive Specifies that the signal pattern applies to the idle state of the call for receive bits. The receive direction is from the network to the PBX. idle transmit Specifies that the signal pattern applies to the idle state of the call for transmit bits. The transmit direction is from the PBX to the network. oos receive Specifies that the signal pattern applies to the out-of-service state of the call for receive bits. oos transmit Specifies that the signal pattern applies to the out-of-service state of the call for transmit bits. word The ABCD bit pattern. Valid values are from 0000 to 1111.
Defaults
No signal pattern is defined.
Command Modes
Voice-class configuration
Command History
12.0(4)T This command was introduced.
Release
Modification
Usage Guidelines
Before configuring the signalling pattern, you must use the voice class permanent command in global configuration mode to create a voice class for the Cisco trunk or FRF.11 trunk. The voice class must then be assigned to a dial peer.
This command must be entered twice. When you enter the command to specify the signalling pattern for the idle transmit state, you must reenter the command to specify the signalling pattern for the idle receive state.
The idle state of a call is normally based on both the transmit and receive idle patterns matching the signalling state in the signalling packets. If only one direction is configured (transmit or receive), the idle state will be detected based only on the direction that is configured. The out-of-service (OOS) transmit pattern is matched against the signalling state from the PBX (and transmitted to the network). This is used in conjunction with either the suppress-voice timing parameter or the suppress-all parameter.
The OOS receive pattern is the pattern sent to the PBX if the signal timing oos timeout timer expires during which no signalling packets are received from the network. The OOS receive pattern is not used for pattern matching against the signalling packets received from the network. The receive packets directly indicate an OOS condition by setting the AIS alarm indication bit in the packet.
To "busy out" a PBX if the network connection fails, set the OOS receive pattern to match the seized state (busy), then set the signal timing oos timeout value. When the timeout value expires and no signalling packets have been received, the router will send the OOS receive pattern to the PBX.
Use the busy seized pattern only if the PBX does not have a special pattern specifically intended to indicate an OOS state. If the PBX does have a specific OOS pattern, use that pattern instead.
Examples
The following example, beginning in global configuration mode, configures the signalling bit pattern for the idle receive and transmit states:
voice class permanent 10
signal keepalive 3
signal pattern idle receive 0101
signal pattern idle transmit 0101
exit dial-peer voice 100 vofr voice-class permanent 10
The following example, beginning in global configuration mode, configures the signalling bit pattern for the out-of-service receive and transmit states:
voice class permanent 10
signal keepalive 3
signal pattern oos receive 0001
signal pattern oos transmit 0001 exit dial-peer voice 100 vofr voice-class permanent 10
Related Commands
dial-peer voice Enters dial-peer configuration mode, defines the type of dial peer, and defines the tag number associated with a dial peer. signal keepalive Configures the keepalive signalling packet interval for Cisco trunks and FRF.11 trunks. Configures the signal timing parameter for the idle state of the call. Configures the signal timing parameter for the OOS state of the call. Sets the signalling type to be used when connecting to a dial peer. voice class permanent Creates a voice class for a Cisco trunk or FRF.11 trunk. Assigns a previously configured voice class for a Cisco trunk or FRF.11 trunk to a dial peer.
Command
Description
Syntax Description
seconds Duration of the idle state in seconds before the voice traffic is stopped. The valid range is from 0 to 65535.
Defaults
No signal timing idle suppress-voice timer is configured.
Command Modes
Voice-class configuration
Command History
12.0(4)T This command was introduced.
Release
Modification
Usage Guidelines
Before configuring the signal timing idle suppress-voice timer, you must use the voice class permanent command in global configuration mode to create a voice class for the Cisco trunk or FRF.11 trunk. The voice class must then be assigned to a dial peer.
This command is used when the signal-type command is set to transparent in the dial peer for the Cisco trunk or FRF.11 trunk connection. The Cisco MC3810 stops sending voice packets when the timer expires. Signalling packets are still sent.
Examples
The following example, beginning in global configuration mode, sets the signal timing idle suppress-voice timer to 5 for the idle state on voice class "10."
voice class permanent 10 signal keepalive 3
signal pattern idle receive 0101
signal pattern idle transmit 0101
signal timing idle suppress-voice 5 exit dial-peer voice 100 vofr voice-class permanent 10 signal-type transparent
Related Commands
dial-peer voice Enters dial-peer configuration mode, defines the type of dial peer, and defines the tag number associated with a dial peer. signal keepalive Configures the keepalive signalling packet interval for Cisco trunks and FRF.11 trunks. Configures the ABCD bit pattern for Cisco trunks and FRF.11 trunks. Configures the signal timing parameter for the OOS state of the call. Sets the signalling type to be used when connecting to a dial peer. voice class permanent Creates a voice class for a Cisco trunk or FRF.11 trunk. Assigns a previously configured voice class for a Cisco trunk or FRF.11 trunk to a dial peer.
Command
Description
Syntax Description
restart If no signalling packets are received for this period, the permanent voice connection will be torn down and an attempt to achieve reconnection will be made. slave-standby If no signalling packets are received for this period, a slave port returns to its initial standby state. This option applies only to slave ports (ports configured using the connection trunk number answer-mode command). suppress-all If the transmit OOS pattern (from the PBX to the network) matches for this period of time, the router stops sending all packets to the network. suppress-voice If the transmit OOS pattern (from the PBX to the network) matches for this period of time, the router stops sending voice packets to the network. Signalling packets continue to be sent with the alarm indication set (AIS). timeout If no signalling packets are received for this period of time, the router sends the configured receive OOS pattern to the PBX. Also, the router stops sending voice packets to the network. Use this option to perform busyout to the PBX. seconds Duration in seconds for the above settings. The valid range is from 0 to 65535.
Defaults
No signal timing OOS pattern parameters are configured.
Command Modes
Voice-class configuration
Command History
12.0(4)T This command was introduced.
Release
Modification
Usage Guidelines
Before configuring signal timing OOS parameters, you must use the voice class permanent command in global configuration mode to create a voice class for the Cisco trunk or FRF.11 trunk. The voice class must then be assigned to a dial peer.
You can enter several values for this command. However, the suppress-all and suppress-voice options are mutually exclusive.
Examples
The following example, beginning in global configuration mode, configures the signal timeout parameter for the out-of-service state on voice class 10. The signal timing oos timeout command is set to 60 seconds.
voice-class permanent 10 signal-keepalive 3
signal pattern oos receive 0001
signal pattern oos transmit 0001
signal timing oos timeout 60 exit dial-peer voice 100 vofr voice-class permanent 10
Related Commands
dial-peer voice Enters dial-peer configuration mode, defines the type of dial peer, and defines the tag number associated with a dial peer. signal keepalive Configures the keepalive signalling packet interval for Cisco trunks and FRF.11 trunks. Configures the ABCD bit pattern for Cisco trunks and FRF.11 trunks. Configures the signal timing parameter for the idle state of the call. Sets the signalling type to be used when connecting to a dial peer. voice class permanent Creates a voice class for a Cisco trunk or FRF.11 trunk.
Command
Description
Cisco 2600 series and 3600 series routers
signal-type {cas | ext-signal}
no signal-type {cas | ext-signal}
Cisco MC3810
signal-type {cas | cept | ext-signal | transparent}
no signal-type {cas | cept | ext-signal | transparent}
Syntax Description
cas North American EIA-464 channel-associated signalling (robbed-bit signalling). cept Provides a basic E1 ABCD signalling protocol. Used primarily for E&M interfaces. When used with FXS/FXO interfaces, this protocol is equivalent to MELCAS. ext-signal External signalling. The digital signal processor (DSP) does not generate any signalling frames. Use this option when there is an external signalling channel (for example, CCS) or when you need to have a permanent "dumb" voice pipe. transparent Selecting this option produces different results depending on whether you are using a digital voice module (DVM) or an analog voice module (AVM). For a DVM: The ABCD signalling bits are copied from or transported through the T1/E1 interface "transparently," without modification or interpretation. This enables the MC3810 to handle arbitrary or unknown signalling protocols. For an AVM: It is not possible to provide "transparent" behavior because the Cisco MC3810 must interpret the signalling information in order to read/write the correct state to the analog hardware. This option is mapped to be equal to "cas."
Defaults
cas
Command Modes
Dial-peer configuration
Command History
12.0(4)T This command was introduced. 12.0(4)T Support was added for the Cisco 7200 series routers.
Release
Modification
Usage Guidelines
This command applies to VoFR, VoATM, and VoHDLC dial peers. It is used with permanent connections only (Cisco trunks and FRF.11 trunks), not with switched calls.
This command is used to inform the local telephony interface of the type of signalling it should expect to receive from the far-end dial peer. To turn signalling off at this dial peer, select the ext-signal option. If signalling is turned off and there are no external signalling channels, a "hot" line exists, enabling this dial peer to connect to anything at the far end.
On the Cisco 2600 series and 3600 series routers, there are only two possible settings for trunks (VoFR dial peers only):
When you connect an FXS to another FXS, or if you have anything other than an FXS/FXO or E&M/E&M pair, the appropriate signalling type on Cisco 2600 series and 3600 series routers is ext-signal (disabled).
On the Cisco MC3810, there are two additional signal-type settings:
If you have a digital E1 connection at the remote end that is running cept/MELCAS signalling and you then trunk that across to an analog port, you should make sure that you configure both ends for the cept signal-type.
If you have a T1 or E1 connection at both ends and the T1/E1 is running a signalling protocol that is neither EIA-464nor cept/MELCAS, you might want to configure the signal-type for the transparent option in order to pass through the signalling.
Examples
The following example shows how to disable signalling on a Cisco 2600 series or 3600 series router or on a Cisco MC3810 multiservice access concentrator for VoFR dial peer 200, starting from global configuration mode:
dial-peer voice 200 vofr signal-type ext-signal
Related Commands
codec (dial-peer) Specifies the voice coder rate of speech for a Voice over Frame Relay dial peer. connection Specifies a connection mode for a voice port. 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 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 protocol 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. sequence-numbers Enables the generation of sequence numbers in each frame generated by the digital signal processor (DSP) for Voice over Frame Relay applications.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
Disabled
Command Modes
Dial-peer configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
Use the snmp enable peer-trap poor qov command to generate poor quality of voice notifications for applicable calls associated with this dial peer. If you have an SNMP manager that will use SNMP messages when voice quality drops, you might want to enable this command. Otherwise, you should disable this command to reduce unnecessary network traffic.
Examples
The following example enables poor quality of voice notifications for calls associated with VoIP dial peer 10:
dial-peer voice 10 voip snmp enable peer-trap poor-qov
Related Commands
snmp-server enable traps Enables a router to send SNMP traps and informs. snmp trap link-status Enables SNMP trap messages to be generated when a specific port is brought up or down.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
Enabled
Command Modes
Voice-port configuration
Command History
11.3 MA This command was introduced.
Release
Modification
Usage Guidelines
This command indicates whether or not supervisory disconnect signalling is available on the FXO port. Supervisory disconnect signalling is a power denial from the switch lasting at least 350 milliseconds. When this condition is detected, the system interprets this as a disconnect indication from the switch and clears the call.
You should configure no supervisory disconnect on the voice port if there is no supervisory disconnect available from the switch.
![]() |
Note If there is no disconnect supervision on the voice port, the interface could be left active if the caller abandons the call before the far end answers. After the router collects the dialed digits but before the called party answers, the router starts a tone detector. Within this time window, the tone detector listens for signals (such as a fast busy signal) that occur if the originating caller hangs up. If this occurs, the router will interpret those tones as a disconnect indication and close the window. |
Examples
The following example configures supervisory disconnect on a Cisco 3600 series voice port:
voice-port 2/1/0 supervisory disconnect
The following example configures supervisory disconnect on a Cisco MC3810 voice-port:
voice-port 1/1 supervisory disconnect
Syntax Description
tdm-group-no Time Division Multiplexing (TDM) group number. timeslot Timeslot number. timeslot-list Timeslot list. The valid range is from 1-24 for T1, and from 1-15 and 17-31 for E1. type (Optional) (Valid only when the mode cas command is enabled.) Specifies the voice signalling type of the voice port. If configuring a TDM group for data traffic only, do not specify the type keyword. Choose from one of the following options: The melcas options apply only to E1 lines and are used primarily in the United Kingdom.
Defaults
No TDM group is configured.
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.
![]() |
Note Channel groups, CAS voice groups, and TDM groups all use group numbers. All group numbers configured for channel groups, CAS voice groups and TDM groups must be unique on the local Cisco MC3810 concentrator. For example, you cannot use the same group number for a channel group and for a TDM group. |
Examples
The following example configures TDM group number 20 on controller T1 1 to support FXO ground-start:
controller T1 1 mode cas tdm-group 20 20 type fxs ground-start
Related Commands
mode (Voice over ATM) Sets the mode of the T1/E1 controller and enters specific configuration commands for each mode type in Voice over ATM.
Command
Description
Syntax Description
number Defines the numbers used as the technology prefix. Each technology prefix can contain up to 11 characters. Although not strictly necessary, a pound (#) symbol is frequently used as the last digit in a technology prefix. Valid characters are 0 though 9, the pound (#) symbol, and the asterisk (*).
Defaults
No technology prefix is defined.
Command Modes
Dial-peer configuration
Command History
11.3(6)NA2 This command was introduced.
Release
Modification
Usage Guidelines
Technology prefixes are used to distinguish between gateways having specific capabilities within a given zone. In the exchange between the gateway and the gatekeeper, the technology prefix is used to select a gateway after the zone has been selected. Use the tech-prefix command to define technology prefixes.
Technology prefixes can be used as a discriminator so that the gateway can tell the gatekeeper that a certain technology is associated with a particular call (for example, 15# could mean a fax transmission), or it can be used like an area code for more generic routing. No standard defines what the numbers in a technology prefix mean; by convention, technology prefixes are designated by a pound (#) symbol as the last character.
In most cases, there is a dynamic protocol exchange between the gateway and the gatekeeper that enables the gateway to inform the gatekeeper about technology prefixes and where to forward calls. If, for some reason, that dynamic registry feature is not in effect, you can statically configure the gatekeeper to query the gateway for this information by configuring the gw-type-prefix command on the gatekeeper. Use the show gatekeeper gw-type-prefix to display how the gatekeeper has mapped the technology prefixes to local gateways.
![]() |
Note Cisco gatekeepers use the asterisk (*) as a reserved character. If you are using Cisco gatekeepers, do not use the asterisk as part of the technology prefix. |
Examples
The following example defines a technology prefix of 14# for the specified dial peer. In this example, the technology prefix means that the H.323 gateway will ask the RAS gatekeeper to direct calls using the technology prefix of 14#.
dial-peer voice 10 voip destination-pattern 14... tech-prefix 14#
Related Commands
gw-type-prefix Configures a technology prefix in the gatekeeper. show gatekeeper gw-type-prefix Displays the gateway technology prefix table.
Command
Description
Syntax Description
slot/port Specifies the slot and port number of the cable modem card for which information is to be collected.
Defaults
No default behavior or values.
Command Modes
EXEC
Command History
12.0(4)XI This command was introduced.
Release
Modification
Usage Guidelines
This command is supported only on the MC16S cable modem card.
Examples
The following example tests a cable modem card:
test cable 6/3 awacs
Syntax Description
slot/port Specifies the upstream cable interface by slot and port number. MAC-address Specifies the MAC address of the cable modem. category Specifies the test category as being mac for MAC tests or mp for MAC-PHY tests. Valid MAC tests are 1 through 15. Valid MAC-PHY tests are 4 through 7. These categories of tests are described in the ATP documentation. test-id Identifies a test specified in the automatic test procedure (ATP) documentation. The ATP documentation describes the collection of tests and the categories into which these tests are divided.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(6) NA This command was introduced.
Release
Modification
Usage Guidelines
You should read and understand the ATP documentation before using this command.
The ATP tests are organized into categories such as PHY, MP, MAC, and so forth. Tests within each category are labeled MP01, MP02, ..., MAC01, MAC02, and so forth. If you run a test from the CLI, you can omit the leading zero in the test ID.
In this release, Cisco supports only a subset of all of the tests.
Examples
The following example tests the upstream cable interface located in slot 2/port 0 at MAC address 1.1.1. The test specified is MAC-PHY test 4 (MP-04).
CMTS01# test cable atp cable 2/0 1.1.1 mp 4 Running Upstream Channel Change (MP-04) Testing MP_04_UCD_FREQ_CHANGE Setting the upstream to 30MHz through UCD. Waiting 30 seconds for new frequency to be effective. 05:18:46: %UBR7200-5-USFREQCHG: Interface Cable2/0 Port U-1, frequency changed to 30.000 MHz Conducting connectivity test.
Some tests, such as the one shown below, produce voluminous output:
CMTS01# test cable atp c6/0 0010.7b43.aab9 8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 19.1.25.195, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 8/8/8 ms *** 1-1. Normal TLV order UCD test started. Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 19.1.25.195, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/26/100 ms *** 1-1. Normal TLV order UCD test passed. Continue to next step?[confirm] *** 1-2. Reversed TLV order UCD test started. Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 19.1.25.195, timeout is 2 seconds: !!!!! ... !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/27/104 ms *** 2-6. negative burst descriptor(type 129, len 1; in Request msg) test passed. Continue to next step?[confirm] *** 2-7. undefined burst descriptor(type 12; in Short Data msg) test started. Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 19.1.25.195, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/26/100 ms *** 2-7. undefined burst descriptor(type 12; in Short Data msg) test passed. Continue to next step?[confirm] *** 2-8. Null burst descriptor(len 0, type 12; in Short Data msg) test started. Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 19.1.25.195, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/27/104 ms *** 2-8. Null burst descriptor(len 0, type 12; in Short Data msg) test passed. Continue to next step?[confirm] *** 2-9. negative burst descriptor(type 129, len 1; in Short Data msg) test started. Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 19.1.25.195, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/26/100 ms *** 2-9. negative burst descriptor(type 129, len 1; in Short Data msg) test passed. Continue to next step?[confirm] *** 3-1. Number of burst profiles test(#burst desc.in UCD > # burst profiles in MAP) started. Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 19.1.25.195, timeout is 2 seconds: !!!!! ... !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/26/100 ms *** 4-1. Long Grant without max. burst size test(Short Grant size=1) passed. Continue to next step?[confirm] *** 5-6. UCD count less than MAP change count test started. UCD count:19, next MAP change count:20 Station maintenance req failed UCD count:19, next MAP change count restored:19 *** 5-6. UCD count less than MAP change count test passed. Continue to next step?[confirm] *** 5-7. Stopping UCD test started. CM T1 timeout and reset (y/n)?[confirm] wait for CM to come up again. Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 19.1.25.195, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 8/34/112 ms *** 5-7. Stopping UCD test passed. Continue to next step?[confirm] ...
Syntax Description
slot-number Number identifying the slot where the VFC is installed. Values for this field are 0 to 11. first-dsp-number Specifies the first DSP in a range to be busied out. Each VFC holds 96 DSPs, so the value for this argument is 1 to 96. last-dsp-number Specifies the last DSP in a range to be busied out. Each VFC holds 96 DSPs, so the value for this argument is 1 to 96. channel (Optional) Specifies that a certain channel on the specified DSPs will be busied out. number Indicates the channel to be busied out. Values are 1 or 2. all Indicates that all 96 DSPs on the VFC installed in the defined slot will be busied out.
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 test vrm busyout command to busy out either one specific digital signal processor (DSP) or a range of DSPs on a specific VFC. In addition, you can use this command to busyout a particular channel on a specified DSP or range of DSPs. To restore the activity of the busied-out DSP(s), use the test vrm unbusyout command.
Examples
The following example busies out all of the DSPs and associated channels for the VFC located in slot 4:
test vrm busyout 4 all
The following example busies out all of the channels from DSP1 to DSP3 for the VFC located in slot 4:
test vrm busyout 4 1 3
The following example busies out only channel 2 of DSP1 for the VFC located in slot 4:
test vrm busyout 4 1 channel 2
Related Commands
test vrm unbusyout Restores activity to a busied-out DSP or busied-out channels on a DSP.
Command
Description
Syntax Description
slot-number Number identifying the slot where the VFC is installed. dsp-number Number identifying the DSP to be reset.
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 test vrm reset command to send a hard reset command to an identified DSP. When this command is used, any active calls on all channels associated with this DSP are dropped. Under most circumstances, you will never need to use this command.
Examples
The following example resets DSP 4 on the VFC installed in slot 2:
router# test vrm reset 4 2 Resetting voice device may terminate active calls [confirm} Reset command sent to voice card 4 for voice device 2.
Syntax Description
slot-number Number identifying the slot where the VFC is installed. Values for this field are 0 to 11. first-dsp-number Specifies the first DSP in a range to be restored. Each VFC holds 96 DSPs, so the value for this argument is 1 to 96. last-dsp-number Specifies the last DSP in a range to be restored. Each VFC holds 96 DSPs, so the value for this argument is 1 to 96. channel (Optional) Specifies that a certain channel on the specified DSPs will be restored. number Indicates the channel to be restored. Values are 1 or 2. all Indicates that all 96 DSPs on the VFC installed in the defined slot will be restored.
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 test vrm unbusyout command to restore either one specific DSP or a range of DSPs on a specific VFC. In addition, you can use this command to restore a particular channel on a specified DSP or range of DSPs. To busy out a DSP (or range of DSPs) or to busy out a particular channel, use the test vrm busyout command.
Examples
The following example restores the activity of all of the DSPs and associated channels for the VFC located in slot 4:
test vrm unbusyout 4 all
The following example restores the activity of all the channels on the DSP from DSP1 to DSP3 for the VFC located in slot 4:
test vrm unbusyout 4 1 3
The following example restores the activity of only channel 2 of DSP1 for the VFC located in slot 4:
test vrm unbusyout 4 1 channel 2
Related Commands
test vrm busyout Busyouts a specific DSP or channels on a specific DSP.
Command
Description
Syntax Description
seconds | Sets the call-disconnect time-out duration in seconds. Valid values are from 0 to 120. |
Defaults
60 seconds.
Command Modes
V.oice-port configuration
Command History
11.3(9)T and 12.0(4)T This command was introduced.
Release
Modification
Usage Guidelines
This command applies to Cisco 3600 series routers.
To disable the time-outs call-disconnect timer, set the seconds value to 0.
Use the timeouts call-disconnect command to specify the number of seconds the originating end system waits after receiving disconnect before notifying the user to hang up by playing a fast busy tone. During this duration, the user just hears silence. If the command is disabled by setting the value to 0, the user hears silence indefinitely.
Examples
The following example sets a call-disconnect time-out value of 10 seconds on a Cisco 3600 series router voice-port:
voice-port 1/0/0timeouts call-disconnect 10
Related Commands
timeouts initial Configures the initial digit time-out value for a specified voice port. timeouts interdigit Configure the interdigit time-out value for a specified voice port. timing delay-duration Configures delay dial signal duration for a specified voice port.
Command
Description
Syntax Description
seconds Initial timeout duration in seconds. Valid entries are any integer from 0 to 120.
Defaults
10 seconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
Use the timeouts initial command to specify the number of seconds the system will wait for the caller to input the first digit of the dialed digits. The timeouts initial timer is activated when the call is accepted and is deactivated when the caller inputs the first digit. If the configured timeout value is exceeded, the caller is notified through the appropriate tone and the call is terminated.
To disable the timeouts initial timer, set the seconds value to 0.
Examples
The following example sets the initial digit timeout value on the Cisco 3600 series to 10 seconds:
voice-port 1/0/0 timeouts initial 10
The following example sets the initial digit timeout value on the Cisco MC3810 to 10 seconds:
voice-port 1/1 timeouts initial 10
Related Commands
Configures the interdigit timeout value for a specified voice port.
Command
Description
Syntax Description
seconds Interdigit timeout duration in seconds. Valid entries are any integer from 0 to 120.
Defaults
10 seconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
This command applies to both the Cisco 3600 series and the Cisco MC3810.
Use the timeouts interdigit command to specify the number of seconds the system will wait (after the caller has input the initial digit) for the caller to input a subsequent digit of the dialed digits. The timeouts interdigit timer is activated when the caller inputs a digit and restarted each time the caller inputs another digit until the destination address is identified. If the configured timeout value is exceeded before the destination address is identified, the caller is notified through the appropriate tone and the call is terminated.
To disable the timeouts interdigit timer, set the seconds value to 0.
Examples
The following example sets the interdigit timeout value on the Cisco 3600 series for 10 seconds:
voice-port 1/0/0 timeouts interdigit 10
The following example sets the interdigit timeout value on the Cisco MC3810 for 10 seconds:
voice-port 1/1 timeouts interdigit 10
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port.
Command
Description
Syntax Description
value The duration in seconds 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. The range is from 5 to 3600 seconds. The default is 30 seconds. infinity Indicates that the voice port is never released from call-failure state.
Defaults
30 seconds
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 voice port 1/1 on the Cisco MC3810 to stay in the call-failure state for 180 seconds while a busy tone, reorder tone, or out-of-service tone is sent to the voice port:
voice-port 1/1 timeouts wait-release 180
Syntax Description
milliseconds Minimum amount of time, in milliseconds, between the inactive seizure signal and the call being cleared. Valid entries on the Cisco 3600 series are numbers from 200 to 2000. Valid entries on the Cisco MC3810 are numbers from 100 to 2000. Supported on E&M ports only.
Defaults
400 milliseconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Examples
The following example configures the clear-wait duration on a Cisco 3600 series voice port to 300 milliseconds:
voice-port 1/0/0 timing clear-wait 300
The following example configures the clear-wait duration on a CiscoMC3810 voice port to 300 milliseconds:
voice-port 1/1 timing clear-wait 300
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
milliseconds Delay signal duration for delay dial signalling, in milliseconds. Valid entries are numbers from 100 to 5000. Supported on E&M ports only.
Defaults
2000 milliseconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
The call direction for the timing delay-duration command is out.
Examples
The following example configures the delay signal duration on a Cisco 3600 series voice port to 3000 milliseconds:
voice-port 1/0/0 timing delay-duration 3000
The following example configures the delay signal duration on a Cisco MC3810 voice port to 3000 milliseconds:
voice-port 1/1 timing delay-duration 3000
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
milliseconds Minimum delay time, in milliseconds, from outgoing seizure to outdial address. Valid entries are numbers from 20 to 2000. Supported on E&M ports only.
Defaults
300 milliseconds on the Cisco 3600 series.
150 milliseconds on the Cisco MC3810.
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
The call direction for the timing delay-start command is out.
Examples
The following example configures the delay-start duration on a Cisco 3600 series voice port to 250 milliseconds:
voice-port 1/0/0 timing delay-start 250
The following example configures the delay-start duration on a Cisco MC3810 voice port to 250 milliseconds:
voice-port 1/1 timing delay-start 250
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
milliseconds Duration of the wink pulse for the delay dial, in milliseconds. Valid entries are numbers from 0 to 5000. Supported on E&M ports only.
Defaults
0
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
This command applies only to the Cisco MC3810.
Examples
The following example configures the duration of the wink pulse for the delay dial on a Cisco MC3810 voice port to 10 milliseconds:
voice-port 1/1 timing delay-with-integrity 10
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
milliseconds Time, in milliseconds, between the generation of wink-like pulses. Valid entries are integers from 0 to 5000.
Defaults
300 milliseconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
Use the timing dial-pulse min-delay command with PBXs requiring a wink-like pulse, even though they have been configured for delay-dial signalling. If the value for this keyword is set to 0, the router will not generate this wink-like pulse. The call signal direction for this command is in.
Examples
The following example configures the time between the generation of wink-like pulses on a Cisco 3600 series voice port to 350 milliseconds:
voice-port 1/0/0 timing dial-pulse min-delay 350
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
milliseconds Dialout delay, in milliseconds, for the sending digit or cut-through on an FXO trunk or an E&M immediate trunk. Valid entries are from 100 to 5000 milliseconds.
Defaults
300 milliseconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
This command applies only to the Cisco MC3810.
Examples
The following example configures the dialout delay on a Cisco MC3810 voice port to 350 milliseconds:
voice-port 1/1 timing dialout-delay 350
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
milliseconds The DTMF digit signal duration, in milliseconds. Valid entries are integers from 50 to 100. Supported on FXO, FXS and E&M ports.
Defaults
100 milliseconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
The call signal direction for the timing digit command is out.
Examples
The following example configures the DTMF digit signal duration on a Cisco 3600 series voice port to 50 milliseconds:
voice-port 1/0/0 timing digit 50
The following example configures the DTMF digit signal duration on a Cisco MC3810 voice port to 50 milliseconds:
voice-port 1/1 timing digit 50
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
duration The duration, in milliseconds, of the hookflash. Valid entries are from 50 to 500 milliseconds.
Defaults
300 milliseconds
Command Modes
Voice-port configuration
Command History
12.0(5)T This command was introduced.
Release
Modification
Usage Guidelines
This command specifies a duration of hookflash indications. Hookflash indications may be generated when relayed from an IP network during a VoIP call. Depending on the vendor and country, PBXs and switches vary in their definition of the duration of a hookflash. This command allows you to adjust the hookflash duration appropriately for your network.
Examples
The following example shows how to implement timing for the hookflash with a duration of 200ms after you have configured voice-port 1/0/0:
configure terminal voice-port 1/0/0 timing hookflash-out 200
Related Commands
voice-port Opens voice-port configuration mode.
Command
Description
Syntax Description
milliseconds DTMF interdigit duration, in milliseconds. Valid entries are numbers from 50 to 500 milliseconds. Supported on FXO, FXS and E&M ports.
Defaults
100 milliseconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
The call signal direction for the timing interdigit command is out.
Examples
The following example configures the DTMF interdigit duration on a Cisco 3600 series voice port to 150 milliseconds:
voice-port 1/0/0 timing interdigit 150
The following example configures the DTMF inter-digit duration on a Cisco MC3810 voice port to 150 milliseconds:
voice-port 1/1 timing interdigit 150
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
percent Percentage of the break period for a dialing pulse. Valid entries are numbers from 20 to 80. Supported on FXO and E&M ports only.
Defaults
50
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
This command applies to only the Cisco MC3810.
Examples
The following example configures the break period percentage on a Cisco MC3810 voice port to 30 milliseconds:
voice-port 1/1 timing percentbreak 30
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
pulses-per-second Pulse dialing rate, in pulses per second. Valid entries are numbers from 10 to 20. Supported on FXO and E&M ports only.
Defaults
20
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
The call signal direction for the timing pulse command is out.
Examples
The following example configures the pulse dialing rate on a Cisco 3600 series voice port to 15 pulses per second:
voice-port 1/0/0 timing pulse 15
The following example configures the pulse dialing rate on a Cisco MC3810 voice port to 15 pulses per second:
voice-port 1/1 timing pulse 15
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
milliseconds Pulse dialing interdigit timing, in milliseconds. Valid entries are integers from 100 to 1000. Supported on FXO and E&M ports only.
Defaults
500 milliseconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
The call signal direction for the timing pulse-interdigit command is out.
Examples
The following example configures the pulse-dialing interdigit timing on a Cisco 3600 series voice port to 300 milliseconds:
voice-port 1/0/0 timing pulse-interdigit 300
The following example configures the pulse-dialing inter-digit timing on a Cisco MC3810 voice port to 300 milliseconds:
voice-port 1/1 timing pulse-interdigit 300
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the maximum wink signal duration for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
milliseconds Maximum wink-signal duration, in milliseconds, for a wink-start signal. Valid entries are from 100 to 400 milliseconds. Supported on E&M ports only.
Defaults
200 milliseconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
The call signal direction for the timing wink-duration command is out.
Examples
The following example configures the wink signal duration on a Cisco 3600 series voice port to 300 milliseconds:
voice-port 1/0/0 timing wink-duration 300
The following example configures the wink signal duration on a Cisco MC3810 voice port to 300 milliseconds:
voice-port 1/1 timing wink-duration 300
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink-wait duration for a specified voice port.
Command
Description
Syntax Description
milliseconds Maximum wink-wait duration, in milliseconds, for a wink start signal. Valid entries are from 100 to 5000 milliseconds. Supported on E&M ports only.
Defaults
200 milliseconds
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
The call signal direction for the timing wink-wait command is out.
Examples
The following example configures the wink-wait duration on a Cisco 3600 series voice port to 300 milliseconds:
voice-port 1/0/0 timing wink-wait 300
The following example configures the wink-wait duration on a Cisco MC3810 voice port to 300 milliseconds:
voice-port 1/1 timing wink-wait 300
Related Commands
timeouts initial Configures the initial digit timeout value for a specified voice port. Configures the interdigit timeout value for a specified voice port. Configures the timeout value for releasing voice ports on the Cisco MC3810 multiservice concentrator. Indicates the minimum amount of time between the inactive seizure signal and the call being cleared for a specified voice port. Specifies the delay signal duration for a specified voice port. Specifies the minimum delay time from outgoing seizure to out-dial address for a specified voice port. Specifies the duration of the wink pulse for the delay dial for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the dialout delay for the sending digit on a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the time between wink-like pulses for a specified voice port. Specifies the DTMF digit signal duration for a specified voice port. Specifies the DTMF interdigit duration for a specified voice port. Specifies the percentage of a break period for a dialing pulse for a specified voice port on the Cisco MC3810 multiservice concentrator. Specifies the pulse dialing rate for a specified voice port. Specifies the pulse interdigit timing for a specified voice port. Specifies the maximum wink signal duration for a specified voice port.
Command
Description
Syntax Description
server-type Indicates the type of the server. In Cisco IOS Release 12.1, only one server type is supported: osp.
Defaults
The default is osp.
Command Modes
Settlement configuration
Command History
12.0(4)XH1 This command was introduced.
Release
Modification
Usage Guidelines
This command line defines both the Settlement server that is doing the accounting and enables the server to do the accounting. In Cisco IOS Release 12.1, osp is the only Settlement server type supported.
Examples
The following example shows how to use the type command:
settlement 0 type osp
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
To specify the E&M interface type, use the type command in voice-port configuration mode. Use the no form of this command to reset the default value.
type {1 | 2 | 3 | 5}
Syntax Description
1 Indicates the following lead configuration: 2 Indicates the following lead configuration: 3 Indicates the following lead configuration: 5 Indicates the following lead configuration:
E---Output, relay to ground.
M---Input, referenced to ground.
E---Output, relay to SG.
M---Input, referenced to ground.
SB---Feed for M, connected to -48V.
SG---Return for E, galvanically isolated from ground.
E---Output, relay to ground.
M---Input, referenced to ground.
SB---Connected to -48V.
SG---Connected to ground.
E---Output, relay to ground.
M---Input, referenced to -48V.
Defaults
1
Command Modes
Voice-port configuration
Command History
11.3(1)T This command was introduced.
Release
Modification
Usage Guidelines
This command applies to both the Cisco 3600 series and the Cisco MC3810.
Use the type command to specify the E&M interface for a particular voice port. With 1, the tie-line equipment generates the E-signal to the PBX type grounding the E-lead. The tie-line equipment detects the M-signal by detecting current flow to ground. If you select 1, a common ground must exist between the line equipment and the PBX.
With 2, the interface requires no common ground between the equipment, thereby avoiding ground loop noise problems. The E-signal is generated toward the PBX by connecting it to SG. The M-signal is indicated by the PBX connecting it to SB. While Type 2 interfaces do not require a common ground, they do have the tendency to inject noise into the audio paths because they are asymmetrical with respect to the current flow between devices.
![]() |
Note E&M Type 4 is not a supported option. However, Type 4 operates similarly to Type 2 except for the M-lead operation. On Type 4, the M-lead states are open/ground, compared to Type 2, which is open/battery. Type 4 can interface with Type 2. To use Type 4 you can set the E&M voice port to Type 2 and perform the necessary M-lead rewiring. |
With 3, the interface operates the same as Type 1 interfaces with respect to the E-signal. The M-signal, however, is indicated by the PBX connecting it to SB on assertion and alternately connecting it to SG during inactivity. If you select 3, a common ground must be shared between equipment.
With 5, the Type 5 line equipment indicates E-signal to the PBX by grounding the E-lead. The PBX indicates M-signal by grounding the M-lead. A Type 5 interface is quasi-symmetrical in that while the line is up, current flow is more or less equal between the PBX and the line equipment, but noise injection is a problem.
Examples
The following example selects Type 3 as the interface type for your voice port on the Cisco 3600 series:
voice-port 1/0/0 type 3
The following example selects Type 3 as the interface type for your voice port on the Cisco MC3810:
voice-port 1/1 type 3
To unbundle DSPWare from the VCWare and configure the default file and capability lists with default values, use the unbundle vfc command in privileged EXEC mode.
unbundle [high-complexity | medium-complexity] vfc slot-number
Syntax Description
high-complexity (Optional) Unbundles the high-complexity firmware set. slot-number Indicates VFC slot number.
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
11.3(2)NA This command was introduced. 12.0(2)XH The high-complexity and medium-complexity keywords were added.
Release
Modification
Usage Guidelines
VFCs come with a single bundled image, VCWare, stored in VFC Flash memory. Use the unbundle vfc command to unbundle this bundled image into separate files, which are then written to Flash memory. When VCWare is unbundled, it automatically adds DSPWare to Flash memory, creates both the capability and default file lists, and populates these lists with the default files for that version of VCWare. The default file list includes the files that will be used to boot up the system. The capability list defines the available voice codecs for H.323 capability negotiation. These files are used during initial card configuration and for subsequent firmware upgrades.
Before unbundling a VFC software image that you have just copied over to VFC flash, use the clear vfc command. Unbundling a DSP firmware set rewrites the default-file and capabilities lists. After unbundling, you must reload the router for any changes to take effect.
Examples
The following example unbundles the high-complexity firmware set into slot 2:
router# unbundle high-comp vfc 2
Related Commands
copy flash vfc Copies a new version of VCWare from the Cisco AS5300 motherboard to VFC Flash memory. copy tftp vfc Copies a new version of VCWare from a TFTP server to VFC Flash memory.
Command
Description
Syntax Description
url-address Valid URL address is in the following format:
http://fully qualified domain name[:port]/[URL].
Defaults
No default behavior or values.
Command Modes
Settlement configuration
Command History
12.0(4)XH1 This command was introduced.
Release
Modification
Usage Guidelines
You can configure the url-address argument multiple times. If you configure multiple URLs for the Settlement server, the gateway attempts to send the request to each URL in the order that you configured these addresses.
Examples
settlement 0 url http://1.2.3.4/ url http://1.2.3.4:80/ url https://1.2.3.4:4444/ url https://yourcompany.com:443/
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
local-zone-name The name or zone name of the gatekeeper, which is usually the fully domain-qualified host name of the gatekeeper. For example, if the domain name is cisco.com, the gatekeeper name might be gk1.cisco.com. However, if the gatekeeper is controlling multiple zones, the name of the gatekeeper for each zone should be a unique string that has a mnemonic value. default Defines the default proxy policy for all calls that are not defined by a use-proxy command with the remote-zone keyword. remote-zone remote-zone-name Defines a proxy policy for calls to or from a specific remote gatekeeper or zone. inbound-to Applies the proxy policy to calls that are inbound to the local zone from a remote zone. Each use-proxy command defines the policy for only one direction. outbound-from Applies the proxy policy to calls that are outbound from the local zone to a remote zone. Each use-proxy command defines the policy for only one direction. gateway Defines the type of local device to which the policy applies. The gateway option applies the policy only to local gateways. terminal Defines the type of local device to which the policy applies. The terminal option applies the policy only to local terminals.
Defaults
The local zone uses proxy for both inbound and outbound calls to and from the local H.323 terminals only. Proxy is not used for both inbound and outbound calls to and from local gateways.
Command Modes
Gatekeeper configuration
Command History
12.0(5)T This command was introduced.
Release
Modification
Usage Guidelines
This command replaces the zone access command used in the previous versions of the gatekeeper. When a previous version of gatekeeper is upgraded, any zone access commands are translated to use-proxy commands. You can use the show gatekeeper zone status command to see the gatekeeper proxy configuration.
Examples
In the following example, the local zone sj.xyz.com is configured to use a proxy for inbound calls from remote zones tokyo.xyz.com and milan.xyz.com to gateways in its local zone. The sj.xyz.com zone is also configured to use a proxy for outbound calls from gateways in its local zone to remote zones tokyo.xyz.com and milan.xyz.com:
use-proxy sj.xyz.com remote-zone tokyo.xyz.com inbound-to gateway use-proxy sj.xyz.com remote-zone tokyo.xyz.com outbound-from gateway use-proxy sj.xyz.com remote-zone milan.xyz.com inbound-to gateway use-proxy sj.xyz.com remote-zone milan.xyz.com outbound-from gateway
Because the default mode disables proxy communications for all gateway calls, only the gateway call scenarios listed above can use the proxy.
In the following example, the local zone sj.xyz.com uses a proxy for only those calls that are outbound from H.323 terminals in its local zone to the specified remote zone germany.xyz.com:
no use-proxy sj.xyz.com default outbound-from terminal use-proxy sj.xyz.com remote-zone germany.xyz.com outbound-from terminal
Note that any calls inbound to H.323 terminals in the local zone sj.xyz.com from the remote zone germany.xyz.com use the proxy because the default applies.
The following example shows how to remove one or more proxy statements for the remote zone germany.xyz.com from the proxy configuration list:
no use-proxy sj.xyz.com remote-zone germany.xyz.com
The command above removes all special proxy configurations for the remote zone germany.xyz.com. After you enter a command like this, all calls between the local zone (sj.xyz.com) and germany.xyz.com are processed according to the defaults defined by any use-proxy commands that use the default option.
To prohibit proxy use for inbound calls to H.323 terminals in a local zone from a specified remote zone, enter a command similar to the following command:
no use-proxy sj.xyz.com remote-zone germany.xyz.com inbound-to terminal
This command overrides the default and disables proxy use for inbound calls from remote zone germany.xyz.com to all H.323 terminals in the local zone sj.xyz.com.
Related Commands
show gatekeeper zone status Displays the status of zones related to a gatekeeper.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
Enabled
Command Modes
Dial-peer configuration
Command History
11.3(1)T This command was introduced. 12.0(4)T First supported as a dial-peer command on the Cisco MC3810 (in prior releases vad was only available as a voice-port command).
Release
Modification
Usage Guidelines
Use the vad command to enable voice activity detection. With VAD, silence is not sent over the network, only audible speech. If you enable VAD, the sound quality is slightly degraded, but the connection monopolizes much less bandwidth. If you use the no form of this command, VAD is disabled and voice data is continuously sent to the IP backbone.
On the Cisco MC3810, VAD can also be assigned to the voice port using the vad voice-port configuration command. On the Cisco MC3810, if you enable VAD on the dial peer for Voice over Frame Relay switched calls or permanent calls, the dial peer setting overrides the VAD setting on the voice port.
![]() |
Note On the Cisco MC3810, the vad dial-peer command is enabled by default. The vad voice-port command is disabled by default. |
Examples
The following example enables VAD for a VoIP dial peer, starting from global configuration mode:
dial-peer voice 200 voip vad
Related Commands
comfort-noise Generates background noise to fill silent gaps during calls if VAD is activated. dial-peer voice Enters dial-peer configuration mode, defines the type of dial peer, and defines the tag number associated with a dial peer.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
VAD is not enabled.
Command Modes
Voice-port configuration
Command History
11.3(1)T 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.
Use the vad command to enable voice activity detection. With VAD, silence is not sent over the network, only audible speech. If you enable VAD, the sound quality will be slightly degraded but the connection will monopolize much less bandwidth. If you use the no form of this command, VAD is disabled on the voice-port.
Examples
The following example enables VAD:
voice-port 1/1 vad
Related Commands
comfort-noise Generates background noise to fill silent gaps during calls if VAD is activated. vad (dial-peer configuration) Enables VAD for the calls using a particular dial peer.
Command
Description
Syntax Description
cisco (Optional) Cisco proprietary voice encapsulation for VoFR with data carried on CID 4 and call-control on CID 5. This option is required on the Cisco MC3810 for applications using switched calls or Cisco trunks. data (Optional) Used to select a subchannel (CID) for data other than the default subchannel, which is 4. cid (Optional) Specifies the subchannel to be used for data. Valid values are from 4 to 255; the default is 4. If data is specified, a valid CID must be entered. call-control (Optional) Used to specify that a subchannel will be reserved for call-control signalling. This option is not supported on the Cisco MC3810. cid (Optional) Specifies the subchannel to be used for call-control signalling. Valid values are from 4 to 255; the default is 5. If call-control is specified and a CID is not entered, the default CID will be used.
Defaults
Disabled
Command Modes
Frame Relay DLCI configuration
Command History
12.0(4)T This command was introduced.
Release
Modification
Usage Guidelines
For switched-vofr calls, use the vofr cisco or vofr call-control command on the Cisco 2600 series, 3600 series, and 7200 series routers. Switched-vofr calls cannot be made using the vofr command by itself, or the vofr data cid command.
When the vofr command is used without the cisco keyword, all subchannels on the DLCI are configured for FRF.11 encapsulation. If the vofr command is entered without any keywords or arguments, the data subchannel will be CID 4 and there will be no call-control subchannel.
Table 69 describes special conditions and restrictions for the use of the vofr command on the Cisco MC3810.
| Type of Call | Conditions and Restrictions |
|---|---|
FRF.11 trunks |
|
Cisco trunks | Must use vofr cisco. |
switched-vofr | Must use vofr cisco. |
![]() |
Note On the Cisco MC3810 only, the vofr cisco command performs the same function as the frame-relay interface-dlci voice-encap interface configuration command. Either command is required to enable Voice over Frame Relay. The vofr cisco command and the frame-relay interface-dlci voice-encap command are mutually exclusive, so you must choose which command to use. The vofr cisco command uses weighted fair queueing, which reduces the throughput but provides greater control over the queueing function. The frame-relay interface-dlci voice-encap option does not support queueing, which provides greater throughput. |
If the data keyword is selected, a numeric value must be entered to complete the command. If the call-control keyword is selected, you need not enter a numeric value if you wish to accept the default call-control subchannel. See the examples below for clarification.
When the vofr command is used on a Cisco MC3810 without the cisco keyword, switched calls are not permitted. Only permanent FRF.11-trunk calls can be made.
![]() |
Note It is not possible to configure the call-control keyword on a Cisco MC3810. If this option is configured, the setting is ignored. |
Examples
The following example shows how to enable VoFR on Serial 1/1, DLCI 100 on a Cisco 2600 series, 3600 series, or 7200 series router or on an MC3810 concentrator, starting from global configuration mode:
interface serial 1/1 frame-relay interface-dlci 100 vofr
The above example configures CID 4 for data; no call-control CID is defined.
The following example configures CID 4 for data, CID 5 for call-control (both defaults):
vofr call-control
The following example configures CID10 for data, CID 15 for call-control:
vofr data 10 call-control 15
The following example configures CID 4 for data, CID 15 for call-control:
vofr call-control 15
The following example configures CID 10 for data, CID 5 for call-control:
vofr data 10 call-control
To configure CID 10 for data with no call-control, enter the following command:
vofr data 10
The following example configures a Cisco router or MC3810 for a VoFR application with an older release of the MC3810 (prior to Release 12.0(4)T):
vofr cisco
Related Commands
frame-relay interface-dlci Assigns a DLCI to a specified Frame Relay subinterface on the router or access server.
Command
Description
voice-card slot
Syntax Description
slot A value from 0 to 3 that describes the card location in the module
Defaults
No default behavior or values.
Command Modes
Global configuration
Command History
12.0(5)XK and 12.0(7)T This command was introduced for the Cisco 2600 and 3600 series.
Release
Modification
Usage Guidelines
The command is used to enter voice-card configuration mode and set codec complexity.
Examples
The following example enters voice-card configuration mode for the card in slot 1:
voice-card 1
Related Commands
codec complexity Specifies call density and codec complexity based on the codec standard you are using.
Command
Description
To create a codec preference list that is independent of a dial peer and can be used on multiple dial peers, use the voice class codec command in global configuration mode. Use the no form of this command to disable the defined codec preference list.
voice class codec tag-number
Syntax Description
tag-number Number that identifies a defined codec preference list. Valid entries are from 1 to 10000.
Defaults
No codec preference list defined.
Command Modes
Global configuration
Command History
12.0(2)XH This command was introduced.
Release
Modification
Examples
The following example creates preference list 99 which can be applied to any dial peer:
voice class codec 99 codec preference 1 g711alaw codec preference 2 g711ulaw bytes 80 codec preference 3 g723ar53 codec preference 4 g723ar63 bytes 144 codec preference 5 g723r53 codec preference 6 g723r63 bytes 120 codec preference 7 g726r16 codec preference 8 g726r24 codec preference 9 g726r32 bytes 80 codec preference 10 g728 codec preference 11 g729br8 codec preference 12 g729r8 bytes 50
The following example applies preference list 99 to dial-peer 1919:
voice class codec 99 codec preference 1 g711alaw codec preference 2 g711ulaw bytes 80 codec preference 3 g723ar53 codec preference 4 g723ar63 bytes 144 codec preference 5 g723r53 codec preference 6 g723r63 bytes 120 codec preference 7 g726r16 codec preference 8 g726r24 codec preference 9 g726r32 bytes 80 codec preference 10 g728 codec preference 11 g729br8 codec preference 12 g729r8 bytes 50 end dial-peer voice 1919 voip voice-class codec 99 end
Related Commands
codec preference Specifies a list of preferred codecs to use on a dial peer.
Command
Description
Syntax Description
tag Specifies the unique tag number you assign to the permanent voice class. The valid range for this tag is 1 to 10000. The tag number must be unique on the router.
Defaults
No voice class is configured.
Command Modes
Global configuration
Command History
12.0(3)XG This command was introduced.
Release
Modification
Usage Guidelines
This command can be used for VoFR, VoATM, and VoHDLC trunks.
![]() |
Note The voice class command in global configuration mode is entered without the hyphen. The voice-class command in dial-peer configuration mode is entered with the hyphen. |
Examples
The following example shows how to create a permanent voice class starting from global configuration mode:
voice class permanent 10
Related Commands
Configures the keepalive signalling packet interval for Cisco trunks and FRF.11 trunks. Configures the ABCD bit pattern for Cisco trunks and FRF.11 trunks. Configures the signal timing parameter for the idle state of the call. Configures the signal timing parameter for the OOS state of the call. Assigns a previously configured voice class for a Cisco trunk or FRF.11 trunk to a dial peer.
Command
Description
Syntax Description
tag-number Specifies the unique tag number assigned to the permanent voice class. The valid range for this tag is 1 to 10000. The tag number maps to the tag number created using the voice class permanent global configuration command.
Defaults
This command has no default.
Command Modes
Dial-peer configuration
Command History
12.0(4)T This command was introduced.
Release
Modification
Usage Guidelines
![]() |
Note The voice-class command in dial-peer configuration mode is entered with a hyphen. The voice class command in global configuration mode is entered without the hyphen. |
Examples
The following example shows how to configure a permanent voice class starting from global configuration mode, configure parameters for that voice class, and then assign the voice class to a dial peer:
voice class permanent 10 signal keepalive 3 exit dial-peer voice 100 vofr voice-class permanent 10
Related Commands
signal keepalive Configures the keepalive signalling packet interval for Cisco trunks and FRF.11 trunks. Configures the ABCD bit pattern for Cisco trunks and FRF.11 trunks. Configures the signal timing parameter for the idle state of the call. Configures the signal timing parameter for the OOS state of the call. Sets the signalling type to be used when connecting to a dial peer. voice class permanent Creates a voice class for a Cisco trunk or FRF.11 trunk.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
The two-beep confirmation tone is heard on the PLAR or PLAR OPX connection.
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.
Use this command to disable the two-beep confirmation tone that a caller hears when picking up the handset for PLAR and PLAR OPX connections. This command is only valid if the voice port connection command is set to PLAR or PLAR OPX.
Examples
The following example disables the two-beep confirmation tone on voice port 1/1 on the Cisco MC3810:
voice-port 1/1 connection plar-opx voice confirmation-tone
Related Commands
connection Specifies a connection mode for a voice port.
Command
Description
Syntax Description
size The size of the data segmentation. The valid range is from 8 to 1600.
Defaults
No data segmentation size is defined.
Command Modes
Interface configuration
Command History
11.3 MA This command was introduced.
Release
Modification
Usage Guidelines
This command applies to Voice over HDLC on the Cisco MC3810.
Examples
The following example configures serial interface 1 to support a data segmentation size of 64 for Voice over HDLC:
interface serial 1 voice-encap 64
j,To configure a list of timeslots for voice channel-associated signalling (CAS) or common channel signalling (CCS) on the T1/E1 controller, use the voice-group command in controller configuration mode. Use the no form of this command to delete the CAS group.
voice-group channel-no timeslots timeslot-list type {e&m-immediate | e&m-delay | e&m-wink | e&m-melcas | fxs-ground-start | fxs-loop-start | fxs-melcas | fxo-ground-start | fxo-loop-start | fxo-melcas} | {ext-sig-master | ext-sig-slave}
Syntax Description
channel-no Channel number to identify the CAS group. The valid range is from 0 to 23. timeslots timeslot-list A list of timeslots which comprise the CAS group. The valid range is from 1-24 for T1, and from 1-15 and 17-31 for E1. type The type of voice interface. Choose one of the following type options: The following type options are available if the mode cas command is enabled: The following type options are available only if the mode ccs command is enabled:
Defaults
No default behavior or values.
Command Modes
Controller configuration
Command History
11.3 MA This command was introduced. 12.0(2)T The ext-sig-master and ext-sig-slave keywords were added.
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 is only available if the mode cas or mode ccs command is enabled.
![]() |
Note Channel groups, CAS voice groups, and TDM groups all use group numbers. All group numbers configured for channel groups, CAS voice groups, and TDM groups must be unique on the local Cisco MC3810 concentrator. For example, you cannot use the same group number for a channel group and for a TDM group. |
Examples
The following example configures a voice group on controller T1 0 on a Cisco MC3810:
controller T1 0 mode cas voice-group 10 timeslots10 64
Related Commands
channel-group Defines the timeslots that belong to each T1 or E1 circuit. tdm-group Configures a list of timeslots for creating clear channel groups (pass-through) for TDM cross-connect.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
The tandem router stops dial-peer hunting when it receives a user-busy disconnect code.
Command Modes
Global configuration
Command History
12.0(5)T This command was introduced.
Release
Modification
Usage Guidelines
This command applies only to routers acting as tandem nodes in a Voice over Frame Relay environment.
This command is used for a configuration in which a tandem router is configured with multiple dial peer entries that route a call to the same destination number, but on different destination routers. In this configuration, after all routes to the first router entry in the dial-peer list are active, a new call will not "roll over" to the next router in the dial-peer list.
This failure to route to the second destination router happens when the bandwidth on the Voice over Frame Relay interface is greater than the maximum capacity of the first destination router. This condition allows the tandem router to attempt to place a new call to the first router because it has indications from the first router that there is more capacity based on the bandwidth setting. When the first destination router receives the call, if all of the ports are in use, the destination router returns a "user-busy" disconnect reason code to the tandem router. The tandem router interprets the disconnect reason code as meaning there is no available destination for the call, causing it to return a busy tone to the initiating caller
The tandem router fails to try other routers in the dial-peer list after receiving a "user disconnect" reason code, and so it terminates the call attempt. Using this command, you can perform dial-peer hunting on multiple destination routers even if the tandem router receives a "user-busy" disconnect reason code from one of the destination routers.
Examples
The following example configures the tandem router to continue dial-peer hunting if it receives a "user-busy" disconnect code from a destination router:
voice hunt user-busy
Related Commands
| Command | Description |
|---|---|
preference | Indicates the preferred order of a dial peer within a rotary hunt group. |
Syntax Description
This command has no arguments or keywords.
Defaults
Disabled
Command Modes
Global 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.
This command allows you to pass uncompressed voice traffic for local POTS calls.
Examples
The following example configures the Cisco MC3810 to directly cross-connect local calls without going through a DSP:
voice local-bypass
Toenter the voice-port configuration mode, use the voice-port command in global configuration mode.
Cisco 1750 router
voice-port slot-number/port
Cisco 2600 and Cisco 3600 series router
voice-port {slot-number/subunit-number/port} | {slot/port:ds0-group-no}
Cisco MC3810
voice-port slot/port
Cisco AS5300 access router
voice-port controller number:D
Cisco AS5800 universal access router
voice-port {shelf/slot/port:D} | {shelf/slot/parent:port:D}
Cisco 7200 series router
voice-port {slot/port:ds0-group-no} | {slot-number/subunit-number/port}
Cisco uBR924 cable access router
voice-port number
Syntax Description
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. |
Cisco 2600 and Cisco 3600 series routers
:
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. |
Cisco MC3810:
slot/port | The slot variable specifies the slot number in the Cisco router where the voice interface card is installed. The only valid entry is 1. The port variable specifies the voice port number. Valid ranges are as follows:
|
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 variable is 0 to 9999. Valid entries for the slot value is 0 to 11. Valid entries for the port variable is 0 to 11. |
shelf/slot/parent:port | Specifies the T1 controller on the T3 card. Valid entries for the shelf variable is 0 to 9999. Valid entries for the slot variable is 0 to 11. Valid entries for the port variable is 1 to 28. The value for the parent variable 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
Global configuration
Command History
11.3(1)T This command was introduced. 11.3(3)T Support for Cisco 2600 series routers was added. 12.0(3)T Support for the Cisco AS5300 access server was added. 12.0(7)T Support for the Cisco AS5800 universal access server, the Cisco 7200 series router, and the Cisco 1750 router were added. Arguments for the Cisco 2600 and Cisco 3600 series router were added.
Release
Modification
Usage Guidelines
Use the voice-port global configuration command to switch to the voice-port configuration mode from the global configuration mode. Use the exit command to exit the voice-port configuration mode and return to the global configuration mode.
Examples
The following example accesses the voice-port configuration mode for port 0, located on subunit 0 on a voice interface card installed in slot 1 for the Cisco 3600 series:
configure terminal voice-port 1/0/0
The following example accesses the voice-port configuration mode for digital voice port 24 on a Cisco MC3810 with a DVM installed:
configure terminal voice-port 1/24
The following example accesses the voice-port configuration mode for the Cisco AS5300:
configure terminal voice-port 1:D
The following example accesses the voice-port configuration mode for the Cisco AS5800 (T1 card):
configure terminal voice-port 1/0/0:D
The following example accesses the voice-port configuration mode for the Cisco AS5800 (T3 card):
configure terminal voice-port 1/0/0:1:D
Related Commands
dial-peer voice Enters dial-peer configuration mode, defines the type of dial peer, and defines the tag number associated with a dial peer.
Command
Description
Syntax Description
This command has no arguments or keywords.
Defaults
The voice port(s) on the interface are not in busyout state.
Command Modes
Interface configuration
Command History
12.0(3)T This command was introduced.
Release
Modification
Usage Guidelines
This command is only supported on the Cisco MC3810.
This command busies out all voice port associated with the interface, except any voice ports configured to busy out under specific conditions using the busyout monitor and busyout-seized commands.
Examples
The following example turns the voice-port(s) associated with serial interface 1 into busyout state:
interface serial 1
voice-port busyout
The following example turns the voice-port(s) associated with ATM interface 0 into busyout state:
interface atm 0 voice-port busyout
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. show voice busyout Displays information about the voice busyout state on the Cisco MC3810 multiservice concentrator.
Command
Description
To configure the accessibility of your localzone zone, use the uuuuuuuuzone access command in gatekeeper configuration mode. To remove any accessibility configurations, use the no form of this command.
zone access local-zone-name {default | remote-zone remote-zone-name}{direct | proxied}
Syntax Description
local-zone-name Name of local zone (synonymous with local gatekeeper). default Use with the direct or proxied keyword to define the mode of behavior for all remote zones that have not been specially named using the remote-zone remote-zone-name keyword and argument combination. remote-zone remote-zone-name Name of remote zone (synonymous with remote gatekeeper) for which a special mode of behavior is defined. direct Configures direct calls (without use of proxies) between endpoints. The local zone (or gatekeeper) offers the local endpoint IP address instead of a local proxy's IP address. proxied Configures calls using proxies between endpoints. The local zone (or gatekeeper) offers the local proxy's IP address instead of the local endpoint's address.
Defaults
The local zone allows proxied access for all remote zones.
Command Modes
Gatekeeper configuration
Command History
11.3(2)NA This command was introduced.
Release
Modification
Usage Guidelines
By default, a gatekeeper will offer a local proxy IP address when queried by a remote gatekeeper about a target local endpoint. This is considered proxied access. By using the zone access command, you can configure the local gatekeeper to offer the local endpoint address instead of the local proxy address. This is considered direct access.
![]() |
Note The zone access command, configured on your local gatekeeper, only affects the use of proxies for incoming calls (that is, it does not affect the use of local proxies for outbound calls). When originating a call, a gatekeeper will use a proxy only if the remote gatekeeper offers a proxy at the remote end. A call between two endpoints in the same zone will always be a direct (nonproxied) call. |
You can define the accessibility behavior of a local zone relative to certain remote zones using the remote-zone remote-zone-name keyword and argument combination with the direct or proxied keyword. You can define the default behavior of a local zone relative to all other remote zones using the default keyword with the direct or proxied keywords. To remove an explicitly named remote zone so that it is governed by the default-behavior rule, use the no zone access command.
Examples
The following example allows direct access to the local zone eng.xyz.com from remote zones within xyz corporation. All other remote locations will have proxied access to eng.xzy.com.
zone local eng.xyz.com xyz.com zone access eng.xyz.com remote-zone mfg.xyz.com direct zone access eng.xyz.com remote-zone mktg.xyz.com direct zone access eng.xyz.com remote-zone sales.xyz.com direct zone access eng.xyz.com default proxied
The following example supposes that only local gatekeepers within xyz.com have direct access to each other because your corporation has firewalls or you do not advertise your gatekeepers externally. You have excellent QoS within your corporate network, except for a couple of foreign offices. In this case, use proxies with the foreign offices (in Milan and Tokyo) and nowhere else.
zone local sanjose.xyz.com xyz.com zone access sanjose.xyz.com default direct zone access sanjose.xyz.com remote-zone milan.xyz.com proxied zone access sanjose.xyz.com remote-zone tokyo.xyz.com proxied
Related Commands
show proxy h323 calls Displays a list of each active call on the proxy. Specifies a zone controlled by a gatekeeper.
Command
Description
Syntax Description
gatekeeper-name Name of the gatekeeper controlling the zone. max-bandwidth Maximum bidirectional bandwidth in kilobits per second (kbps) allowed in the zone at any one time.
Defaults
Bandwidth is unlimited.
Command Modes
Gatekeeper configuration
Command History
11.3(2)NA This command was introduced.
Release
Modification
Examples
The following example sets the maximum bandwidth to 1000 kbps for zone gk1:
zone bw gk1 1000
Related Commands
show proxy h323 calls Displays a list of each active call on the proxy.
Command
Description
Syntax Description
gatekeeper-name The gatekeeper's name or zone name. This is usually the fully domain-qualified host name of the gatekeeper. For example, if the domain-name is cisco.com, the gatekeeper-name might be gk1.cisco.com. However, if the gatekeeper is controlling multiple zones, the gatekeeper-name for each zone should be some unique string that has a mnemonic value. domain-name The domain name served by this gatekeeper. rasIPaddress (Optional) The IP address of one of the interfaces on the gatekeeper. When the gatekeeper responds to gatekeeper discovery messages, it signals the endpoint or gateway to use this address in future communications.

Note Setting this address for one local zone makes it the address used for all local zones.
Defaults
No local zone is defined.
![]() |
Note The gatekeeper cannot operate without at least one local zone definition. Without local zones, the gatekeeper goes to an inactive state when the no shutdown command is issued. |
Command Modes
Gatekeeper configuration
Command History
11.3(2)NA This command was introduced.
Release
Modification
Usage Guidelines
Multiple local zones can be defined. The gatekeeper manages all configured local zones. Intra-zone and inter-zone behavior remains the same (zones are controlled by the same or different gatekeepers).
Only one rasIPaddress argument can be defined for all local zones. You cannot configure each zone to use a different RAS IP address. If you define this in the first zone definition, you can omit it for all subsequent zones, which automatically pick up this address. If you set it in a subsequent zone local command, it changes the RAS address of all previously configured local zones as well. Once defined, you can change it by re-issuing any zone local command with a different rasIPaddress argument.
If the rasIPaddress argument is an HSRP virtual address, it automatically puts the gatekeeper into HSRP mode. In this mode, the gatekeeper assumes STANDBY or ACTIVE status according to whether the HSRP interface is on STANDBY or ACTIVE status.
You cannot remove a local zone if there are endpoints or gateways registered in it. To remove the local zone, shut down the gatekeeper first, which forces unregistration.
Multiple zones are controlled by multiple logical gatekeepers on the same Cisco IOS platform.
The maximum number of local zones defined in a gatekeeper should not exceed 100.
This command can also be used to change the IP address used by the gatekeeper.
Examples
The following example creates a zone controlled by a gatekeeper in the domain called cisco.com:
zone local gk1.cisco.com cisco.com
Related Commands
show proxy h323 calls Displays a list of each active call on the proxy. Specifies a zone controlled by a gatekeeper.
Command
Description
Syntax Description
gatekeeper-name The name of a local or remote gatekeeper, which must have been defined by using the zone local or zone remote command. e164-prefix An E.164 prefix in standard form followed by dots (.). Each dot represent a number in the E.164 address. For example, 212....... is matched by 212 and any seven numbers. Note Although a dot representing each digit in an E.164 address is the preferred configuration method, you can also enter an asterisk (*) to match any number of digits. gw-priority pri-0-to-10 gw-alias (Optional) Use the gw-priority option to define how the gatekeeper selects gateways in its local zone for calls to numbers beginning with prefix e164-prefix. Do not use this option to set priority levels for a prefix assigned to a remote gatekeeper. Use values from 0 to 10. A 0 value prevents the gatekeeper from using the gateway gw-alias for that prefix. Value 10 places the highest priority on gateway gw-alias. If you do not specify a priority value for a gateway, the value 5 is assigned. To assign the same priority value for one prefix to multiple gateways, list all the gateway names after the pri-0-to-10 value. The gw-alias name is the H.323 ID of a gateway that is registered or will register with the gatekeeper. This name is set on the gateway with the h323-gateway voip h.323-id command.
Defaults
No knowledge of its own prefix or the prefix of any other zone is defined.
Command Modes
Gatekeeper configuration
Command History
11.3(6)Q This command was introduced. 11.3(7)NA This command was modified for H.323 Version 1. 12.0(5)T This display format was modified for H.323 Version 2.
Release
Modification
Usage Guidelines
A gatekeeper can handle more than one zone prefix, but a zone prefix cannot be shared by more than one gatekeeper. If you have defined a zone prefix as being handled by a gatekeeper and now define it as being handled by a second gatekeeper, the second assignment cancels the first.
If you need a gatekeeper to handle more than one prefix, but for cost reasons you want to be able to group its gateways by prefix usage, there are two ways to do it.
The first method is simpler, has less overhead, and is recommended if your gateways can be divided into distinct groups, where each group is to be used for a different set of prefixes. For instance, if a group of gateways is used for calling area codes 408 and 650, and another group is used for calling area code 415, you can use this method. In this case, you define a local zone for each set of prefixes, and have the group of gateways to be used for that set of prefixes register with that specific local zone. Do not define any gateway priorities. All gateways in each local zone are treated equally in the selection process.
However, if your gateways cannot be cleanly divided into nonintersecting groups (for instance if one gateway is used for calls to 408 and 415 and another gateway is used for calls to 415 and 650, and so on), you can put all these gateways in the same local zone and use the gw-priority option to define which gateways will be used for which prefixes.
When choosing a gateway, the gatekeeper first looks for the longest zone prefix match; then it uses the priority and the gateway status to select from the gateways. If all gateways are available, the gatekeeper chooses the highest priority gateway. If all the highest priority gateways are busy (see the gateway resource threshold command), a lower priority gateway is selected.
![]() |
Note The zone prefix command matches a prefix to a gateway. It does not register the gateway. The gateway must register with the gatekeeper before calls can be completed through that gateway. |
Examples
The following example shows how you can define multiple local zones for separating your gateways:
zone local gk408or650 xyz.com zone local gk415 xyz.com zone prefix gk408or650 408....... zone prefix gk408or650 650....... zone prefix gk415 415.......
Now you need to configure all the gateways to be used for area codes 408 or 650 to register with gk408or650 and all gateways to be used for area code 415 to register with gk415. On Cisco voice gateways, you configure the gateways to register with the appropriate gatekeepers by using the h323 voip id command.
The following example shows how you can put all your gateways in the same zone but use the gw-priority keyword to determine which gateways will be used for calling different area codes:
zone local localgk xyz.com zone prefix localgk 408....... zone prefix localgk 415....... gw-pri 10 gw1 gw2 zone prefix localgk 650....... gw-pri 0 gw1
The commands shown accomplish the following tasks:
A priority 0 is assigned to gateway gw1 to exclude it from the gateway pool for prefix 650........ When gateway gw2 registers with gatekeeper localgk, it is added to the gateway pool for each prefix as follows:
The following example changes gateway gw2 from priority 10 for zone 415....... to the default priority 5:
no zone prefix localgk 415....... gw-pri 10 gw2
The following example changes both gateways gw1 and gw2 from priority 10 for zone 415....... to the default priority 5:
no zone prefix localgk 415....... gw-pri 10 gw1 gw2
In the preceding example, the prefix 415....... remains assigned to gatekeeper localgk. All gateways that do not specify a priority level for this prefix are assigned a default priority of 5. The following example removes the prefix and all associated gateways and priorities from this gatekeeper:
no zone prefix localgk 415.......
Related Commands
resource threshold Configures a gateway to report H.323 resource availability to the gatekeeper of the gateway. register Configures a gateway to register or deregister a fully qualified dial-peer E.164 address with a gatekeeper. show call resource voice threshold Displays the threshold configuration settings and status for an H.323 gateway. show gateway Displays the current gateway status.
Command
Description
To statically specify a remote zone if domain name service (DNS) is unavailable or undesirable, use the zone remote command in gatekeeper configuration mode. To remove the remote zone, use the no form of this command.
zone remote other-gatekeeper-name other-domain-name other-gatekeeper-ip-address [port-number]
Syntax Description
other-gatekeeper-name Name of the remote gatekeeper. other-domain-name Domain name of the remote gatekeeper. other-gatekeeper-ip-address IP address of the remote gatekeeper. port-number (Optional) RAS signalling port number for the remote zone. Value ranges from 1 to 65535. If this is not set, the default is the well-known RAS port number 1719.
Defaults
No remote zone is defined. DNS will locate the remote zone.
Command Modes
Gatekeeper configuration
Command History
11.3(2)NA and 12.0(3)T This command was introduced.
Release
Modification
Usage Guidelines
All gatekeepers do not have to be in DNS. For those that are not, use the zone remote command so that the local gatekeeper knows how to access them. In addition, you may wish to improve call response time slightly for frequently accessed zones. If the zone remote command is configured for a particular zone, you do not need to make a DNS lookup transaction.
The maximum number of zones defined on a gatekeeper varies depending on the mode or the call model or both. For example, a directory gatekeeper may be in the mode of being responsible for forwarding LRQs and not handling any local registrations and calls; The call model might be E.164 addressed calls instead of H.323-ID addressed calls.
For a directory gatekeeper that does not handle local registrations and calls, the maximum remote zones defined should not exceed 10,000; An additional 4 MB of memory is required to store this maximum number of remote zones.
For a gatekeeper that handles local registrations and only E.164 addressed calls, the number of remote zones defined should not exceed 2000.
For a gatekeeper that handles H.323-ID calls, the number of remote zones defined should not exceed 200.
Examples
The following example configures the local gatekeeper to reach targets of the form xxx.cisco.com by sending queries to the gatekeeper named sj3.cisco.com at IP address 1.2.3.4:
zone remote sj3.cisco.com cisco.com 1.2.3.4
Related Commands
show proxy h323 calls Displays a list of each active call on the proxy. Specifies a zone controlled by a gatekeeper.
Command
Description
To configure a gatekeeper to accept discovery and registration messages sent by endpoints in designated subnets, use the zone subnet command in gatekeeper configuration mode. To disable the gatekeeper from acknowledging discovery and registration messages from subnets or remove subnets entirely, use the no form of this command.
zone subnet local-gatekeeper-name {default | subnet-address {/bits-in-mask | mask-address}} enable
Syntax Description
local-gatekeeper-name Name of the local gatekeeper. default Applies to all other subnets that are not specifically defined by the zone subnet command. subnet-address Address of the subnet being defined. /bits-in-mask Number of bits of the mask to be applied to the subnet address. mask-address Mask (in dotted string format) to be applied to the subnet address. enable Gatekeeper accepts discovery and registration from the specified subnets.
Defaults
The local gatekeeper accepts discovery and registration requests from all subnets. If the request specifies a gatekeeper name, it must match the local gatekeeper name or the request will not be accepted.
Command Modes
Gatekeeper configuration
Command History
11.3(2)NA and 12.0(3)T This command was introduced.
Release
Modification
Usage Guidelines
You can use the zone subnet command more than once to create a list of subnets controlled by a gatekeeper. The subnet masks do not have to match actual subnets in use at your site. For example, to specify a particular endpoint, you can supply its address with a 32-bit netmask.
Examples
The following example starts by disabling the gatekeeper, gk1.cisco.com, from accepting discovery and registration messages from all subnets. Next, gk1.cisco.com is configured to accept discovery and registration messages from all H.323 nodes on the subnet 172.21.127.0. In addition, gk1.cisco.com is configured to accept discovery and registration messages from a particular endpoint with the IP address 172.21.128.56.
no zone subnet gk1.cisco.com default enable zone subnet gk1.cisco.com 172.21.127.0/24 enable zone subnet gk1.cisco.com 172.21.128.56/32 enable
Related Commands
show gatekeeper zone status Displays the status of zones related to a gatekeeper. zone local Specifies a zone controlled by a gatekeeper.
Command
Description
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Sun Mar 19 15:07:54 PST 2000
Copyright 1989 - 2000©Cisco Systems Inc.