Specifications

B-144
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix B Cisco MWR 2941 Router Command Reference
idle-pattern
idle-pattern
To specify the data pattern transmitted on the T1/E1 line when missing packets are detected on the
PWE3 circuit, use the idle-pattern command in CEM configuration mode. To stop sending idle pattern
data, use the no form of this command.
idle-pattern [pattern]
no idle-pattern
Syntax Description
Command Default For T1 or E1 channels, the default idle pattern is 0xFF.
Command Modes CEM circuit configuration
Command History
Usage Guidelines The idle-pattern data is sent to replace the data from missing packets.
Examples The following example shows how to specify a data pattern:
Router# config t
Router(config)# interface cem 0/0
Router(config-if)# no ip address
Router(config-if)# cem 0
Router(config-if-cem)# idle-pattern 0x55
Router(config-if-cem)# xconnect 10.10.10.10 200 encapsulation mpls
Router(config-if-cem-xconn)# exit
Router(config-if-cem)# exit
Router(config-if)# exit
Router(config)# exit
Related Commands
pattern (Optional) An 8-bit hexadecimal number that is transmitted as the idle
pattern. T1 and E1 channels require only this argument.
Release Modification
12.3(7)T This command was introduced.
12.4(19)MR2 This command was integrated into Cisco IOS Release 12.4(19)MR2.
12.2(33)MRA This command was integrated into Cisco IOS Release 12.2(33)MRA.
Command Description
cem Enters circuit emulation configuration mode.