clear port oam link-monitor

Use this command to reset OAM link monitor configuration to default values for the specified port(s).

Syntax

set port oam port-string link-monitor {frame | frame-period | frame-seconds | symbol-period} {threshold | window | action [syslog] [disable-interface] [notify]

Parameters

port-string Specifies the port(s) to reset for OAM link monitor. For a detailed description of possible port-string values, refer to Port String Syntax Used in the CLI in the S-, K-, and 7100 Series Configuration Guide.
frame Reset OAM monitoring of frame events to the default value for the specified port(s).
frame-period Reset OAM monitoring of frame-period events to the default value for the specified port(s).
frame-seconds Reset OAM monitoring of frame-second events to the default value for the specified port(s).
symbol-period Reset OAM symbol-period event configuration to the default value for the specified port(s).
threshold Resets the number of errors threshold for the specified OAM link monitor function to the default value. See the Usage section of this command for default and maximum threshold values for each link-monitor function.
window Resets the window value for the specified OAM link monitor function to the default value. See the Usage section of this command for default and maximum window values for each link-monitor function.
action  
syslog Clears whether a syslog message will be generated upon detecting a link monitor event.
disable-interface Clears whether the port will be operationally disabled upon detecting a link monitor event.
notify Clears whether a link notification event is triggered upon detecting a link monitor event.

Defaults

None.

Mode

All command modes.

Usage

This command resets the link-monitoring process on the specified port to the default value and clears any specified action.

The frame option monitors frame errors occurring during a period of time. The default threshold is one errored frame. The default window is a 1 second interval.

The frame-period option monitors frame errors that occur during the reception of a given number of frames. The default threshold is one errored frame. The default window is equivalent to the maximum number of minimum sized frames that may be transmitted over the link during a one second interval. See the Usage section of set port oam link-monitor for details.

The frame-seconds option monitors the number of one-second intervals in which one or more frame errors occurred. The default threshold is one errored-second. The default window is 60 seconds.

The symbol-period option will monitor symbol errors that occur during the reception of a given number of symbols. The default threshold is one errored-symbol. The default window is equivalent to the maximum number of symbols that may be transmitted over the link during a one second interval. See the Usage section of set port oam link-monitor for details.

Any specified action is cleared. If a specific action is not specified, the action keyword resets all actions to the default value of notify.

Example

This example shows how to reset the OAM link monitor frame threshold to the default value of 1, the frame window to the default value of 1 second, and clears the syslog action for port ge.1.3:

System(rw)->set port oam ge.1.3 link-monitor frame threshold window action syslog
System(rw)->