Hi ,
Hi
-Native/Default VLAN
To ensure the correct operation of LACP and STP (CIST for MSTP) PDUs between IOS and JUNOS, is there anything special I need to do in regards to respective Native/Default VLANs?
Answer :
By default there is no native vlan configuration required , you need to tag only those vlan traffic that needs to pass through that port
Do I need specify anything, like adding the JUNOS Default VLAN as untagged/native on the Trunk? (I try to leave the Native/Defaults VLANs alone).
Answer :
nope it Is not required , as your trying to keep everything default
-Ethernet OAM
Is this a requirement for LACP? I am aware that this is a good idea to prevent Unidirectional Links between switches, especially for fibre.
Answer :
as your using LACP , which can detect link fault , OAM is not required
LACP was designed to achieve the following:
Automatic addition and deletion of individual links to the bundle without user intervention
Link monitoring to check whether both ends of the bundle are connected to the correct group
When LACP is enabled, the local and remote sides of the aggregated Ethernet links exchange protocol data units (PDUs), which contain information about the state of the link.
-LACP Active/Passive Combination
Apart from the Passive/Passive combination being the obvious no-no, do the other combinations really make any difference? The other three combinations should work right?
Answer :
You can configure Ethernet links to actively transmit PDUs, or you can configure the links to passively transmit them (sending out LACP PDUs only when they receive them from another link). One side of the link must be configured as active for the link to be up.
Refer to this link , I think it gives you all the basics for juniper :
https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/lacp-cli.html
Basics for cisco :
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli/CLIConfigurationGuide/EtherChannel.html
----
Sharanya