Cisco Cisco Packet Data Interworking Function (PDIF) トラブルシューティングガイド

ページ / 5302
HSGW Service  Configuration Mode Commands   
▀  gre 
 
▄  Cisco ASR 5000 Series Command Line Interface Reference 
OL-22948-01   
 
 
Default: 1000 milliseconds (10 seconds) 
Sets the amount of time wait for an XON indicator from the RAN (after receiving an XOFF). Also sets the 
action to be taken if the timeout limit is reached. 
: Specifies the amount of time in milliseconds before the timeout is reached. 
 must be an 
integer from 1 through 1000000. 
Default: Disabled 
Used to configure the QoS Differentiated Services Code Point (DSCP) marking for GRE packets. 
 
: Represents the DSCP setting. It represents the first six most-significant bits of the ToS field. It 
can be configured to any hex value from 0x0 through 0x3F. 
 
 : Dictates that the DSCP marking is to be provided in all GRE control 
packets. 
 
 : Dictates that the DSCP marking is to be provided only in GRE setup 
packets. 
Default: 100 
Configures max number of milliseconds to wait before processing reordered out-of-sequence GRE packets. 
 must be an integer from 0 through 5000. 
Default: disabled 
Enables GRE Segmentation for the HSGW service. 
Default: none 
Configures handling of incoming out-of-sequence GRE packets. 
: Specifies that sequence numbers in packets are ignored and all arriving packets are processed in the 
order they arrive. 
: Specifies that out of sequence packets are stored in a sequencing queue until one of the conditions 
is met: 
 
The reorder timeout occurs: All queued packets are sent for processing and the accepted sequence 
number is updated to the highest number in the queue. 
 
The queue is full (five packets): All packets in the queue are sent for processing, the reorder timer is 
stopped and the accepted sequence number is updated to the highest number in the queue. 
 
An arriving packet has a sequence number such that the difference between this and the packet at the 
head of the queue is greater than five. All the packets in the queue are sent for processing, the 
reorder timer is stopped and the accepted sequence number is updated to the highest number that 
arrived. 
 
A packet arrives that fills a gap in the sequenced numbers stored in the queue and creates a subset of 
packets whose sequence numbers are continuous with the current accepted sequence number. This 
subset of packets in the queue is sent for processing. The reorder timer continues to run and the 
accepted sequence number is updated to the highest number in the subset delivered.