Advertisement
Guest User

Untitled

a guest
Jun 11th, 2024
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ge-0/1/2 {
  2. ether-options {
  3. 802.3ad ae3;
  4. }
  5. }
  6. ge-0/1/3 {
  7. ether-options {
  8. 802.3ad ae3;
  9. }
  10. }
  11. ae3 {
  12. description "LACP Core 1";
  13. aggregated-ether-options {
  14. lacp {
  15. active;
  16. }
  17. }
  18. unit 0 {
  19. family ethernet-switching {
  20. port-mode trunk;
  21. vlan {
  22. members all;
  23. }
  24. native-vlan-id 999;
  25. }
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement