Skip to content

Commit 3465c54

Browse files
author
Anton
committed
docs for portchannel db config
1 parent 7915fdf commit 3465c54

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

doc/Configuration.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,21 +1139,25 @@ name as object key and member list as attribute.
11391139
```
11401140
{
11411141
"PORTCHANNEL": {
1142-
"PortChannel0003": {
1143-
"admin_status": "up",
1144-
"min_links": "1",
1142+
"PortChannel0003": {
1143+
"admin_status": "up",
1144+
"mtu": "9100",
1145+
"lacp_key": "auto",
1146+
"lacp_rate": "fast",
11451147
"members": [
11461148
"Ethernet54"
1147-
],
1148-
"mtu": "9100"
1149+
]
11491150
},
11501151
"PortChannel0004": {
11511152
"admin_status": "up",
1152-
"min_links": "1",
1153+
"mtu": "9100",
1154+
"lacp_key": "auto",
1155+
"lacp_rate": "fast",
11531156
"members": [
11541157
"Ethernet56"
11551158
],
1156-
"mtu": "9100"
1159+
"min_links": "1",
1160+
"fallback": "true"
11571161
}
11581162
}
11591163
}

0 commit comments

Comments
 (0)