cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure EAPS with CFM/OAM?

How to configure EAPS with CFM/OAM?

PeterK
Contributor III
How can I configure CFM/OAM basicly between 2 switches and together with EAPS for faster ring recovery, when I have a thrid-party switch in ring?
I read user/concept guide, command reference guide and older ENA/ENS Guides, but this doesn't help my.
Can some post a list of commands I need to use?
17 REPLIES 17

Kevin_Kim
Extreme Employee
Thanks!

Henrique
Extreme Employee
Best practices uses the EAPS control vlan so you will have EAPS-PDUs as well as CCM packets into the same vlan which will control the behavior for both features.

Kevin_Kim
Extreme Employee
SW1 (Port 49) ---------- (Port 49) SW2


create eaps e1
configure eaps e1 mode master
configure eaps e1 primary port 1
configure eaps e1 secondary port 49
configure eaps e1 add protected vlan v100
configure eaps e1 add control vlan v101
enable eaps
enable eaps e1

configure eaps cfm add group GROUP1

create cfm domain string "MD1" md-level 6
configure cfm domain "MD1" add association string "EAPS-CFM" vlan "v100"
configure cfm domain "MD1" association "EAPS-CFM" ports 49 add end-point down 1
configure cfm domain "MD1" association "EAPS-CFM" ports 49 end-point down add group "GROUP1"
configure cfm group "GROUP1" add rmep 2


create eaps e1
configure eaps e1 mode transit
configure eaps e1 primary port 1
configure eaps e1 secondary port 49
configure eaps e1 add protected vlan v100
configure eaps e1 add control vlan v101
enable eaps
enable eaps e1

configure eaps cfm add group GROUP1

create cfm domain string "MD1" md-level 6configure cfm domain "MD1" add association string "EAPS-CFM" vlan "v100"
configure cfm domain "MD1" association "EAPS-CFM" ports 49 add end-point down 2
configure cfm domain "MD1" association "EAPS-CFM" ports 49 end-point down add group "GROUP1"
configure cfm group "GROUP1" add rmep 1
GTM-P2G8KFN