• No results found

Enabling Application Defined Networking with F5 Synthesis and Cisco Application Centric Infrastructure

N/A
N/A
Protected

Academic year: 2021

Share "Enabling Application Defined Networking with F5 Synthesis and Cisco Application Centric Infrastructure"

Copied!
47
0
0

Loading.... (view fulltext now)

Full text

(1)

Enabling Application Defined Networking with

F5 Synthesis and Cisco Application Centric

Infrastructure

Dean Houari, Regional Solution Architect, F5 Networks

(2)

© F5 Networks, Inc 2

F5 and Cisco ACI Joint Solution Benefits

ACI Fabric

Programmability (iRules / iApps / iControl)

Data Plane Control Plane Management Plane F5 Synthesis Fabric

Virtual Edition Appliance Chassis

F5 DEVICE PACKAGE

FOR APIC

• Preserves richness

of F5 Synthesis offering.

Ease of integration due to

rich programmability

• Existing F5 Physical and

Virtual appliances,

topologies integrate

seamlessly with Cisco ACI

• Maintains operational best

practices & offers faster

provisioning of workflows

• Automated L4-L7

application service

insertion

• Accelerated application

deployments with

scalableL4-L7 services

• Application agility &

significant reduction in

operating costs

(3)

F5 and Cisco ACI Integration – Latest Addition

Announcing APIC and BIG-IQ Integration Early Availability

Virtual Edition Appliance Chassis

BIG-IQ

APIC to BIG-IP Integration Model Phase 1

(Shipping)

APIC to BIG-IQ Integration Model Phase 2

(Early Availability Jan’15, FCS Q2 CY15)

BIG-IP

Customers have choice to leverage Cisco APIC to BIG-IP or through BIG-IQ Integration Models

ACI Fabric

F5 Synthes

is

(4)

© F5 Networks, Inc 4

Choosing F5 BIG-IP for Cisco ACI

Supports 11.4.1 and above, Platform Independent

4000 series 5000 Series 7000 Series 10000 Series

Good, Better, Best Platforms

11000 Series 5Gbps 3Gbps 1Gbps 200M 25M VIPRION 2400 VIPRION 4480 VIPRION 4800 F5 physical ADCs

High-performance with specialized and dedicated hardware

Physical ADC is best for: • Fastest performance • Highest scale

• SSL offload, compression, and DoS mitigation • An all F5 solution: integrated HW+SW

• Edge and front door services

• Purpose-built isolation for application delivery workloads

Physical + virtual =

hybrid ADC infrastructure Ultimate flexibility and performance Hybrid ADC is best for:

• Transitioning from physical to virtual and private data center to cloud

• Cloud bursting

• Splitting large workloads • Tiered levels of service F5 virtual editions

Provide flexible deployment options for virtual environments and the cloud

Virtual ADC is best for: • Accelerated deployment

• Maximizing data center efficiency • Private and public cloud deployments • Application or tenant-based pods • Keeping security close to the app • Lab, test, and QA deployments

Physical Hybrid

Virtual

2000 series*

10Gbps VIPRION 2200

(5)

ACI L4 –L7 Service Insertion

Overview

(6)

© F5 Networks, Inc 6

Traditional Network Service Insertion

Challenges

Configure firewall rules as required by the application Configure Network to

insert Firewall Configure firewall network parameters

Configure Load Balancer as required by the application Configure Load Balancer Network Parameters

Configure Router to steer traffic to/from Load Balancer

Service insertion

takes days

Network configuration

is time consuming

and error prone

Difficult to track

configuration on

services

Service Insertion In traditional Networks

Server vFW Switch Router FW Router LB

(7)

APIC L4 – L7 Service Integration

APPLICATION NETWORK PROFILE Traditional 3-Tier Application WEB WEB WEB WEB

APP APP APP APP

DB DB DB DB F/W ADC ADC TENANT (HR) NETWORKING POLICY

CONNECTIVITY FOR THE TENANT L2-L3

TROUBLESHOOTING POLICY

SPAN, ERSPAN ETC

MONITORING POLICY

EVENTS, SNMP

APPLICATION PROFILE (3 TIER APP)

EPGS ARE DEFINED HERE

endpoint Group (EPG) – collection of bare metal servers, VMs, vNIC

Ex: WEB EPG - all web servers (bare metal or VMs) are grouped into this EPG Ex: APP EPG - all APP servers (bare metal or VMs) are grouped into this EPG

SECURITY POLICY

(POLICY DECISION IS DONE HERE) FILTERS, QOS, TRAFFIC STEERING

Contract – services between the WEB and APP EPG (web graph, HTTP graph) Ex: APP is a provider and WEB is the consumer

