Cisco Cisco Packet Data Gateway (PDG)

Page de 8994
PDSN Service Configuration Mode Commands   
▀  gre 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
7852 
   
 
value
 : 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. 
 
all-control-packets
 : Dictates that the DSCP marking is to be provided in all GRE control 
packets. 
 
setup-packets-only
 : Dictates that the DSCP marking is to be provided only in GRE setup packets. 
protocol-type
 { 
any
 | 
byte-stream
 | 
ppp
 } 
Specifies the protocol used fro GRE encapsulation that is acceptable to 
any
: Specifies that the PDSN service will accept GRE packets encapsulated using any protocol. 
byte-stream
: Specifies that the PDSN service will accept GRE packets only encapsulated using byte 
stream. Using byte stream encapsulation, PPP packets are framed at different intervals and sent. 
ppp
: Specifies that the PDSN service will accept GRE packets only encapsulated using the Point-to-Point 
Protocol (PPP). Using PPP encapsulation, PPP packets are framed at regular intervals and sent. 
reorder-timeout
 
Default
100
 
Configures max number of milliseconds to wait before processing reordered out-of-sequence GRE packets. 
milliseconds
 must be an integer from 
0
 through 
5000
segmentation
 
Default: disabled 
Enables GRE Segmentation for the PDSN service. 
sequence-mode
 { 
 none
 | 
reorder 
} 
Default: none 
Configures handling of incoming out-of-sequence GRE packets. 
none
: Specifies that sequence numbers in packets are ignored and all arriving packets are processed in the 
order they arrive. 
reorder
: 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. 
sequence-numbers
 
Enables insertion of GRE sequence numbers in data that is about to be transmitted over the A10 interface. 
Data coming into the system containing sequence numbers but that is out of sequence is not re-sequenced.