|
|
This chapter describes how to configure the Cisco MC3810 for video support. For a description of the commands used to configure video support, refer to the "Video-Related Commands" chapter in the Voice, Video, and Home Applications Command Reference
The Cisco MC3810 supports video traffic within a data stream in two ways:
Before you can configure your Cisco MC3810 to support video traffic, you must first configure the clock source for the Cisco MC3810 interfaces. For more information, refer to the "Configuring Synchronous Clocking on the Cisco MC3810" appendix.
| Step | Command | Purpose | ||
|---|---|---|---|---|
| network-clock base-rate {56k | 64k} | Configure the network-clock base rate. The default is 56 kbps. | ||
| interface serial number {multipoint | point-to-point} | Enter serial interface configuration mode for either serial port 0 or 1. If the video connection will be over a point-to-point network, specify the point-to-point option. The default option, multipoint, assumes you have a fully meshed network. | ||
| encapsulation clear-channel | Configure the serial interface to be in clear-channel mode for pass-through traffic. | ||
| clock rate network-clock rate | If the interface is in DCE mode, configure the network clock speed. The maximum rate supported is 2048 MB. | ||
| exit | Exit interface configuration mode. | ||
| controller t1 0 | Enter controller configuration mode for controller T1 0. | ||
| tdm-group tdm-group-no timeslot timeslot-list | Configure a list of time slots for creating clear channel groups (pass-through) for TDM cross-connect. | ||
| exit | Exit controller configuration mode. | ||
| cross-connect id interface-serial controller tdm-group-no | Configure cross-connect pass-through from UIO serial port 0 or 1 to a controller. |
| Step | Command | Purpose | ||
|---|---|---|---|---|
| network-clock base-rate 64k | |||
| controller {t1 | e1} 0 | Select T1/E1 controller 0. ATM is supported only on controller 0. | ||
| mode atm | Specify that the controller will support ATM encapsulation, and to create virtual ATM interface 0, which you will use to create the ATM PVCs. | ||
| exit | Exit controller configuration mode. | ||
| interface atm 0 | Enter interface configuration mode to configure ATM interface 0. | ||
| pvc [vpi/vci|] vci] | Create an ATM PVC and enter virtual circuit configuration mode. | ||
| encapsulation aal1 | Set the PVC to support aal1 encapsulation for video. | ||
| cbr rate | Enable constant bit rate (CBR) calculation on the PVC. By default, the rate value used is the value configured with the vc-class command. The valid rate is from 56 to 10,000 kbps. The formula to calculate the CBR is 1.14 times the clock rate on the serial port. | ||
| exit | Exit ATM virtual circuit interface configuration mode. | ||
| exit | Exit interface configuration mode. | ||
| interface serial number | Enter serial interface configuration mode for either serial port 0 or 1. | ||
| clock rate network-clock rate | If the interface is in DCE mode, configure the network clock speed on the interface to support video traffic. The maximum rate supported is 2048 megabytes. The value must be a multiple of 64 kbps. | ||
| encapsulation atm-ces | |||
| ces connect atm0 pvc [name | [vpi/]vci] |
Video streaming traffic over AAL1 uses CES. The default CES settings are sufficient for most configurations. However, you can tune the CES settings as needed.
To change the CES settings, use the following commands beginning in interface configuration mode:
| Step | Command | Purpose | ||
|---|---|---|---|---|
| ces initial-delay | Configure the maximum size of the CES circuit transmit buffer. The range is from 1 to 16,000 bytes, and the default is 4000. | ||
| ces partial-fill octets | Configure the number of user octets per cell for CES. The default is 47. |
network-clock base-rate 64k controller T1 0 mode atm interface Serial0 point-to-point no ip address encapsulation atm-ces clockrate network-clock 768000 ces connect 25 atm0 pvc 25/100 interface ATM0 point-to-point ip address 223.223.224.229 255.255.255.0 no ip mroute-cache no ip route-cache map-group atm1 pvc 25 25 100 encapsulation aal1 cbr 870 no ip classless map-list atm1 ip 223.223.224.228 atm-vc 26 broadcast line con 0 exec-timeout 0 0 line aux 0 line vty 0 4 login end
|
|