Hi all,
1-) Can anyone explain about why the following options should be using on ex platform? And what is the best practises in terms of performance of ex.
interface trap
family ethernet-switching storm-control detault
2-) When using interface-trunk options on aggregrate link -ae0, why doesn't add 4bytes to packet header? And why speed is 2Gbps as the speed is assignined 1g ?
Ex>show interfaces extensive ae0 | match mtu
Link-level type: Ethernet, MTU: 1514, Speed: 2Gbps, BPDU Error: None, Ethernet-Switching Error: None, MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,
Carrier transitions: 6, Errors: 0, Drops: 0, MTU errors: 0, Resource errors: 0
Protocol eth-switch, MTU: 1514, Generation: 157, Route table: 3
ex>show configuration | display set | match ae0
set interfaces ge-4/1/10 ether-options 802.3ad ae0
set interfaces ge-3/1/10 ether-options 802.3ad ae0
set interfaces ae0 native-vlan-id 9
set interfaces ae0 aggregated-ether-options minimum-links 1
set interfaces ae0 aggregated-ether-options link-speed 1g
set interfaces ae0 aggregated-ether-options lacp active
set interfaces ae0 aggregated-ether-options lacp periodic fast
set interfaces ae0 unit 0 family ethernet-switching interface-mode trunk <<<<<<<<<<<<<<<<
set interfaces ae0 unit 0 family ethernet-switching vlan members 19
set interfaces ae0 unit 0 family ethernet-switching vlan members 11-15
Thx.
A.