01-19-2011 10:07 AM - edited 01-19-2011 10:07 AM
Hello,
i am looking for a simple configuration of 802.3ah Ethernet OAM on an EX4200. I have read the article (http://www.juniper.net/techpubs/en_US/junos9.4/top
I was not sure/aware if all the options need to be defined. Would there be any downside to a simple configuration such as:
set protocols oam ethernet link-fault-management interface ge-x/x/x set protocols oam ethernet link-fault-management interface ge-x/x/x link-discoverey active set protocols oam ethernet link-fault-management interface ge-x/x/x pdu-interval 2 set protocols oam ethernet link-fault-management interface ge-x/x/x pdu-threshold 5 set protocols oam ethernet link-fault-management interface ge-x/x/x apply-action-profile CUST-PORT set protocols oam ethernet link-fault-management action-profile CUST-PORT action syslog set protocols oam ethernet link-fault-management action-profile CUST-PORT action link-down set protocols oam ethernet link-fault-management action-profile CUST-PORT event link-adjacency-loss
am I missing anything or should this work?
Solved! Go to Solution.
01-20-2011 03:23 AM
That should work just fine. I use an even simpler template to check for link-loss over some intermediate microwave links one of our customers has:
set protocols oam ethernet link-fault-management action-profile UDLD event link-adjacency-loss set protocols oam ethernet link-fault-management action-profile UDLD action syslog set protocols oam ethernet link-fault-management action-profile UDLD action link-down set protocols oam ethernet link-fault-management interface ge-0/0/23.0 apply-action-profile UDLD
01-20-2011 06:33 AM
Are you runing Juniper to Juniper 802.3ah, or are you interop with another Vendor?
In my scenario I would be interop with another Vendor (not a mjor one), and was wandering how Cross Vendor 802.3ah is working.
01-20-2011 12:55 PM
I have tested in the lab interop between Juniper, Extreme and MRV and it all works just fine.
01-21-2011 05:24 AM
dfex wrote:I have tested in the lab interop between Juniper, Extreme and MRV and it all works just fine.
Good to hear. I went ahead and labbed it up yesterday. I did have to change some Values, as my PDU Interval was too low. The lowest you can go is 400 ms.
I was able to get a working setup going. Thanks for the help!
01-23-2011 10:55 AM
Sample 802.3ah config for UDLD type applocations:
set protocols oam ethernet link-fault-management action-profile CUST-PORT event link-adjacency-loss set protocols oam ethernet link-fault-management action-profile CUST-PORT action syslog set protocols oam ethernet link-fault-management action-profile CUST-PORT action link-down set protocols oam ethernet link-fault-management interface ge-0/0/x.0 apply-action-profile CUST-PORT set protocols oam ethernet link-fault-management interface ge-0/0/x.0 pdu-interval 400 set protocols oam ethernet link-fault-management interface ge-0/0/x.0 link-discovery active set protocols oam ethernet link-fault-management interface ge-0/0/x.0 pdu-threshold 10
This is assuming you want the EX4200 as active. In my scenario we are using the EX4200 as an Agg. Switch, with CE devices connected to it, via a single fiber solution. Thus we want the EX4200 as active, so it can drop it's link should it detect an error.