Difference between revisions of "nokia - time since last vrrp faillover"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with " '''time since last failover''' run from shell # echo show vrrp int | iclid |grep -E "State|Interface" category:check point category:nokia")
 
 
Line 3: Line 3:
  
 
run from shell
 
run from shell
 +
 +
# clish -c "show vrrp interfaces"| grep -i time
 +
 +
or
  
 
  # echo show vrrp int | iclid |grep -E "State|Interface"
 
  # echo show vrrp int | iclid |grep -E "State|Interface"

Latest revision as of 20:37, 24 May 2014

time since last failover

run from shell

# clish -c "show vrrp interfaces"| grep -i time

or

# echo show vrrp int | iclid |grep -E "State|Interface"