Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Updated ethernet_interface.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbe-ctc authored and FRINXrepo committed Sep 19, 2018
1 parent 8f361d3 commit 6c65eda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Configuration datasets/interfaces/ethernet_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ frinx-openconfig-interfaces:interfaces/interface/{{eth_intf_id}}
"config": {
"frinx-openconfig-if-aggregate:aggregate-id": "Bundle-Ether{{eth_lag_intf-id}}",
"frinx-lacp-lag-member:lacp-mode": "{{lacp_mode}}",
"frinx-lacp-lag-member:interval": "{{lacp_interval}}"
"frinx-lacp-lag-member:interval": "{{lacp_interval}}",
"frinx-if-aggregate-extension:admin-key": {{admin-key}}
},
"frinx-openconfig-vlan:switched-vlan" : {
"config" : {
Expand Down Expand Up @@ -224,6 +225,7 @@ interface {{eth_intf_id}}
bridge
vlan add br{{vlan_intf_id}} {{phy_port_id}} [un]tagged
lacp port {{phy_port_id}} aggregator {{eth_lag_intf-id}}
lacp port admin-key {{phy_port_id}} {{admin-key}}
jumbo-frame {{phy_port_id}} {{eth_mtu}}
port enable {{phy_port_id}} | port disable {{phy_port_id}}
</pre>
Expand Down

0 comments on commit 6c65eda

Please sign in to comment.