Define services within a contract: FW, ADC in this example ADC defined

L4-L7 SERVICES POLICY

(8)

© F5 Networks, Inc 8

Distributed Management Information Tree (dMIT)

Objects within APIC are structured in tree-based

hierarchy

Objects referred to

as “managed objects” (MO)

Packages identify the functional area

e.g., fabric = physical fabric, ADC= F5 BigIP etc..

Every object has a parent, with exception of top:Root (top

of tree)

Relationships exist between objects using Distinguished

Name or DN.

(9)

F5 Device Package: Definition

APIC requires a Device Package to communicate with service devices.

A Device Package is a zip file containing two parts:

Device Specification (xml):

The configuration of the

APIC is represented as an object model consisting of a

large number of Managed Objects (MOs). A Device

type is defined by a tree of MOs with a Meta Device

(MDev) at the root.

DeviceScript (py):

The integration between the

APIC and a Device is performed by a

DeviceScript, which maps APIC events function

calls defined in Device Script

Device Script

APIC

Configuration through UI or North Bound

APIs PackageDevice Physical or VEBIG-IP EPG level L4-L7 config

Service Graph Function Node level L4-L7 config

Python iControl / SouthBound API Device Specification <dev type= “f5”> <service type= “slb”>

<param name= “vip”> <dev ident=“210.1.1.1” <validator=“ip”

(10)

© F5 Networks, Inc 10

Logical Device Cluster / Concrete Device: Definition

Tenant admin connects concrete Device to the

fabric and assigns management IP.

Tenant admin registers device with APIC. APIC

validates device using device specs from device

package

Concrete Device

Concrete Device

FCS : Supporting device clusters with maximum of two concrete device in active-standby mode

Represents a cluster of 2 devices that operate in

active/standby mode for instance

Logical Device Cluster

Represents service device (physical or virtual), for

example an ADC or FW

Map to concrete devices interfaces

Logical Interfaces

(11)

Service Graph: Definition

Abstract graph concept mapping to Service Graph

• Service graph is an ordered set of functions between a set of terminals e-g; Firewall Function, Load balancer Function

• A function has one or more connectors

• Network connectivity like VLAN/VNID tag is assigned to these connectors

Functions rendered on the same device

• A function within a graph may require one or more parameters

• Parameters can be scoped by an EPG or an application profile or tenant context

• Parameter values can be locked from further changes

Service Graph: “web-application”

Func:

SSL offload Load BalancingFunc: Func:

Firewall

Connectors Terminals

Terminals Firewall params

Permit ip tcp * dest-ip <vip> dest-port 80 Deny ip udp *

SSL params

Ipaddress <vip> port 80 Load-Balancing paramsvirtual-ip <vip> port 80 Lb-aglorithm: round-robin EXT

EXT EXT EXT

EPG - EXT

WEB

WEB WEB WEB

EPG - WEB

(12)

© F5 Networks, Inc 12

F5 Service Insertion

Ext Users EPG EXT Web Server EPG WEB Ap pli cat ion Con struct Node inst inst … firewall inst inst …

ADC: Virtual Server

graph

….

start stage1

…..

stageN end

Concrete Device Concrete Device Logical Device Cluster

Provide

Consume Web Farm provide services to External Users;Policy Contract defines relationship between Web Farm and Users

Users assign to EPG EXT

Web Farm assign to EPG WEB Users accessing the Web Servers

Service Graph Insertion at the Policy Contract Subject level

Service Graph contains Function Nodes, Virtual Server is a Function Node

F5 BIG-IPs are Concrete Devices belong to a Logical Device Cluster that enables ADC as a Function Node within a Service Graph

(13)

Goals of APIC Service Insertion and Automation

Configure and Manage VLAN allocation for service insertion

Configure the network to redirect traffic through service device

(14)

© F5 Networks, Inc 14

Topology Consistency

Core/Aggregation/Access model with 1 ARM or Inline deployment

For Your Reference

i

Active Standby External/ Internal External/ Internal Active Standby

External Internal External Internal

Blue PO: passing external VLAN

Orange PO: passing internal VLAN

Users can transition to

Cisco ACI seamlessly

from BIG-IP 1-ARM or

Inline deployment

from traditional

(15)

Cisco ACI Architecture

BIG-IP 1 ARM and Inline + HA

Active Standby

External /

Internal External / Internal

1 ARM mode + HA pair

Active Standby

External

Inline mode + HA pair

Internal Internal External

BIG-IP connects to any

iLeaf in ACI topology

independent of iLeaf

(16)

F5 Device Package Release 1.1.0

Details

