Remote failure detection configuration – CANOGA PERKINS CanogaOS Configuration Guide User Manual

Page 98

Advertising
background image

CanogaOS Configuration Guide

Proprietary & Confidential Canoga Perkins Metro Ethernet Switches

Page 98 of 350

DUT(config-if)# ethernet oam link-monitor

frame threshold high 5000 low 200 window 500

Configure a high and low threshold
for frame events. Specify the number
of seconds to set a window period
during which error frames are
counted.

DUT(config-if)#ethernet oam link-monitor

frame-seconds threshold high 600 low 200

Configure high and low thresholds for
frame-seconds events.

DUT (config-if)#ethernet oam link-monitor

high threshold action error-disable-interface

Configure the error-disable-action
that should take place on the interface
when one of the high thresholds is
exceeded.

DUT (config-if)# end

Exit the Interface mode.

Validation

When link monitoring is ON and the number of errors (frame-errors, seconds-errors, or symbol period
errors) exceeds the low threshold, a corresponding event notification PDU is sent. If the number of errors
exceeds high threshold and a high threshold action (error-disable-interface) has been configured, the
interface is disabled (shut down).

Validation Commands

DUT#show ethernet oam status interface eth-0-9
eth-0-9
General:
-----------
Mode: active
PDU max rate: 10 packets per second
PDU min rate: 1 packet per 1 second
Link timeout: 5 seconds
High threshold action: disable interface
Link Monitoring:
--------------------
Status: supported (on)
Frame Error:
Window: 500 x 100 milliseconds
Low threshold: 200 error frame(s)
High threshold: 5000 error frame(s)
Frame Seconds Error:
Window: 1000 x 100 milliseconds
Low threshold: 200 error second(s)
High threshold: 600 error second(s)

Remote Failure Detection Configuration

An error-disable action can be configured to occur on an interface so that if any of the critical link events
(link fault, dying gasp, etc.) occurs in the remote machine, the interface is shut down.

DUT# configure terminal

Enter the Configure mode.

DUT(config)#interface eth-0-9

Specify the interface (eth-0-9) to be
configured and enter the Interface

Advertising