We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7915fdf commit 3465c54Copy full SHA for 3465c54
doc/Configuration.md
@@ -1139,21 +1139,25 @@ name as object key and member list as attribute.
1139
```
1140
{
1141
"PORTCHANNEL": {
1142
- "PortChannel0003": {
1143
- "admin_status": "up",
1144
- "min_links": "1",
+ "PortChannel0003": {
+ "admin_status": "up",
+ "mtu": "9100",
1145
+ "lacp_key": "auto",
1146
+ "lacp_rate": "fast",
1147
"members": [
1148
"Ethernet54"
- ],
- "mtu": "9100"
1149
+ ]
1150
},
1151
"PortChannel0004": {
1152
"admin_status": "up",
1153
1154
1155
1156
1157
"Ethernet56"
1158
],
1159
+ "min_links": "1",
1160
+ "fallback": "true"
1161
}
1162
1163
0 commit comments