(17)

F5 and Cisco ACI Integration Models

Virtual Edition Appliance Chassis

BIG-IQ

APIC to BIG-IP Integration Model

APIC to BIG-IQ Integration Model

BIG-IP

ACI Fabric

F5 Synthes

is

(18)

© F5 Networks, Inc 18

F5 ACI Device Package 1.1.0 is now Released!

Supports ACI FCS+3 version 1.0(2m)

• vCMP support (New with 1.1.0)

• Dynamic endpoint attach and detach (New with 1.1.0)

• Supports any BIG-IP LTM physical and virtual form factor running version 11.4.1 and above

• Device package can be downloaded from downloads.f5.com at no cost

• Does not require any new module installation on the BIG-IP

• Can leverage BIG-IQ as device management

• iRules (custom defined) that reside in common partition can be called by APIC

• BIG-IP is licensed and OOB management configured prior to APIC integration

• Supports Active / Standby High Availability model per APIC logical device cluster

(19)

F5 Device Package 1.1.0 Supported Functions

Functions

• Virtual Server

 Layer 4 Server Load balancing  Layer 4 SLB with SSL offload  Layer 7 Server Load balancing  Layer 7 SLB with SSL offload

• Microsoft SharePoint

Parameters under Virtual Server

• Configuring Global and Tenant Self IP addresses

• Configuring Global and Tenant static routes

• Device Counters

• Server Pools

• TCP Optimizations (WAN/LAN/Mobile)

• HTTP optimization

• HTTP Security (Application protocol security)

• TCP connection multiplexing (One Connect)

• Validators and Creation of tenant OneConnect

profiles

• iRules

• Validators and Creation of tenant acceleration

profiles

• SNAT Pool management

(20)

© F5 Networks, Inc 20

F5 Device Package 1.1.0: vCMP Guests Support

In release 1.1.0; in vCMP

HA configuration, both

vCMP guests must reside

on the same vCMP host

vCMP (Virtual Clustered Multiprocessing) is F5 purposed built hypervisor, allow multiple

virtual ADC instances, called vCMP guests, reside on the same vCMP host

Using vCMP guests as

L4-L7 Devices when creating

Logical Device Cluster

vCMP guest 1 and 2

mgmt. IP

(21)

F5 Device Package 1.1.0: Dynamic endpoint attach/detach

Pool members, which are considered as endpoint in ACI fabric, once “attached to” OR

“detach from” an EPG; APIC will send notification to BIG-IP to add or remove this pool

member

Eable Attachement

Notification

Internal Connector, which tied

to the provider EPG, assign to

the WEB servers = pool

members in F5 LTM Pool

Under Graph Template,

function node ADC has

two logical interfaces:

external and internal

(22)

© F5 Networks, Inc 22

F5 Device Package 1.1.0: Dynamic endpoint attach/detach

After receiving attach

notification from APIC, BIG-IP

add members to pool

Same for endpoint detach

Assign provider

EPG (Web) to the

servers

(23)

F5 BIG-IP LTM Integration with Cisco ACI

(24)

© F5 Networks, Inc 24

Terminology: APIC Tenant Single Context / BIG-IP Partition

A function node identifies a set of

network service functions that are

required by an application

Tenant is a container for

policies (filters, contracts,

bridge domains and

application profiles)

BIG-IP partition is

equivalent to a single

context ACI tenant

BIG-IP Virtual Server is equivalent

to service graph function node

(25)

Terminology: APIC Service Graph Config pushed to BIG-IP

APIC Service Graph Function Node

Config Parameters, for example,

webPool, will be pushed from APIC

to BIG-IP

In this example, BIG-IP populates

Pool configuration from APIC.

(26)

© F5 Networks, Inc 26

Device Package Feature: Referencing iRules

APIC can reference iRules

that resides in BIG-IP

Common partition

BIG-IP is responsible for

iRules management,

including creation /

modification / validation

(27)

Mixed Mode Support

Common Partition

User can define custom iRules under Common partition and they can be called by APIC, APIC Partition

Configuration pushed and populated by APIC. User does not modify this partition. APIC will perform L4-L7 service insertion on this partition.

BIG-IP created Partition:

User can continue to use partition created by BIG-IP, they appeared as separate EPG to APIC. Network functionality will be managed by APIC through the Fabric, where L4-L7 will be managed by BIG-IP. User can continue to use custom iApp and iRules in this scenario.

APIC

BIG-IP Physical or Virtual

Client EPG Server EPG Contract: Including L4-L7 services Client EPG Server EPG

Contract BIG-IPExt EPG

BIG-IP Int EPG

(28)

