Switching

last person joined: 2 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  EX4200 - Simple OAM Configuration

    Posted 01-19-2011 10:07

    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/topics/task/configuration/lfm-ethernet-oam-configuring-ex-series-cli.html)

     

    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?



  • 2.  RE: EX4200 - Simple OAM Configuration

    Posted 01-20-2011 03:24

    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

     

     



  • 3.  RE: EX4200 - Simple OAM Configuration

    Posted 01-20-2011 06:34

    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.



  • 4.  RE: EX4200 - Simple OAM Configuration

    Posted 01-20-2011 12:56

    I have tested in the lab interop between Juniper, Extreme and MRV and it all works just fine.



  • 5.  RE: EX4200 - Simple OAM Configuration

    Posted 01-21-2011 05:24

     


    @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!



  • 6.  RE: EX4200 - Simple OAM Configuration
    Best Answer

    Posted 01-23-2011 10:56

    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.