Forum Discussion

rade5_74503's avatar
rade5_74503
Icon for Nimbostratus rankNimbostratus
Aug 10, 2015

Cisco ACE Contexts

Hi

 

We have a Cisco ACE blade environment that consists of various contexts i.e prod, dev, uat. We are thinking or moving to F5.

 

Is it possible to recreate these contexts in an F5 environment, and how?

 

Thank you

 

3 Replies

  • Hi,

     

    The Cisco context is done by multiple features in F5:

     

    • Route Domains to define a independent routing table (with assigned VLANs)
    • Partitions to allow administrators to manage only some parts of configuration.

    In your configuration, you can define following configuration

     

    • Prod Route domain defined as default route domain of Prod Partition and assigned Prod VLANs
    • Dev Route domain defined as default route domain of Dev Partition and assigned Dev VLANs
    • UAT Route domain defined as default route domain of UAT Partition and assigned UAT VLANs
  • Hi,

     

    As described by Stanislas you can have logical administrative Partitions and route domains. This allows to have different routing tables and access.

     

    But there's another feature called VCMP.

     

    In case you want to completely isolate your environments you should take a look at the higher models starting BIG-IP 5250v.

     

    With VCMP if you have a ddos in Prod environment it wouldn't affect other environments because each VCMP instance (guest) has its own dedicated resources (from host system).

     

    • gaspol33_275602's avatar
      gaspol33_275602
      Icon for Nimbostratus rankNimbostratus
      Hi, I'm still trying to understand route domains. If the goal is to segregate networks/traffic, how is creating route domains different from creating vlans within different partitions? Wouldn't this achieve the same thing - vlan A can only be used by partition A users, vlan B can only be used by partition B users, etc.?