© F5 Networks, Inc 28

APIC to BIG-IP Integration Model

Leveraging BIG-IQ as device management

APIC

BIG-IQ Framework

BIG-IP Devices

• Manage APIC generated BIG-IP partition

• Virtual Server provisioning and configuration

(29)

Monitoring: Device Health Score

(30)

© F5 Networks, Inc 30

Monitoring: Service Health Score

Service Health Score indicates virtual server health base on internal /

external interfaces state, plus pool availability

(31)

Troubleshooting:

APIC Faults / Visore / debug.log / LTM log

APIC Faults

https://<APIC>/visore.html

(32)

© F5 Networks, Inc 32

Automation: REST API

• APIC is based on a hierarchical object model. EVERYTHING is represented as an object and

every object can be manipulated via REST.

• REST operations: POST, GET, DELETE

• Support for JSON and XML

Format:

https://host[:port]/api/{mo|class}/{dn|className}.{json/xml}[?options]

• /api/

—Specifies that the message is directed to the API.

• mo | class

—Specifies whether the target of the operation is a managed object (MO) or an

object class.

• Dn

—Specifies the distinguished name (DN) of the targeted MO.

• className

—Specifies the name of the targeted class. This name is a concatenation of the

package name of the object queried and the name of the class queried in the context of the

corresponding package. For example, the class aaa:User results in a className of aaaUser

in the URI.

• json | xml

—Specifies whether the encoding format of the command or response HTML body

(33)

Workload Migration from

(34)

© F5 Networks, Inc 34

Migration: Physical Topology

BIG-IP Platform

VIP Traditional VIP ACI

Traditional Network ACI Fabric F5 DEVICE PACKAGE FOR APIC CISCO ACE C B A WEB BIG-IP Platform BIG-IP Platform

(35)

Migration: Approach

VIP Traditional ACI VIP

C B

A

Step 1:

• Bring up BIG-IP in ACI fabric • Create Application Server

• ACI L4-L7 service insertion with BIG-IP

VIP Traditional ACI VIP

C B

A Step 2:

• Add ACI VIP to Traditional Pool

ACI VIP WEB WEB C A B ACI VIP WEB C A B WEB Step 3: • Move Servers Step 4: • Update DNS or GTM

• Remove ACI VIP From Traditional Pool

VIP Traditional VIP Traditional ACI VIP ACI VIP Clients access Traditional Network VIP Expanding workload to ACI fabric Moving workload from traditional network to ACI Completing workload migration to ACI Clients now

(36)
(37)

F5 and Cisco ACI Integration Models

Virtual Edition Appliance Chassis

BIG-IQ

APIC to BIG-IP Integration Model

APIC to BIG-IQ Integration Model

BIG-IP

ACI Fabric

F5 Synthes

is

(38)

© F5 Networks, Inc 38

F5 is Industry Leader in Application Delivery

How can we provide full set of F5 functionality to ACI

environment that is “application” focused?

F5 has an

extensive library

of iApps for

deploying

applications

(39)

What are iApps?

An iApps is an application-centric configuration template:

• User answers a few questions about deploying an application • iApps translates answers into a set of configuration options • iApps can touch almost all BIG-IP functionality

• iRules, profiles, monitors, security policies, and much more … • There are many F5-provided iApps:

• HTTP, Sharepoint, Exchange, VMware View, … • Users can build their own iApps

(40)

© F5 Networks, Inc 40

Using BIG-IQ to bring iApps to APIC

ACI Fabric Virtual Edition Appliance Chassis

BIG-IQ Device Package

Device Package

F5 Device Package Release

1.1.0 Deployment Model BIG-IQ Integration with Cisco ACI

1

2

4a

BIG-IQ integration with APIC 1 - BIG-IP expose iApps to BIG-IQ

2 - BIG-IQ create custom device package

3 - Admin import BIG-IQ device package to APIC 4a - APIC sends iApp config to BIG-IQ -> BIG-IP 4b - APIC sends Device config to BIG-IP

BIG-IP integration with APIC 1 - Download device package from F5 2 - Admin import device package to APIC 3 - APIC sends config to BIG-IP directly

downloads.f5.com

3

3

2

4b

1

