Skip to main content
ergotherego
New Member
September 22, 2016
Question

Global ADOM objects - must they be referenced by a global policy to be used in an ADOM?

  • September 22, 2016
  • 1 reply
  • 10561 views

Is it possible to use an object defined in the Global ADOM / Global Database within an ADOM without that object being referenced by a global policy?

 

We put all VIPs for a given customer into a VIP group with a predictable name. But there is no function in FMG to map a Global-level VIP group to multiple ADOMs - or some type of wild-card VIP group that automatically contains all VIPs. So I was hoping I could at least re-use the same address/service groups across all ADOMS.

    1 reply

    ergotherego
    New Member
    October 12, 2016

    Looks like there is a way, but doesn't actually work in 5.4.1 for me.

     

    In FMG if you go to:

     

    Global > Policy Packages > Assign Selected (in the menu bar)

     

    It will pop up with a window and you have the option to "Assign ALL Objects".

     

    However, it generates errors due to service categorization overlaps:

     

    Device level already has object fw_srv_category:Network Services Device level already has object fw_srv_category:Web Access Device level already has object fw_srv_category:General Device level already has object fw_srv_category:Email

     

    A work-around is to group all of your Global addresses into one master group, then do the same with services. Then create a Footer Policy referencing those two groups, and set the policy to deny traffic. That way you can push all Global objects you care about into whatever ADOMs you want to without affecting traffic.

    scao_FTNT
    Staff
    Staff
    October 12, 2016

    pls check your FMG global database - object - services, and for mentioned group service, if their name has "g" in front?

     

    Email Access -> gEmail Access

     

    all global object name should have g in front to avoid conflict with local ADOM, except interface, which need to have same name interface at local ADOM

     

    Thanks

     

    Simon

    ergotherego
    New Member
    October 12, 2016

    Yep, all of the pre-defined services in Global have the 'g' in front except for "ALL". There is actually an "ALL" and an "gALL".