JUNOSe 11.1.x Link Layer Configuration Guide
The following commands create a virtual router, add the Ethernet physical interfaces
to a LAG bundle named kanata, assign an IP address, and configure MPLS.
Example: Configuring MPLS over a VLAN for a LAG Bundle
The following example displays configuration of LACP for two Fast Ethernet interfaces
in slot 5. The interfaces are enabled for active LACP. The speed and duplex
characteristics are the same for both interfaces.
The following commands add the Ethernet physical interfaces to a LAG bundle named
kanata.
The following commands configure a VLAN subinterface for the LAG bundle named
kanata. In the LAG interface identification command (interface lag kanata.1), the
number 1 represents the subinterface number for the VLAN subinterface.
The following command creates an MPLS interface.
210
Example: Configuring MPLS over a VLAN for a LAG Bundle
host1(config-if)#speed 100
host1(config-if)#duplex full
host1(config-if)#lacp active
host1(config-if)#interface fastEthernet 5/1
host1(config-if)#speed 100
host1(config-if)#duplex full
host1(config-if)#lacp active
host1(config)#virtual router kanata
host1:kanata(config)#interface lag kanata
host1:kanata(config-if)#member-interface fastEthernet 0/0
host1:kanata(config-if)#member-interface fastEthernet 0/5
host1:kanata(config-if)#ip address 1.1.1.1 255.255.255.0
host1(config-if)#mpls
host1(config)#interface fastEthernet 5/0
host1(config-if)#speed 100
host1(config-if)#duplex full
host1(config-if)#lacp active
host1(config-if)#interface fastEthernet 5/1
host1(config-if)#speed 100
host1(config-if)#duplex full
host1(config-if)#lacp active
host1(config)#virtual router kanata
host1:kanata(config)#interface lag kanata
host1:kanata(config-if)#member-interface fastEthernet 5/0
host1:kanata(config-if)#member-interface fastEthernet 5/1
host1:kanata(config-if)#encapsulation vlan
host1:kanata(config)#interface lag kanata.1
host1:kanata(config-if)#vlan id 100
host1:kanata(config)#mpls
Need help?
Do you have a question about the JUNOSE 11.1.X - LINK LAYER CONFIGURATION 4-7-2010 and is the answer not in the manual?