F5 Synthesi s Fabri c Device Package F5 Configuration {'state': 1, 'transaction': 0, 'ackedState': 0, 'value': {(5, 'DestinationNetmask', 'Netmask1'): {'state': 1, 'transaction': 0, 'ackedState': 0, 'value': '255.255.255.255'}, (5, 'DestinationPort', 'port1'): {'state': 1, 'transaction': 0, 'ackedState': 0, 'value': '80' BIG-IQ Device Package F5 iApps Config {'state': 1, 'transaction': 0, 'ackedState': 0, 'value': {(5, 'DestinationNetmask', 'Netmask1'): {'state': 1, 'transaction': 0, 'ackedState': 0, 'value': '255.255.255.255'}, (5, 'DestinationPort', 'port1'): {'state': 1, 'transaction': 0, 'ackedState': 0, 'value': '80' F5 Device Config {'state': 1, 'transaction': 0, 'ackedState': 0, 'value': {(5, 'DestinationNetmask', 'Netmask1'): {'state': 1, 'transaction': 0, 'ackedState': 0, 'value': '255.255.255.255'}, (5, 'DestinationPort', 'port1'): {'state': 1, 'transaction': 0, 'ackedState': 0, 'value': '80'

(41)

Deploying Microsoft SharePoint using APIC -> BIG-IQ model

Similar to the HTTP deployment, Admin use

BIG-IQ to create a new template. Admin can use any

F5 Microsoft sharepoint iApps that is available in

the BIG-IP

More customization available, like SSL offload

(42)

Demo:

Release 1.1.0 APIC to BIG-IP

Installation Workflow

(43)

F5 ACI Integration Demo – Physical Topology

BIG-IP vCMP Host Mgmt Mgmt Mgmt 2.1 1/19 1/20 VMware- DVS 2.2 Internal External VIP: 10.10.10.10 vCMP guest vCMP guest

(44)

© F5 Networks, Inc 44

F5 ACI Demo Workflow

Step 1: Upload Device package

Step 2: Create Device Cluster in Tenant common (for Multi-tenancy)

Step 3: Create Two Concrete devices using F5 BIG-IP vCMP guests (High Availability)

Step 4: Export the logical device cluster to Tenant SEA

Step 5: Create L4-L7 Service Graph Template: Single Node, ADC inline mode for HTTP

Step 6: Apply Service Graph Template to EPG, assign to a contract, configure L4-L7 service graph parameters

Step 7: Dynamic attach web servers to EPG Web, new pool members are configured in BIG-IP thru APIC

Step 8: Send traffic from Client VM to the VIP (Listener) on BIG-IP LTM

Step 9: Verify Client is reaching the VIP and BIG-IP load balance between web servers

Step 10: Remove one web server from EPG Web

Step 11: Verify BIG-IP pool monitor is working, then APIC send detach notification to BIG-IP, removing web server from pool

Attach Service Graph to Contract Create Service Graph Add Concrete Device Create Logical Device Cluster Import Device Package BIG-IP config

(45)

Reference Material

• F5 and Cisco ACI Solution Overview

http://www.f5.com/pdf/solution-center/cisco-aci-overview.pdf

• F5 SDAS and Cisco ACI Solution Brief

http://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/unified-fabric/solution-brief-c22-730004.html

• Cisco Application Policy Infrastructure Controller (APIC)

http://www.cisco.com/c/en/us/products/cloud-systems-management/application-policy-infrastructure-controller-apic/index.html

• F5 BIG-IP LTM and Cisco ACI Integration white paper

http://www.cisco.com/c/dam/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-732413.pdf

• Cisco Validated Design (CVD) on F5 BIG-IP LTM and Nexus 9000 (Standalone)

http://www.cisco.com/c/dam/en/us/td/docs/solutions/Enterprise/Data_Center/VMDC/BIG-IP-LTM/CiscoVMDCwithF5_BIG-IP_LTM_WhitePaper.pdf

• Follow us on Twitter @f5Networks  Official F5 Networks Channel

For Your Reference

(46)
(47)

References

Related documents

• Oracle Audit Vault and Database Firewall and F5 BIG-IP Application Security Manager..

Equipment and systems must therefore develop in order to allow an increasing amount of data to be collected and processed, without interrupting service, and making this data

Funds aiming to deliver a negative multiple of the short-term returns of a broad US equity index, or diversified US equity funds specifically designed to benefit from a steep

As a response to troubling doubts about the success of Web-delivered courses that include problem solving and critical thinking skills, the authors gathered data from two

When the user creates a device cluster and configures the logical interface and concrete device, this allows for ACOS specific information to be registered within APIC, and only

Cisco and Citrix: Building Application Centric, ADC-enabled Data Centers Cisco Application Policy Infrastructure Controller Data Center Policy Model Cisco Application

While schools in the CCSS states reported relatively lower degree of program alignment with state/district assessment results than the non-CCSS counterparts, the CCSS adoption did

Cisco Cloud Application Centric Infrastructure (Cisco Cloud ACI) is a comprehensive solution for simplified operations, automated network connectivity, consistent policy