Hi, all!
Have X670 with strange issue.
create new acl:
edit pol stat
This ACL have two rules:
entry acl_rule2 {
if {
protocol tcp;
} then {
count tcpcounter;
}
}
entry cflow_tcp {
if { count tcpcounter > 1 ;
period 5;
} Then {
snmptrap 1000 $tcpcounter 10;
}
}
Was experimented with clear-flow, receive traps on linux-server.
Every time with change file stat.pol done check pol stat -
check rule for syntaxis. Traps received, packet counters is transmitted,
all was OK.
After below manipulation switch go to cyclic reboot:
in snmp trap done transmit message period to 5, and period increasedещ 10, i.e. we have like this:
entry cflow_tcp {
if { count tcpcounter > 1 ;
period 10;
} Then {
snmptrap 1000 $tcpcounter 5;
}
}
and after change policy don't check but at start refresh pol "stat"
After this switch go to cyclic reboot.
Reject all cable from ports, i.e. traffic don;t go to swicth, after this through console del configuration of this acl and all work fine, i.e. switch don't reboot.
Any ideas?
Thank you!