Skip to content

Commit 7826041

Browse files
committed
Update Observation Domain ID description in TAM streaming proposal
Signed-off-by: Maksym Prytoliuk <maksympr@nvidia.com>
1 parent 9458a52 commit 7826041

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/TAM/SAI-Proposal-TAM-stream-telemetry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ For more information on IPFIX, refer to the following resources:
132132

133133
#### IPFIX header
134134

135-
The `Version` and `Observation Domain ID` fields of the IPFIX header are identical for each IPFIX message.
135+
The `Version` field of the IPFIX header is identical for each IPFIX message. `Observation Domain ID` is defined by vendor implementation. `Sequence Number` starts from 0 and is monotonically incremented per `Observation Domain ID` modulo 2^32.
136136

137137
``` mermaid
138138
@@ -143,8 +143,8 @@ packet-beta
143143
0-15: "Version = 0x000a"
144144
16-31: "Message Length = (16 + payload) bytes"
145145
32-63: "Export Timestamp: Second"
146-
64-95: "Sequence Number = 0, start from 0 and incremental sequence counter modulo 2^32"
147-
96-127: "Observation Domain ID = 0, always 0"
146+
64-95: "Sequence Number = 0"
147+
96-127: "Observation Domain ID = 0"
148148
149149
```
150150

0 commit comments

Comments
 (0)