Cisco 3825 User Manual
Page 204

A-72
Cisco 3825 Mobile Wireless Edge Router Software Configuration Guide
OL-15667-03
Appendix A Cisco 3825 Mobile Wireless Edge Router RAN-O Command Reference
sequencing
Note
Sequencing will not override the value for CEM circuits.
Examples
The following example shows how to enable sequencing in data packets in Layer 2 PWs that were
created from the pseudowire-class named “ether-pw” so that the Sequence Number field is updated in
tunneled packet headers for data packets that are both sent and received over the PW:
Router# config t
Router(config)# pseudowire-class mpls
Router(config-pw-class)# encapsulation mpls
Router(config-pw-class)# sequencing both
Router(config-pw-class)# exit
Router(config)# exit
The following example shows how to enable the disposition router to reset packet sequencing after it
receives 1,000 out-of-order packets:
Router# config t
Router(config)# pseudowire-class mpls
Router(config-pw-class)# encapsulation mpls
Router(config-pw-class)# sequencing both
Router(config-pw-class)# sequencing resync 1000
Router(config-pw-class)# exit
Router(config)# exit
Related Commands
Command
Description
ip cef
Enables Cisco Express Forwarding (CEF) on the Route Processor
card.
pseudowire-class
Specifies the name of an L2TP pseudowire-class and enters
pseudowire-class configuration mode.