[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Example: Configuring OAM Support

Configure 802.3ah OAM support on a 10-gigabit Ethernet interface:

[edit]
protocols {
oam {
ethernet {
link-fault-management {
interfaces {
interfaces xe-0/0/0 {
link-discovery active;
pdu-interval 800;
pdu-threshold 4;
remote-loopback;
negotiation-options {
allow-remote-loopback;
}
event-thresholds {
frame-error 30;
frame-period 50;
frame-periodsummary 40;
symbol-period 20;
}
}
}
}
}
}
}

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]