Example: Configuring Aggregated Ethernet Lacp - Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual

Network interfaces configuration
Table of Contents

Advertisement

JUNOS 10.1 Network Interfaces Configuration Guide

Example: Configuring Aggregated Ethernet LACP

Configure aggregated Ethernet LACP over a VLAN-tagged interface:
LACP with VLAN-Tagged
Aggregated Ethernet
Configure aggregated Ethernet LACP over an untagged interface:
LACP with Untagged
Aggregated Ethernet
654
Configuring Aggregated Ethernet LACP
[edit interfaces]
fe-5/0/1 {
fastether-options {
802.3ad ae0;
}
}
ae0 {
aggregated-ether-options {
lacp {
active;
}
}
vlan-tagging;
unit 0 {
vlan-id 100;
family inet {
address 10.1.1.2/24 {
vrrp-group 0 {
virtual-address 10.1.1.4;
priority 200;
}
}
}
}
}
[edit interfaces]
fe-5/0/1 {
fastether-options {
802.3ad ae0;
}
}
ae0 {
aggregated-ether-options {
lacp {
active;
}
}
unit 0 {
family inet {
address 10.1.1.2/24 {
vrrp-group 0 {
virtual-address 10.1.1.4;
priority 200;
}
}
}

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents