Table Of Contents
Cisco RF Gateway 10 Commands
active
asm
auto-sync
banner lcd
cable clock free-run
cable depi dest-ip
cable depi offset
cable downstream annex
cable downstream frequency
cable downstream if-output
cable downstream interleave-depth
cable downstream interleaver-level
cable downstream lock
cable downstream modulation
cable downstream rf-power
cable downstream rf-shutdown
cable downstream stacking
cable downstream tsid
cable linecard reset
cable mode
cable qam-domain
cable video group
cable video labels
cable video multicast
cable video multicast uplink
cable video psi-interval
cable video servers
cable video table
cable video timeout
cable video udp
class
clear cable clock counters
clear cable depi counters
clear cable video packet
clear cable video server-group statistics
depi-class
depi-tunnel
description
dest-ip
depi eqam-stats
hw-module module power
interface qam
ip
ip multicast-routing
ip rpc portmapper
keepalive retry
l2tp-class
linecard-group internal switch
main-cpu
member slot
mgmt-ip-address mac-address
mode
protect-tunnel
protocol
redundancy
redundancy force-failover main-cpu
redundancy force-switchover
redundancy linecard-group switchover from slot
redundancy reload
redundancy tcc-group switchover from slot
reset interval
retry interval
server
show cable clock
show cable depi-sessions
show cable depi-sessions offset
show cable depi-sessions slot count
show cable heartbeat
show cable image-upgrade bundle
show cable image-upgrade status
show cable image-upgrade version
show cable linecard coreinfo
show cable linecard cpuload
show cable linecard logs
show cable linecard process
show cable linecard version
show cable video label
show cable video multicast uplink
show cable video packet
show cable video route
show cable video server-group
show cable video session
show cable video statistics packet
show controllers linecard
show controllers qam
show depi
show depi session
show depi tunnel
show interfaces qam
show redundancy
show redundancy linecard
show redundancy tcc
show running-config interface qam
ssm
video route
Cisco RF Gateway 10 Commands
This chapter includes a description of all the Cisco RF Gateway 10 (RFGW-10) commands in alphabetical order of the command mnemonic.
For each command, this chapter provides:
•
A short description of the purpose of the command
•
The command syntax
•
The semantics of each parameter in the syntax
•
Parameter default values
•
Command example or examples
•
Related commands
active
To activate the Video Server Group (VSG), use the active command in cable video server configuration mode. To deactivate, use the no form of this command.
active
no active
Syntax Description
This command has no arguments or keywords.
Command Default
No video server group is active.
Command Modes
Cable video server configuration (config-video-servers)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
Only one video server group can be activated.
Examples
The following example shows servergroup1 being activated:
Router#configure terminal
Router(config)#cable video servers servergroup1
Router(config-video-servers)#protocol gqi
Router(config-video-servers)#server 10.10.10.1
Router(config-video-servers)#mgmt-ip-address 172.16.22.1 mac-address 1234.abcd.4e4e
Router(config-video-servers)#active
Router(config-video-servers)# exit
Related Commands
Command
|
Description
|
cable video servers
|
Enters cable video server mode for configuring external control servers.
|
mgmt-ip-address mac-address
|
Configures the management port IP address and MAC address.
|
protocol
|
Configures the protocol used by the external server.
|
server
|
Configures the IP address of the external server.
|
asm
To configure an Any Source Multicast (ASM) definition, use the asm command in cable video label configuration mode. To remove the ASM label, use the no form of this command.
asm label {filter pid pid-list | group IP-address [cbr | GigabitEthernet | TenGigabitEthernet
interface | bitrate bps | jitter ms] }
no asm label [filter pid {all | pid-list}]
Syntax Description
label
|
Specifies the name of the session.
|
filter
|
Adds or deletes a filter to the video session.
|
pid
|
Sets filtering of PIDs for pass-though video sessions.
|
pid-list
|
Specifies the PIDs or the range of PIDs or both to be dropped for the video session. The PID range is specified in "lower_pid - upper_pid" format. All PIDs must be within 1 to 8190 inclusively.
PIDs and PID ranges are to be separated by commas. A space is required before and after the commas and hyphens.
|
all
|
Deletes all filtered PIDs. This keyword is applicable to the no form of the command.
|
group
|
Indicates the multicast group.
|
IP-address
|
Specifies the destination IP address.
|
cbr
|
(Optional) Specifies that the session is supposed to be constant bitrate.
|
GigabitEthernet
|
(Optional) Indicates the Gigabit Ethernet interface. Valid slot range is 1 to 12 and port range is 3 through 6, 13 and 14.
|
TenGigabitEthernet
|
(Optional) Indicates the 10-Gigabit Ethernet interface. Valid slots and ports are 1 and 2.
|
interface
|
Specifies the interface slot and port.
|
bitrate
|
(Optional) Sets the bitrate allocated for the session.
|
bps
|
(Optional) Specifies the bitrate value. Valid range is 1 to 52000000 bps. Default is 3.75 Mbps
|
jitter
|
(Optional) Specifies the amount of jitter allowed in a network.
|
ms
|
(Optional) Specifies the jitter value. Valid range is 10 to 200 ms. Default is 200 ms.
|
Command Default
This command has no default behavior or values.
Command Modes
Cable video label configuration (cfg-video-lbl)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
12.2(50)SQ1
|
Added the filter keyword to the command to allow filtering of PIDs for pass-through video sessions.
|
Usage Guidelines
The Cisco RFGW-10 supports Any Source Multicast (ASM). An ASM session is identified by the group IP address.
Filtering of PIDs is applicable for pass-through video sessions. It is intended for filtering of unreferenced PIDs. No PMT regeneration will be performed even if PIDs referenced in the PMT are filtered. Up to 32 PIDs can be filtered per session. Up to eight PIDs or PID ranges can be specified in one CLI line. Multiple CLI lines can be used to specify the PID filter.
An ASM video session can be mapped to multiple QAM channels. All cloned sessions of the same video label share the same attributes, including the filtered PID list.
The no form of the command with filter pid keyword removes the PIDs from the filtered PID set. A subset of the filtered PID set can be removed with this form.
The no form of the command without the filter pid keyword removes the ASM label and the associated filter PID list if it exists.
Note
To avoid oversubscription, ensure that the actual bitrate of the video session does not exceed the allocated bitrate.
Examples
The following example shows the ASM configuration on the Cisco RFGW-10:
Router# configure terminal
Router(config)# cable video labels
Router(cfg-video-lbl)# asm asm1 group 233.1.1.1 bitrate 3750000
The following example shows an ASM configuration with filtering configured:
Router# configure terminal
Router(config)# cable video labels
Router(cfg-video-lbl)# asm asm1 group 233.1.1.1 bitrate 3750000
Router(cfg-video-lbl)# asm asm1 filter pid 34 , 21 , 40 - 45
Router(cfg-video-lbl)# exit
Related Commands
Command
|
Description
|
cable video labels
|
Enters the cable video label configuration.
|
cable video multicast
|
Configures video multicast sessions on the QAM interface.
|
show cable video label
|
Displays the labels configured on the chassis.
|
ssm
|
Configures an SSM video session definition.
|
auto-sync
To enable automatic synchronization of the configuration files in NVRAM, use the auto-sync command in the main CPU redundancy configuration mode. To disable automatic synchronization, use the no form of this command.
auto-sync {startup-config | config-register | bootvar | running-config | standard}
no auto-sync {startup-config | config-register | bootvar | standard}
Syntax Description
startup-config
|
Specifies synchronization of the startup configuration files.
|
config-register
|
Specifies synchronization of the configuration register values.
|
bootvar
|
Specifies synchronization of the following boot variables:
• BOOT—Set by the boot system device:filename command.
• CONFIG_FILE—Set by the boot config device:filename command.
• BOOTLDR—Set by the boot bootldr device:filename command.
|
running-config
|
Specifies synchronization of the running configuration files.
|
standard
|
Specifies synchronization of all of the system files (startup configuration, boot variables, and running config configuration registers).
|
Command Default
At the Cisco RF Gateway 10 chassis level, all the system files are synchronized by default.
Command Modes
Main CPU redundancy configuration (config-r-mc)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
We recommend that you use the auto-sync standard command to ensure that all system files are synchronized between the two Supervisor modules. The no auto-sync command is not used in production plants.
Examples
The following example shows the synchronization of all system files on the Cisco RFGW-10 chassis:
Router#configure terminal
Router(config)#redundancy
Router(config-red)#main-cpu
Router(config-r-mc)#auto-sync standard
Related Commands
Command
|
Description
|
main-cpu
|
Enters the main CPU redundancy configuration mode.
|
redundancy
|
Enters the redundancy configuration mode.
|
banner lcd
To configure the string on the front panel display, use the banner lcd command in global configuration mode. To disable the string, use the no form of this command.
banner lcd text
no banner lcd
Syntax Description
text
|
Specifies the information that is displayed on the front panel.
|
Command Default
The platform hostname is displayed by default.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
You can use this command to specify additional information when identifying the chassis or including extra contact information.
Examples
The following example shows the configuration of the banner on the Cisco RFGW-10:
Router#configure terminal
Router(config)#banner lcd This is RFGW-10.
cable clock free-run
To set the clock in free-run mode, use the cable clock free-run command in global configuration mode. To disable the clock from free-run mode, use the no form of this command.
cable clock slot free-run
no cable clock slot free-run
Syntax Description
slot
|
Specifies the slot in the TCC card. Valid slots are 13 and 14.
|
Command Default
The clock is not in free-run mode.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
We recommend to avoid running free-run mode in a Timing, Communication and Control (TCC) card server and client setup.
Examples
The following example shows the configuration of the TCC card in slot 13 in the free-run state:
Router(config)# cable clock 13 free-run
Related Commands
Command
|
Description
|
clear cable clock counters
|
Clears DTI client transition counters of a TCC DTI card.
|
show cable clock
|
Displays information on DTI client, and server statistic counts, and path traceability of a TCC card.
|
cable depi dest-ip
To configure Downstream External PHY Interface (DEPI) sessions manually on QAM line cards, use the cable depi dest-ip command in the QAM subinterface configuration mode. To remove a session, use the no form of this command.
cable depi dest-ip IP address session-id session ID
no cable depi dest-ip IP address session-id session ID
Syntax Description
IP address
|
IP address of the destination network.
|
session-id
|
ID of the DEPI session.
|
session ID
|
Specifies the session ID. Valid session IDs are from 1 to 4294967295
|
Command Default
This command has no default behavior or values.
Command Modes
QAM subinterface configuration (config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command is used to configure DEPI sessions manually instead of signalled remote sessions. When you configure a DEPI session on the QAM channel, a route is established.
Examples
The following example shows DEPI sessions created manually created on a QAM line card 7 on the Cisco RFGW-10:
Router(config)#interface qam-red 7/1.1
Router(config-subif)#cable mode depi local
Router(config-subif)#cable depi dest-ip 10.1.1.1 session-id 6
Related Commands
Command
|
Description
|
cable depi offset
|
Sets the DOCSIS Timing Offset (DTI) value for the DEPI session.
|
cable mode depi
|
Sets the mode and usage of a QAM channel on a line card.
|
show cable depi-sessions
|
Displays the DEPI sessions configured on the Cisco RFGW-10.
|
cable depi offset
To set the DOCSIS timing offset on the QAM channel for a line card in a Downstream External PHY Interface (DEPI), use the cable depi offset command in global configuration mode and QAM interface and subinterface configuration mode. To disable the offset, use the no form of this command.
cable depi offset ticks
no cable depi offset ticks
Syntax Description
ticks
|
Specifies the offset value. Valid range is from 0 to 32768 for 1/10.24 MHz. Default is 0.
|
Command Default
This command has no default behavior or values.
Command Modes
Global configuration (config)
QAM interface and subinterface configuration (config-if and config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command sets the DOCSIS timing offset (DTI) for a QAM channel in a DEPI mode. The DTI Offset enables DOCSIS timing offset adjustment per QAM channel. The actual timing offset needs to be measured on each QAM channel.
To configure all the QAM ports to the same timing offset, use the cable depi offset command at the port level. However, this sets the offset value on all the QAM channels on that port.
You can also configure the entire chassis with the same timing offset.
Examples
The following example shows how to configure the timing offset adjustment on slot 7 RF port 3:
Router(config)# interface qam 7/3
Router(config-if)# cable depi offset 950
The following example shows how to configure the timing offset adjustment on line card slots 3 and 5 RF port range 1 - 12. The timing offset value of line card slots 3 and 5 will be adjusted by 150 ticks.
Router(config)# interface range qam 3/1 - 12, qam 5/1 - 12
Router(config-if-range)# cable depi offset 150
The following example shows the DTI offset being set to 324 ticks on QAM channels:
Router(config)#interface qam-red 3/1.1
Router(config-subif)#cable mode depi local
Router(config-subif)#cable depi offset 324
Related Commands
Command
|
Description
|
cable depi dest-ip
|
Sets the destination IP address for a DEPI session.
|
cable mode depi
|
Sets the mode and usage of a QAM channel on a line card.
|
cable downstream annex
To set the Moving Picture Experts Group (MPEG) framing format for a downstream port on a cable interface line card to Annex A (Europe), Annex B (North America), or Annex C (Japan), use the cable downstream annex command in QAM interface and subinterface configuration mode.
cable downstream annex {A | B | C}
Syntax Description
A
|
Annex A: The downstream uses the EuroDOCSIS J.112 standard.
|
B
|
Annex B: The DOCSIS-compliant cable plants that support North American channel uses ITU J.83 Annex B downstream radio frequency.
|
C
|
Annex C: A variant of DOCSIS 1.1 designed to operate in Japanese cable systems.
|
Command Default
Annex B is the default for all Cisco cable interface line cards.
Command Modes
QAM interface and subinterface configuration (config-if and config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for Cisco RF Gateway 10 was added.
|
Usage Guidelines
The Cisco RFGW-10 supports Annex A, Annex B, and Annex C operation.
Executing port level commands such as cable downstream annex, cable downstream modulation, cable downstream stacking, cable downstream frequency and, cable downstream rf-power at the QAM channel level modifies all the QAM channels on that port.
Note
If the annex is changed, the cable modems may go offline.
Examples
The following example shows how to set the MPEG framing format to Annex B on a Cisco RFGW-10:
Router# configure terminal
Router(config)# interface qam 3/1
Router(config-if)# cable downstream annex B
Related Commands
Command
|
Description
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
cable downstream frequency
To set the downstream center frequency in the cable interface line card to reflect the digital carrier frequency of the downstream radio frequency carrier (the channel) for that downstream port, use the cable downstream frequency command in QAM interface and subinterface configuration mode. Use the no form of this command on the cable interfaces with an integrated upconverter to unset the downstream frequency and to disable the RF output from the integrated upconverter.
cable downstream frequency down-freq-hz
no cable downstream frequency
Syntax Description
down-freq-hz
|
The known center frequency of the downstream carrier in Hertz (the valid range is 57,000,000 to 999,000,000). The usable range depends on whether the downstream is configured for DOCSIS or EuroDOCSIS values:
• DOCSIS = 88,000,000 to 855,000,000 MHz
• Extended frequency range = 70,000,000 to 855,000,000 MHz
• EuroDOCSIS = 112,000,000 to 858,000,000 MHz
Cisco IOS supports a superset of these standards, and setting a frequency value outside these limits violates the DOCSIS or EuroDOCSIS standards. Cisco does not guarantee the conformance of the downstream and upconverter outputs when using frequencies outside the DOCSIS or EuroDOCSIS standards.
|
Command Default
The default frequency on the Cisco RF Gateway 10 is 501 Mhz.
Command Modes
QAM interface and subinterface configuration (config-if and config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
You must set the downstream frequency of the RF output to match the expected input frequency of the upconverter. To do this, you enter the fixed center frequency of the downstream channel for the downstream port. (You can also select a default that does not set a specific fixed value.) The valid range for a fixed center frequency is 57,000,000 to 999,000,000 Hz. To install an IF-to-RF upconverter in the downstream path, you can use the center frequency to configure an IF-to-RF upconverter.
Note
The downstream center frequency is set to 501 MHz on all first QAM channels on a port. But, if the QAM channel is in the rf-shut mode, you are required to set the frequency settings on all of the QAM channels on the Cisco RF Gateway 10 before enabling them.
The digital carrier frequency is specified to be the center of a 6.0 MHz channel. For example, EIA channel 95 spans 90.000 to 96.000 MHz. The center frequency is 93.000 MHz, which is the digital carrier frequency that should be configured as the downstream frequency. The typical range for current CATV headends is 88,000,000 to 860,000,000 Hz.
Note
This command is executed at both the QAM interface as well as the QAM subinterface level. Executing at the subinterface level changes all of the frequencies on that QAM interface. The frequencies are separated by a number determined by the annex.
Note
DOCSIS allows downstreams to use any center frequency from 88,000,000 to 855,000,000 MHz. However, when most cable modems are switched on, they scan the downstream frequencies in the NTSC channel plan. If a valid downstream is not found, the cable modems scan the remaining frequencies. For speedy and efficient registration times, we recommend you to configure downstreams to the frequencies specified in the NTSC channel plan.
Examples
The following example shows how to set the downstream center frequency display value on a Cisco RFGW-10:
Router(config)# interface qam 3/1.1
Router(config-subif)# cable downstream frequency 520000000
Related Commands
Command
|
Description
|
cable downstream annex
|
Sets the MPEG framing format for a downstream port on a cable interface line card to Annex A (Europe), Annex B (North America) and Annex C (Japan).
|
cable downstream rf-power
|
Configures the specified RF output power on the integrated upconverter.
|
cable downstream rf-shutdown
|
Enables or disables the RF output from the integrated upconverter.
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
cable downstream if-output
To activate a downstream port on a cable interface and to generate a standard modulated signal or a test signal, use the cable downstream if-output command in QAM interface and subinterface configuration mode. To disable all signal output on the intermediate frequency (IF) carrier and to shut down the interface, use the no form of this command.
cable downstream if-output [continuous-wave]
no cable downstream if-output
Syntax Description
continuous-wave
|
Displays an unmodulated carrier signal on the downstream, disabling normal data network operations.
|
Command Default
The downstream interface is enabled for normal data use.
Command Modes
QAM interface and subinterface configuration (config-if and config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
You can use the cable downstream if-output command to perform the following actions:
•
Configure a downstream to relay a modulated signal
•
Transmit data over the Hybrid Fiber Coaxial (HFC) cable network
•
Test the cable plant
•
Disable the interface
cable downstream if-output continuous-wave—Generates an unmodulated, continuous sine wave on the downstream interface. You can use a spectrum analyzer to verify the frequency, amplitude, and power of the wave. You can use the cable downstream if-output command to test the signal continuity on the downstream until you resume normal modulated operations.
no cable downstream if-output—Terminates all signal output and shuts down the downstream interface. The interface is disabled until you reactivate the downstream using the cable downstream if-output command.
Examples
The following example shows how to enable downstream on QAM interface 3 on the Cisco RFGW-10:
Router# configure terminal
Router(config)# interface qam 3/1.1
Router(config-subif)# cable downstream if-output
Related Commands
Command
|
Description
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
cable downstream interleave-depth
To set the downstream interleave depth, use the cable downstream interleave-depth command in QAM interface and subinterface configuration mode. To restore the default setting, use the no form of this command.
cable downstream interleave-depth {1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 12 | 14}
no cable downstream interleave-depth
Syntax Description
The following interleave depth values are supported on the Cisco RF Gateway 10:
1
|
(RFGW_MB_FEC-I-128-J-1)
|
Indicates the downstream interleave depth in number of rows of code words.
|
2
|
(RFGW_MB_FEC-I-128-J-2)
|
3
|
(RFGW_MB_FEC-I-64-J-2)
|
4
|
(RFGW_MB_FEC-I-128-J-3)
|
5
|
(RFGW_MB_FEC-I-32-J-4)
|
6
|
(RFGW_MB_FEC-I-128-J-4)
|
7
|
(RFGW_MB_FEC-I-16-J-8)
|
8
|
(RFGW_MB_FEC-I-128-J-5)
|
9
|
(RFGW_MB_FEC-I-8-J-16)
|
10
|
(RFGW_MB_FEC-I-128-J-6)
|
12
|
(RFGW_MB_FEC-I-128-J-7)
|
14
|
(RFGW_MB_FEC-I-128-J-8)
|
Command Default
The default interleave depth value is 5 (I=32, J=4). The default downstream level is 2.
Command Modes
QAM interface and subinterface configuration (config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
This command sets the minimum latency of the system. A higher interleave depth relays the bits of each code word over a great transmission time and protects the noise bursts on the hybrid fiber coaxcial (HFC) network.
Interleave transmissions do not transmit each code word by itself, but instead relay the bits from multiple code words at the same time. This noise burst affects the minimum number of bits per code word and allows the Forward Error Correction (FEC) algorithm a greater chance of detecting and correcting any transmission errors.
A higher interleave depth transmits bits from a greater number of code words, increasing the efficacy of the FEC algorithm. However, a higher depth also increases downstream latency, which might slow TCP/IP throughput for some configurations, so you need to choose an interleave depth appropriate to the plant's noise levels and application needs.
If your cable plant is experiencing high noise levels, increase the default value of 32 to 64. For plants with exceptionally high noise levels, increase the interleave value to 128 to secure the cable network from noise bursts.
Low interleave depth values cause some packet loss on HFC networks, because burst noise lasts beyond the error correction block correctable length. However, on cable plants with exceptionally low noise levels, we recommend you to use the default value of 32, and then try an interleave of either 16 or 8 to confirm an increase in performance without increasing the number of errors that result from noise.
Table 3-1 shows interleave characteristics and their relation to one another.
Table 3-1 DOCSIS Downstream Cable Interleave Descriptions
I (Number of Taps)
|
J (Increment)
|
Burst Protection
64-QAM/256 QAM
|
Latency
64-QAM/256 QAM
|
8
|
16
|
5.9 microseconds/4.1 milliseconds
|
0.22 ms/0.15 ms
|
16
|
8
|
12 microseconds/8.2 milliseconds
|
0.48 ms/0.33 ms
|
32
|
4
|
24 microseconds/16 milliseconds
|
0.98 ms/0.68 ms
|
64
|
2
|
47 microseconds/33 milliseconds
|
2.0 ms/1.4 ms
|
128
|
1
|
95 microseconds/66 milliseconds
|
4.0 ms/2.8 ms
|
Note
Table 3-1 does not apply to EuroDOCSIS cable plants because the interleave depth for EuroDOCSIS cable interfaces is fixed.
Note
Executing this command at the QAM channel level (sub interface) changes the interleave level of that subinterface. However, executing the command at the QAM port level (interface), changes the interleaver levels of all QAM channels on that QAM port.
Examples
The following example shows downstream I/J values to 128/5 on QAM interface 3 on Cisco RFGW-10:
Router# configure terminal
Router(config)#interface qam 3/1.1
Router(config-subif)#cable downstream interleave-depth 8
Related Commands
Command
|
Description
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
cable downstream interleaver-level
To set the downstream interleave level, use the cable downstream interleaver-level command in QAM subinterface configuration mode. To restore the default setting, use the no form of this command.
cable downstream interleaver-level {1 | 2}
no cable downstream interleaver-level
Syntax Description
The following level values are supported on Cisco RF Gateway 10:
1
|
Indicates the downstream interleaver level. Default is 2.
|
2
|
Command Default
The default interleaver level is 2.
Command Modes
QAM subinterface configuration (config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command modifies the interleaver level on the downstream radio frequency carrier on a downstream QAM channel. Interleaver level indicates modifiable FEC I/J values. Level 1 indicates non-modifiable FEC I/J values. The I/J values are set to 128/1. For level 2, there are different FEC I/J values that can be configured.
Examples
The following example shows the interleaver level value set to 2 on QAM subinterface 3:
Router# configure terminal
Router(config)#interface qam 3/1.1
Router(config-subif)#cable downstream interleaver-level 1
Related Commands
Command
|
Description
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
cable downstream lock
To lock a downstream port on the cable interface, use the cable downstream lock command in QAM interface and subinterface configuration mode. To unlock, use the no form of this command.
cable downstream lock
no cable downstream lock
Syntax Description
This command has no arguments or keywords.
Command Default
The lock is not set on QAM interfaces.
Command Modes
QAM interface and subinterface configuration (config-if and config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command is used to set the configuration lock on the downstream QAM interfaces on a Cisco RFGW-10 QAM line card. Setting this lock prohibits the user from modifying any RF parameters on that QAM channel. If the lock is set at the port level, then all the QAM Channels on that port will be locked.
Executing this command at a QAM channel level (subinterface) modifies the only the QAM channel. However, executing the command at a QAM port level (interface) modifies all QAM channels (subinterfaces) on that interface.
Examples
The following example shows how to set the downstream lock on QAM interface 3 on a Cisco RFGW-10:
Router# configure terminal
Router(config)# interface qam 3/1.1
Router(config-subif)# cable downstream lock
Related Commands
Command
|
Description
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
cable downstream modulation
To set the modulation format for a downstream port on a cable interface line card, use the cable downstream modulation command in QAM interface and subinterface configuration mode.
cable downstream modulation {64 | 256}
Syntax Description
64
|
Modulation rate is 6 bits per downstream symbol.
|
256
|
Modulation rate is 8 bits per downstream symbol.
|
Command Default
The default modulation rate is 64 QAM.
Command Modes
QAM interface and subinterface configuration (config-if and config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
Executing port level commands such as cable downstream annex, cable downstream modulation, cable downstream stacking, cable downstream frequency, and cable downstream rf-power at the QAM channel level modifies all the QAM channels on that port.
Examples
The following example shows how to set the downstream modulation to 256 QAM on a Cisco RFGW-10:
Router# configure terminal
Router(config)# interface qam 3/1.1
Router(config-subif)# cable downstream modulation 256
Related Commands
Command
|
Description
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
cable downstream rf-power
To set the RF power output level on the Cisco RF Gateway 10, use the cable downstream rf-power command in QAM interface and subinterface configuration mode. To reset the RF output power level to its default value, use the no form of this command.
cable downstream rf-power {power-level}
no cable downstream rf-power {power-level}
Syntax Description
power-level
|
Desired RF output power level in dBmV.
|
Command Default
The default values set are as follows for the different stacking levels:
1:1 stacking—44 dBmV
2:1 stacking—47 dBmV
4:1 stacking—40 dBmV
Command Modes
QAM interface and subinterface configuration (config-if and config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
The stacking level on Cisco RFGW-10 are as follows:
1:1 stacking—30 dBmV ~ 61 dBmV, default is 44 dBmV
2:1 stacking—30 dBmV ~ 57 dBmV, default is 47 dBmV
4:1 stacking—30 dBmV ~ 53 dBmV, default is 40 dBmV
The official range for acceptable power levels in the DOCSIS standard depends on the stacking level. The DOCSIS levels are as follows:
1:1 stacking—52 dBmV ~ 60 dBmV
2:1 stacking—48 dBmV ~ 56 dBmV
4:1 stacking—44 dBmV ~ 52 dBmV
Note
Cisco cable interfaces exceed the DOCSIS standard, but power levels outside the DOCSIS standards should be used only in lab and test environments.
Note
Executing port level commands such as cable downstream annex, cable downstream modulation, cable downstream stacking, cable downstream frequency, and cable downstream rf-power at the QAM channel level modifies all the QAM channels on that port.
Examples
The following example shows the integrated upconverter on a Cisco RFGW-10 configured for an RF output power level of 50 dBmV:
Router(config)# interface qam 3/1.1
Router(config-subif)# cable downstream rf-power 50
Related Commands
Command
|
Description
|
cable downstream frequency
|
Configures the downstream center frequency on the integrated upconverter.
|
cable downstream rf-shutdown
|
Enables or disables the RF output from the integrated upconverter.
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
cable downstream rf-shutdown
To disable the RF output from an integrated upconverter on a Cisco RF Gateway 10, use the cable downstream rf-shutdown command in QAM interface and subinterface configuration mode. To enable the RF output on the integrated upconverter, use the no form of this command.
cable downstream rf-shutdown
no cable downstream rf-shutdown
Syntax Description
This command has no arguments or keywords.
Command Default
The RF output is disabled on the upconverter.
Command Modes
QAM interface and subinterface configuration (config-if and config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
Executing this command at the port level command modifies all the QAM channels on that port. However no channel is affected if the command is executed at the channel level.
Examples
The following example enables the integrated upconverter on the Cisco RFGW-10:
Router(config)#configure terminal
Router(config-if)#interface qam 3/1.1
Router(config-subif)#cable downstream rf-shutdown
Related Commands
Command
|
Description
|
cable downstream frequency
|
Configures the downstream center frequency on the integrated upconverter.
|
cable downstream rf-power
|
Configures the desired RF output power on the integrated upconverter.
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
cable downstream stacking
To configure frequency stacking, use the cable downstream stacking command in QAM interface and subinterface configuration mode.
cable downstream stacking stacking
Syntax Description
stacking
|
Specifies the stacking level in the RF port. Valid levels are 1, 2 and 4.
|
Command Default
The stacking level is set to 1:4 on all RF ports.
Command Modes
QAM interface and subinterface configuration (config-if and config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
You can configure the stacking level on the RF port and enable the appropriate QAM channels:
•
QAM channel 1 is enabled on the specified RF port for stacking level 1.
•
QAM channels 1 and 2 are enabled on the specified RF port for stacking level 2.
•
QAM channels 1, 2, and 4 are enabled on the specified RF port for stacking level 4.
Note
Executing port level commands such as cable downstream annex, cable downstream modulation, cable downstream stacking, cable downstream frequency, and cable downstream rf-power at the QAM channel level modifies all the QAM channels on that port.
Examples
The following example shows how to configure the downstream channel on the QAM interface for frequency stacking of 4.
Router# configure terminal
Router(config)# interface qam 3/1
Router(config-if)# cable downstream stacking 4
Related Commands
Command
|
Description
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
cable downstream tsid
To configure the Transport Stream Identifier (TSID) value on the QAM subinterface, use the cable downstream tsid command in QAM subinterface configuration mode. To reset the QAM channel to 0, use the no form of this command.
cable downstream tsid id
no cable downstream tsid
Syntax Description
id
|
Specifies the TSID value for the QAM subinterface. Valid TSID values are from 0-65535.
|
Command Default
The TSID value is set to 0 on all QAM interfaces.
Command Modes
QAM subinterface configuration (config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command ensures that each downstream QAM channel has a unique ID when there are multiple Cisco Cable Modem Termination System (CMTS) routers at a headend facility. This ID uniquely defines the QAM channel in the cable headend.
The TSID value is overwritten with a new value if there are no sessions established on that QAM channel. However, if a session exists with the specified QAM channel, the new TSID value being configured is rejected.
Note
TSID values are unique and duplicate TSID values are not allowed.
The no form of the command resets the TSID value of the QAM channel to 0.
Examples
The following example configures the downstream channel on the QAM subinterface with a TSID value of 44:
Router# configure terminal
Router(config)# interface qam 3/1.1
Router(config-subif)# cable downstream tsid 44
Related Commands
Command
|
Description
|
show controllers qam
|
Displays cable downstream information configured on the QAM channel and port.
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
cable linecard reset
To partially reset the line card, use the cable linecard reset command in privileged EXEC configuration mode.
cable linecard slot reset
Syntax Description
slot
|
Specifies the line card slot. Valid slot numbers are 3 to 12.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command partially resets the line card and the CPU. The front panel SFP (small form-factor pluggable) module continues to process the data.
Examples
The following example shows a partial reset of the line card in slot 3:
Router#cable linecard 3 reset
Related Commands
Command
|
Description
|
hw-module slot reset
|
Resets the line card on the chassis.
|
cable mode
To set the mode of the QAM channel, use the cable mode command in QAM subinterface configuration mode. To remove this setting, use the no form of this command.
cable mode {depi | video} {local | remote} [learn]
no cable mode {depi | video} {local | remote} [learn]
Syntax Description
depi
|
Specifies the DEPI mode of the QAM channel.
|
video
|
Specifies the video mode of the QAM channel.
|
local
|
Specifies that the QAM channel is manually configured.
|
remote
|
Specifies that the QAM channel is remotely configured.
|
learn
|
(Optional) Specifies that the QAM channel is in learn mode and the RFGW-10 can learn the channel configuration from the M-CMTS. All QAM channels on a single port must be in learn mode for this configuration to work.
|
Command Default
No cable mode is set on the QAM channel.
Command Modes
QAM subinterface configuration (config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
12.2(50)SQ
|
This command was modified to add remote and learn keywords.
|
Usage Guidelines
QAM channels on the Cisco RFGW-10 are characterized based on their usage mode and ownership. QAM channels within a QAM port are configured in DEPI or video mode.
Note
Ensure that you configure the same mode on all channels of a port.
Each QAM channel is configured locally via CLI or remotely through a signaling protocol such as Modular Cable Modem Termination System (M-CMTS) Downstream External PHY Interface (DEPI), Data Network Control Station (DNCS) Generic QAM Interface (GQI), or Next Generation On Demand NGOD R6. These protocols are used for both DEPI and video usage modes. If a QAM channel is used for remote setup, it cannot be locally configured.
Note
If other QAM channels on a single port are set to a different mode, the configuration of a QAM channel may fail.
Tip
Before changing the existing cable mode of a channel on a port, the no cable mode command should be executed.
Examples
The following example shows the configuration of subinterface 7/1.1 using DEPI mode locally on a Cisco RFGW-10:
Router(config)# interface qam-red7/1.1
Router(config-subif)#cable mode depi local
The following example shows the configuration of subinterface 6/4.1 with DEPI in learn
mode on a Cisco RFGW-10:
Router(config)# interface qam 6/4.1
Router(config-subif)# cable mode depi remote learn
Related Commands
Command
|
Description
|
show depi tunnel
|
Displays all active control connections.
|
show depi session
|
Displays established DEPI data sessions.
|
show running-config interface qam
|
Displays the downstream configuration of a QAM channel.
|
cable qam-domain
To configure a QAM domain, use the cable qam-domain command in global configuration mode.
cable qam-domain qam-domain
Syntax Description
qam-domain
|
Indicates the QAM domain. Valid range is from 1 to 20.
|
Command Default
This command has no default behavior or values.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
A QAM domain is a logical grouping of QAM blocks sharing the same IP addresses for their unicast sessions. Only 20 QAM domains can exist on the Cisco RFGW-10. The QAM domains are numbered from 1 to 20. A QAM domain can contain any number of QAM blocks.
Note
A QAM block can be present only in one QAM domain.
A QAM domain is configured with a local and a remote IP address. All local unicast sessions in the QAM domain use the local IP address as their destination IP address. All remote unicast sessions use the remote IP address as their destination IP address. The local and the remote IP address can be the same or different. However, in a QAM domain which uses the same IP address, a QAM block cannot be designated as local and remote.
The following conditions must be followed while creating QAM domains:
•
A QAM block can belong to only one QAM domain.
•
Multiple QAM blocks can belong to a single QAM domain.
•
An IP address cannot be configured in more than one QAM domain.
•
Removing a QAM domain results in removal of its IP addresses, video routes and sessions.
The cable qam-domain command creates groups of QAM channels. In the Cisco RFGW-10, you can configure 20 QAM domains and assign QAM blocks to each domain.
Examples
The following example creates QAM domain 3:
Router#configure terminal
Router(config)#cable qam-domain 3
Related Commands
Command
|
Description
|
ip
|
Specifies the destination IP address for video or remote sessions on the QAM domain.
|
video route
|
Specifies the route for a local or video session.
|
cable video group
To create a group of unicast video sessions, use the cable video group command in global and QAM interface and subinterface configuration mode. To remove the group, use the no form of this command.
cable video group sessions udp port {increment increment program prog-num | program
prog-num} [bitrate bps | increment increment | jitter ms] [repeat | qam(-red) slot
/port.channel]
no cable video group sessions udp port {increment increment program prog-num | program
prog-num} [bitrate bps | increment increment | jitter ms] [repeat | qam (-red) slot
/port.channel]
Syntax Description
sessions
|
Specifies the number of sessions in a group. Valid group range is 2 to 30.
|
udp
|
Specifies UDP as the protocol.
|
port
|
Specifies the UDP port used. Valid UDP port range is 1 to 65535.
|
increment
|
Adds the increment value to the group UDP sessions.
|
increment
|
Specifies the increment value of the UDP port. Valid range is 1 to 10000.
|
program
|
Sets the first program.
|
prog-num
|
Specifies the program number. Valid range is 1 to 65535.
|
bitrate
|
(Optional) Sets bitrate for group sessions.
|
bps
|
(Optional) Specifies the bitrate value. Valid range is 1 to 52000000 bps.
|
jitter
|
(Optional) Sets the jitter for group sessions.
|
ms
|
(Optional) Specifies the jitter value. Valid range is between 10 to 200 ms.
|
repeat
|
(Optional) Creates cloned video sessions over a range of QAM channels.
|
qam (-red)
|
(Optional) Identifies the QAM interface.
|
slot
|
(Optional) Specifies the slot on the QAM interface. Valid range is 3 to 12.
|
port
|
(Optional) Specifies the port on the slot. Valid port range is 1 to 12.
|
channel
|
(Optional) Specifies the channel on the port. Valid range is 1 to 4.
|
Command Default
This command has no default behaviour or values.
Command Modes
Global configuration (config)
QAM interface and subinterface configuration (config-if and config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command allows you to configure a group of video unicast sessions within a QAM channel and over a range of QAM channels.
Note
The QAM subinterface must be set to cable video local mode.
The optional repeat keyword is used to indicate whether the program numbers are to be repeated for all QAM channels.
Note
If increment keyword is not specified, an increment of 1 is added to the group.
Examples
The following example shows a configuration of a video group for three video sessions with an increment of one:
Router#configure terminal
Router(config)#interface qam 3/1.2
Router(config-subif)#cable mode video local
Router(config-subif)#cable video group 3 udp 3 program 2 increment 1 jitter 12
The following example configures ten cloned video sessions for all QAM channels on slot 3:
Router#configure terminal
Router(config)#cable video group 10 udp 3 increment 2 program 3 repeat qam 3/1.2-3/6.4
Related Commands
Command
|
Description
|
show cable video session
|
Displays the video session on the RF Gateway 10.
|
cable video labels
To configure video session labels, use the cable video labels command in global configuration mode.
cable video labels
Syntax Description
This command has no arguments or keywords.
Command Default
This command has no default behavior or values.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command is used to set video session configuration labels. Cisco RFGW-10 supports both Any Source Multicast (ASM) and Source Specific Multicast (SSM) video sessions. An ASM session is identified by the destination IP address. An SSM session is identified by the source or group IP address pairs. You can specify a maximum of three multicast address pairs in an SSM multicast session.
Examples
The following example shows an ASM label on the Cisco RFGW-10:
Router#configure terminal
Router(config)#cable video labels
Router(cfg-video-lbl)#asm asm1 group 1.2.2.2
The following example configures an SSM label on the Cisco RFGW-10:
Router# configure terminal
Router(config)#cable video labels
Router(cfg-video-lbl)#ssm ssm1 source 2.2.22.2 group 1.1.11.1 bitrate 34
Related Commands
Command
|
Description
|
asm
|
Configures the Any Source Multicast (ASM) session definition.
|
cable video multicast
|
Configures ASM or SSM video session on the QAM interface.
|
ssm
|
Configures the Source Specific Multicast (SSM) session definition.
|
cable video multicast
To configure video multicast sessions on a QAM interface, use the cable video multicast command in QAM subinterface configuration mode. To deconfigure the multicast session, use the no form of this command.
cable video multicast label {data | passthru | program prog-num}
no cable video multicast label {data | passthru | program prog-num}
Syntax Description
label
|
Specifies the multicast session label definition created for ASM or SSM.
|
data
|
Adds a data-piping session to the QAM interface.
|
passthru
|
Adds a pass-through session to the QAM interface.
|
program
|
Adds a VoD session to the QAM interface.
|
prog-num
|
Specifies the program number.
|
Command Default
ASM and SSM labels are configured on the chassis.
Command Modes
QAM subinterface configuration (config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on Cisco RF Gateway 10.
|
Usage Guidelines
A video session contains input attributes, processing type, and output attributes.
The input attributes include:
•
Input type (ASM or SSM)
•
Input port information (destination UDP port or labels)
•
Allocated bitrate
•
Jitter buffer size
The output processing types are as described as follows:
•
Data-piping: All the input Program Identifiers (PID)s are preserved to the output. No Program Specific Information (PSI) processing and dejittering is performed.
•
Pass-through: All input program numbers and PIDs are preserved to the output. In general, only one pass-through session is present on the QAM channel.
•
Remapped: The output program number and PIDs are different from the input. The output program number is configured and output PIDs are selected on the program number.
The output attributes include the output QAM channel and output program number for remapped sessions.
For unicast sessions, all attributes are configured at the QAM channel level. For multicast sessions, the input attributes are configured at the video session label level.
Examples
The following example shows the ASM video session configuration on a QAM interface:
Router# configure terminal
Router(config)#interface qam 3/1.1
Router(config-subif)#cable video multicast asm1 data
Router(config-subif)# exit
Related Commands
Command
|
Description
|
asm
|
Creates a label for ASM multicast video session.
|
cable video labels
|
Enters the cable video label configuration mode.
|
cable video udp
|
Configures a unicast video session on QAM interface.
|
show cable video label
|
Displays the labels configured on the chassis.
|
show cable video session
|
Displays all cable video sessions configured on the Cisco RFGW-10.
|
ssm
|
Creates a label for SSM multicast video session.
|
cable video multicast uplink
To set an uplink port for multicast traffic, use the cable video multicast uplink command in global configuration mode. To remove the configuration, use the no form of this command.
cable video multicast uplink {GigabitEthernet | TenGigabitEthernet interface/port} [backup
GigabitEthernet | TenGigabitEthernet interface/port] [bandwidth kbps]
no cable video multicast uplink {GigabitEthernet | TenGigabitEthernet interface/port}
[backup GigabitEthernet | TenGigabitEthernet interface/port] [bandwidth kbps]
Syntax Description
GigabitEthernet
|
Indicates the Gigabit Ethernet interface. Valid slot range is 1 to 12.
|
TenGigabitEthernet
|
Indicates the 10 Gigabit Ethernet interface. Valid slots are 1 and 2.
|
interface/port
|
Specifies the interface slot and port.
|
backup
|
(Optional) Specifies the backup interface.
|
bandwidth
|
(Optional) Specifies the bandwidth of the interface.
|
kbps
|
(Optional) Specifies the bandwidth in kbps. Valid range is 1 to 1000000.
|
Command Default
This command has no default behavior or values.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command is used to set the Gigabit or Ten Gigabit Ethernet port for multicast routing. The backup interface takes over the primary interface in case of failure.
Note
Before setting the Gigabit Ethernet or Ten Gigabit Ethernet port for multicast routing, multicast routing must be enabled on the Cisco RFGW-10. The interfaces that would receive the multicast traffic must also be set in multicast mode.
Examples
The following example configures video multicast on GigabitEthernet interface 1/3 and backup interface 2/3 with 20 kbps bandwidth:
Router# configure terminal
Router(config)#ip multicast-routing
Router(config)#cable video multicast uplink GigabitEthernet 1/3 backup GigabitEthernet 2/3
bandwidth 20
Related Commands
Command
|
Description
|
ip multicast-routing
|
Enables multicast routing on the Cisco RFGW-10.
|
show cable video multicast uplink
|
Displays video multicast uplink interfaces.
|
cable video psi-interval
To configure the Program Specific Information (PSI) interval, use the cable video psi-interval command in QAM subinterface configuration mode. To restore the default value, use the no form of this command.
cable video psi-interval ms
no cable video psi-interval ms
Syntax Description
ms
|
Specifies the interval time. Valid range is from 40 to 1000 ms. Default is 100 ms.
|
Command Default
The default PSI interval value is 100 ms.
Command Modes
QAM subinterface configuration (config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
The PSI interval is a timer configured on the QAM subinterface.
Reconfiguring the PSI interval value reschedules all existing and new sessions in the same QAM channel with the new value.
The no form of this command resets the value to the default value.
Examples
The following example shows the configuration of the PSI timer:
Router#configure terminal
Router(config)#interface qam 3/1.1
Router(config-subif)#cable video psi-interval 40
Router(config-subif)#exit
Related Commands
Command
|
Description
|
cable video timeout
|
Configures the video session time-out intervals on the QAM interface.
|
cable video servers
To configure server groups for video sessions using external servers, use the cable video servers command in global configuration mode. To deconfigure server groups for video sessions, use the no form of this command.
cable video servers server-groupname
no cable video servers server-groupname
Syntax Description
server-groupname
|
Specifies the name of the video server group.
|
Command Default
None
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
12.2(50)SQ
|
This command was modified. The cable video server group configuration commands were modified.
|
Usage Guidelines
Server groups are required to set up video sessions when external servers such as the Data Network Control Station (DNCS) are used.
A server group specifies the properties of protocols used, time-out and reconnect time intervals, IP address of the server, and the management IP address for communication between the server and the Cisco RFGW-10.
Any number of server groups can be created, but only one of each type can be activated at any point of time.
Examples
The following example shows how to create a server group and lists the properties:
Router(config)#cable video servers servergroup1
Router(config-video-servers)#?
Cable Video Server Group Configuration Commands:
active Start using the server-group
exit Exit from the Video Server Group mode
mgmt-ip-address Management IP address
no Unconfigure Video Server Group parameters
protocol Configure protocols supported by servers in the group
reset Configure GQI Reset parameters
server IP address of video servers
keepalive Configure keepalive parameters
Related Commands
Command
|
Description
|
active
|
Activates the server.
|
ip rpc portmapper
|
Establishes an RPC connection between the external server and EQAM.
|
keepalive retry
|
Configures the keepalive retry value on the server.
|
mgmt-ip-address mac-address
|
Configures the management IP and MAC address of the server.
|
protocol
|
Configures the protocols supported by the server.
|
reset interval
|
Configures the reset interval on the server.
|
server
|
Configures the IP address of the server.
|
cable video table
To configure video sessions on a QAM channel using the pre-defined UDP map, use the cable video table command in QAM subinterface configuration mode. To remove the configuration, use the no form of this command.
cable video table 24-qam-map
no cable video table 24-qam-map
Syntax Description
24-qam-map
|
Specifies the pre-defined port map. This is only applicable to local sessions.
|
Command Default
This command has no default values or behavior.
Command Modes
QAM subinterface configuration (config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on Cisco RF Gateway 10.
|
Usage Guidelines
Local video sessions offer two methods of mapping UDP ports to QAM ports:
•
User-specified UDP ranges:Start and end UDP ports are specified using the cable video udp command.
•
Table-based: Referred to as 24-qam-map. A local session is configured locally on the Cisco RFGW-10 using the cable video table command. The currently supported pre-defined UDP map is the 24-qam-map table.
Examples
The following example configures 30 (input sessions per QAM channel) re-mapped sessions in a QAM interface channel:
Router# configure terminal
Router(config)#interface qam 3/1.1
Router(config-subif)#cable video table 24-qam-map
Router(config-subif)# exit
Related Commands
Command
|
Description
|
cable video udp
|
Configures a unicast video session on QAM interface.
|
show cable video session
|
Displays all cable video sessions configured on the Cisco RFGW-10.
|
cable video timeout
To configure the video session time-out thresholds, use the cable video timeout command in global configuration mode. To restore the default value, use the no form of this command.
cable video timeout {init-session ms | idle-session ms | off-session sec}
no cable video timeout {init-session ms | idle-session ms | off-session sec}
Syntax Description
init-session
|
Sets the time-out interval during initialization of a video session. Valid range is from 100 ms to 60000 ms. Default is 5000 ms.
|
idle-session
|
Sets the time-out interval for on idle video session. Valid range for idle sessions is 10 0ms to 2000 ms. Default value is 250 ms.
|
off-session
|
Sets the time-out interval for an off video session. Valid range for off sessions is 1 second to 4294967295 seconds. Default value is 60 seconds.
|
ms
|
Specifies the time in milliseconds.
|
sec
|
Specifies the time in seconds
|
Command Default
Newly created sessions are in the init state. The default value is 5000 ms.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
A video session is created in the init state. The session enters the idle state when no traffic flows over a time duration specified by the init timer. The state transition is used to trigger a source switchover if a backup source is provided for the session.
When traffic stops in an active video session for a time period longer than the idle timer, the session moves to the idle state.
Similar to the idle state sessions are the off state sessions. Idle video sessions enter the off state when the time period of the idle session is longer than the off timer. The default off timer value is 60 seconds.
The no form of the command resets the timer to the default value.
Reconfiguration of the init timer, idle timer, and the off timer affects only the new video sessions. The existing video sessions remain unchanged.
Note
New init timer, idle timer, and off timer values are applicable to newly created video sessions.
Note
A session always moves from the idle state before moving to the off state.
Examples
The following example shows the configuration of the idle session timer to 200 ms and the off session timer to 2 seconds:
Router#configure terminal
Router(config)#cable video timeout idle-session 200
Router(config)#cable video timeout off-session 2
Related Commands
Command
|
Description
|
cable video psi-interval
|
Configures the PSI timer on a QAM interface.
|
cable video udp
To configure a unicast video session, use the cable video udp command in QAM subinterface configuration mode. To unconfigure the session, use the no form of this command.
cable video udp port {data | filter pid pid-list | passthru [cbr] | program prog-num} [bitrate bps
| jitter ms]
no cable video udp port {data | filter pid {all | pid-list}| passthru [cbr] | program prog-num}
[bitrate bps | jitter ms]
Syntax Description
port
|
Specifies the destination UDP port.
|
data
|
Adds a data-piping session to the QAM interface.
|
filter
|
Adds a filter to the video session.
|
pid
|
Sets filtering of PIDs for the pass-through video session.
|
pid-list
|
Specifies the PIDs or the range of PIDs or both to be dropped for the video session. The PID range is specified in "lower_pid - upper_pid" format. All PIDs must be within 1 to 8190 inclusively.
PIDs and PID ranges are to be separated by commas. A space is required before and after the commas and hyphens.
|
all
|
Deletes all filtered PIDs. This keyword is applicable to the no form of the command.
|
passthru
|
Adds a pass through session to the QAM interface.
|
cbr
|
Specifies that the session is supposed to be constant bitrate.
|
program
|
Adds a VoD session to the QAM interface.
|
prog-num
|
Specifies the program number.
|
bitrate
|
(Optional) Sets the bitrate allocated for the session.
|
bps
|
(Optional) Specifies the bitrate value. Valid range is 1 to 52000000 bps. Default is 3.75 Mbps.
|
jitter
|
(Optional) Specifies the amount of jitter allowed in a network.
|
ms
|
(Optional) Specifies the jitter value. Valid range is 10 to 200 ms. Default is 200 ms.
|
Command Default
This command has no default behavior or values.
Command Modes
QAM subinterface configuration (config-subif)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
12.2(50)SQ1
|
Added the filter keyword to allow filtering of PIDs for pass-through video sessions.
|
Usage Guidelines
A unicast session is identified by its destination IP address and destination UDP port number. The destination IP address of the QAM block is configured in the video route command at the global configuration level. The destination UDP port is specified per unicast session. The UDP port value should be within the specified range and the corresponding configured video policy route.
Filtering of PIDs is applicable for pass-through video sessions. It is intended for filtering of unreferenced PIDs. No PMT regeneration will be performed even if PIDs referenced in the PMT are filtered. Upto 32 PIDs can be filtered per session. Up to eight PIDs or PID ranges can be specified in one CLI line. Multiple commands lines can be used to specify the PID filter.
Note
The QAM subinterface must be set to cable video local mode.
Note
To change the bitrate or jitter value of an existing video session to a higher value, remove the existing video session and reconfigure a new session. To avoid oversubscription, ensure that the actual bitrate of the video session does not exceed the allocated bitrate.
Examples
The following example configures a VoD session on QAM interface 3:
Router# configure terminal
Router(config)# interface qam 3/1.1
Router(config-subif)# cable mode video local
Router(config-subif)# cable video udp 1000 program 2 bitrate 3750000
Router(config-subif)# exit
The following example shows filtering being configured for unicast sessions. PID 23, 45 and PID range between 40 to 50 are filtered:
Router# configure terminal
Router(config)# interface qam-red 3/1.1
Router(config-subif)# cable video udp 10000 passthru 3500000
Router(config-subif)# cable video udp 10000 filter pid 23 , 34 , 40 - 50
Router(config-subif)# exit
Related Commands
Command
|
Description
|
cable video multicast
|
Configures video multicast session on QAM interface.
|
show cable video session
|
Displays the video sessions configured on the chassis.
|
class
To select the redundancy class for a line card group, use the class command in line card redundancy configuration mode. To disable, use the no form of this command.
class {1:1 | 1:n}
no class
Syntax Description
1:1 | 1:n
|
Specifies the redundancy class of the line card.
• 1:1—Supports hot redundancy.
• 1:n—Supports warm redundancy.
|
Command Default
This command has no default behaviour or values.
Command Modes
Line card redundancy configuration (config-red-lc)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command configures the redundancy class for the line card. The transmission switching between an active line card and a switchover line card is done by setting the class. Classes 1:1 and 1:n imply transmission switching from the active line card to the standby line card on switchover.
1:n redundancy refers to "n" active line cards being protected by one standby line card. The standby can take over for any active that fails, but cannot protect the others until the failed unit is restored and the standby is back in standby mode. 1:1 redundancy is treated as a special case of 1:n with a dedicated standby unit for a single active line card.
Examples
The following example assigns class 1: 1 on redundancy line card group 2 on the Cisco RFGW-10:
Router(config-red)#linecard-group 2 internal-switch
Router(config-red-lc)#class 1:1
Related Commands
Command
|
Description
|
description
|
Adds a description to the line card group.
|
linecard-group internal-switch
|
Creates a line card group for the line card.
|
member slot
|
Adds a slot to the redundancy group.
|
redundancy
|
Enters redundancy configuration mode.
|
show redundancy linecard
|
Displays information about a line card or a line card group.
|
clear cable clock counters
To clear information about Timing, Communication and Control (TCC) DOCSIS Timing Interface (DTI) client and server counts and path traceability information, use the clear cable clock counters command in privileged EXEC mode.
clear cable clock slot counters
Syntax Descriptionn
slot
|
Identifies a TCC interface on the Cisco RF Gateway 10.
|
Command Default
This command has no default values or behavior.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command clears the TCC DTI client and server statistic counts and path traceability information.
Examples
The following example shows the counters on the TCC 13 card on the Cisco RF Gateway 10:
Router#show cable clock 13 counters
TCC Card 13 DTI counters:
-------------------------
Client Normal time : 0x1EB6
Client Holdover time : 0x0000
Client Phase Correction : 0
Client Freq Correction : 63213
Client EFC Correction : 61039
Client transition count t3 : 0
Client transition count t4 : 1
Client transition count t6 : 0
Client transition count t7 : 0
Client port switch count : 1
The following command clears the counters on the TCC 13 card on the Cisco RF Gateway 10:
Router#clear cable clock 13 counters
The following is a sample output of the TCC 13 card counters after execution of the clear cable clock counters command on the Cisco RF Gateway 10:
Router#show cable clock 13 counters
TCC Card 13 DTI counters:
-------------------------
Client Normal time : 0x01B5
Client Holdover time : 0x0000
Client Phase Correction : 65535
Client Freq Correction : 63210
Client EFC Correction : 60649
Client transition count t3 : 0
Client transition count t4 : 0
Client transition count t6 : 0
Client transition count t7 : 0
Client port switch count : 0
Related Commands
Command
|
Description
|
cable clock free-run
|
Allows the clock to be in free-run mode.
|
show cable clock
|
Displays information on TCC DTI client and server statistics counts and path traceability information.
|
clear cable depi counters
To clear all Downstream Exernal PHY Interface (DEPI) counters, use the clear cable depi counters command in privileged EXEC mode.
clear cable depi counters {all | session-id id | slot slot}
Syntax Description
all
|
Clears counters of all DEPI sessions.
|
session-id
|
Clears counters of a particular session.
|
id
|
Specifies the DEPI session.
|
slot
|
Clears the counters of a session on a particular slot.
|
slot
|
Specifies the slot. Valid slot range is from 3 to 12.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command clears all the counters on an existing DEPI sessions on the Cisco RFGW-10.
Examples
The following example shows the clearance of the counters in all the DEPI sessions:
Router#clear cable depi counters all
Related Commands
Command
|
Description
|
show cable depi-sessions
|
Displays DEPI session information.
|
clear cable video packet
To clear all video packet insertions, use the clear cable video packet command in privileged EXEC mode.
clear cable video packet {qam | qam-red slot/port.channel [stream stream-id] | all | slot slot}
Syntax Description
qam
|
Specifies the QAM interface on the Cisco RFGW-10.
|
qam-red
|
Specifies the QAM interface when line card redundancy is configured on the Cisco RFGW-10.
|
slot
|
Specifies the slot on the QAM interface. Valid range is from 3 to 12.
|
port
|
Specifies the port on the interface. Valid range is from 1 to12.
|
channel
|
(Optional) Specifies the channel on the port. Valid range is from 1 to 4.
|
stream
|
(Optional) Specifies packet stream insertion information.
|
stream-id
|
(Optional) Specifies the packet stream identifier. Valid range is from 1 to 4294967295.
|
all
|
Clears all the video packet insertions on the chassis.
|
slot
|
Clears the video packet insertions for a given slot.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command clears all the video packet insertions on the Cisco RFGW-10.
Examples
The following example shows the video packets on QAM interface 3:
Router# show cable video packets qam-red 3/1.1
Packet Times Actual Insert Num Pkts
Stream ID Interface Version Repeat Repeated Rate (bps) Inserted State
------------------------------------------------------------------------------------------
1 Qam3/1.1 1 Continuos 14460 1000 1 ON
The following example shows how to clear the video packet insertions on QAM interface 3:
Router#clear cable video packet qam-red 3/1.1 stream 1
The following example shows the output for the video packets on QAM interface 3 after executing the clear cable video packet command:
Router# show cable video packet qam-red 3/1.1
Packet Times Actual Insert Num Pkts
Stream ID Interface Version Repeat Repeated Rate (bps) Inserted State
------------------------------------------------------------------------------------------
Related Commands
Command
|
Description
|
show cable video packet
|
Displays video packet information.
|
clear cable video server-group statistics
To clear all video server-group statistics, use the clear cable video server-group statistics command in privileged EXEC mode.
clear cable video server-group group-name statistics
Syntax Description
group-name
|
Name of the video server group.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command clears all the video server-group statistics on the Cisco RFGW-10.
Examples
The following example displays information on all server groups configured on the line card:
Router# show cable video server-group all
Keepalive Timeout Period : 5 seconds
Reset Timeout Period : 5 seconds
Management IP: 1.43.24.61 Port: 938 Mac-Addr: 001d.e5e8.66c0
QAM Interfaces : 3/1.1-3/6.4
Server State Indication Requests
---------------------------------------------------------------------
1.9.87.2 Connected In-progress 0
The following example shows how to clear the video server-group statistics:
Router# clear cable video server-group gqi1 statistics
The following example displays information of the server groups configured on the line card, after executing the clear cable video server-group statistics command:
Router# show cable video server-group all
Keepalive Timeout Period : 5 seconds
Reset Timeout Period : 5 seconds
Management IP: 1.43.24.61 Port: 938 Mac-Addr: 001d.e5e8.66c0
QAM Interfaces : 3/1.1-3/6.4
Server State Indication Requests
---------------------------------------------------------------------
1.9.87.2 Not Connected Not Completed 0
Create Delete Create Delete Insert Cancel Send
Shell Shell Session Session Packet Packet Message
---------- ---------- ---------- ---------- ---------- ---------- ----------
Management IP: 1.43.24.62 Port: 938 Mac-Addr: 001d.e5e8.66c1
QAM Interfaces : 3/7.1-3/12.4
Server State Indication Requests
---------------------------------------------------------------------
1.9.87.2 Not Connected Not Completed 0
Create Delete Create Delete Insert Cancel Send
Shell Shell Session Session Packet Packet Message
---------- ---------- ---------- ---------- ---------- ---------- ----------
Related Commands
Command
|
Description
|
show cable video server-group
|
Displays information of the server groups configured on a line card.
|
depi-class
To create a template of Downstream External PHY Interface (DEPI) control plane configuration settings, which different pseudowire classes can inherit, and to enter the DEPI class configuration mode, use the depi-class command in global configuration mode. To remove a specific DEPI class configuration, use the no form of this command.
depi-class depi-class-name
no depi-class depi-class-name
Syntax Description
depi-class-name
|
Name of the DEPI class. The depi-class-name argument must be specified to configure multiple sets of DEPI control parameters.
|
Command Default
No DEPI classes are defined.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced.
|
Usage Guidelines
The depi-class depi-class-name command allows you to configure a DEPI class template that consists of configuration settings used by different pseudowire classes. The depi-class command enters DEPI class configuration mode, where DEPI control plane parameters are configured.
You must use the same DEPI class in the pseudowire configuration at both ends of a Layer 2 control channel.
Examples
The following example shows how to enter DEPI class configuration mode to create a DEPI class configuration template for the class named SPA0:
Router# configure terminal
Router(config)# depi-class SPA0
Router(config-depi-ctrl SPA0)#
Related Commands
Command
|
Description
|
l2tp-class
|
Creates a template of Layer 2 Tunnel Protocol (L2TP) control plane configuration settings that can be inherited by different pseudowire classes and enters the L2TP class configuration mode.
|
depi-tunnel
|
Creates a template of Downstream External PHY Interface (DEPI) tunnel configuration settings, which different pseudowire classes can inherit, and enters the DEPI data session configuration mode.
|
show depi tunnel
|
Displays all active control connections.
|
show depi session
|
Displays established DEPI data sessions.
|
depi-tunnel
To create a template of Downstream External PHY Interface (DEPI) tunnel configuration settings, which different pseudowire classes can inherit, and to enter the DEPI data session configuration mode, use the depi-tunnel command in the global configuration mode or subinterface configuration mode. To remove a configured DEPI tunnel, use the no form of this command.
depi-tunnel depi-tunnel-name
no depi-tunnel depi-tunnel-name
Syntax Description
depi-tunnel-name
|
Name of the DEPI tunnel.
|
Command Default
This command has no default behavior or values.
Command Modes
Global configuration (config)
Subinterface configuration (config-subif)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced.
|
Usage Guidelines
The depi-tunnel creates a template of DEPI tunnel configuration settings. The DEPI data session inherits the control plane configuration settings of a depi-control template.
The following depi data session configuration options are available in this mode:
•
l2tp-class
•
depi-class
•
dest-ip
•
tos
Examples
The following example shows how to create a template of DEPI tunnel configuration settings in the global configuration mode and enter the DEPI data session configuration mode:
Router# configure terminal
Router(config)# depi-tunnel rf6
Router(config-depi-tunnel)#
The following example shows how to create a template of DEPI tunnel configuration settings in the subinterface configuration mode:
Router(config)# interface qam 6/4.1
Router(config-subif)# depi-tunnel 0
Related Commands
Command
|
Description
|
l2tp-class
|
Creates a template of Layer 2 Tunnel Protocol (L2TP) control plane configuration settings, which different pseudowire classes can inherit, and enters the L2TP class configuration mode.
|
depi-class
|
Creates a template of Downstream External PHY Interface (DEPI) control plane configuration settings, which different pseudowire classes can inherit, and enters the DEPI class configuration mode.
|
dest-ip
|
Assigns an IP address to the destination network.
|
show depi tunnel
|
Displays all active control connections.
|
show depi session
|
Displays established DEPI data sessions.
|
description
To add a description to the line card group, use the description command in line card redundancy configuration mode. To remove the description, use the no form of this command.
description string
no description string
Syntax Description
string
|
Specifies a description for the line card group. The maximum length of the string is 127 characters.
|
Command Default
Default is LC-GROUP followed by the line card group ID.
Command Modes
Line card redundancy configuration (config-red-lc)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
The description string has a maximum limit of 127 characters.
Examples
The following example assigns a description to the redundancy line card group 2 on the Cisco RF Gateway 10:
Router(config-red)#linecard-group 2 internal-switch
Router(config-red-lc)#description line card group 2 created.
Related Commands
Command
|
Description
|
class
|
Configures redundancy class on the line card.
|
member slot
|
Adds a slot to the redundancy group.
|
linecard-group internal-switch
|
Configures a redundancy line card group.
|
redundancy
|
Configures the redundancy mode.
|
show redundancy linecard
|
Displays information about a redundancy line card or a line card group.
|
dest-ip
To assign an IP address to the edge quadrature amplitude modulation (EQAM), use the dest-ip command in DEPI tunnel configuration mode. To remove a specific destination IP address, use the no form of this command.
dest-ip dest-ip-address
no dest-ip dest-ip-address
Syntax Description
dest-ip-address
|
IP address of the EQAM.
|
Command Default
This command has no default behavior or values.
Command Modes
DEPI tunnel configuration
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced.
|
Usage Guidelines
The dest-ip dest-ip-address command allows you to configure the IP address of the EQAM.
Examples
The following example shows how to assign 1.3.4.155 as the destination IP address:
Router# configure terminal
Router(config)# depi-tunnel rf6
Router(config-depi-tunnel)# dest-ip 1.3.4.155
Related Commands
Command
|
Description
|
l2tp-class
|
Creates a template of Layer 2 Tunnel Protocol (L2TP) control plane configuration settings, which different pseudowire classes can inherit, and enters the L2TP class configuration mode.
|
depi-class
|
Creates a template of Downstream External PHY Interface (DEPI) control plane configuration settings, which different pseudowire classes can inherit, and enters the DEPI class configuration mode.
|
depi-tunnel
|
Specifies the name of the depi-tunnel and enters the DEPI tunnel configuration mode.
|
show depi tunnel
|
Displays all active control connections.
|
show depi session
|
Displays established DEPI data sessions.
|
depi eqam-stats
To enable debugging information for Downstream External PHY Interface (DEPI) EQAM statistics on the Cisco RF Gateway 10 (RFGW-10), use the depi eqam-stats command in global configuration mode. To disable debugging information, use the no form of this command.
depi eqam-stats
no depi eqam-stats
Syntax Description
This command has no arguments or keywords.
Command Default
The DEPI EQAM statistics configuration is enabled by default.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(50)SQ2
|
This command was introduced.
|
Usage Guidelines
Cisco RFGW-10 sends EQAM statistics to the Cisco CMTS router. No other EQAM supports the EQAM statistics feature.
Examples
The following example shows how to configure DEPI EQAM statistics on a Cisco RFGW-10:
Router# configure terminal
Router(config)# depi eqam-stats
Related Commands
Command
|
Description
|
show depi session
|
Displays information about DEPI sessions.
|
hw-module module power
To manually power on a cable interface line card, use the hw-module module power command in global configuration mode. To power off the cable line card, use the no form of this command.
hw-module module slot power
no hw-module module slot power
Syntax Description
slot
|
Specifies the slot of the line card. Valid slot numbers range from 3 to 12.
|
Command Default
The cable line cards are always powered on when inserted into the chassis slot.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command is applicable to one line card at a time. This command is not applicable for TCC cards.
This command is not used during normal operations, but it can be used for lab, diagnostic, and troubleshooting purposes. For example, use this command to power off and then power on a card, which is equivalent to inserting or removing a line card online.
Examples
The following example shows the line card 3 powered on:
Router(config)#hw-module module 3 power
Related Commands
Command
|
Description
|
show interface qam
|
Displays the configuration and hardware present on the line card.
|
interface qam
To configure a QAM interface, use the interface qam command in global configuration mode.
interface {qam | qam-red} slot/port.[channel]
Syntax Description
slot
|
Specifies the QAM or QAM-red slot on the line card. If line card redundancy is configured on the QAM, the interface is QAM-red. Valid range is from 3 to 12.
|
port
|
Specifies the port on the slot. Valid range is from 1 to 12.
|
channel
|
(Optional) Specifies the channel on the port. Valid range is from 1 to 4. Enters the QAM sub interface configuration mode when executed.
|
Command Default
This command has no default behavior or values.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
Redundancy-configured interfaces (QAM-red) imply that line card redundancy (LCRED) is configured on the chassis.
All downstream commands are configured in the interface and subinterface configuration modes.
Examples
The following example shows how to configure a QAM interface:
Router#configure terminal
Router(config)#interface qam 3/1
Related Commands
Command
|
Description
|
show running-config interface qam
|
Displays downstream configuration on the QAM interface.
|
ip
To configure a destination IP address for video sessions on a QAM domain, use the ip command in QAM domain configuration mode. To remove the assigned IP address, use the no form of this command.
ip IP address [local | remote]
no ip IP address [local | remote]
Syntax Description
IP address
|
Specifies the destination IP address for the video sessions.
|
local
|
(Optional) Specifies the video services that are configured locally.
|
remote
|
(Optional) Specifies remotely configured video sessions.
|
Command Default
If local or remote destinations are not specified, then the IP address is used for both local and remote sessions.
Command Modes
QAM domain configuration (QAM-domain)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
A QAM domain has a local IP address and a remote IP address. The IP address is assigned to destination local or remote video sessions on the QAM domain. You can configure two sets of IP addresses for each session. You can also use the same IP address for both local and remote sessions.
Note
If you remove an IP address, all its associated video services are also removed.
Examples
The following example shows the IP address assigned to a video session on the QAM domain in slot 3:
Router#configure terminal
Router(config)#cable qam-domain 3
Router(qam-domain)#ip 10.10.10.1 local
Router(qam-domain)#ip 10.10.10.1 remote
Related Commands
Command
|
Description
|
cable qam-domain
|
Configures the QAM domain.
|
video route
|
Specifies the route for a video session.
|
ip multicast-routing
To enable video multicast routing, use the ip multicast-routing command in global configuration mode. To disable video multicast routing, use the no form of this command.
ip multicast-routing
no ip multicast-routing
Syntax Description
This command has no arguments or keywords.
Command Default
This command has no default behavior or values.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command enables multicast forwarding on the chassis. To enable video multicast routing, set the interfaces in multicast mode and assign the specific bandwidth.
Examples
The following example enables video multicast routing on the Cisco RFGW-10:
Router#configure terminal
Router(config)#ip multicast-routing
Related Commands
Command
|
Description
|
cable video multicast
|
Enables an uplink port for multicast traffic.
|
ip rpc portmapper
To establish a remote procedure call (RPC) connection between an external server and an EQAM, use the ip rpc portmapper command in global configuration mode.
ip rpc portmapper
Syntax Description
This command has no arguments or keywords.
Command Default
None
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced on Cisco RF Gateway 10.
|
Usage Guidelines
The ip rpc portmapper command establishes an RPC connection to enable the DNCS (client) to invoke a program to be executed on the Cisco RFGW-10 EQAM (server).
Examples
The following example shows how to establish an RPC connection:
Router# configure terminal
Router(config)# ip rpc portmapper
Related Commands
Command
|
Description
|
active
|
Activates the server.
|
cable video servers
|
Configures the video server group for external servers.
|
keepalive retry
|
Configures the keepalive retry value on the server.
|
mgmt-ip-address mac-address
|
Configures the management IP and MAC address of the server.
|
protocol
|
Configures the protocols supported by the server.
|
reset interval
|
Configures the reset interval on the server.
|
server
|
Configures the IP address of the server.
|
keepalive retry
To send keepalive message to a remote client with a specified retry interval, use the keepalive retry command in video server configuration mode. To remove the setting, use the no form of this command.
keepalive retry seconds
no keepalive retry seconds
Syntax Description
seconds
|
Retry interval value. A maximum of three retry attempts are allowed. The valid retry range is from 0 to 10. The default keepalive is 5 seconds.
|
Command Default
None
Command Modes
Video server configuration (config-video-servers)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows how to configure a keepalive retry interval value of 3 seconds on a Cisco RFGW-10:
Router(config)# cable video servers servergroup1
Router(config-video-servers)# keepalive retry 3
Related Commands
Command
|
Description
|
active
|
Activates the server.
|
cable video servers
|
Configures server groups for video sessions using external servers.
|
ip rpc portmapper
|
Establishes an RPC connection between the external server and EQAM.
|
mgmt-ip-address mac-address
|
Configures the management IP and MAC address of the server.
|
protocol
|
Configures the protocols supported by the server.
|
reset interval
|
Configures the reset interval on the server.
|
server
|
Configures the IP address of the server.
|
show cable video server-group
|
Displays the video server-group information.
|
l2tp-class
To create a template of Layer 2 Tunnel Protocol (L2TP) control plane configuration settings, which different pseudowire classes can inherit and to enter L2TP class configuration mode, use the l2tp-class command in global configuration mode. To remove a specific L2TP class configuration, use the no form of this command.
l2tp-class l2tp-class-name
no l2tp-class l2tp-class-name
Syntax Description
l2tp-class-name
|
Name of the L2TP class. The l2tp-class-name argument must be specified if you want to configure multiple sets of L2TP control parameters.
|
Command Default
No L2TP classes are defined.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced.
|
Usage Guidelines
The l2tp-class l2tp-class-name command allows you to configure an L2TP class template that consists of configuration settings used by different pseudowire classes. An L2TP class includes the following configuration settings:
•
Hostname of local router used during Layer 2 authentication
•
Authentication enabled
•
Time interval used for exchange of hello packets
•
Password used for control channel authentication
•
Packet size of receive window
•
Retransmission settings for control packets
•
Time allowed to set up a control channel
The l2tp-class command enters L2TP class configuration mode, where L2TP control plane parameters are configured.
You must use the same L2TP class in the pseudowire configuration at both ends of a Layer 2 control channel.
Examples
The following example shows how to enter L2TP class configuration mode to create an L2TP class configuration template for the class named ether-pw:
Router(config)# l2tp-class ether-pw
Router(config-l2tp-class)#
Related Commands
Command
|
Description
|
depi-class
|
Creates a template of Downstream External PHY Interface (DEPI) control plane configuration settings, which different pseudowire classes can inherit, and enters the DEPI class configuration mode.
|
depi-tunnel
|
Specifies the name of the depi-tunnel and enters the DEPI tunnel configuration mode.
|
linecard-group internal switch
To add a group ID for a line card group and configure line card redundancy, use the linecard-group internal switch command in redundancy configuration mode. To remove the line card group, use the no form of this command.
linecard-group group-id internal switch
no linecard-group group-id internal switch
Syntax Description
group-id
|
Specifies the group ID number. Valid range is from 0 to 5.
|
Command Default
This command has no default behavior or values.
Command Modes
Redundancy configuration (config-red)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
Before you remove the group, ensure that the configured slot members on the line card are removed.
Examples
The following example creates a redundancy line card group 2 on the Cisco RFGW-10:
Router(config-red)#linecard-group 2 internal-switch
Related Commands
Command
|
Description
|
class
|
Configures redundancy class on the line card.
|
description
|
Adds a description to the line card group.
|
member slot
|
Adds a slot to the line card redundancy group.
|
redundancy
|
Enters redundancy configuration mode.
|
show redundancy linecard
|
Displays information about a redundant line card or a line card group.
|
main-cpu
To configure the synchronization of the active and standby Supervisor cards, use the main-cpu command in redundancy configuration mode,.
main-cpu
Syntax Description
This command has no keywords or arguments.
Command Default
This command has no default behavior or values.
Command Modes
Redundancy configuration (config-red)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
When you enter the main-CPU redundancy configuration mode, the command prompt changes to:
After you enter the main-CPU redundancy configuration mode, use the auto-sync command to specify which files are synchronized between the active and standby Supervisor cards.
To exit main-CPU redundancy configuration mode and return to the redundancy configuration mode, use the exit command.
Examples
The following example shows how to enter main-CPU redundancy mode, and its associated commands:
Router# configure terminal
Router(config)# redundancy
Router(config-red)# main-cpu
Main CPU redundancy configuration commands:
default Set a command to its defaults
exit Exit from main-cpu configuration mode
no Negate a command or set its defaults
Related Commands
Command
|
Description
|
auto-sync
|
Configures which files are synchronized between the active and standby Supervisor cards.
|
redundancy
|
Enters redundancy configuration mode.
|
member slot
To configure the redundancy role of a line card, use the member slot command in line card redundancy configuration mode. To remove the role, use the no form of this command.
member slot slot {primary | secondary}
no member slot slot {primary | secondary}
Syntax Description
slot
|
Specifies the slot number of the line card. Valid range is from 3 to 12.
|
primary
|
Specifies the redundancy role of the active line card.
|
secondary
|
Specifies the redundancy role of the standby line card.
|
Command Default
This command has no default behavior or values.
Command Modes
Line card redundancy configuration (config-red-lc)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
Ensure that the following criteria are met prior to configuring the member slots:
•
The slot is not configured as a member of another line card group.
•
The number of primary members must be less than or equal to the maximum number allowed in a line card group for a line card.
•
A primary or secondary member is not configured in a line card group.
Examples
The following example assigns member slots 7 and 12 as the primary and secondary line cards in the redundancy line card group 2 in the Cisco RFGW-10:
Router(config-red)#linecard-group 2 internal-switch
Router(config-red-lc)#class 1:1
Router(config-red-lc)#member slot 7 primary
Router(config-red-lc)#member slot 12 secondary
Related Commands
Command
|
Description
|
class
|
Configures redundancy class on the line card.
|
description
|
Adds a description to the line card group.
|
linecard-group internal switch
|
Creates a line card redundancy group on the line card.
|
redundancy
|
Enters redundancy configuration mode.
|
show redundancy linecard
|
Displays information about a line card or a line card group.
|
mgmt-ip-address mac-address
To configure the management port IP address and MAC address, use the mgmt-ip-address mac address command in cable video server configuration mode. To remove the configuration, use the no form of this command.
mgmt-ip-address IP address mac-address MAC address
no mgmt-ip-address IP address mac-address MAC address
Syntax Description
IP address
|
Specifies the IP address of the management port on the external server.
|
MAC address
|
Specifies the MAC address of the external server.
|
Command Default
This command has no default behavior or values.
Command Modes
Cable video server configuration (config-video-servers)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
Ensure that you configure the protocol used by the external server prior to configuring the IP address and MAC address.
Examples
The following example shows the configuration of the management port:
Router#configure terminal
Router(config)#cable video servers group2
Router(config-video-servers)#protocol gqi
Router(config-video-servers)#mgmt-ip-address 172.16.22.1 mac-address 1234.abcd.4e4e
Router(config-video-servers)#exit
Related Commands
Command
|
Description
|
cable video servers
|
Configures the video server group for external servers.
|
protocol
|
Configures the protocol used by the external server.
|
server
|
Configures the IP address of the external server.
|
mode
To configure the redundancy mode of operation, use the mode command in redundancy configuration mode.
mode {rpr | sso}
Syntax Description
rpr
|
Sets Route Processor Redundancy (RPR) mode on the Supervisor card.
|
sso
|
Sets Stateful Switchover (SSO) redundancy mode on the Supervisor card.
|
Command Default
The default mode is SSO.
Command Modes
Redundancy configuration (config-red)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
12.2(50)SQ
|
Support for SSO was added.
|
Usage Guidelines
The IOS software image on both the active and standby Supervisor cards must be the same.
Examples
The following example shows how to enter RPR mode on the Cisco RFGW-10:
Router# configure terminal
Router(config)# redundancy
Router(config-red)# mode rpr
Router(config-red)# main-cpu
Router(config-red-mc)# auto-sync standard
Router(config-red-mc)# exit
The following example shows how to enter SSO redundancy mode:
Router# configure terminal
Router(config)# redundancy
Router(config-red)# mode sso
Related Commands
Command
|
Description
|
redundancy
|
Enters redundancy configuration mode.
|
redundancy force-failover main-cpu
|
Forces a manual switchover between the active and standby Supervisor cards.
|
redundancy force-switchover
|
Forces the standby Supervisor card to assume the role of the active Supervisor card.
|
protect-tunnel
To configure a Downstream External PHY Interface (DEPI) tunnel on the Cisco RF Gateway 10 (RFGW-10), use the protect-tunnel command in global configuration mode. To disable this configuration, use the no form of this command.
protect-tunnel protect-depi-tunnel-name
no protect-tunnel protect-depi-tunnel-name
Syntax Description
protect-depi-tunnel-name
|
Protect DEPI tunnel with which the depi-tunnel is associated.
|
Command Default
The N+1 DEPI redundancy feature is disabled.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(50)SQ2
|
This command was introduced.
|
Usage Guidelines
The protect tunnel must be explicitly configured. The protect tunnel inherits L2TP class and DEPI class parameters from the working tunnel. When you configure the protect tunnel and specify the destination IP address for the protect tunnel, the protect tunnel inherits the QAM channel parameters specified for the working tunnel.
Examples
The following example shows how to configure a DEPI tunnel for the protect cable interface line card on the Cisco RFGW-10.
Destination IP address of the M-CMTS router must be specified as the endpoint for the protect tunnel:
Router# configure terminal
Router(config)# depi-tunnel protect1
Router(config-depi-tunnel)# dest-ip 192.0.2.103
Router(config-depi-tunnel)# exit
The protect tunnel is then configured on an existing working DEPI tunnel:
Router(config)# depi-tunnel working1
Router(config-depi-tunnel)# protect-tunnel protect1
Router(config-depi-tunnel)# end
Related Commands
Command
|
Description
|
depi-tunnel
|
Specifies a template for DEPI tunnel configuration settings.
|
protocol
To set the protocol used by the server, use the protocol command in cable video server configuration mode. To remove the protocol configuration, use the no form of this command.
protocol {gqi | sdv} [emulation 24-qam]
no protocol {gqi | sdv} [emulation 24-qam]
Syntax Description
gqi
|
Specifies the protocol used by the Data Network Control Station (DNCS) server.
|
sdv
|
Specifies the protocol used by the switched digital video server.
|
emulation 24-qam
|
(Optional) Specifies the QAM emulation mode for the Generic QAM Interface (GQI) and Switched Digital Video (SDV) protocol.
|
Command Default
This command has no default behavior or values.
Command Modes
Cable video server configuration (config-video-servers)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
The Data Network Control Station (DNCS) is only capable of communication with EQAMs having a maximum of 24 RF ports. Because the Cisco RFGW-10 chassis has 480 RF ports, the DNCS emulates 20 24-port EQAM devices. This is known as emulation mode. In the emulation mode, for each 24-port EQAM emulation instance, specify the following:
•
Management IP address
•
MAC address
Examples
The following example shows the configuration of a QAM in emulation mode:
Router(config-video-servers)#protocol gqi emulation 24-qam
Router(config-video-servers)#mgmt-ip-address 10.10.1.1 mac-address 1223/.e03f.fffe
Router(config-video-servers)#exit
The following example shows the GQI protocol configuration on the video server:
Router#configure terminal
Router(config)#cable video server servergroup1
Router(config-video-servers)#protocol gqi
Router(config-video-servers)#server 10.10.10.1
Router(config-video-servers)#exit
Related Commands
Command
|
Description
|
cable video servers
|
Enters the cable video server mode for configuring external control servers.
|
mgmt-ip-address mac-address
|
Configures the management port IP address and MAC address.
|
server
|
Configures the IP address of the external server.
|
redundancy
To configure redundancy configuration mode, use the redundancy command in global configuration mode.
redundancy
Syntax Description
This command has no arguments or keywords.
Command Default
This command has no default behavior or values.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
At the redundancy configuration mode, you can do the following:
•
Set a command to its default mode using the default command.
•
Exit from a redundancy configuration using the exit command.
•
Enter the line card group redundancy configuration using the linecard-group command.
•
Enter main-CPU redundancy configuration mode using the main-cpu command, which allows you to specify which files are synchronized between the active and standby Supervisor cards.
•
Configure the redundancy mode for the chassis using the mode command.
•
Enforce a redundancy policy using the policy command.
Examples
The following example shows how to enter redundancy configuration mode and its associated commands on the Cisco RFGW-10 chassis:
Router# configure terminal
Router(config)# redundancy
Redundancy configuration commands:
default Set a command to its defaults
exit Exit from redundancy configuration mode
linecard-group Enter linecard redundancy submode
main-cpu Enter main-cpu mode
mode redundancy mode for this chassis
no Negate a command or set its defaults
policy redundancy policy enforcement
Related Commands
Command
|
Description
|
auto-sync
|
Enables automatic synchronization of the configuration files in NVRAM.
|
main-cpu
|
Enters main-CPU redundancy configuration mode to synchronize the active and standby Supervisor cards.
|
mode (redundancy)
|
Configures the redundancy mode of operation.
|
redundancy force-switchover
|
Switches control of a router from the active RP to the standby RP.
|
show redundancy
|
Displays information about the current redundant configuration, recent changes in states, current or historical status, and planned or logged handovers.
|
redundancy force-failover main-cpu
To force a switchover so that a standby Supervisor card becomes an active Supervisor card, use the redundancy force-failover main-cpu command in privileged EXEC mode.
redundancy force-failover main-cpu
Syntax Description
This command has no keywords or arguments.
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
The redundancy force-failover main-cpu command initiates a manual switchover so that the standby Supervisor card becomes the active Supervisor card and assumes full responsibilities for router operations. When using this command, ensure that both Supervisor cards have the Cisco IOS software image that supports the Route Processor Redundancy (RPR) feature.
Note
Though the terms "failover" and "switchover" are interchangeable, "switchover" is the term used across all Cisco platforms.
A manual switchover is performed for the following reasons:
•
To upgrade or replace the active Supervisor card.
•
To upgrade the Cisco IOS software on the standby Supervisor card and let the standby Supervisor card use the new software image. This also allows you to upgrade the software on the former active Supervisor card without interrupting system operations.
•
To test the switchover operation on the system.
A switchover can also be manually initiated by removing the active Supervisor card from the chassis, by using the redundancy force-failover main-cpu command to provide a more graceful switchover, without generating hardware alarms.
Tip
Do not perform a switchover immediately after you change the configuration and save it to the NVRAM. Instead, wait a few minutes to allow the two Supervisor cards to synchronize with the new configuration, and then perform the switchover.
Examples
The following example shows a manually initiated switchover on a Supervisor card on a Cisco RFGW-10 chassis:
Router# redundancy force-failover main-cpu
Proceed with switchover to standby Supervisor? [confirm] y
Note
Press Enter or enter y to begin the switchover. Pressing any other key aborts the switchover and returns control to the current active Supervisor card.
The following example shows a switchover attempt that has failed, because the standby Supervisor card is either not ready, not available, or not installed on a Cisco RFGW-10 chassis:
Switch# redundancy force-failover main-cpu
Proceed with switchover to standby Supervisor? [confirm]
Standby Supervisor not ready, switchover aborted.
Related Commands
Command
|
Description
|
redundancy
|
Enters the redundancy configuration mode so that the synchronization parameters can be configured.
|
redundancy reload
|
Resets the standby Supervisor card to reset both the active and standby Supervisor cards.
|
redundancy force-switchover
To force the standby Route Processor (RP) or standby Supervisor card to assume the role of an active RP or Supervisor card, use the redundancy force-switchover command in privileged EXEC mode.
redundancy force-switchover
Syntax Description
This command has no arguments or keywords.
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
Use the redundancy force-switchover command to switch control of a router from the active Supervisor card to the standby Supervisor card. Install the Cisco IOS image on both the active and standby Supervisor cards to ensure high availability. Configure the Route Processor Redundancy (RPR) mode on both the Supervisor cards before the redundancy force-switchover command is used. This command verifies if the standby Supervisor card is ready for system switchover.
When you use the redundancy force-switchover command and the current running configuration is different from the startup configuration, the system prompts you to save the running configuration before the switchover is performed.
Note
All line cards will reset in RPR mode on a switchover.
Examples
The following example shows how to perform a manual switchover from the active to the standby RP when the running configuration is different from the startup configuration:
Router# redundancy force-switchover
System configuration has been modified. Save? [yes/no]:y
Building configuration...
Proceed with switchover to standby NSE? [confirm]y
00:07:35:%SYS-5-SWITCHOVER:Switchover requested
The following example shows how to perform a manual switchover from the active to the standby RP when the running configuration is the same as the startup configuration:
Router# redundancy force-switchover
Proceed with switchover to standby NSE? [confirm]
00:07:35:%SYS-5-SWITCHOVER:Switchover requested
Related Commands
Command
|
Description
|
redundancy
|
Enters the redundancy configuration mode.
|
show redundancy
|
Displays the current active and standby Supervisor card redundancy status.
|
redundancy linecard-group switchover from slot
To initiate a line card switchover, use the redundancy linecard-group switchover from slot command in privileged EXEC mode.
redundancy linecard-group switchover from slot slot
Syntax Description
slot
|
Specifies the line card slot on the chassis. Valid range is from 3 to 12.
|
Command Default
The switchover of the line card takes place.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command is used for the line card switchover. Switchover occurs from the current active line card to the standby line card.
Examples
The following example shows the switchover of a line card in slot 3:
Router#redundancy linecard-group switchover from slot 3
Related Commands
Command
|
Description
|
show redundancy linecard
|
Displays information on a line card or line card group redundancy status.
|
redundancy reload
To reset the standby Supervisor card to reset both the active and standby Supervisor cards, use the redundancy reload command in privileged EXEC mode.
redundancy reload {peer | shelf}
Syntax Description
peer
|
Reloads only the standby Supervisor card.
|
shelf
|
Reloads both the active and standby r Supervisor card.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
The redundancy reload peer command reloads the Cisco IOS software on the standby Supervisor card which does not have an impact on router operations, assuming a switchover is not required while the standby module is resetting. The redundancy reload shelf command reloads the Cisco IOS software on both the active and standby Supervisor cards, which will interrupt services on the router until all the Supervisor cards and line cards initialize and come back online.
Examples
The following example shows the system response when a standby Supervisor card is not installed in the Cisco RFGW-10:
Switch# redundancy reload peer
System is running in SIMPLEX mode, reload anyway? [confirm] n
Peer reload not performed.
The following example shows how to reload both Supervisor cards on the Cisco RFGW-10:
Switch# redundancy reload shelf
Reload the entire shelf [confirm] y
Preparing to reload entire shelf
Note
Pressing Enter or y confirms the action and begins the reload of both cards. Pressing any other key aborts the reload and returns control to the current active Supervisor card.
Related Commands
Command
|
Description
|
redundancy
|
Enters redundancy configuration mode so that the synchronization parameters can be configured.
|
redundancy force-failover main-cpu
|
Forces a switchover, so that the standby Supervisor card becomes the active Supervisor card.
|
redundancy tcc-group switchover from slot
To initiate a Timing, Communication and Control (TCC) card switchover, use the redundancy tcc-group switchover from slot command in privileged EXEC mode.
redundancy tcc-group switchover from slot slot
Syntax Description
slot
|
Specifies the TCC card slot on the chassis. Valid slots are 13 and 14.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command is used for TCC card switchover. Switchover occurs from the current active card to the standby TCC card.
Examples
The following example shows the switchover of a TCC card in slot 13:
Router#redundancy tcc-group switchover from slot 13
Related Commands
Command
|
Description
|
show redundancy tcc
|
Displays information of the TCC card redundancy status.
|
reset interval
To set the reset interval, use the reset interval command in video server configuration mode. To remove the setting, use the no form of this command.
reset interval seconds
no reset interval seconds
Syntax Description
seconds
|
Reset interval value. The valid interval range is from 1 to 300.
|
Command Default
None
Command Modes
Video server configuration (config-video-servers)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows how to configure the reset interval value of 1 second on a Cisco RFGW-10:
Router(config)# cable video servers servergroup1
Router(config-video-servers)# reset interval 1
Related Commands
Command
|
Description
|
active
|
Activates the server.
|
cable video servers
|
Configures server groups for video sessions using external servers.
|
ip rpc portmapper
|
Establishes an RPC connection between the external server and EQAM.
|
keepalive retry
|
Configures the keepalive retry value on the server.
|
mgmt-ip-address mac-address
|
Configures the management IP and MAC address of the server.
|
protocol
|
Configures the protocols supported by the server.
|
server
|
Configures the IP address of the server.
|
show cable video server-group
|
Displays the video server-group information.
|
retry interval
To configure the retry time and interval time on the external server, use the retry interval command in cable video server configuration mode. To remove the configuration, use the no form of this command.
retry seconds interval seconds
no retry seconds interval seconds
Syntax Description
seconds
|
Specifies the time interval. The default retry time is 3 seconfds and the default interval time is 5 seconds.
|
Command Default
This command has no default behavior or values.
Command Modes
Cable video server configuration (config-video-servers)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
Retry and interval time are optionally configured in the server group for communication between the Cisco RFGW-10 and the external servers.
Examples
The following example shows 10 seconds configured as the retry and interval value on the video server:
Router#configure terminal
Router(config)#cable video server servergroup1
Router(config-video-servers)#protocol gqi
Router(config-video-servers)#server 10.10.10.1
Router(config-video-servers)#retry 10 interval 10
Router(config-video-servers)#exit
Related Commands
Command
|
Description
|
cable video servers
|
Configures the video server group for external servers.
|
mgmt-ip-address mac-address
|
Configures the management port IP address and MAC address.
|
protocol
|
Configures the protocol used by the external server.
|
server
|
Configures the IP address of the external server.
|
server
To configure the external server IP address, use the server command in cable video server configuration mode. To remove the configuration, use the no form of this command.
server IP address
no server IP address
Syntax Description
IP address
|
Specifies the IP address of the external server.
|
Command Default
This command has no default behavior or values.
Command Modes
Cable video server configuration (config-video-servers)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
Data Network Control Station (DNCS) servers use Generic QAM interface (GQI) protocol. The IP address of the DNCS server must be provided.
SDV servers use Switched Digital Video (SDV) protocol and do not require an IP address.
Examples
The following example shows configuration of servergroup1 with the GQI protocol and with an IP address:
Router#configure terminal
Router(config)#cable video servers servergroup1
Router(config-video-servers)#protocol gqi
Router(config-video-servers)#server 10.10.10.1
Router(config-video-servers)#exit
The following example shows configuration of servergroup2 with the SDV protocol:
Router#configure terminal
Router(config)#cable video servers servergroup2
Router(config-video-servers)#protocol sdv
Router(config-video-servers)#exit
Related Commands
Command
|
Description
|
cable video servers
|
Configures the video server group for external servers.
|
protocol
|
Assigns the protocol used by the external server.
|
show cable clock
To display information about displaying Timing, Communicaton and Control (TCC) card DOCSIS Timimg Interface (DTI) client and server statistic counts, use the show cable clock command in privileged EXEC mode.
show cable clock [slot] {client port id | server port id | counters}
Syntax Description
slot
|
(Optional) Identifies a TCC interface on the Cisco RF Gateway 10. Valid TCC slots are 13 and 14.
|
client port id
|
Specifies the DTI client port ID. Valid port values are 1 and 2.
|
server port id
|
Specifies the DTI server port ID. Valid port values are 1 and 2.
|
counters
|
Specifies the DTI client counters.
|
Command Default
Information on the TCC DTI client and server is displayed. Counters are not displayed.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was modified in Cisco IOS Release 12.2(44)SQ to support the Cisco RF Gateway 10. The slot, client, server, and counters options were added.
|
Examples
The following example shows the TCC DTI client and server statistic counts information:
DTI Client status: TCC 13
Client clock type : ITU type 1
Client firmware version : 7
Client timestamp : 657519453
Client phase correction : 65535
Client normal time : 65535
Client transition t3 count : 0
Client transition t4 count : 1
Client transition t6 count : 0
Client transition t7 count : 0
Client port switch count : 1
Client Integral Frequency Term : 64518
DTI Client Port 1 Status:
-------------------------
-- Connected server information ---
Server status : Active free-run
Root Server clock type : ITU type 3
Root Server source : none
Client Performance Stable : yes
Client Cable advance Valid : yes
DTI Client Port 2 Status:
-------------------------
DTI Client status: TCC 14
Client clock type : ITU type 1
Client firmware version : 7
Client timestamp : 672169320
Client phase correction : 65535
Client normal time : 65535
Client transition t3 count : 0
Client transition t4 count : 1
Client transition t6 count : 0
Client transition t7 count : 0
Client port switch count : 1
Client Integral Frequency Term : 64760
DTI Client Port 1 Status:
-------------------------
DTI Client Port 2 Status:
-------------------------
-- Connected server information ---
Server status : Active free-run
Root Server clock type : ITU type 3
Root Server source : none
Client Performance Stable : yes
Client Cable advance Valid : yes
The following is sample output of a TCC card in slot 13 on a Cisco RF Gateway 10:
Router#show cable clock 13 client 1
DTI Client Port 1 Status:
-------------------------
Table 3-2 describes the significant fields shown in the display.
Table 3-2 show cable clock client Field Descriptions
Field
|
Description
|
Port status
|
Indicates the current status of the DTI port on the TCC card.
|
Signal detected
|
Indicates whether the DTI signal was detected.
|
CRC error count
|
The number of cyclic redundancy check (CRC) errors. It can indicate intermittent upstream, laser clipping, or common-path distortion.
|
The following example shows the server status of the TCC card in slot 13 on a Cisco RFGW-10:
Router#show cable clock 13 server 2
TCC Card 13 port 2 DTI Server status:
--------------------------------------
Server signal detected : yes
Root Server clock type : ITU type 3
Root Server source : none
Client Performance Stable : yes
Client Cable advance Valid : yes
Table 3-3 describes the significant fields shown in the display.
Table 3-3 show cable clock server Field Descriptions
Field
|
Description
|
Server signal detected
|
Indicates whether the server was detected.
|
Server status
|
Indicates the state in which the serer is functioning. The states are warm-up, free-run state, fast mode, normal, holdover, or bridge mode.
|
Root server source
|
The server source such as internal, external, GPSor none.
|
Root server clock type
|
The clock type. The types are 1, 2, 3 or ITU Stratum 3 or DTI Min. clock.
|
TOD setting mode
|
Displays the time (user time, NTP, GPS) mode such as short or long.
|
The following is a sample output showing the counters on TCC card 13 on Cisco RFGW-10:
Router#show cable clock 13 counters
TCC Card 13 DTI counters:
-------------------------
Client Normal time : 0x1EB6
Client Holdover time : 0x0000
Client Phase Correction : 0
Client Freq Correction : 63213
Client EFC Correction : 61039
Client transition count t3 : 0
Client transition count t4 : 1
Client transition count t6 : 0
Client transition count t7 : 0
Client port switch count : 1
Related Commands
Command
|
Description
|
cable clock free-run
|
Allows the clock to be in free-run mode.
|
clear cable clock counters
|
Clears DTI client transition counters of a TCC DTI client and server.
|
show cable depi-sessions
To display Downstream External PHY Interface (DEPI) sessions configured on the line card, use the show cable depi-sessions command in privileged EXEC mode.
show cable depi-sessions mode {session-id | summary}
Syntax Description
mode
|
Specifies the mode of the QAM channel:
• L2TP—Displays signalled DEPI sessions.
• Manual—Displays manually configured DEPI sessions.
|
session-id
|
Displays detailed information on a specific DEPI session.
|
summary
|
Displays a summary of all DEPI sessions configured
|
Command Default
Information on configured DEPI sessions is displayed.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following is sample output for manual DEPI session 1 on the Cisco RF Gateway 10:
Router#show cable depi-sessions manual 1
Detailed Info about Session with id# 1:
Type : MANUAL_DEPI_OVER_IP
Payload type : DEPI_PW_TYPE_D_MPT
Table 3-4 describes the significant fields shown in the display.
Table 3-4 show cable depi-sessions manual Field Descriptions
Field
|
Indicates the
|
Type
|
Mode of the DEPI session.
|
Name
|
Name given to the session.
|
State
|
State of the session.
|
Remote id
|
Remote ID of the session.
|
DestIP addr
|
Destination IP address of the DEPI.
|
Qam slotid
|
Slot on the QAM interface.
|
Qam portid
|
Port on the QAM slot.
|
Qam ch id
|
Channel on the QAM port.
|
The following example shows a summary of the manual DEPI sessions configured on a Cisco RF Gateway 10:
Router#show cable depi-sessions manual summary
List of the Configured Depi Sessions
ID Type State Qam-info PWtype
x-----------x-------------------x----------x----------x--------
1 MANUAL_DEPI_OVER_IP IDLE Qam3/01.1 DMPT
11012 MANUAL_DEPI_OVER_IP ACTIVE Qam3/01.2 DMPT
11013 MANUAL_DEPI_OVER_IP ACTIVE Qam3/01.3 DMPT
30011 MANUAL_DEPI_OVER_IP ACTIVE Qam5/01.1 DMPT
30012 MANUAL_DEPI_OVER_IP ACTIVE Qam5/01.2 DMPT
30013 MANUAL_DEPI_OVER_IP ACTIVE Qam5/01.3 DMPT
Table 3-5 describes the significant fields shown in the display.
Table 3-5 show cable depi-sessions manual summaryField Descriptions
Field
|
Indicates the
|
ID
|
ID of the sessions created.
|
Type
|
Type of the DEPI session.
|
State
|
State of the DEPI session.
|
Qam-info
|
Slot, port and channel of a QAM interface.
|
PW type
|
Cable mode of the QAM channel.
|
Related Commands
Command
|
Description
|
cable mode
|
Specifies the mode and usage of QAM channels.
|
show cable depi-sessions offset
To display the DOCSIS Timing Interface (DTI) timing value on the QAM channels, use the show cable depi-sessions offset command in privileged EXEC mode.
show cable depi-sessions offset [port slot/port | slot slot]
Syntax Description
port
|
Displays the offset value at the port.
|
slot/port
|
Specifies the slot and the port of the line card. Valid slot range is 3 to 12. Valid port range is 1 to 12.
|
slot
|
Displays the offset value for the specified slot.
|
slot
|
Specifies the slot on the line card. Valid slot range is from 3 to 12.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following is sample output for DTI offset values configured on the chassis:
Router# show cable depi-sessions offset
x-----------x-------------------
Table 3-6 describes the significant fields shown in the display.
Table 3-6 show cable depi-sessions offset Field Descriptions
Field
|
Description
|
Qam-info
|
Displays information about the QAM interface.
|
Offset
|
Displays the offset value configured.
|
Related Commands
Command
|
Description
|
cable depi offset
|
Sets the offset value on the QAM channel for a line card in DEPI mode
|
show cable depi-sessions slot count
To display the Downstream External PHY Interface (DEPI) session count on all QAMs on a line card, use the show cable depi-sessions slot count command in privileged EXEC mode.
show cable depi-sessions slot slot count
Syntax Description
slot
|
Displays DEPI sessions information for a slot.
|
slot
|
Specifies the slot on the QAM interface. Valid slot number range is from 3 to 12.
|
count
|
Displays the count of both Manual and L2tp sessions for all QAM channels on the linecard interface.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(50)SQ2
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following is sample output for DEPI session count on the Cisco RF Gateway 10:
Router#show cable depi-sessions slot 3 count
x-----------------x---------
Table 3-4 describes the significant fields shown in the display.
Table 3-7 show cable depi-sessions slot count Field Descriptions
Field
|
Description
|
QAM Port
|
Port on the QAM slot.
|
Sessions
|
Count of the DEPI sessions on the QAM port.
|
Related Commands
Command
|
Description
|
cable mode
|
Specifies the mode and usage of QAM channels.
|
show cable heartbeat
To display the number of heartbeats received from the line cards, use the show cable heartbeat command in privileged EXEC mode.
show cable heartbeat
Syntax Description
This command has no arguments or keywords.
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows the heartbeat of the line cards:
Router#show cable heartbeat
------------------------------------
Table 3-8 describes the significant fields shown in the display.
Table 3-8 show cable hearbeat Field Descriptions
Field
|
Specifies the
|
Slot
|
Slot on the chassis.
|
Heartbeat Enabled
|
Heartbeat enabled status. If no heartbeat is received, it indicates that the line card is reset. Note that heartbeat state must be enabled to receive heartbeats.
|
Heartbeat Received Count
|
Number of heartbeats.
|
Card State
|
State of the line card.
|
Related Commands
Command
|
Description
|
cable linecard reset
|
Resets the line card on the chassis.
|
show cable image-upgrade bundle
To display the upgraded images of all the devices on the Supervisor card, use the show cable image-upgrade bundle command in user EXEC or privileged EXEC mode.
show cable image-upgrade bundle
Syntax Description
This command has no arguments or keywords.
Command Default
This command has no default behavior or values.
Command Modes
User EXEC (>)
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows the sample output using the show cable image-upgrade bundle command on the Cisco RF Gateway 10:
Router# show cable image-upgrade bundle
================================== == ==================
TCC_APP_00000000_20080811-00144654 00 20080811 00144654
TCC_ROM_00000001_20080317-00170141 01 20080317 00170141
TCC_GEN_00000002_20080612-00140709 02 20080612 00140709
TCC_DTI_00000003_20080428-00094708 03 20080428 00094708
TCC_RST_00000004_20080612-00140712 04 20080612 00140712
RFS_CPL_00000005_20080428-00105357 05 20080428 00105357
MV_APP_00000011_20080811-00144650 11 20080811 00144650
MV_ROM_00000012_20080605-00074654 12 20080605 00074654
MV_DIS_00000013_20080603-00151016 13 20080603 00151016
MV_COB_00000014_20080609-00205712 14 20080609 00205712
MV_YEL_00000015_20080609-00205659 15 20080609 00205659
MV_GWT_00000016_20080717-00162446 16 20080717 00162446
RFGW_GUI_00000017_20080603-00114822 17 20080603 00114822
Table 3-9 describes the significant fields shown in the display.
Table 3-9 show cable image-upgrade bundle Field Descriptions
Field
|
Indicates the
|
Image Name
|
Name of images of all devices on Supervisor card.
|
Id
|
ID allotted to the image.
|
Date
|
Date when the image was created.
|
Time
|
Time when the image was created.
|
Related Commands
Command
|
Description
|
cable-image upgrade download
|
Upgrades the image on the specified line card.
|
show cable-image upgrade status
|
Displays the image upgraded status of the line card.
|
show cable-image upgrade version
|
Displays all the upgraded image versions on the line card.
|
show cable image-upgrade status
To display the upgrade status for a line card, use the show cable image-upgrade status command in user EXEC or privileged EXEC mode.
show cable image-upgrade status slot
Syntax Description
slot
|
Specifies the slot number of the line card. Valid ranges are from 3 to 12.
|
Command Default
This command has no default behavior or values.
Command Modes
User EXEC (>)
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example displays the upgrade status for the line card:
Router# show cable image-upgrade status 12
No current image upgrade is occurring on slot 12
Related Commands
Command
|
Description
|
cable-image upgrade download
|
Upgrades the image on the specified line card.
|
show cable-image upgrade bundle
|
Displays the upgraded images of all the devices on the Supervisor card.
|
show cable-image upgrade version
|
Displays all the upgraded image versions on the line card.
|
show cable image-upgrade version
To display the upgraded images on the line card, use the show cable image-upgrade version command in privileged EXEC and user EXEC mode.
show cable image-upgrade version slot
Syntax Description
slot
|
Specifies the slot number of the line card. Valid slot range is from 3 to 12.
|
Command Default
This command has no default behavior or values.
Command Modes
User EXEC (>)
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows the output from the show cable image-upgrade version command:
Router# show cable image-upgrade version 3
================================== == ==================
MV_APP_00000011_20080811-00144650 11 20080811 00144650
MV_ROM_00000012_20080605-00074654 12 20080605 00074654
MV_DIS_00000013_20080603-00151016 13 20080603 00151016
MV_COB_00000014_20080609-00205712 14 20080609 00205712
MV_YEL_00000015_20080609-00205659 15 20080609 00205659
MV_GWT_00000016_20080717-00162446 16 20080717 00162446
Table 3-10 describes the significant fields shown in the display.
Table 3-10 show cable image-upgrade version Field Descriptions
Field
|
Indicates the
|
Image Name
|
Name of the image upgraded.
|
Id
|
ID allotted to the image.
|
Date
|
Date when image was upgraded.
|
Time
|
Time when image upgrade occurred.
|
Related Commands
Command
|
Description
|
cable-image upgrade download
|
Upgrades the image on the specified line card.
|
show cable-image upgrade bundle
|
Displays the upgraded images of all the devices e on the Supervisor card.
|
show cable-image upgrade status
|
Displays the image upgraded status of the line card.
|
show cable linecard coreinfo
To copy the core file information from line card flash directory to the bootflash, use the show cable linecard coreinfo command in privileged EXEC mode.
show cable linecard coreinfo slot
Syntax Description
slot
|
Specifies the line card and TCC card slots. Valid line card range is from 3 to 12 and valid TCC card slots are 13 and 14.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command copies the core files from line card flash directories to the bootflash with the line card identifier appended as a prefix and file creation time appended as a suffix to the core file information.
Examples
The following example shows the core files from slot 3 being copied onto the bootflash:
1 -rwx 12535060 Apr 12 2007 19:10:18 +00:00 cat4000-i9s-mz.122-25.EWA8.bin
3 -rw- 5737 Sep 13 2007 12:54:26 +00:00 np_rfgw_run_913.cfg
6 -rwx 26904132 Oct 23 2007 05:27:07 +00:00 cat4500-entservices-mz
7 -rw- 6576 Mar 11 2008 02:48:36 +00:00 temp-1.cfg
8 -rw- 8070 Oct 5 2008 04:28:25 +00:00 np-startup1.cfg
9 -rw- 236964 Oct 21 2008 23:54:48 +00:00 slogs1
61341696 bytes total (9444684 bytes free)
Router#dir linecard-3-flash:
Directory of linecard-3-flash:/
720958 -rw- 4047732 Sep 29 2008 12:40:49 +00:00 mv_app.lc
720986 -rwx 74 Sep 29 2008 12:48:37 +00:00 update
1704275 -rw- 65536 Jan 1 1970 00:03:00 +00:00 mv_iu.core
2031738 -rw- 232833 Oct 24 2008 19:31:32 +00:00 slog_latest
1245266 -rw- 327881 Nov 3 2008 18:30:16 +00:00 AA
1573181 -rw- 77824 Nov 6 2008 01:29:35 +00:00 mv_video.core
1442197 -rw- 147603 Nov 7 2008 20:57:23 +00:00 AAA
131273 -rw- 385309 Nov 10 2008 20:54:58 +00:00 slogs1.text
1048865 -rw- 63617 Nov 10 2008 20:57:18 +00:00 slogs2.text
327848 -rw- 385309 Nov 10 2008 20:54:58 +00:00 slogs1_boot.text
458769 -rw- 63617 Nov 10 2008 20:57:18 +00:00 slogs2_boot.text
196793 -rw- 20036 Jan 1 1970 00:00:14 +00:00 slogs1_boot.txt
524465 -rw- 114208 Dec 9 2008 20:33:25 +00:00 slogs1
8126464 bytes total (1719532 bytes free)
Router#show cable linecard coreinfo 3
Copying core file linecard-3-flash:mv_video.core to
bootflash:LC_3_mv_video.core_012935_6_Nov_2008
Copying core file linecard-3-flash:mv_iu.core to
bootflash:LC_3_mv_iu.core_000300_1_Jan_1970
1 -rwx 12535060 Apr 12 2007 19:10:18 +00:00 cat4000-i9s-mz.122-25.EWA8.bin
3 -rw- 5737 Sep 13 2007 12:54:26 +00:00 np_rfgw_run_913.cfg
6 -rwx 26904132 Oct 23 2007 05:27:07 +00:00 cat4500-entservices-mz
7 -rw- 6576 Mar 11 2008 02:48:36 +00:00 temp-1.cfg
8 -rw- 8070 Oct 5 2008 04:28:25 +00:00 np-startup1.cfg
9 -rw- 236964 Oct 21 2008 23:54:48 +00:00 slogs1
21 -rw- 77824 Dec 9 2008 20:33:51 +00:00 LC_3_mv_video.core_012935_6_Nov_2008
22 -rw- 65536 Dec 9 2008 20:33:51 +00:00 LC_3_mv_iu.core_000300_1_Jan_1970
61341696 bytes total (9301068 bytes free)
Table 3-11 describes the significant fields shown in the display.
Table 3-11 show cable linecard coreinfo Field Descriptions
Field
|
Description
|
Copying core file line card
|
Shows the copying of the files to the bootflash directory.
|
Related Commands
Command
|
Description
|
show cable linecard version
|
Displays the version information for a line card.
|
show cable linecard cpuload
To display the CPU utilization information of the line card, use the show cable linecard cpuload command in privileged EXEC mode.
show cable linecard cpuload slot
Syntax Description
slot
|
Specifies the slot number of the line card. Valid range is from 3 to 12.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows the CPU information on line card 3:
Router#show cable linecard cpuload 3
4444444444444444444444444444444444444444444444444444444444
0....5....1....1....2....2....3....3....4....4....5....5....
CPU% per second (last 60 seconds)
4444444444444444444444444444444440
0....5....1....1....2....2....3....3....4....4....5....5....
CPU% per minute (last 60 minutes)
* = maximum CPU% # = average CPU%
0....5....1....1....2....2....3....3....4....4....5....5....6....6....7.
0 5 0 5 0 5 0 5 0 5 0 5 0
CPU% per hour (last 72 hours)
* = maximum CPU% # = average CPU%
CPU utilization for five seconds: 4%; one minute: 4%; five minutes: 4%
Table 3-12 describes the significant fields shown in the display.
Table 3-12 show cable linecard cpuload Field Descriptions
Field
|
Description
|
CPU utilization
|
Displays the utilization of CPU in per second, per minute and per hour.
|
Related Commands
Command
|
Description
|
cable linecard reset
|
Resets the line card on the Cisco RF Gateway 10.
|
show cable linecard logs
To display the system log information of the line card at bootup, use the show cable linecard logs command in privileged EXEC mode.
show cable linecard logs slot {all | slogs1 | slogs1-boot | slogs2 | slogs2-boot}
Syntax Description
slot
|
Specifies the line card slot. Valid range is from 3 to 12.
|
all
|
Displays log information of all line cards on the chassis.
|
slogs1
|
Displays log information of latest system log 1 file.
|
slogs1-boot
|
Displays log information of latest system log 1 file at boot up.
|
slogs2
|
Displays log information of latest system log 2 file.
|
slogs2-boot
|
Displays log information of latest system log 2 file at boot up.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
The command may result in a lengthy output, if all option is used.
Examples
The following example shows the log information for all line cards on the chassis:
Router#show cable linecard logs 3 all
More linecard-3-flash:slogs1.txt ...
Time Sev Major Minor Args
Jan 01 00:00:11 6 10000 0 root >> process is up (restart max 3 times)
Jan 01 00:00:11 6 10000 0 root >> guardian 94217 waiting on source 94216
Jan 01 00:00:11 6 10000 0 root >> thread [tid: 2] child_monitor awaiting
Jan 01 00:00:11 6 10000 0 root >> thread [tid: 3] daemon_monitor awaiting
Jan 01 00:00:11 6 10000 0 Active SUP: slot 1, mac 020000000100
Jan 01 00:00:11 5 14 0 tcpip starting
Jan 01 00:00:11 3 14 0 Using pseudo random generator. See "random" op
Jan 01 00:00:13 6 10000 0 NPM: init
Jan 01 00:00:13 6 10000 0 NPM: options seat_id=0x02030000
Jan 01 00:00:13 6 10000 0 NPM: Seat ID 2030000
Jan 01 00:00:13 6 10000 0 NPM: Cell 2, EndPt 0
Jan 01 00:00:13 6 10000 0 NPM: Start resmgr: No error
Jan 01 00:00:13 6 10000 0 NCM: init
Jan 01 00:00:13 6 10000 0 NCM: Cell 1, EndPt 0
Jan 01 00:00:13 6 10000 0 NPM: Advert: en0, mac 02:00:00:00:03:00, mtu 15
14, cell 1, endPt 0, iface 0
Jan 01 00:00:13 6 10000 0 NCM: Module started
Jan 01 00:00:13 6 10000 0 NCM: Start resmgr: No error
Jan 01 00:00:13 6 10000 0 NCM: ncm_cipc_en: IPC master mac 02:00:00:00:01
More linecard-3-flash:slogs2.txt ...
%Error opening linecard-3-flash:slogs2.txt (No such file or directory)
More linecard-3-flash:slogs1_boot.txt ...
Time Sev Major Minor Args
Jan 01 00:00:11 6 10000 0 root >> process is up (restart max 3 times)
Jan 01 00:00:11 6 10000 0 root >> guardian 94217 waiting on source 94216
Jan 01 00:00:11 6 10000 0 root >> thread [tid: 2] child_monitor awaiting
Jan 01 00:00:11 6 10000 0 root >> thread [tid: 3] daemon_monitor awaiting
Jan 01 00:00:11 6 10000 0 Active SUP: slot 1, mac 020000000100
Jan 01 00:00:11 5 14 0 tcpip starting
Jan 01 00:00:11 3 14 0 Using pseudo random generator. See "random" op
Jan 01 00:00:11 6 10000 0 NPM: init
Jan 01 00:00:11 6 10000 0 NPM: options seat_id=0x02030000
Jan 01 00:00:11 6 10000 0 NPM: Seat ID 2030000
Jan 01 00:00:11 6 10000 0 NPM: Cell 2, EndPt 0
Jan 01 00:00:11 6 10000 0 NPM: Start resmgr: No error
Jan 01 00:00:13 6 10000 0 NCM: init
Jan 01 00:00:13 6 10000 0 NCM: Cell 1, EndPt 0
Jan 01 00:00:13 6 10000 0 NPM: Advert: en0, mac 02:00:00:00:03:00, mtu 15
14, cell 1, endPt 0, iface 0
Jan 01 00:00:13 6 10000 0 NCM: Module started
Jan 01 00:00:13 6 10000 0 NCM: Start resmgr: No error
Jan 01 00:00:13 6 10000 0 NCM: ncm_cipc_en: IPC master mac 02:00:00:00:01
More linecard-3-flash:slogs2_boot.txt ...
Table 3-13 describes the significant fields shown in the display.
Table 3-13 show cable linecard logs Field Descriptions
Field
|
Description
|
Time
|
Displays the time during which the log was recorded.
|
Sev
|
Indicates the severity of the issue logged.
|
Major Minor Args
|
Displays a short description of the issue.
|
Related Commands
Command
|
Description
|
show cable linecard version
|
Displays the version information for a line card.
|
show cable linecard process
To display all the processes running on the line card, use the show cable linecard process command in privileged EXEC mode.
show cable linecard process slot
Syntax Description
slot
|
Specifies the slot on the Cisco RF Gateway 10. Valid range is from 3 to 14.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows the processes running on line card 3:
Router#show cable linecard process 3
===== ================== ======= =====
45066 io-net 1 Registered,Launched
81934 mv_iu 1 Registered,Launched
81935 ipc_ping_server 1 Registered,Launched
81936 rfs 1 Registered,Launched
81937 mv_cpuload 1 Registered,Launched
81938 mv_lcinfo 1 Registered,Launched
81939 mv_lcred 1 Registered,Launched
81940 mv_hw_ctrl 1 Registered,Launched
81941 mv_tsec_ctrl 1 Registered,Launched
81942 mv_depi 1 Registered,Launched
81943 mv_video 1 Registered,Launched
Total number of processes: 11
Table 3-14 describes the significant fields shown in the display.
Table 3-14 show cable linecard process Field Descriptions
Field
|
Description
|
pid
|
Displays the program identifier.
|
name
|
Displays the name of the process.
|
start counter
|
Displays how many times a process has been launched.
|
state
|
Displays the state of the process.
|
Related Commands
Command
|
Description
|
show cable linecard cpuload
|
Displays the CPU utilization information on the line card.
|
show cable linecard version
To display image version information of the line card, use the show cable linecard version command in privileged EXEC mode.
show cable linecard version slot
Syntax Description
slot
|
Specifies the line card on the Cisco RF Gateway 10. Valid range is from 3 to 14.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Usage Guidelines
Software, hardware version information, and programmed flash image information are displayed for the line card.
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows the sample output of the show cable line card version command on a Cisco RF Gateway 10:
Router#show cable linecard version 4
Application Upgrade Version: 12.2(20100116.00032134): MV_APP_00000011_20100116-0
Application Permanent Version: MV_APP_00000011_20081112-00144210
Rommon Version: 12.2(12.2.394): MV_ROM_00000012_20081111-00141240
Discus Image version: MV_DIS_00000013_20080603-00151016
Discus FPGA 1st rev ID: 0x00420042
Discus FPGA 2nd rev ID: 0x00420042
Cobia Image version: MV_COB_00000014_20080807-00112745
Cobia FPGA 1st rev ID: 0x02560029
Cobia FPGA 2nd rev ID: 0x00230276
Yellowfin Image version: MV_YEL_00000015_20090319-00124021
Yellowfin FPGA 1st rev ID: 0x02260025
Yellowfin FPGA 2nd rev ID: 0x00240277
UPX Image version: MV_ZMR_00000018_20091217-00145848
OEM Name: Vecima Networks Inc
OEM Serial Number: 2469876
OEM Part Number: 00020000
Mfg Test Software Version: S1.0.94.0
OEM Name: Vecima Networks Inc
OEM Serial Number: 2469846
OEM Part Number: 00020000
Mfg Test Software Version: S1.0.81.0
OEM Name: Vecima Networks Inc
OEM Serial Number: 2469854
OEM Part Number: 00020000
Mfg Test Software Version: S1.0.84.0
Table 3-15 describes the significant fields shown in the display.
Table 3-15 show cable linecard version Field Descriptions
Field
|
Description
|
Rommon version
|
Displays the ROMMON version.
|
Related Commands
Command
|
Description
|
show cable linecard cpuload
|
Displays the CPU utilization information.
|
show cable linecard process
|
Displays the processes running on the line card.
|
show cable video label
To display the active video labels, use the show cable video label command in privileged EXEC mode.
show cable video label [label]
Syntax Description
label
|
(Optional) Specifies the label name given to the video label.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Usage Guidelines
The command displays all the labels configured on the chassis.
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
12.2(50)SQ1
|
The output of the command is modified to display the filtered PIDs for pass-through video sessions.
|
Examples
The following example shows the video labels configured on the Cisco RFGW-10:
Router#show cable video label
SRC ADDR DST ADDR BITRATE JITTER
--------------- --------------- --------- ------
162.0.0.10 232.3.1.1 3750000 200
Label Output Streams: [2]
SRC ADDR DST ADDR BITRATE JITTER
--------------- --------------- --------- ------
162.0.0.10 232.3.1.2 15000000 200
Label Output Streams: [2]
The following example shows the PIDs filtered when filtering is configured for pass-through video sessions:
Router#show cable video label
SRC ADDR DST ADDR BITRATE JITTER
--------------- --------------- --------- ------
111.17.1.101 232.2.1.0 25000000 200
SRC ADDR DST ADDR BITRATE JITTER
--------------- --------------- --------- ------
111.17.1.102 232.2.1.0 25000000 200
SRC ADDR DST ADDR BITRATE JITTER
--------------- --------------- --------- ------
111.17.1.103 232.2.1.0 25000000 200
00000101 00000102 00000103 00000104 00000105 00000106 00000107 00000108
00000109 00000110 00000111 00000112 00000113 00000114 00000115 00000116
00000117 00000118 00000119 00000120 00000200 00000201 00000202 00000203
Label Output Streams: [1]
Table 3-16 describes the significant fields shown in the display.
Table 3-16 show cable video label Field Descriptions
Field
|
Description
|
Multicast Label
|
Name of the label.
|
Label Type
|
Whether it is an ASM label or an SSM label.
|
Label Sources
|
Source of the label.
|
SRC ADD
|
Source IP address.
|
DST ADDR
|
Destination IP address.
|
BITRATE
|
Amount of bandwidth allotted.
|
JITTER
|
Amount of Jitter allotted.
|
Filtered PIDs
|
Lists the PIDs that are dropped when PID filtering is configured for pass-through video sessions.
|
Current Active Src
|
Name of the active source.
|
Label Output Stream
|
Name of the output stream label.
|
QAM
|
QAM interface.
|
Program ID
|
Program Identifier (PID).
|
Related Commands
Command
|
Description
|
asm
|
Configures ASM video session definition.
|
cable video labels
|
Enters the cable video label configuration.
|
cable video multicast
|
Configures video multicast sessions on the QAM interface.
|
ssm
|
Configures SSM video session definition.
|
show cable video multicast uplink
To display the multicast uplink interfaces, use the show cable video multicast uplink command in privileged EXEC mode.
show cable video multicast uplink [GigabitEthernet | TenGigabitEthernet interface/port]
Syntax Description
GigabitEthernet
|
Indicates the Gigabit Ethernet interface. Valid port range is 3 through 6, 13 and 14.
|
TenGigabitEthernet
|
Indicates the 10 Gigabit Ethernet interface. Valid slots are 1 and 2.
|
interface/port
|
Specifies the interface slot and port.
|
Command Default
This command has no defalut behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows all uplink interfaces configured on the Cisco RFGW-10:
Router#show cable video multicast uplink
Uplink Interface Status Allocated Maximum Allocated Backup Interface
Streams Bandwidth Bandwidth
-----------------------------------------------------------------------------
TenGigabitEthernet1/1 UP 240 10000000 30240
Table 3-17 describes the significant fields shown in the display.
Table 3-17 show cable video multicast uplink Field Descriptions
Field
|
Description
|
Uplink Interface Backup Activated
|
Displays the status of the Uplink interface such as activated or deactivated.
|
Status
|
Displays the status of the interface such as up or down..
|
Allotted Streams
|
Specifies the number of allotted streams.
|
Maximum Bandwidth
|
Specifies the maximum amount of bandwidth for the specified interface
|
Allocated Bandwidth
|
Specifies the bandwidth allocated for that interface.
|
Backup Interface
|
Dispays the name of the backup interface.
|
Related Commands
Command
|
Description
|
cable video multicast uplink
|
Configures an uplink port for multicast traffic.
|
ip multicast-routing
|
Enables multicast routing on the Cisco RFGW-10.
|
show cable video packet
To display the video insertion packet information, use the show cable video packet command in privileged EXEC mode.
show cable video packet {qam | qam-red slot/port.channel [stream stream-id] | all | slot slot}
Syntax Description
qam
|
Specifies the QAM interface on the Cisco RFGW-10.
|
qam-red
|
Specifies the QAM interface when line card redundancy is configured on the Cisco RFGW-10.
|
slot
|
Specifies the slot on the QAM interface. Valid range is from 3 to 12.
|
port
|
Specifies the port on the interface. Valid range is from 1 to12.
|
channel
|
(Optional) Specifies the channel on the port. Valid range is from 1 to 4.
|
stream
|
(Optional) Specifies packet stream insertion information.
|
stream-id
|
(Optional) Specifies the packet stream identifier. Valid range is from 1 to 4294967295.
|
all
|
Displays a summary of the packet insertion on the chassis.
|
slot
|
Displays packet insertion for a slot.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows the video packets on a QAM interface 3:
Router#show cable video packet qam-red 3/1.1
Packet Times Actual Insert Num Pkts
Stream ID Interface Version Repeat Repeated Rate (bps) Inserted State
------------------------------------------------------------------------------------------
1 Qam3/1.1 1 Continuos 14460 1000 1 ON
Table 3-18 describes the significant fields shown in the display.
Table 3-18 show cable video packet Field Descriptions
Field
|
Description
|
Packet Stream ID
|
Packet stream identifiers of the video packets.
|
Interface
|
QAM channel or QAM subinterface.
|
Version
|
Version of video packets.
|
Times Repeat
|
Packets repetition state such as continuos.
|
Actual Repeated
|
The number of times the packets are repeated.
|
Insert rate
|
Rate at which packets are inserted.
|
Num pkts inserted
|
Number of packets inserted.
|
State
|
Displays the status of the packets whether on or off.
|
show cable video route
To display video route information, use the show cable video route command in privileged EXEC mode.
show cable video route {multicast | unicast} {all | slot slot | qam-domain qam-domain}
Syntax Description
multicast
|
Displays information for multicast routes.
|
unicast
|
Displays information for unicast routes.
|
all
|
Displays information on all routes on the chassis.
|
slot
|
Displays information of a slot on the line card.
|
slot
|
Specifies the slot on the line card. Valid range is from 3 to 12.
|
qam-domain
|
Displays information for a QAM domain.
|
qam-domain
|
Specifies the QAM domain. Valid range is from 1 to 20.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example displays all the multicast routes configured on the chassis:
Router#show cable video route multicast all
Source Group rx-interface tx-qamblock Sessions
-------------------------------------------------------------------------------
162.0.0.10 232.3.1.1 TenGigabitEthernet1/1 qam 10/1-6 1
162.0.0.10 232.3.1.2 TenGigabitEthernet1/1 qam 10/1-6 1
162.0.0.10 232.3.1.3 TenGigabitEthernet1/1 qam 10/1-6 1
162.0.0.10 232.3.1.4 TenGigabitEthernet1/1 qam 10/1-6 1
162.0.0.10 232.3.1.5 TenGigabitEthernet1/1 qam 10/1-6 1
The following example displays unicast video routes for QAM domain 3:
Router#show cable video route unicast qam-domain 3
QAM-Domain IP Addr UDP Port Range QAM Block Route Type
---------------------------------------------------------------------------
3 11.12.14.15 6000-8000 3/7-12 LOCAL (UDP)
Table 3-19 describes the significant fields shown in the display.
Table 3-19 show cable video route Field Descriptions
Field
|
Description
|
Source
|
Source IP address.
|
Group
|
Group IP address.
|
rx-interface
|
Multicast interfaces.
|
tx-qamblock
|
QAM block on a slot.
|
Sessions
|
Number of sessions.
|
QAM-Domain
|
QAM domain.
|
IP Addr
|
IP address configured.
|
UDP Port Range
|
Lower and higher UDP ports.
|
QAM Block
|
QAM block assigned to the domain.
|
Route Type
|
Type of route configured.
|
Related Commands
Command
|
Description
|
video route
|
Configures the video route on the line card.
|
show cable video server-group
To display information on a video server group, use the show cable video server-group command in privileged EXEC mode.
show cable video server-group {all | mapping | name group_name}
Syntax Description
all
|
Displays all the server groups configured on a line card.
|
mapping
|
Displays external and internal session mapping.
|
name
|
Displays the information of a server group.
|
group_name
|
Specifies a server group.
|
Command Default
This command has no default values or behavior.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command is used to view all the server groups configured on a line card.
Examples
The following example displays information on all server groups configured on the line card:
Router#show cable video server-group all
Timeout Period : 5 seconds
Server[0] : 172.22.23.161
Management IP : 172.22.22.181 Port : 844 Mac Id : 0017.94fe.a9c0
Server State Indication Requests
---------------------------------------------------------------------
172.22.23.161 Connected In-progress 0
Timeout Period : 5 seconds
Management IP : 56.1.1.101 Port : 0 Mac Id : 001a.a2ff.0d03
QAM Interfaces : 5/1.1-5/6.4
Table 3-20 describes the significant fields shown in the display.
Table 3-20 show cable video server-group Field Descriptions
Field
|
Description
|
Server-Group
|
Specifies the name of the server group.
|
State
|
Indicates whether the group is active or non-active.
|
Protocol
|
Indicates the protocol configured on the server group.
|
Timeout Period
|
Indicates the time period for a time out.
|
Number of Retry
|
Indicates the number of retries.
|
Server
|
Indicates the IP address of the external server. IP address must be configured for the GQI protocol.
|
Management IP
|
IP address of the manaagement port of the server configured on the server group.
|
Port
|
Specifies the port number.
|
Mac Id
|
Specifies the MAC address of the server.
|
QAM Interfaces
|
Specifies the QAM interfaces.
|
Related Commands
Command
|
Description
|
cable video servers
|
Configures external control server groups on the line card.
|
show cable video session
To display the video session information, use the show cable video session command in privileged EXEC mode.
show cable video session {qam | qam-red qam_interface_nmber} | all [ brief filter | summary]
| id session ID [in | out] [psi | stats] | slot slot [brief filter | count | summary]
| qam-domain qam-domain [brief filter | summary]
Syntax Description
qam
|
Displays information on video session configured on a QAM interface.
|
qam-red
|
Displays the video session configured on a QAM interface with line card redundancy.
|
qam_interface_number
|
Indicates the interface number of the QAM.
• slot: Specifies the slot of the QAM interface. Valid range is from 3 to 12.
• port: Specifies the port on the slot. Valid range is from 1 to 12.
• channel: Specifies the channel on the QAM. Valid range is from 1 to 4
|
all
|
Displays information of all video sessions configured on the chassis.
|
summary
|
(Optional) Displays a summary of all the video sessions configured on the chassis.
|
brief
|
(Optional) Displays brief video information.
|
filter
|
(Optional) Filters the information using the following criteria:
• active—Shows the active sessions present.
• asm—Shows the ASM video sessions.
• blocked—Shows blocked video sessions.
• data—Shows sessions with the data-piping processing type.
• idle—Shows idle sessions.
• off—Shows off sessions.
• passthru—Shows sessions with the pass-through processing type.
• psi—Shows packet stream identifiers of video sessions.
• remap—Shows remapped video streams.
• shell—shows video sessions in shell.
• ssm—Shows SSM video sessions.
• udp—Shows the UDP port.
|
id
|
Displays video session information for a session ID.
|
session ID
|
Specifies the ID of a particular session. Valid session IDs are 1 and 2.
|
in
|
(Optional) Displays input session information.
|
out
|
(Optional) Displays output session information.
|
psi
|
(Optional) Displays detailed Program Specific Information (PSI) video session information with program table.
|
stats
|
(Optional) Displays detailed video session statistics.
|
slot
|
Displays video sessions information for a slot.
|
slot
|
Specifies the slot on the QAM interface. Valid slot number range is from 3 to 12.
|
count
|
(Optional) Displays the session count for all QAM channels on the line card interface.
|
qam-domain
|
Displays video session information for a QAM domain.
|
qam-domain
|
Specifies the QAM domain on a line card. Valid QAM domain is 1 to 20.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
12.2(50)SQ2
|
This command was modified. The count keyword was added.
|
Examples
The following example shows the video sessions configured on 3/1.1 QAM interface:
Router# show cable video session qam 3/1.1
Session QAM Stream Sess UDP Out Input Input Output PSI Ctrl
ID Port Type Type Port Pgm Bitrate State State Rdy State
---------- ------- ------ ---- ----- ----- -------- ------ ------ --- -----
1 3/1.1 Remap UDP 500 10 0 OFF ON NO -
2 3/1.1 Remap UDP 50000 20 0 OFF ON NO -
3 3/1.1 Remap UDP 7000 30 0 OFF ON NO -
The following example shows the video sessions configured on the chassis:
Router# show cable video session all
Session QAM Stream Sess UDP Out Input Input Output PSI Ctrl
ID Port Type Type Port Pgm Bitrate State State Rdy State
---------- ------- ------ ---- ----- ----- -------- ------ ------ --- -----
1 3/1.1 Remap UDP 500 10 0 OFF ON NO -
2 3/1.1 Remap UDP 50000 20 0 OFF ON NO -
3 3/1.1 Remap UDP 7000 30 0 OFF ON NO -
The following example shows the detailed summary of video sessions configured on the chassis:
Router#show cable video session all summary
Video Session Summary for Chassis:
Active : 0 Init : 0 Idle : 0
Off : 3 Blocked : 0 PSI-Ready : 0
Remap : 3 Data : 0 Passthru : 0
Total Measured Bitrate : 0 bps
The following example shows information about video sessions configured on the chassis:
Router# show cable video session all brief
Session QAM Stream Sess UDP Out Input Input Output PSI Ctrl
ID Port Type Type Port Pgm Bitrate State State Rdy State
---------- ------- ------ ---- ----- ----- -------- ------ ------ --- -----
1 3/1.1 Remap UDP 500 10 0 OFF ON NO -
2 3/1.1 Remap UDP 50000 20 0 OFF ON NO -
3 3/1.1 Remap UDP 7000 30 0 OFF ON NO -
Table 3-21 describes the significant fields shown in the display.
Table 3-21 show cable video session all Field Descriptions
Field
|
Description
|
Session ID
|
Represents the internal ID allocated by the chassis to the output stream of the input session.
|
QAM Port
|
Indicates the QAM interface or QAM subinterface.
|
Stream Type
|
Indicates the transport stream.
|
Session Type
|
Indicates the video session type.
|
UDP Port
|
Indicates the UDP port.
|
Output Program
|
Indicates the Single ProgramTransport Stream (SPTS) or Multiple ProgramTransport Stream (MPTS) program number.
|
Input Bitrate
|
Indicates the actual bitrate measured on the input.
|
Input State
|
Indicates the state on the input.
|
Output State
|
Indicates the stare on the output.
|
PSI Rdy
|
Indicates the PSI ready state.
|
Ctrl State
|
Indicates the controller state.
|
The following example shows the detailed video session configuration on the line card:
Router#show cable video session id 2
Uptime [SUP] : 07:38:27 AM
Config Bitrate : 3750000 bps
Destination IP : 11.12.13.15
Session PAT: No PAT information available.
Session PMT: No PMT information available.
Elapsed time [LC]: 14139 days 07 hours 59 min 54 secs
IP Packets: In: 0, Drop: 0
TP Packets: In: 0, PCR: 0, Non-PCR: 0, PSI: 0, NULL: 0, Unreferenced: 0
Sync-Loss: 0, Dis-continous: 0, CC Errors: 0, PCR Jump: 0, Idl
Measured Bitrate 0 (0 min 0 max) bps, stay 0 ms, jitter 0 ms
PCR Bitrate 0 (0 min 0 max) bps, stay 0 ms, jitter 0 ms
Idle Count: 0, Total Idle Time: 0 sec
Session PMT: No PMT information available.
Elapsed time [LC]: 14139 days 08 hours 00 min 15 secs
TP Packets: PCR: 0, Non-PCR: 0, PSI: 0, New PAT: 0, New PMT: 0
Drop: 0, Info-Err: 0, Inv-Rate: 0, Output Adjust: 0
Overruns: 0, Under-Flow: 0, Over-Flow: 0
Output Measured Bitrate: 0 bps
Output PCR Bitrate: 0 bps
The following example shows the cable video session information for session ID 2:
Router#show cable video session id 2 in psi
Session PAT: Ver 0, TSID 1, len 16, section 0/0
Session PMT: Ver 0, program 1, pcr pid 481, len 43
Type 3, PID 482, len 6 (desc 10, len 4)
Type 129, PID 483, len 6 (desc 10, len 4)
The following example shows detailed video session statistics:
Router#show cable video session id 2 in stats
Elapsed time [LC]: 14142 days 22 hours 52 min 41 secs
IP Packets: In: 0, Drop: 0
TP Packets: In: 0, PCR: 0, Non-PCR: 0, PSI: 0, NULL: 0, Unreferenced: 0
Sync-Loss: 0, Dis-continous: 0, CC Errors: 0, PCR Jump: 0, Idle: 0
Measured Bitrate 0 (0 min 0 max) bps, stay 0 ms, jitter 0 ms
PCR Bitrate 0 (0 min 0 max) bps, stay 0 ms, jitter 0 ms
Idle Count: 0, Total Idle Time: 0 sec
The following example shows the session count on all QAMs on the linecard in slot 9:
Router#show cable video session slot 9 count
x------------------x-----------
Table 3-22 describes the significant fields shown in the display.
Table 3-22 show cable video session id Field Descriptions
Field
|
Description
|
Elapsed time
|
Indicates the session time elapsed in days, hours, minutes. and seconds.
|
IP packets
|
Indicates the number of IP packets used and dropped.
|
TP packets
|
Indicates the number of transport packets that are program clock referenced, known and unknown bitrates, unreferenced, discontinuous, and idle.
|
Measured Bitrate
|
Indicates the size of the video stream. Standard definition (SD) video programs have bitrates from 62.5 kbps to 15 Mbps, high definition (HD) video programs have bitrates from 6 to 20 Mbps, and music programs have bitrates of 128 to 384 kbps. 32 SD programs, or 4 HD programs per QAM channel.
|
PCR Bitrate
|
Indicates the known bitrate size of the video stream.
|
Idle count
|
Indicates the number of times the line card is idle. When the input session enters into the IDLE state, an update is sent to the Supervisor card.
|
QAM Port
|
Indicates the QAM channel on a linecard.
|
Sessions
|
Indicates the session count on a QAM channel.
|
The following example shows the video sessions configured on QAM domain 1:
Router# show cable video session qam-domain 1 brief remap
Session QAM Stream Sess UDP Out Input Input Output PSI Ctrl
ID Port Type Type Port Pgm Bitrate State State Rdy State
---------- ------- ------ ---- ----- ----- -------- ------ ------ --- -----
1 3/1.1 Remap UDP 500 10 0 OFF ON NO -
2 3/1.1 Remap UDP 50000 20 0 OFF ON NO -
3 3/1.1 Remap UDP 7000 30 0 OFF ON NO -
Related Commands
Command
|
Description
|
cable qam-domain
|
Configures a QAM domain.
|
show cable video statistics packet
To display unicast and multicast video packets, use the show cable video statistics packet command in privileged EXEC mode.
show cable video statistics packet {all | slot slot-num} {brief | detail}
Syntax Description
all
|
Displays video unicast and multicast packets configured on the chassis.
|
slot
|
Displays video unicast and multicast packets for a specified slot.
|
slot-num
|
Specifies the slot on the chassis. Valid range is from 3 to 12.
|
brief
|
Displays the brief information of packets for a given slot.
|
detail
|
Displays detailed summary information of packets for a given slot.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows the information of all packets on a chassis:
Router#show cable video statistics packet all brief
Qam Multicast Multicast Unicast Mcast DS Unicast DS
Range Groups Sessions Sessions Packets Packets
----------------------------------------------------------------------------
The following example shows the detailed summary information of all packets on a chassis:
Router#show cable video statistics packet slot 3 detail
MCAST DS PACKETS: 48 UCAST DS PACKETS: 563833
CRC ALIGN ERROR: 0 DROPPED BAD PKTS: 0
COLLISIONS: 0 SYMBOL ERROR: 255
UNDERSIZE PKTS: 0 OVERSIZE PKTS: 0
FRAGMENTS PKTS: 0 JABBERS: 0
SINGLE COL: 0 MULTI COL: 0
LATE COL: 0 ACCESSIVE COL: 0
DEFERRED COL: 0 FALSE CARRIER: 0
CARRIER SENSE: 0 SEQUENCE ERROR: 255
MCAST DS PACKETS: 48 UCAST DS PACKETS: 0
CRC ALIGN ERROR: 0 DROPPED BAD PKTS: 0
COLLISIONS: 0 SYMBOL ERROR: 255
UNDERSIZE PKTS: 0 OVERSIZE PKTS: 0
FRAGMENTS PKTS: 0 JABBERS: 0
SINGLE COL: 0 MULTI COL: 0
LATE COL: 0 ACCESSIVE COL: 0
DEFERRED COL: 0 FALSE CARRIER: 0
CARRIER SENSE: 0 SEQUENCE ERROR: 255
Table 3-23 describes the significant fields shown in the display.
Table 3-23 show cable video statistics packet Field Descriptions
Field
|
Description
|
Qam Range
|
QAM domains configured on the chassis.
|
Multicast Groups
|
Multicast groups configured.
|
Multicast Sessions
|
Number of video multicast sessions.
|
Unicast Sessions
|
Number of video unicast sessions.
|
Mcast DS Packets
|
Multicast downstream packets.
|
Unicast DS Packets
|
Unicast downstream packets.
|
CRC ALIGN ERROR
|
Number of packets with a CRC align errors.
|
DROPPED BAD PKTS
|
Number of bad packets that were dropped.
|
COLLISIONS
|
Number of packet collisions.
|
SYMBOL ERROR
|
Number of symbol errors.
|
UNDERSIZE PKTS
|
Number of undersized packets.
|
OVERIZE PKTS
|
Number of oversized packets
|
FRAGMENTS PKTS
|
Number of fragmented packets.
|
JABBERS
|
Number of jabber errors.
|
DEFFERED COL
|
Number of times the interface has tried to send a frame, but found the carrier busy at the first attempt.
|
FALSE CARRIER
|
False carrier counter. It is incremented when a false error is detected in the register.
|
CARRIER SENSE
|
Indicates the signal.
|
SEQUENCE ERROR
|
Frame check sequence error.
|
Related Commands
Command
|
Description
|
cable video group
|
Creates a group of video sessions.
|
cable video multicast
|
Configures multicast sessions on a QAM interface.
|
show controllers linecard
To display information about used bandwidth and total bandwidth on all QAMs on a line card interface, use the show controllers linecard command in user EXEC or privileged EXEC mode.
show controllers linecard number bandwidth
Syntax Description
linecard
|
Specifies the slot location of the line card. The valid range is from 3 to 12.
|
bandwidth
|
Displays the used bandwidth and total bandwidth on all QAMs on a line card interface.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(50)SQ2
|
This command was introduced.
|
Examples
The following is sample output for the show controllers linecard command for a line card in slot 3:
Router#show controllers linecard 3 bandwidth
QAM Port Bandwidth Used(bps) Bandwidth Total(bps)
x----------------x--------------------x-------------------------
Table 3-24 describes the fields shown in the show controllers linecard command display.
Table 3-24 show controllers linecard Field Descriptions
Field
|
Description
|
QAM Port
|
QAM channel on the line card.
|
Bandwidth Used (bps)
|
Amount of bandwidth used by the QAM interface.
|
Bandwidth Total (bps)
|
Amount of bandwidth alloted to the QAM interface.
|
Related Commands
Command
|
Description
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
show controllers qam
To display information about downstream configuration on a line card, use the show controllers qam command in privileged EXEC mode.
show controllers qam | qam-red slot/port.channel downstream
Syntax Description
slot
|
Specifies the line card in the QAM interface. Line card redundancy configured interfaces appear as QAM -red. Valid range is from 3 to 12.
|
port
|
Specifies the QAM RF port number in the line card.Valid range is from 1 to 12.
|
channel
|
Specifies the QAM channel in the port of the line card. Valid range is from 1 to 4.
|
downstream
|
Specifies the configuration of the QAM interface.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command displays the downstream information for a QAM interface. If line card redundancy (LCRED) is configured on the QAM interface, the interface is denoted by qam-red.
Examples
The following example shows the downstream configuration on a redundancy line card:
Router#show controllers qam 3/1.1 downstream
Qam3/1.1 Downstream is up
Annex B, Stacking set to 4
Frequency: 279000000 Hz, Power: 50.0 dBmV
Modulation: 256QAM, TSID: 0, QAM IDB_State: UP
Bandwidth Reserved for Video: 0 bps
Bandwidth Used: 8223776 bps
Bandwidth Total: 38810000 bps
Transport Mode: QAM_MODE_MPT Qam Owner: LOCAL
Interleave Level: 2, FEC I: 32 FEC J: 4
Table 3-25 describes the significant fields shown in the display.
Table 3-25 show controllers qam Field Descriptions
Field
|
Description
|
Downstream
|
Indicates whether the interface hardware is currently active or disabled by the administrator.
|
Annex
|
Indicates the annex for the RF downstream channel.
|
Stacking
|
Indicates the stacking level set on the QAM interface.
|
Modulation
|
Indicates the modulation level of the QAM.
|
TSID
|
Indicates the TSID value set on the QAM.
|
QAM_IDB_State
|
Indicates the state of the QAM interface.
|
Bandwidth Reserved for video
|
Amount of bandwidth alloted for video.
|
Bandwidth Used
|
Amount of bandwidth used by the QAM interface.
|
Bandwidth Total
|
Amount of bandwidth alloted to the QAM interface.
|
Transport Mode
|
Indicates the mode on the QAM.
|
Interleave Level
|
Indicates the frequency interleave level on the QAM.
|
FEC
|
Length of the forward error correction in bytes. The range is 0 to 10 bytes; a value of 0 implies no forward error correction.
|
Related Commands
Command
|
Description
|
show running-config interface qam
|
Displays the running configuration of the QAM interface.
|
show depi
To display Downstream External PHY Interface (DEPI) tunnel and session information, use the show depi command in privileged EXEC mode.
show depi
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced.
|
Examples
The following example shows a sample output of the show depi command on a Cisco RF Gateway 10:
DEPI Tunnel and Session Information Total tunnels 3 sessions 12
LocTunID RemTunID Remote Name State Remote Address Sessn L2TP Class
555844637 4037701912 RFGW-10-1 est 11.30.14.100 4 test10
LocID RemID TunID Tsid State Last Chg Uniq ID Type
1252048235 1074332337 555844637 717, est 1w0d 16 P
1252049362 1074332330 555844637 711, est 1w0d 15 P
1252005266 1074332288 555844637 699, est 1w0d 13 P
1252000641 1074332316 555844637 705, est 1w0d 14 P
LocTunID RemTunID Remote Name State Remote Address Sessn L2TP Class
1486289361 1394811300 RFGW-10-1 est 12.30.14.100 4 test10
LocID RemID TunID Tsid State Last Chg Uniq ID Type
1252014460 1074332279 1486289361 549, est 1w0d 20 P
1252059306 1074332234 1486289361 531, est 1w0d 17 P
1252057709 1074332245 1486289361 537, est 1w0d 18 P
1252006708 1074332262 1486289361 543, est 1w0d 19 P
LocTunID RemTunID Remote Name State Remote Address Sessn L2TP Class
1688275168 1361251901 RFGW-10-1 est 24.30.14.100 4 test10
LocID RemID TunID Tsid State Last Chg Uniq ID Type
1252018493 1074332252 1688275168 537, est 1w0d 22 S
1252054974 1074332286 1688275168 549, est 1w0d 24 S
1252022230 1074332263 1688275168 543, est 1w0d 23 S
1252059782 1074332236 1688275168 531, est 1w0d 21 S
Table 3-26 describes the major fields shown in the show depi command display:
Table 3-26 show depi Field Descriptions
Field
|
Description
|
LocTunID
|
Identifier of the local tunnel.
|
RemTunID
|
Identifier of the remote tunnel.
|
Remote Name
|
Name of the remote tunnel.
|
State
|
State of the tunnel.
|
Remote Address
|
IP address of the remote tunnel.
|
Session Count
|
Number of sessions.
|
LocID
|
Identifier of the session.
|
RemID
|
Identifier of the remote session.
|
TunID
|
Identifier of the tunnel.
|
State
|
State of the session.
|
Last Chg
|
Last state change timestamp.
|
Uniq ID
|
Unique identifier of the QAM channel.
|
Type
|
Primary or secondary session.
|
Related Commands
Command
|
Description
|
depi-tunnel
|
Creates a template of DEPI tunnel configuration settings that can be inherited by different pseudowire classes.
|
show depi session
|
Displays information about DEPI sessions.
|
show depi tunnel
|
Displays information about DEPI tunnels.
|
show depi session
To display information about Downstream External PHY Interface (DEPI) sessions, use the show depi session command in privileged EXEC mode.
show depi session [session-id verbose | configured | name session-name [verbose] | primary |
secondary | tsid ts-id]
Syntax Description
session-id
|
(Optional) Local session ID value. The allowed range is from 1 to 4294967295.
|
verbose
|
(Optional) Displays detailed DEPI tunnel or session information.
|
configured
|
(Optional) Displays all the DEPI sessions configured and their state. The states are IDLE and ACTIVE.
|
name session-name
|
(Optional) Specifies the name of the DEPI session.
|
primary
|
(Optional) Specifies the primary DEPI session.
|
secondary
|
(Optional) Specifies the backup DEPI session.
|
tsid ts-id
|
(Optional) Specifies the Transport Stream Identifier (TSID).
|
Command Default
None
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced.
|
12.2(50)SQ2
|
This command was modified. The following keywords were added to this command:
• configured
• name
• primary
• secondary
• tsid
|
Examples
The following example shows sample output of the show depi session command for all the established DEPI data sessions in Cisco IOS Release 12.2(50)SQ:
Router# show depi session
LocID RemID TunID Tsid State Last Chg Uniq ID Type
1074004031 1252011014 641420592 514 est 04:19:46 4 P
1074003980 1252043972 641420592 511 est 04:19:46 1 P
1074266112 1252009847 641420592 7711 est 04:19:46 5 P
1074266158 1252028749 641420592 7713 est 04:19:45 7 P
1074004011 1252053945 641420592 513 est 04:19:46 3 P
1074266138 1252065065 641420592 7712 est 04:19:46 6 P
1074003990 1252034268 641420592 512 est 04:19:46 2 P
1074266170 1252049135 641420592 7714 est 04:19:45 8 P
1074332283 1252057764 1102797124 549 est 04:19:46 16 S
1074332237 1252023871 1102797124 531 est 04:19:46 10 S
1074332269 1252060064 1102797124 543 est 04:19:46 14 S
1074332247 1252030448 1102797124 537 est 04:19:46 12 S
1074332254 1252061912 2073848961 537 est 04:19:47 11 P
1074332258 1252020223 2073848961 543 est 04:19:47 13 P
1074332275 1252030759 2073848961 549 est 04:19:47 15 P
The following is sample output of the show depi session command for a specific established DEPI data session identified by the session-id in Cisco IOS Release 12.2(50)SQ:
Router# show depi session 1074528558 verbose
Session id 1074528558 is up, tunnel id 3574340018
Remote session id is 1252003902, remote tunnel id 3815831337
Remotely initiated session
Interleaver Depth I=32 J=4
Call serial number is 2504300043
Remote tunnel name is romeo
Internet address is 1.30.54.1
Local tunnel name is RFGW-10-1
Internet address is 1.30.54.100
Session state is established, time since change 00:22:48
0 Packets sent, 0 received
Last clearing of counters never
Counters, ignoring last clear:
0 Packets sent, 0 received
DF bit on, ToS reflect enabled, ToS value 0, TTL value 255
UDP checksums are disabled
Session PMTU enabled, path MTU is 1518 bytes
No session cookie information available
FS cached header information:
45000014 00004000 FF730CD6 011E3664
011E3601 4AA0103E 00000000
Ns 0, Nr 0, 0 out of order packets received
Packets switched/dropped by secondary path: Tx 0, Rx 0
Peer Session ID : 1073808091
Peer Qam Type : Secondary
Conditional debugging is disabled
The following is sample output of the show depi session command for all the configured DEPI data sessions:
Router# show depi session configured
Session Name State Reason Time
Qam7/11.1:0 IDLE 0 00:00:00
Qam7/11.2:0 IDLE 0 00:00:00
Qam7/11.3:0 IDLE 0 00:00:00
Qam7/11.4:0 IDLE 0 00:00:00
Qam12/4.1:0 IDLE 0 00:00:00
The following is a sample output of the show depi session command that displays all primary data sessions on the Cisco RFGW-10:
Router# show depi session primary
LocID RemID TunID Tsid State Last Chg Uniq ID Type
1252048235 1074332337 555844637 717, est 3d09h 16 P
1252049362 1074332330 555844637 711, est 3d09h 15 P
1252005266 1074332288 555844637 699, est 3d09h 13 P
1252000641 1074332316 555844637 705, est 3d09h 14 P
1252014460 1074332279 1486289361 549, est 3d09h 20 P
1252059306 1074332234 1486289361 531, est 3d09h 17 P
1252057709 1074332245 1486289361 537, est 3d09h 18 P
1252006708 1074332262 1486289361 543, est 3d09h 19 P
The following is a sample output of the show depi session command that displays all secondary data sessions on the Cisco RFGW-10:
Router# show depi session secondary
LocID RemID TunID Tsid State Last Chg Uniq ID Type
1252018493 1074332252 1688275168 537, est 3d09h 22 S
1252054974 1074332286 1688275168 549, est 3d09h 24 S
1252022230 1074332263 1688275168 543, est 3d09h 23 S
1252059782 1074332236 1688275168 531, est 3d09h 21 S
The following is a sample output of the show depi session command that shows all secondary data sessions on the Cisco RFGW-10:
Router# show depi session tsid 549
LocID RemID TunID Tsid State Last Chg Uniq ID Type
1074332275 1252030759 2073848961 549 est 04:30:38 15 P
LocID RemID TunID Tsid State Last Chg Uniq ID Type
1074332283 1252057764 1102797124 549 est 04:30:37 16 S
Table 3-27 describes the major fields shown in the show depi session command display:
Table 3-27 show depi Field Descriptions
Field
|
Description
|
State
|
State of the tunnel or the session.
|
LocID
|
Identifier of the session.
|
RemID
|
Identifier of the remote session.
|
TunID
|
Identifier of the tunnel.
|
Last Chg
|
Last state change timestamp.
|
Uniq ID
|
Unique identifier of the QAM channel.
|
Session Name
|
Name of the session.
|
Reason
|
Reason for the current state of the session.
|
Time
|
Timestamp of the session.
|
Type
|
Primary or secondary session.
|
Related Commands
Command
|
Description
|
cable mode
|
Sets the mode of the QAM channel.
|
depi-class
|
Creates a template of Downstream External PHY Interface (DEPI) control plane configuration settings, which different pseudowire classes can inherit, and enters the DEPI class configuration mode.
|
depi-tunnel
|
Creates a template of DEPI tunnel configuration settings that can be inherited by different pseudowire classes.
|
show depi
|
Displays information about DEPI sessions and tunnels.
|
show depi tunnel
|
Displays information about DEPI tunnels.
|
show depi tunnel
To display information about Downstream External PHY Interface (DEPI) tunnels, use the show depi tunnel command in privileged EXEC mode.
show depi tunnel [tunnel-id verbose]
Syntax Description
tunnel-id
|
(Optional) Name of the DEPI tunnel.
|
verbose
|
(Optional) Displays detailed DEPI tunnel or session information.
|
Command Default
None
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(50)SQ
|
This command was introduced.
|
Examples
The following example shows a sample output of the show depi tunnel command for all the active control connections:
LocTunID RemTunID Remote Name State Remote Address Sessn L2TP Class
555844637 4037701912 RFGW-10-1 est 11.30.14.100 4 classM
1486289361 1394811300 RFGW-10-1 est 12.30.14.100 4 class1
1688275168 1361251901 RFGW-10-1 est 24.30.14.100 4 class1
The following example shows a sample output of the show depi tunnel command for a specific active control connection identified by the DEPI tunnel name:
Router# show depi tunnel 1834727012 verbose
Tunnel id 1834727012 is up, remote id is 3849925733, 1 active sessions
Tunnel state is established, time since change 04:10:38
Remote tunnel name is RFGW-10
Internet Address 1.3.4.155, port 0
Local tunnel name is myankows_ubr10k
Internet Address 1.3.4.103, port 0
L2TP class for tunnel is rf6
Counters, taking last clear into account:
0 packets sent, 0 received
Last clearing of counters never
Counters, ignoring last clear:
0 packets sent, 0 received
Local RWS 1024 (default), Remote RWS 8192
Control channel Congestion Control is enabled
Congestion Window size, Cwnd 256
Slow Start threshold, Ssthresh 8192
Mode of operation is Slow Start
Retransmission time 1, max 1 seconds
Unsent queuesize 0, max 0
Resend queuesize 0, max 2
Total resends 0, ZLB ACKs sent 252
Total peer authentication failures 0
Current no session pak queue check 0 of 5
Retransmit time distribution: 0 0 0 0 0 0 0 0 0
Control message authentication is disabled
Table 3-26 describes the major fields shown in the show depi tunnel command display:
Table 3-28 show depi Field Descriptions
Field
|
Description
|
LocTunID
|
Identifier of the local tunnel.
|
RemTunID
|
Identifier of the remote tunnel.
|
Remote Name
|
Name of the remote tunnel.
|
State
|
State of the tunnel.
|
Remote Address
|
IP address of the remote tunnel.
|
Session Count
|
Number of sessions.
|
L2TP Class
|
L2TP class name for the tunnel.
|
Related Commands
Command
|
Description
|
depi-tunnel
|
Creates a template of DEPI tunnel configuration settings that can be inherited by different pseudowire classes.
|
rf-channel depi-tunnel
|
Binds the depi-tunnel to an rf-channel on a shared port adapter (SPA).
|
controller modular-cable
|
Enters controller configuration mode to configure the SPA controller.
|
show depi
|
Displays information about DEPI sessions and tunnels.
|
show depi session
|
Displays information about DEPI sessions.
|
show interfaces qam
To display the QAM details, use the show interfaces qam command in privileged EXEC mode.
show interfaces qam | qam-red slot/port.[channel] [cable] [psi | pat | pmt | carousel]
Syntax Description
slot
|
Specifies the slot on the QAM interface. Line card redundancy configured interfaces appear as QAM-red. Valid range is from 3 to 12.
|
port
|
Specifies the port on the interface. Valid range is from 1 to 12.
|
channel
|
(Optional) Specifies the channel on the port. Valid range is from 1 to 4.
|
cable
|
(Optional) Displays cable specific information of the QAM interface.
|
psi
|
(Optional) Displays the Packet Stream Identifier (PSI) information of the QAM interface such as Program Allocation Table (PAT) information, PMT information of sessions such as elementary streams and PIDs associated.
|
pat
|
(Optional) Displays PAT table information of the QAM interface.
|
pmt
|
(Optional) Displays PMT information of the QAM interface.
|
carousel
|
(Optional) Displays the IDs and the packets of the different packet stream.
|
Command Default
This command has no default behavior or vlaues.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
This command displays packet and byte counts and protocol information of the QAM interface. PSI, PMT, and PAT information details are not displayed.
The Program Allocation Table (PAT) is the master table that contains the list of PIDs for all programs on the output stream of the QAM.
Note
The show interfaces qam slot/port.channel psi and show interfaces qam slot/port.channel pmt commands could potentially create a large amount of output and are recommended to be used sparingly.
Examples
The following example displays the protocol and byte information on QAM slot 3:
Router#show interfaces qam 3/1
Qam3/1 is up, line protocol is up
Hardware is RFGW-48DS Line Card - QAM Port
MTU 1464 bytes, BW 107880 Kbit, DLY 0 usec,
reliability 0/255, txload 1/255, rxload 1/255
Encapsulation QAM, loopback not set
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
8439807 packets output, 67518456 bytes 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
Table 3-29 describes the significant fields shown in the display.
Table 3-29 show interfaces qam Field Descriptions
Field
|
Description
|
QAM slot/port
|
Indicates whether the interface hardware is currently active or taken down by the administrator.
|
line protocol
|
Indicates whether the software processes that handle the line protocol believe the interface is usable or if it has been taken down by the administrator.
|
Hardware
|
Hardware type and address.
|
MTU
|
Maximum transmission unit (MTU) of the interface.
|
BW
|
Bandwidth of the interface in kilobits per second.
|
DLY
|
Delay of the interface in microseconds.
|
reliability
|
Reliability of the interface as a fraction of 255, calculated as an exponential average over 5 minutes. (For example, 255/255 is 100-percent reliability)
|
txload
|
Load on the interface as a fraction of 255, calculated as an exponential average over 5 minutes. (For example, 255/255 is complete saturation)
|
rxload
|
Load on the interface as a fraction of 255, calculated as an exponential average over 5 minutes. (For example, 255/255 is complete saturation)
|
Encapsulation
|
Encapsulation method assigned to this interface.
|
Keepalive set
|
Indicates the time for the keep alive set.
|
Last input
|
Number of hours, minutes, and seconds since the last packet was successfully received by an interface.
|
output
|
Number of hours, minutes, and seconds since the last packet was successfully sent by an interface.
|
Last clearing of "show interfaces" counters
|
Time at which the counters that measure cumulative statistics (such as number of bytes sent and received) were last reset to zero.
|
Input queue
|
Number of packets in the input queue. The format of this number is A/B, where A indicates the number of packets in the queue, and B indicates the maximum number of packets allowed in the queue.
|
Total output drops
|
Indicates the number of packets dropped because of a full queue.
|
5 minute input rate
5 minute output rate
|
Average number of bits and packets sent and received per second in the last five minutes. The five-minute interval is the default time period for statistics collection and can be changed for each individual cable interface using the load-interval command in the interface configuration mode.
Note These statistics are calculated using a decayed averaging method, where only the average is stored over the interval period, not the individual samples. Every time a sample average is taken, a percentage of the sample and a percentage of the average are added together to create the new average. If traffic stops for a time period, these statistics do not immediately go to zero but drop with a decay rate of about 70 percent per time period.
For example, if the interface is passing 1,000 packets per second (pps) before traffic stops, the show interface cable command shows the rate being 300 pps at the end of the first time interval. The rate then drops to 90 pps at the end of the second time interval, and so forth.
|
packets input
|
Total number of error-free packets received by the system.
|
bytes input
|
Total number of bytes, including data and MAC encapsulation, in the error-free packets received by the system.
|
no buffer
|
Number of received packets discarded because there was no buffer space in the main system.
|
Received broadcast
|
Total number of broadcast or multicast packets received by the interface.
|
runts
|
Number of packets that are discarded because they are smaller than the medium's minimum packet size.
|
giants
|
Number of packets that are discarded because they are bigger than the standard Ethernet Maximum Transmission Unit (MTU) size. For Ethernet packets, RFC 1757 defines giants as "the total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets) and were otherwise well formed."
Note In addition, to account for the different Ethernet and other packet encapsulations on the network, packets are considered giants when they exceed the configured MTU size plus 114 bytes.
|
input errors
|
Total number of errors received on the interface. This count includes runts and giants, as well as other errors, such as no buffers, and CRC, frame, overrun, and ignored counts. This count can also include DOCSIS protocol errors such as an invalid SID in the DOCSIS frame, a bad extended header length, corrupted concatenated packets, and invalid bandwidth requests.
|
CRC
|
Indicates the number of times the cyclic redundancy check (CRC) generated by the originating LAN station or far-end device does not match the checksum calculated from the data received.
|
frame
|
Number of packets received incorrectly having a CRC error and a non-integer number of octets.
|
overrun
|
Number of times the receiver hardware was unable to forward received data to a hardware buffer because the input rate exceeded the receiver's ability to handle the data.
|
ignored
|
Number of received packets ignored by the interface because the interface hardware ran low on internal buffers.
|
packets output
|
Total number of messages sent by the system.
|
bytes
|
Total number of bytes, including data and MAC encapsulation, sent by the system.
|
underruns
|
Number of times the sender has been relaying faster than the receiving device can handle.
|
output errors
|
Sum of all errors that prevented the final transmission of packets out of the interface.
|
collisions
|
Not applicable.
|
interface resets
|
Number of times an interface has been completely reset.
|
output buffer failures
|
Number of times the output buffer has failed.
|
output buffers swapped out
|
Number of times the output buffer has been swapped out.
|
Related Commands
Command
|
Description
|
interface qam
|
Enters QAM interface configuration mode.
|
show redundancy
To display the current redundancy status, use the show redundancy command in user EXEC or privileged EXEC mode.
show redundancy [clients | counters | history | states]
Syntax Description
clients
|
(Optional) Displays the Redundancy Facility client list.
|
counters
|
(Optional) Displays RF operational counters.
|
history
|
(Optional) Summarizes RF history.
|
states
|
(Optional) Displays RF states for active and standby cards.
|
Command Default
This command has no default behavior or values.
Command Modes
User EXEC (>)
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was integrated into Cisco IOS Release 12.2(44)SQ. Support for the Cisco RF Gateway 10 was added.
|
Usage Guidelines
The show redundancy command shows whether the Supervisor A slot or Supervisor B slot contains the active (primary) Supervisor card, the status of the standby (secondary) Supervisor card, and the standby Supervisor card boot variable values and configuration register.
The redundancy mode set on the Supervisor can also be seen.
Note
The show redundancy command always shows the correct location of the active Supervisor card. The other Supervisor slot will always be marked as secondary, even if a standby Supervisor card is not installed.
Examples
The following example shows sample output of the show redundancy command when Supervisor redundancy RPR mode is configured on the Cisco RF Gateway 10:
Load for five secs: 8%/0%; one minute: 9%; five minutes: 10%
Time source is hardware calendar, *15:26:51.687 PDT Wed Sep 16 2009
Redundant System Information :
------------------------------
Available system uptime = 2 days, 4 hours, 5 minutes
Switchovers system experienced = 0
Last switchover reason = none
Configured Redundancy Mode = RPR
Operating Redundancy Mode = RPR
Maintenance Mode = Disabled
Communications = Down Reason: Simplex mode
Current Processor Information :
-------------------------------
Current Software state = ACTIVE
Uptime in current state = 2 days, 4 hours, 5 minutes
Image Version = Cisco IOS Software, Catalyst 4500 L3 Switch Sof
tware (rfgw-ENTSERVICESK9-M), Version 12.2(122SQ_20090905)SQ EARLY DEPLOYMENT DA
TECODE BUILD, synced to 122_50_SG_THROTTLE_BASE_LABEL
Copyright (c) 1986-2009 by Cisco Systems, Inc.
Compiled Sat 05-Sep-09 04:24 by jdkerr
BOOT = bootflash:rfgw-entservicesk9-mz.122SQ_20090905,
Configuration register = 0x2
Peer (slot: 2) information is not available because it is in 'DISABLED' state
The following example shows Supervisor redundancy SSO mode on the Cisco RFGW-10:
Load for five secs: 8%/0%; one minute: 10%; five minutes: 10%
Time source is hardware calendar, *15:18:51.999 PDT Wed Sep 16 2009
Redundant System Information :
------------------------------
Available system uptime = 2 days, 3 hours, 57 minutes
Switchovers system experienced = 0
Last switchover reason = none
Configured Redundancy Mode = Stateful Switchover
Operating Redundancy Mode = Stateful Switchover
Maintenance Mode = Disabled
Current Processor Information :
-------------------------------
Current Software state = ACTIVE
Uptime in current state = 2 days, 3 hours, 57 minutes
Image Version = Cisco IOS Software, Catalyst 4500 L3 Switch Sof
tware (rfgw-ENTSERVICESK9-M), Version 12.2(122SQ_20090905)SQ EARLY DEPLOYMENT DA
TECODE BUILD, synced to 122_50_SG_THROTTLE_BASE_LABEL
Copyright (c) 1986-2009 by Cisco Systems, Inc.
Compiled Sat 05-Sep-09 04:24 by jdkerr
BOOT = bootflash:rfgw-entservicesk9-mz.122SQ_20090905,
Configuration register = 0x2
Peer Processor Information :
----------------------------
Standby Location = slot 2
Current Software state = STANDBY HOT
Uptime in current state = 2 days, 3 hours, 56 minutes
Image Version = Cisco IOS Software, Catalyst 4500 L3 Switch Sof
tware (rfgw-ENTSERVICESK9-M), Version 12.2(122SQ_20090905)SQ EARLY DEPLOYMENT DA
TECODE BUILD, synced to 122_50_SG_THROTTLE_BASE_LABEL
Copyright (c) 1986-2009 by Cisco Systems, Inc.
Compiled Sat 05-Sep-09 04:2
BOOT = bootflash:rfgw-entservicesk9-mz.122SQ_20090905,
Configuration register = 0x2Router
Clients Display
The following example shows a sample output of the show redundancy clients command:
Router# show redundancy clients
clientID = 0 clientSeq = 0 RF_INTERNAL_MSG
clientID = 25 clientSeq = 130 CHKPT RF
clientID = 5 clientSeq = 170 RFS client
clientID = 50 clientSeq = 530 Slot RF
clientID = 65000 clientSeq = 65000 RF_LAST_CLIENT
Table 3-30 describes the significant fields shown in the display.
Table 3-30 show redundancy clients Field Descriptions
Field
|
Description
|
clientID
|
Client ID number.
|
clientSeq
|
Client notification sequence number.
|
Counters Display
The following example shows a sample output of the show redundancy counters command:
Router# show redundancy counters
tx msg length invalid = 0
client not rxing msgs = 0
rx peer msg routing errors = 0
tx buffers unavailable = 0
buffer release errors = 0
duplicate client registers = 0
failed to register client = 0
History Display
The following example shows a sample output of the show redundancy history command:
Router# show redundancy history
00:00:00 client added: RF_INTERNAL_MSG(0) seq=0
00:00:00 client added: RF_LAST_CLIENT(65000) seq=65000
00:00:00 client added: CHKPT RF(25) seq=130
00:00:01 client added: Slot RF(50) seq=530
00:00:15 client added: RFS client(5) seq=170
00:00:16 *my state = INITIALIZATION(2) *peer state = DISABLED(1)
00:00:16 RF_PROG_INITIALIZATION(100) RF_INTERNAL_MSG(0) op=0 rc=11
00:00:16 RF_PROG_INITIALIZATION(100) CHKPT RF(25) op=0 rc=11
00:00:16 RF_PROG_INITIALIZATION(100) RFS client(5) op=0 rc=11
00:00:16 RF_PROG_INITIALIZATION(100) Slot RF(50) op=0 rc=11
00:00:16 RF_PROG_INITIALIZATION(100) RF_LAST_CLIENT(65000) op=0 rc=11
00:00:16 *my state = NEGOTIATION(3) peer state = DISABLED(1)
00:00:16 RF_EVENT_GO_ACTIVE(512) op=0 rc=0
00:00:16 *my state = ACTIVE-FAST(9) peer state = DISABLED(1)
00:00:16 RF_STATUS_MAINTENANCE_ENABLE(403) CHKPT RF(25) op=0 rc=0
00:00:16 RF_STATUS_MAINTENANCE_ENABLE(403) RFS client(5) op=0 rc=0
00:00:16 RF_STATUS_MAINTENANCE_ENABLE(403) Slot RF(50) op=0 rc=0
00:00:16 RF_PROG_ACTIVE_FAST(200) RF_INTERNAL_MSG(0) op=0 rc=11
00:00:16 RF_PROG_ACTIVE_FAST(200) CHKPT RF(25) op=0 rc=11
00:00:16 RF_PROG_ACTIVE_FAST(200) RFS client(5) op=0 rc=11
00:00:16 RF_PROG_ACTIVE_FAST(200) Slot RF(50) op=0 rc=11
00:00:16 RF_PROG_ACTIVE_FAST(200) RF_LAST_CLIENT(65000) op=0 rc=11
00:00:16 *my state = ACTIVE-DRAIN(10) peer state = DISABLED(1)
00:00:16 RF_PROG_ACTIVE_DRAIN(201) RF_INTERNAL_MSG(0) op=0 rc=11
00:00:16 RF_PROG_ACTIVE_DRAIN(201) CHKPT RF(25) op=0 rc=11
00:00:16 RF_PROG_ACTIVE_DRAIN(201) RFS client(5) op=0 rc=11
00:00:16 RF_PROG_ACTIVE_DRAIN(201) Slot RF(50) op=0 rc=11
States Display
The following example shows a sample output of the show redundancy states command:
Router# show redundancy states
peer state = 8 -STANDBY HOT
Redundancy Mode = Hot Standby Redundancy
Maintenance Mode = Disabled
client_notification_TMR = 30000 milliseconds
Related Commands
Command
|
Description
|
mode
|
Configures the redundancy mode of operation.
|
redundancy
|
Enters redundancy configuration mode.
|
redundancy force-failover main-cpu
|
Forces a manual switchover when Supervisor is in RPR mode between the active and standby Supervisor cards.
|
redundancy force-switchover
|
Forces the standby Supervisor cards to assume the role of the active Supervisor card.
|
show redundancy linecard
To display the information pertaining to a redundancy line card or line card group, use the show redundancy linecard command privileged EXEC mode.
show redundancy linecard {all | slot slot | group all | groupID}
Syntax Description
all
|
Displays information of all the redundancy line cards.
|
slot
|
Displays information about line cards in the specified slot.
|
slot
|
Specifies the slot number of the line card. Valid range is from 3 to 12.
|
group
|
Displays information about the redundancy line card group:
• all—Displays information on all groups on the line card
• groupID—Displays information on a specified group.
|
Command Default
This command has no default behavior or values.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following example shows the output for the redundancy line card in slot 3:
Router#show redundancy linecard slot 3
LC Redundancy Is Configured:
LC Card Type: 0xFFFFFFFF , -1
The following example shows the output for all redundancy line cards:
Router#show redundancy linecard all
Slot Subslot Group State State Slot Subslot Role Mode
-------------------------------------------------------------------------------
3 - 0 Init Init 11 - None Primary
11 - 0 - - Multiple None None Secondary
7 - 1 Init Active 12 - None Primary
12 - 1 Active Init 7 - Active Secondary
Table 3-31 describes the significant fields shown in the display.
Table 3-31 show redundancy linecard all Field Descriptions
Field
|
Description
|
Slot
|
The slot of the line card.
|
LC Group
|
If a line card group exists in the line card.
|
My State
|
The state of the line card.
|
Peer State
|
If the peer state is active.
|
Peer Slot
|
The peer line card slot.
|
Role
|
Whether the line card is active.
|
Mode
|
Whether the line card is in primary or secondary mode.
|
The following example shows the output for redundancy line card group 2:
Router#show redundancy linecard group 2
Group Description: "line card group 2 created."
Reserved Cardtype: 0x6011 24593
Group Redundancy Type: INTERNAL SWITCH
Group Redundancy Class: 1:1
Group Redundancy Configuration Type: LINECARD GROUP
Table 3-32 describes the significant fields shown in the display.
Table 3-32 show redundancy linecard group Field Descriptions
Field
|
Description
|
Group Identifier
|
Indicates the name of the group.
|
Group Description
|
Displays the description given to the line card group.
|
Reserved Cardrtype
|
Displays the reserved card.
|
Group Redundancy Type
|
Indicates the type of redundancy group.
|
Group Redundancy class
|
Indicates the redundancy class set for the group.
|
Group Redundancy Configuration Type
|
Indicates the linecard group.
|
Primary
|
Indicates the primary line card.
|
Secondary
|
Indicates the secondary line card.
|
Related Commands
Command
|
Description
|
class
|
Configures redundancy class on the line card.
|
description
|
Adds a description to the line card group.
|
member slot
|
Adds a slot to the line card redundancy group.
|
redundancy
|
Enters redundancy configuration mode.
|
show redundancy linecard
|
Displays information about a line card or a line card group.
|
show redundancy tcc
To display the information pertaining to a redundancy Timing, Communication and Control (TCC) card, use the show redundancy tcc command in privileged EXEC mode.
show redundancy tcc {all | slot slot}
Syntax Description
all
|
Displays information about all TCC cards.
|
slot
|
Displays information about TCC cards in the specified slot.
|
slot
|
Specifies the slot number of the TCC card. Valid slots are 13 and 14.
|
Command Default
This command has no default behavior or vlaues.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Examples
The following is the sample output for all redundancy TCC cards:
Router#show redundancy tcc all
--------------------------------
Table 3-33 describes the significant fields shown in the display.
Table 3-33 show redundancy tcc Field Descriptions
Field
|
Descriptions
|
Slot
|
Indicates the slot of the TCC card.
|
My State
|
Indicates the state of the TCC card.
|
Peer Slot
|
Indicates the peer TCC card slot.
|
Role
|
Indicates whether the TCC card is active.
|
Related Commands
Command
|
Description
|
redundancy
|
Enters redundancy configuration mode.
|
show running-config interface qam
To display the running configuration of the QAM interfaces, use the show running-config interface qam command in privileged EXEC mode.
show running-config interface qam | qam-red slot/port.channel
Syntax Description
slot
|
Specifies the line card in the QAM interface. Line card redundancy configured interfaces appear as QAM-red. Valid range is from 3 to 12.
|
port
|
Specifies the QAM RF port number in the line card. Valid range is from 1 to 12.
|
channel
|
Specifies the QAM channel in the port of the line card. Valid range is from 1 to 4.
|
Command Default
This command has no default behavior or vlaues.
Command Modes
Privileged EXEC (#)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
If line card redundancy (LCRED) is configured on the QAM interface, then the interface appears as qam-red.
Examples
The following example shows a running configuration of QAM interface 3:
Router#show running-config interface qam-red 3/1.1
Load for five secs: 12%/0%; one minute: 14%; five minutes: 15%
Time source is hardware calendar, *00:39:45.193 UTC Fri Nov 28 2008
Building configuration...
Current configuration : 263 bytes
no cable downstream rf-shutdown
cable downstream rf-power 50.0
cable downstream frequency 279000000
cable downstream modulation 256
cable depi dest-ip 192.168.201.100 session-id 311
Table 3-34 describes the significant fields shown in the display.
Table 3-34 show running-config interface qam Field Descriptions
Field
|
Description
|
Current configuration
|
Displays all the downstream parameters configured on the QAM interface.
|
Related Commands
Command
|
Description
|
show controllers qam
|
Displays downstream information of a QAM interface.
|
ssm
To configure a Specific Source Multicast (SSM) definition, use the ssm command in cable video label configuration mode. To remove the SSM label, use the no form of this command.
ssm label {filter pid pid-list | source source-IP-address group group-IP-address [cbr |
GigabitEthernet | TenGigabitEthernet interface-number | bitrate bps | jitter ms]}
no ssm label {filter pid {all | pid-list} | source source-IP-address
Syntax Description
label
|
Specifies the name of the session.
|
filter
|
Adds or deletes a filter to the video session.
|
pid
|
Sets PID filtering for pass-though video sessions.
|
pid-list
|
Specifies the PIDs or the range of PIDs or both to be dropped for the video session. The PID range is specified in "lower_pid - upper_pid" format. All PIDs must be within 1 to 8190 inclusively.
PIDs and PID ranges are to be separated by commas. A space is required before and after the commas and hyphens.
|
all
|
Deletes all filtered PIDs. This keyword is applicable to the no form of the command.
|
source
|
Indicates the source.
|
source-IP-address
|
Specifies the IP address of the source.
|
group
|
Indicates the multicast group.
|
group-IP-address
|
Specifies the destination IP address.
|
cbr
|
Specifies that the session is supposed to be constant bitrate.
|
GigabitEthernet
|
(Optional) Indicates the Gigabit Ethernet interface. Valid slot range is 1 to 12 and port range is 3 through 6, 13 and 14.
|
TenGigabitEthernet
|
(Optional) Indicates the 10-Gigabit Ethernet interface. Valid slots and ports are 1 and 2.
|
interface-number
|
Specifies the interface slot and port.
|
bitrate
|
(Optional) Sets the bitrate allocated for the session.
|
bps
|
Specifies the bitrate value. Valid range is 1 to 52000000 bps.
|
jitter
|
(Optional) Sets the jitter for group sessions.
|
ms
|
Specifies the jitter value. Valid range is from 10 to 200 ms.
|
Command Default
This command has no default behavior or values.
Command Modes
Cable video label configuration (cfg-video-lbl)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
12.2(50)SQ1
|
Added the filter keyword to the command to allow filtering of PIDs for pass-through video sessions.
|
Usage Guidelines
Cisco RF Gateway 10 supports Source Specific Multicast (SSM) video sessions. An SSM session is identified by the source and group IP address pair. You can specify upto three multicast address pairs for each SSM video session. This can be achieved by reusing the same session label for all the address pairs. The address pairs under the same label must have different source IP addresses. The Cisco RFGW-10 cycles the address pairs to look for a active signal.
These address pairs are redundant sources for the label. Address pairs under the same label must have identical settings for cbr, bitrate, and jitter. If additional address pairs are entered without these parameters, the corresponding values for the first address pair are used. These parameters can be modified by re-entering the first address pair with new parameter settings. The change is propagated to all the address pairs under the same label.
Filtering of PIDs is applicable for pass-through video sessions. It is intended for filtering of unreferenced PIDs. No PMT regeneration will be performed even if PIDs referenced in the PMT are filtered. Up to 32 PIDs can be filtered per session. Up to eight PIDs or PID ranges can be specified in one CLI line. Multiple CLI lines can be used to specify the PID filter. The same PID filter is applied to all the redundant address pairs under the same label.
An SSM video session can be mapped to multiple QAM channels. All cloned sessions of the same video label share the same attributes, including the filtered PID list.
The no form with filter pid keyword removes the PIDs from the filtered PID set. A subset of the filtered PID set can be removed with this form.
The no form without the filter pid keyword removes the SSM label with the associated filter PID list if present.
Note
The label definition cannot be modified once the label is used in a QAM channel. Address pairs cannot be added or deleted, or any optional parameters cannot be modified. The only exception is the filtered PID list, which can be modified anytime.
Note
To avoid oversubscription, ensure that the actual bitrate of the video session does not exceed the allocated bitrate.
Examples
The following example shows the SSM configuration on the Cisco RF Gateway 10:
Router# configure terminal
Router(config)# cable video labels
Router(cfg-video-lbl)# ssm ssm1 source 1.1.1.1 group 232.1.1.1 bitrate 3750000
Router(cfg-video-lbl)# ssm ssm1 source 2.2.2.2 group 232.1.1.1 bitrate 3750000
The following example shows an SSM configuration with filtering configured:
Router# configure terminal
Router(config)# cable video labels
Router(cfg-video-lbl)# ssm ssm1 source 1.1.1.1 group 232.1.1.1 bitrate 3750000
Router(cfg-video-lbl)# ssm ssm1 source 2.2.2.2 group 232.1.1.1 bitrate 3750000
Router(cfg-video-lbl)# ssm ssm1 filter pid 10 , 15 , 20 - 30 , 35 - 38
Router(cfg-video-lbl)# exit
Related Commands
Command
|
Description
|
asm
|
Configures the ASM video session definition.
|
cable video labels
|
Enters the cable video label configuration.
|
cable video multicast
|
Configures video multicast sessions on the QAM interface.
|
show cable video label
|
Displays the labels configured on a chassis.
|
video route
To create policy routes to redirect traffic to the line cards, use the video route command in QAM domain configuration mode. To remove the policy route, use the no form of this command.
video route {local | remote} {udp startport endport | table 24-qam-map} qam slot /{1-6 / 7-12}
no video route {local | remote} {udp startport endport | table 24-qam-map} qam slot /{1-6 / 7-12}
Syntax Description
local
|
Creates a local video session.
|
remote
|
Creates a remote video session.
|
udp
|
Specifies UDP mode.
|
startport
|
Specifies the start port of the UDP range.
|
endport
|
Specifies the end port of the UDP range.
|
table
|
Specifies table-based mode. This is only applicable to local sessions.
|
24-qam-map
|
Specifies the pre-defined port map. This is only applicable to local sessions.
|
qam
|
Specifies the QAM interface.
|
slot
|
Specifies the slot on the line card. Valid ranges are from 3 to 12.
|
1-6
|
Specifies the first QAM block of channels.
|
7-12
|
Specifies the second QAM block of channels.
|
Command Default
This commands has no default behavior or values.
Command Modes
QAM domain configuration (qam-domain)
Command History
Release
|
Modification
|
12.2(44)SQ
|
This command was introduced on the Cisco RF Gateway 10.
|
Usage Guidelines
Video routes are used to direct traffic to the underlying QAM blocks in a QAM domain. A video route specifies a continous range of UDP ports mapped to a QAM block. For a local route, the UDP ports are taken from the local IP address. For a remote route, the UDP ports are taken from the remote IP address. A pre-defined UDP map also is present for local video routes, where the UDP ports are defined by a map.
Policy routes are used to redirect traffic to line cards. QAM blocks are added to QAM domains using video policy routes. Each video policy route specifies a range of QAM channels. QAM channels are bound to a QAM block in the video route.
In a local configuration, you can configure the QAM channels using the CLI, GUI or SNMP.
In a remote configuration, the video control plane configures the QAM channels using GQI.
The local session offers two methods of mapping UDP ports to QAM ports:
•
User- specified UDP ranges: Start and end UDP ports are specified in the CLI. The video route maps a range of UDP destination ports from the local IP address to the QAM block.
•
Table-based: referred to as 24-qam-map. This is a pre-defined range with a default UDP port range of 49152 to 55295. The video route uses the UDP port map defined in the table for the QAM block.
Note
Only one QAM map is used per QAM domain.
In the remote session, only user-specified UDP range setup is allowed. Data network Control Station (DNCS) and Universal Session and Resource Manager (USRM) controls the session setup.
Note
No two video routes within a QAM domain can overlap in IP address and UDP range.
Note
Removing a video route results in removal of all the sessions configured with that video route.
Examples
The following example shows a video route for a local session on QAM domain 5:
Router#configure terminal
Router(config)#cable qam-domain 5
Router(qam-domain)#ip 1.1.1.1 local
Router(qam-domain)#video route local udp 50000 51000 qam 7/1-6
Router(qam-domain)#video route local udp 51001 52000 qam 7/7-12
The following example shows a video route for a remote session on QAM domain 5:
Router#configure terminal
Router(config)#cable qam-domain 5
Router(qam-domain)#ip 1.1.1.1 remote
Router(qam-domain)#video route remote udp 20000 21000 qam 7/1-6
Router(qam-domain)#video route remote udp 21001 22000 qam 7/7-12
The following example shows a table-based policy route on QAM domain 5:
Router#configure terminal
Router(config)#cable qam-domain 5
Router(qam-domain)#ip 1.1.1.1 local
Router(qam-domain)#video route local table 24-qam-map qam 3/1-6
The following example shows non-overlapping UDP ranges and QAM channel lists:
Router(qam-domain)video route local udp 50001 51000 qam 3/1-6
Router(qam-domain)video route local udp 51001 52000 qam 3/7-12
Router(qam-domain)video route local udp 52001 53000 qam 5/1-6
Related Commands
Command
|
Description
|
cable qam-domain
|
Enters QAM domain configuration mode.
|
ip
|
Configures the IP address for video and remote sessions.
|