@@ -24,7 +24,7 @@ module ieee802-dot1ax-types {
24
24
This version of this YANG module is part of IEEE Std 802.1AX;
25
25
see the standard itself for full legal notices." ;
26
26
27
- revision 2025 -03 - 11 {
27
+ revision 2025 -05 - 22 {
28
28
description
29
29
"Published as part of IEEE Std 802.1AXdz-202y.
30
30
The following reference statement identifies each referenced IEEE
@@ -249,38 +249,44 @@ module ieee802-dot1ax-types {
249
249
if-feature "basic-link-maps" ;
250
250
base link-map-patterns;
251
251
description
252
- "Provides active/standby behavior with one active link and
253
- up to 63 standby links. All packets are mapped to whichever
254
- link that is active in the aggregation has the lowest link
255
- number. If that link fails, all packets are mapped to the
256
- lowest link number of the remaining links that are active
257
- in the aggregation.
258
- The map consists of an identical entry for each CID, with a
259
- list of numbers from 1 to 64.
260
- Supports any number of links in the aggregation (up to 64)
261
- with link numbers between 1 and 64. Any links in the
262
- aggregation with a link number greater than 64 are not
263
- used." ;
252
+ "Provides active/standby behavior with one link carrying
253
+ all traffic and any other links in the LAG are standby.
254
+ All packets are mapped to the lowest link number that is
255
+ active in the aggregation. This is updated whenever a link
256
+ becomes active or inactive in the aggregation. The pattern
257
+ supports any number of links with link numbers between 1
258
+ and 4095. Any links in the aggregation with a link number
259
+ greater than 4095 are not used.
260
+ The map consists of an identical entry for each CID, with
261
+ a list of numbers from 1 to 4095, followed by the number 0.
262
+ The MD5 digest calculated for this map is
263
+ 0xd2dc4cf241740239408945bd87391286 (hex) or
264
+ 0txM8kF0AjlAiUW9hzkShg== (base64)." ;
264
265
}
265
266
266
267
identity two-plus-n {
267
268
if-feature "basic-link-maps" ;
268
269
base link-map-patterns;
269
270
description
270
- "Provides basic load-balancing on two active links with up
271
- to 62 standby links. All packets with an even CID value are
272
- mapped to the link with the lowest link number in the
273
- aggregation, and all packets with an odd CID value are
274
- mapped to the link with the highest link number in the
275
- aggregation.
271
+ "Provides basic load-balancing on two links and any other
272
+ links in the aggregation are standby. All packets with an
273
+ even CID value are mapped to the link with the lowest link
274
+ number that is active in the aggregation, and all packets
275
+ with an odd CID value are mapped to the link with the
276
+ highest link number that is active in the aggregation.
277
+ This is updated whenever a link becomes active or inactive
278
+ in the aggregation. The pattern supports any number of
279
+ links with link numbers between 1 and 4095. Any links in
280
+ the aggregation with a link number greater than 4095 are
281
+ not used.
276
282
The map consists of an identical entry for each even CID
277
- containing a list of numbers from 1 to 64, and an identical
278
- entry for each odd CID containing a list of numbers from 64
279
- to 1.
280
- Supports any number of links in the aggregation (up to 64)
281
- with link numbers between 1 and 64. Any links in the
282
- aggregation with a link number greater than 64 are not
283
- used ." ;
283
+ containing a list of numbers from 1 to 4095, followed by
284
+ the number 0, and an identical entry for each odd CID
285
+ containing a list of numbers from 4095 to 1, followed by
286
+ the number 0.
287
+ The MD5 digest calculated for this map is
288
+ 0xfe8fec2effe6cd1cbd78c2a968aa5d20 (hex) or
289
+ /o/sLv/mzRy9eMKpaKpdIA== (base64) ." ;
284
290
}
285
291
286
292
identity service-map-patterns {
0 commit comments