Hi, and thanks for taking the time.
I'll share the information i gathered in both cases.
Case 1
> show configuration interfaces ge-0/0/24
mtu 1600
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ v804 v805 ];
}
}
}
Traffic stops for no obvious reason, no mac-addresses are learnt on that port. The interface has no errors and has not flapped.
> show ethernet-switching interface ge-0/0/24.0
Routing Instance Name : default-switch
Logical Vlan TAG MAC STP Logical Tagging
interface members limit state interface flags
ge-0/0/24.0 294912 tagged
v804 804 294912 Forwarding tagged
v805 805 294912 Forwarding tagged
Looks normal, but no traffic or macs learnt.
Physical interface: ge-0/0/24, Enabled, Physical link is Up
Interface index: 676, SNMP ifIndex: 573
Description:
Link-level type: Ethernet, MTU: 1600, MRU: 0, Speed: 1000mbps, BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,
Flow control: Disabled, Auto-negotiation: Enabled, Remote fault: Online, Media type: Fiber
Device flags : Present Running
Interface flags: SNMP-Traps Internal: 0x4000
Link flags : None
CoS queues : 12 supported, 12 maximum usable queues
Current address: ec:3e:f7:97:8d:db, Hardware address: ec:3e:f7:97:8d:db
Last flapped : 2020-04-16 08:17:42 UTC (01:37:03 ago)
Input rate : 1304 bps (2 pps)
Output rate : 1040 bps (1 pps)
Active alarms : None
Active defects : None
Interface transmit statistics: Disabled
Logical interface ge-0/0/24.0 (Index 591) (SNMP ifIndex 574)
Flags: Up SNMP-Traps 0x24024000 Encapsulation: Ethernet-Bridge
Input packets : 0
Output packets: 0
Protocol eth-switch, MTU: 1600
Flags: Trunk-Mode
![ge-0024-bps.jpg ge-0024-bps.jpg]()
![ge-0024-non-unicast.jpg ge-0024-non-unicast.jpg]()
![ge-0024-packets.jpg ge-0024-packets.jpg]()
Case 2
Traffic drops at 20:48:37 (hh:mm:ss).
> show configuration interfaces ae0
description "Trunk to sw01";
aggregated-ether-options {
minimum-links 1;
lacp {
active;
}
}
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ v357 v361 v362 v364 v365 v356 v159 ];
}
}
}
> show ethernet-switching interface ae0.0
Routing Instance Name : default-switch
Logical Vlan TAG MAC STP Logical Tagging
interface members limit state interface flags
ae0.0 294912 tagged
v159 159 294912 Forwarding tagged
v356 356 294912 Forwarding tagged
v357 357 294912 Forwarding tagged
v361 361 294912 Forwarding tagged
v362 362 294912 Forwarding tagged
v364 364 294912 Forwarding tagged
v365 365 294912 Forwarding tagged
There is OSPF/BGP running over vlan 159 with an irb interface, i see no OSPF neighbor and the BGP session is down.
No mac-addresses are seen on the port.
Flapping the interface has no affect.
22:52:08 i change mtu from 1514 to 1516 and do a commit confirmed 4 sync, during that 4 minutes nothing changes, still no traffic. But when the VC rollsback the commit, the traffic flows fine again.
![ae0-bps.jpg ae0-bps.jpg]()
![ae0-non-unicast.jpg ae0-non-unicast.jpg]()
![ae0-packets.jpg ae0-packets.jpg]()
STP is globally disabled.
Any ideas what could cause this or what to look for when it happends? Any particular logfile that i should look och search in?
Kind Regards
ehsab