Forum Discussion

semperfiguy_759's avatar
semperfiguy_759
Icon for Nimbostratus rankNimbostratus
Sep 11, 2009

EM Changeset Data Group (Class)

What is the class header (class directive) that you need to use to add a Data Group (Class) to a EM changeset?

 

 

 

For example, this is what you need to add an iRule:

 

 

F5[Local Traffic / iRule]

 

 

rule myiRule {

 

}

 

 

Thanks in advance.

3 Replies

  • A datagroup or class is defined in the bigip.conf like this:

     

     

    class myClass {

     

    ...

     

    }

     

     

    Aaron
  • Thanks Aaron, I understand that. I am talking specifically about adding the Data Group member with an Enterprise Manager Changset. I need to know the class directive:

     

    ie

     

    F5[Local Traffic / Something Here]

     

     

    Adding a node would look like this:

     

    F5[Local Traffic / Node]

     

    node 10.50.1.4 {

     

    screen node1

     

    }

     

    Thanks,

     

    Bob