Table Of Contents
Trunk Conditioning Enhancements on Cisco MC3810 Series Concentrators
Supported Standards, MIBs, and RFCs
Configuring Trunk Conditioning
Configuring a Voice Class to Define Trunk Conditioning Attributes
Applying Voice Class Signaling Attributes to Dial Peers or Voice Ports
Applying a Voice Class to a Network Dial Peer
Applying a Voice Class to a Voice Port
show voice trunk-conditioning signaling
show voice trunk-conditioning supervisory
signal timing idle suppress-voice
Trunk Conditioning Enhancements on Cisco MC3810 Series Concentrators
This document describes enhancements introduced in Cisco IOS Release 12.0(7)XK that expand the trunk-conditioning feature on the Cisco MC3810.
This document includes the following sections:
•
Supported Standards, MIBs, and RFCs
Feature Overview
Cisco MC3810 series concentrators support additional trunk-conditioning commands that specify various trunk-conditioning timing, signaling, and transmission options.
Benefits
These additional commands provide the following benefits:
•
Enhanced control over rerouting of calls in cases of trunk failure
•
Increased bandwidth availability due to suppression of voice packets on out-of-service trunks
Restrictions
Trunk conditioning is not supported on trunks using common channel signaling (CCS) protocols.
Related Documents
•
Voice over Frame Relay Using FRF.11 and FRF.12, Online document for Cisco IOS Release 12.0(4)T
Supported Platforms
•
Cisco MC3810 series
Supported Standards, MIBs, and RFCs
North America Channel Associated Signaling (CAS) protocol.
Prerequisites
The trunk-conditioning enhancements described in this document require Cisco IOS Release 12.0(7)XK or later.
Configuration Tasks
This feature module describes procedures for configuring trunk conditioning on Cisco MC3810 series concentrators.
Configuring Trunk Conditioning
Configuring a Voice Class to Define Trunk Conditioning Attributes
In conjunction with the configuration for permanent connections (Cisco trunks and FRF.11 trunks), you can define a voice class and configure specific signaling attributes to the voice class, and then map the voice class to a dial peer.
To configure a voice class to define trunk conditioning attributes, including signaling attributes, use the following commands beginning in global configuration mode:
Step Command Purpose1
![]()
router(config)# voice class permanent tagCreate a voice class for Cisco trunk (private line) or FRF.11 trunk calls. The range for the tag number is 1 to 10000. The tag number must be unique on the router.
2
![]()
router(config-voice-class)# signal keepalive seconds(Optional) Configure the keepalive signaling packet interval in seconds for Cisco trunk (private line) calls. The range for seconds is 1 to 65535; the default is 5.
3
![]()
router(config-voice-class)# signal sequence oos {no-action | idle-only | oos-only | both}(Optional) Change the signaling pattern to be sent to the PBX whenever the far-end keepalive message is lost, or when AIS is received from the far end. Select no-action to send no signaling pattern. Select idle-only or oos-only to send only one signaling pattern. Select both or the no form to restore the default (both signaling patterns are sent).
4
![]()
router(config-voice-class)# signal pattern {idle receive | idle transmit | oos receive | oos transmit} signal-pattern(Optional)—Use only to override the default values for the idle patterns and receive out-of-service (OOS) pattern, or to configure an OOS transmit signaling pattern. Configure the signaling pattern (ABCD bit pattern) for Cisco trunk (private line) calls. Configure both idle receive and idle transmit for the idle state. Configure both oos receive and oos transmit for the OOS state. The receive signaling pattern is from the data network side to the PBX. The transmit signaling pattern is from the PBX to the data network side. The range for all options is 0000 to 1111.
If this command is not entered, the default signal patterns are used. See the command reference for defaults.
Repeat the command entry for each signal pattern required.
5
![]()
router(config-voice-class)# signal timing oos timeout seconds | disabled(Optional) Do one of the following:
•
Change the timeout period for asserting a receive OOS pattern to the PBX when signaling packets are lost. This changes the delay time before a busyout is sent to the PBX.
•
Disable packet loss detection. This disables the detection of loss of the keepalive signal.
The range for the timeout period is 1 to 65535 seconds; the default is 30 seconds.
6
![]()
router(config-voice-class)# signal timing oos restart seconds(Optional) Configure permanent voice connections to be torn down and restarted after the trunk has been OOS for a specified time.
The range for the waiting time is 0 to 65535 seconds.
Note
This command is ineffective if signal timing oos timeout is disabled.
7
![]()
router(config-voice-class)# signal timing oos slave-standby seconds(Optional) Configure a slave port to return to its initial standby state after the trunk has been OOS or a specified time.
The range for the waiting time is 0 to 65535 seconds.
Note
This command is ineffective if signal timing oos timeout is disabled.
8
![]()
router(config-voice-class)# signal timing oos suppress-all | suppress-voice seconds(Optional) Configure the router or concentrator to stop sending voice packets or voice and signaling packets to the network if it detects a transmit OOS signaling pattern from the PBX for a specified time.
The range for the waiting time is 0 to 65535 seconds.
Note
You must also configure an OOS transmit signaling pattern with the signal pattern oos transmit command (Step 4.)
9
![]()
router(config-voice-class)# signal timing idle suppress-voice seconds(Optional) Configure the router or concentrator to stop sending voice packets after the trunk has been idle for a specified time.
The range is 0 to 65535 seconds.
10
![]()
router(config-voice-class) #exit
Exit from voice-class configuration mode.
Applying Voice Class Signaling Attributes to Dial Peers or Voice Ports
After you have created the voice class, assign it to a network dial peer (VoFR, VoATM, or VoIP) or to a voice port. You cannot assign voice-class signaling attributes to POTS dial peers.
Applying a Voice Class to a Network Dial Peer
To apply voice-class signaling attributes to a network dial peer, use the following commands beginning in global configuration mode:
Step Command Purpose1
![]()
router(config)# dial-peer voice tag {vofr | voatm | voip}Define a VoFR, VoATM, or VoIP dial peer and enter dial-peer configuration mode. All subsequent commands that you enter in dial-peer voice mode before you exit will apply to this dial peer.
The tag is a number that identifies the dial peer and must be unique on the router. Do not assign duplicate tag numbers.
2
![]()
router(config-dialpeer)# voice-class permanent tagAssign to the dial peer the voice class that you created in the "Configuring a Voice Class to Define Trunk Conditioning Attributes" section.
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.
Applying a Voice Class to a Voice Port
To apply voice-class signaling attributes to a voice port, use the following commands beginning in global configuration mode:
Step Command Purpose1
![]()
For Cisco MC3810 series analog voice ports:
router(config)# voice-port slot/port
For Cisco MC3810 series digital voice ports:
router(config)# voice-port slot:ds0-group
Identify the voice port you want to configure and enter voice-port configuration mode.
2
![]()
router(config-voiceport)# voice-class permanent tagAssign to the voice port the voice class that you created in the "Configuring a Voice Class to Define Trunk Conditioning Attributes" section.
Note
The voice-class command in voice-port configuration mode is entered with a hyphen. The voice class command in global configuration mode is entered without the hyphen.
Configuration Examples
The following example configures a voice class using default idle and OOS signaling patterns, and configures busyout after 60 seconds to the PBX, with restart after 120 seconds. This example applies the voice class to both a Voice over Frame Relay dial peer and a Voice over ATM dial peer:
router(config)# voice class permanent 10 router(config-class)# signal keepalive 10 router(config-class)# signal timing oos timeout 60 router(config-class)# signal timing idle suppress-voice 5 router(config-class)# signal timing oos restart 120 router(config-class)# exit router(config)# dial peer voice vofr 10 router(config-dial-peer)# voice-class permanent 10 router(config-dial-peer)# exit router(config)# dial peer voice voatm 20 router(config-dial-peer)# voice-class permanent 10router(config-dial-peer)# exitThe following example configures a voice class with specified signaling bit patterns for the idle receive, idle transmit, OOS receive, and OOS transmit states, and it configures busyout after 90 seconds to the PBX, with restart after 240 seconds. This example applies the voice class to digital voice port 0:5 on a Cisco MC3810:
router(config)# voice class permanent 30 router(config-class)# signal keepalive 10 router(config-class)# signal pattern idle receive 0101 router(config-class)# signal pattern idle transmit 0101 router(config-class)# signal pattern oos receive 0001 router(config-class)# signal pattern oos transmit 0001router(config-class)# signal timing oos timeout 90 router(config-class)# signal timing idle suppress-voice 5 router(config-class)# signal timing oos restart 240 router(config-class)# exitrouter(config)# voice-port 0:5router(config-voiceport)# voice-class permanent 30Verifying Signaling Settings
To display the status of trunk-conditioning signaling and timing parameters for a voice port, enter the show voice trunk-conditioning signaling or the show voice trunk-conditioning signaling summary EXEC command.
The following is a sample display from the show voice trunk-conditioning signaling summary command for voice ports on a Cisco MC3810:
router# show voice trunk-conditioning signaling summary1/1 is shutdown1/4 is shutdown1/5 :TX INFO :slow-mode seq#= 25, sig pkt cnt= 40, last-ABCD=0000hardware-state ACTIVE signal type is NorthamericanCAS signal path is OPENRX INFO :slow-mode, sig pkt cnt= 36, prev-seq#= 25, last-ABCD=0000The following is a sample display from the show voice trunk-conditioning signaling command for voice port 1/5 on a Cisco MC3810:
router# show voice trunk-conditioning signaling 1/51/5 :TX INFO :slow-mode seq#= 25, sig pkt cnt= 42, last-ABCD=0000hardware-state ACTIVE signal type is NorthamericanCASsignal path is OPEN0000 0000 0000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 0000 0000 0000RX INFO :slow-mode, sig pkt cnt= 37missing = 0, out of seq = 0, very late = 0playout depth = 0 (ms), refill count = 1prev-seq#= 25, last-ABCD=0000trunk_down_timer = 4212 (ms), idle timer = 0 (sec),tx_oos_timer = 0 (sec), rx_ais_duration = 0 (ms)forced playout signal pattern = NONEsignaling playout history0000 0000 0000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 0000 0000 0000To display the status of trunk supervision and configuration parameters for a voice port, enter the show voice trunk-conditioning supervisory or the show voice trunk-conditioning supervisory summary EXEC command.
The following is a sample display from the show voice trunk-conditioning supervisory summary command for voice ports on a Cisco MC3810:
router# show voice trunk-conditioning supervisory summary1/1 is shutdown1/4 is shutdown1/5 : state : TRUNK_SC_CONNECT, voice : on , signal : on ,slaveThe following is a sample display from the show voice trunk-conditioning supervisory command for voice port 1/5 on a Cisco MC3810:
router# show voice trunk-conditioning supervisory 1/51/5 : state : TRUNK_SC_CONNECT, voice : on, signal : on, slavestatus: trunk connectedsequence oos : idle and oospattern :rx_idle = 0x0 rx_oos = 0xF tx_oos = 0xFtiming : idle = 0, restart = 0, standby = 0, timeout = 40supp_all = 50, supp_voice = 0, keep_alive = 5timer: oos_ais_timer = 0, timer = 0Command Reference
This section documents new or modified commands. Modified commands are indicated by an asterisk (*). All other commands used on these platforms are documented in the Cisco IOS Release 12.0 command reference publications.
•
show voice trunk-conditioning signaling
•
show voice trunk-conditioning supervisory
•
signal timing idle suppress-voice*
show voice trunk-conditioning signaling
To display the status of trunk-conditioning signaling and timing parameters for a voice port, use the show voice trunk-conditioning signaling EXEC command.
show voice trunk-conditioning signaling [summary | voice-port]
Syntax Description
summary
(Optional) Show a summary of the status for all voice ports on the router or concentrator.
voice-port
(Optional) Show a detailed report for a specified voice port.
Command Mode
EXEC
Command History
Release Modification12.0(3)XG and 12.0(4)T
This command was introduced on the Cisco MC3810 as show voice permanent-call.
12.0(7)XK
This command was renamed show voice trunk-conditioning signaling.
Usage Guidelines
This command displays the trunk signaling status for analog and digital voice ports on Cisco MC3810 concentrators.
Sample Display
The following is a sample display from the show voice trunk-conditioning signaling summary command for voice ports on a Cisco MC3810:
router# show voice trunk-conditioning signaling summary1/1 is shutdown1/4 is shutdown1/5 :TX INFO :slow-mode seq#= 25, sig pkt cnt= 40, last-ABCD=0000hardware-state ACTIVE signal type is NorthamericanCAS signal path is OPENRX INFO :slow-mode, sig pkt cnt= 36, prev-seq#= 25, last-ABCD=0000The following is a sample display from the show voice trunk-conditioning signaling command for voice port 1/5 on a Cisco MC3810:
router# show voice trunk-conditioning signaling 1/51/5 :TX INFO :slow-mode seq#= 25, sig pkt cnt= 42, last-ABCD=0000hardware-state ACTIVE signal type is NorthamericanCASsignal path is OPEN0000 0000 0000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 0000 0000 0000RX INFO :slow-mode, sig pkt cnt= 37missing = 0, out of seq = 0, very late = 0playout depth = 0 (ms), refill count = 1prev-seq#= 25, last-ABCD=0000trunk_down_timer = 4212 (ms), idle timer = 0 (sec),tx_oos_timer = 0 (sec), rx_ais_duration = 0 (ms)forced playout signal pattern = NONEsignaling playout history0000 0000 0000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 0000 0000 0000The following is a sample display from the show voice trunk-conditioning signaling summary command for voice ports on a Cisco 3600:
router# show voice trunk-conditioning signaling summary2/0/0 is shutdown2/0/1 is shutdown3/0:0 8 is shutdown3/0:1 1 is shutdown3/0:2 2 is shutdown3/0:3 3 is shutdown3/0:5 5 is shutdown3/0:6(6) :status :3/0:7 7 is shutdown3/1:0 8 is shutdown3/1:1 1 is shutdown3/1:3 3 is shutdown3/1:5 5 is shutdown3/1:7 7 is shutdownThe following is a sample display from the show voice trunk-conditioning signaling command for voice port 3/0:6 on a Cisco 3600:
router# show voice trunk-conditioning signaling 3/0:6hardware-state ACTIVE signal type is NorthamericanCASstatus :forced playout pattern = STOPPEDtrunk_down_timer = 0, rx_ais_duration = 0, idle_timer = 0explains the fields in the sample output.
Related Commands
show voice trunk-conditioning supervisory
To display the status of trunk supervision and configuration parameters for voice ports, use the show voice trunk-conditioning supervisory EXEC command.
show voice trunk-conditioning supervisory [summary | voice-port]
Syntax Description
summary
(Optional) Show a summary of the status for all voice ports on the router or concentrator.
voice-port
(Optional) Show a detailed report for a specified voice port.
Command Mode
EXEC
Command History
Usage Guidelines
This command displays the trunk supervision and configuration status for analog and digital voice ports.
Sample Display
The following is a sample display from the show voice trunk-conditioning supervisory summary command for voice ports on a Cisco MC3810:
router# show voice trunk-conditioning supervisory summary1/1 is shutdown1/4 is shutdown1/5 : state : TRUNK_SC_CONNECT, voice : on , signal : on ,slaveThe following is a sample display from the show voice trunk-conditioning supervisory command for voice port 1/5 on a Cisco MC3810:
router# show voice trunk-conditioning supervisory 1/51/5 : state : TRUNK_SC_CONNECT, voice : on, signal : on, slavestatus: trunk connectedsequence oos : idle and oospattern :rx_idle = 0x0 rx_oos = 0xF tx_oos = 0xFtiming : idle = 0, restart = 0, standby = 0, timeout = 40supp_all = 50, supp_voice = 0, keep_alive = 5timer: oos_ais_timer = 0, timer = 0The following is a sample display from the show voice trunk-conditioning supervisory summary command for voice ports on a Cisco 3600:
router# show voice trunk-conditioning supervisory summary2/0/0 is shutdown2/0/1 is shutdown3/0:0 8 is shutdown3/0:1 1 is shutdown3/0:2 2 is shutdown3/0:3 3 is shutdown3/0:5 5 is shutdown3/0:6(6) : state : TRUNK_SC_CONNECT, voice : on , signal : on ,master3/0:7(7) : state : TRUNK_SC_CONNECT, voice : on , signal : on ,master3/1:0(8) : state : TRUNK_SC_CONNECT, voice : on , signal : on ,master3/1:1(1) : state : TRUNK_SC_CONNECT, voice : on , signal : on ,master3/1:3(3) : state : TRUNK_SC_CONNECT, voice : on , signal : on ,master3/1:5(5) is shutdown3/1:7(7) is shutdownThe following is a sample display from the show voice trunk-conditioning supervisory command for voice port 3/0:6 on a Cisco 3600:
router# show voice trunk-conditioning supervisory 3/0:63/0:6(6) : state : TRUNK_SC_CONNECT, voice : on, signal : on, masterstatus: trunk connectedsequence oos : idle and oospattern :rx_idle = 0x0 rx_oos = 0xFtiming : idle = 0, restart = 0, standby = 0, timeout = 40supp_all = 0, supp_voice = 0, keep_alive = 5timer: oos_ais_timer = 0, timer = 0explains the fields in the sample output.
Related Commands
signal pattern
To configure the ABCD signaling bit pattern for Cisco trunks and FRF.11 trunks, use the signal pattern voice-class configuration command. Use the no form of this command to restore the default.
signal pattern {idle receive | idle transmit | oos receive | oos transmit} bit-pattern
no signal pattern {idle receive | idle transmit | oos receive | oos transmit}Syntax Description
Defaults
Command Modes
Voice-class configuration
Command History
Release Modification12.0(3)XG and 12.0(4)T
This command was introduced on the Cisco MC3810.
12.0(7)XK
Default signaling patterns were defined.
Usage Guidelines
This command defines the signaling patterns that are used to identify the idle and OOS states.
Before configuring the signaling 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. After you finish defining the voice class, you will assign it to a dial peer.
To suppress voice packets whenever the transmit or receive trunk is in the idle state, use the idle receive and idle transmit commands in conjunction with the signal timing idle suppress-voice command.
To define the signaling bit patterns to be sent to the PBX when the trunk is out of service, use the idle receive and oos receive commands.
The oos receive pattern is the pattern sent to the PBX to indicate that the network trunk is out of service. The oos receive pattern is not used for pattern matching against the signaling packets received from the network.
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 expires and no signaling packets have been received, the router will send the idle receive and/or oos receive pattern to the PBX, depending on which pattern is specified by the signal sequence oos command.
Use the busy seized pattern only if the PBX does not have a pattern specifically intended to indicate an OOS state. If the PBX has a specific OOS pattern, use that pattern instead.
Examples
The following example restores default signaling bit patterns for the receive and transmit idle states:
router(config)# voice class permanent 10 router(config-class)# signal keepalive 3 router(config-class)# signal timing idle suppress-voice router(config-class)# no signal pattern idle receive router(config-class)# no signal pattern idle transmit router(config-class)# exitrouter(config)# dial-peer voice 100 vofrrouter(config-dial-peer)# voice-class permanent 10The following example configures non-default signaling bit patterns for the receive and transmit idle states:
router(config)# voice class permanent 10 router(config-class)# signal keepalive 3 router(config-class)# signal timing idle suppress-voice router(config-class)# signal pattern idle receive 0101 router(config-class)# signal pattern idle transmit 0101 router(config-class)# exitrouter(config)# dial-peer voice 100 vofrrouter(config-dial-peer)# voice-class permanent 10The following example restores default signaling bit patterns for the receive and transmit out-of-service states:
router(config)# voice class permanent 10 router(config-class)# signal keepalive 3 router(config-class)# signal timing idle suppress-voice router(config-class)# no signal pattern oos receive router(config-class)# no signal pattern oos transmitrouter(config-class)# exitrouter(config)# dial-peer voice 100 vofrrouter(config-dial-peer)# voice-class permanent 10The following example configures non-default signaling bit patterns for the receive and transmit out-of-service states:
router(config)# voice class permanent 10 router(config-class)# signal keepalive 3 router(config-class)# signal pattern oos receive 0001 router(config-class)# signal pattern oos transmit 0001router(config-class)# exitrouter(config)# dial-peer voice 100 vofrrouter(config-dial-peer)# voice-class permanent 10Related Commands
signal sequence oos
To specify which signaling pattern is sent to the PBX when the far-end keepalive message is lost or AIS is received from the far end, use the signal sequence oos voice-class configuration command. Use the no form of this command to restore the default value.
signal sequence oos {no-action | idle-only | oos-only | both}
no signal sequence oosSyntax Description
Defaults
Both idle and OOS signal patterns are sent.
Command Modes
Voice-class configuration
Command History
Usage Guidelines
Before configuring the idle or OOS signal patterns to be sent, 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. After you finish defining the voice class, you will assign it to a dial peer.
Use this command to specify which signaling pattern(s) to send. Use the signal pattern idle receive or the signal pattern oos receive command to define the bit patterns of the signaling patterns if other than the defaults.
Examples
The following example defines voice class 10, sets the signal sequence oos to send only the idle signal pattern to the PBX, and applies the voice class configuration to VoFR dial peer 100.
router(config)# voice class permanent 10router(config-class)# signal keepalive 3 router(config-class)# signal sequence oos idle-only router(config-class)# signal timing idle suppress-voice 5router(config-class)# exitrouter(config)# dial-peer voice 100 vofrrouter(config-dial-peer)# voice-class permanent 10router(config-dial-peer)# signal-type transparentRelated Commands
signal timing idle suppress-voice
To specify the length of time before the router stops sending voice packets after a trunk goes into the idle state (no call in progress), use the signal timing idle suppress-voice voice-class configuration command. Use the no form of this command to restore the default value.
signal timing idle suppress-voice seconds
no signal timing idle suppress-voiceSyntax Description
seconds
Duration of the idle state in seconds before the transmission of voice packets is stopped. The range is 0 to 65535.
Defaults
The router or concentrator continues to send voice packets when the trunk is idle.
Command Modes
Voice-class configuration
Command History
Release Modification12.0(3)XG
This command was introduced on the Cisco MC3810.
12.0(7)XK
This command was modified to simplify the configuration process.
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. After you finish defining the voice class, you will assign it 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. When the router or concentrator stops sending voice packets after the specified time, signaling packets continue to be sent.
To detect an idle trunk state, the router or concentrator monitors both transmit and receive signaling for the idle transmit and idle receive signaling patterns. These can be configured by the signal pattern idle transmit or signal pattern idle receive command, or they can be the defaults. The default idle receive pattern is the idle pattern of the local voice port. The default idle transmit pattern is the idle pattern of the far-end voice port.
Examples
The following example defines voice class 10, sets the idle detection time to 5 seconds, configures the trunk to use the default transmit and receive idle signal patterns, and applies the voice class configuration to VoFR dial peer 100.
router(config)# voice class permanent 10router(config-class)# signal keepalive 3 router(config-class)# signal timing idle suppress-voice 5router(config-class)# exitrouter(config)# dial-peer voice 100 vofrrouter(config-dial-peer)# voice-class permanent 10router(config-dial-peer)# signal-type transparentRelated Commands
Debug Commands
This section documents new or modified commands. All other commands used on these platforms are documented in the Cisco IOS Release 12.0 command reference publications.
debug vpm trunk_sc
Use the debug vpm trunk_sc privileged EXEC command to enable the display of trunk conditioning supervisory component trace information. The no form of this command disables the display of this information.
debug vpm trunk_sc
no debug vpm trunk_scSyntax Description
This command has no arguments or keywords.
Defaults
Trunk conditioning supervisory component trace information is not displayed.
Command History
Release Modification12.0(7)XK
This command was introduced on the Cisco 2600, 3600, and MC3810 platforms.
Usage Guidelines
Use the debug vpm port command with the slot-number/subunit-number/port argument to limit the debug vpm trunk_sc debug output to a particular port. If you do not use the debug vpm port command, the debug vpm trunk_sc displays output for all ports.
Execution of no debug all will turn off all port level debugging. It is usually a good idea to turn off all debugging and then enter the debug commands you are interested in one by one. This will help to avoid confusion about which ports you are actually debugging.
Examples
The following example shows debug vpm trunk_sc messages for port 1/0/0 on a Cisco 2600 or 3600 series router:
router# debug vpm trunk_scrouter# debug vpm port 1/0/0The following example shows debug vpm trunk_sc messages for port 1/1 on a Cisco MC3810:
router# debug vpm trunk_scrouter# debug vpm port 1/1The following example turns off debug vpm trunk_sc debugging messages:
router# no debug vpm trunk_scRelated Commands
Command Descriptiondebug vpm all
Enables all VPM debugging
debug vpm port
Limits the debug vpm trunk_sc command to a specified port.
show debug
Shows which debug commands are enabled.
