• No results found

Ethernet-based Software Defined Network (SDN)

N/A
N/A
Protected

Academic year: 2021

Share "Ethernet-based Software Defined Network (SDN)"

Copied!
20
0
0

Loading.... (view fulltext now)

Full text

(1)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

1 1

Ethernet-based Software Defined

Network (SDN)

Tzi-cker Chiueh

Cloud Computing Research Center for

Mobile Applications (CCMA), ITRI

(2)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207 2 Physical Server VM0 VM1 VMn Data Center Network Fabrics IEL Load Balancing Traffic Shaping Intrusion Detection NAT/VPN Compute Server Rack Layer-3 Border Routers Storage Server

(3)

3

Cloud Data Center Network

• Cloud data centers are

Big

and

Shared

Scalable and available data center fabrics

– Not all links are used

– No load-sensitive routing

– Fail-over latency is high (> 5 seconds)

Network virtualization

: Each virtual data center (VDC) gets to

define its own network

– VMs in a VDC belong to one or multiple subnets (broadcast domains) – Each VDC has its own private IP address space

– Each VDC has a set of public IP addresses

– Each VDC has a set of external VPN connections

– Each VDC has its Internet traffic shaping policy, intra-VDC and inter-VDC firewalling policy, and server load balancing policy

(4)

SDN Software Architecture

• Data plane • Controller

• Control plane applications • Southbound AP • Northbound API • NorthNorthbound API Controller Virtual Switch OpenFlow Switch Ethernet Swicth User Applications Management Software Control Plane Application 1 Control Plane Application 2 Control Plane Application 3 Southbound API Northbound API Northbound API

(5)

SDN



OpenFlow

• Can we apply SDN to Ethernet

switches, especially in cloud data

center space?

Peregrine

(6)

Peregrine

• A unified Layer-2-only data center network for LAN and SAN traffic

• A SDN architecture using only

commodity

Ethernet

switches:

centralized

control plane and

distributed

data plane

• Turn off Ethernet’s control protocol: spanning tree, source learning,

flooding of unknown-destination-MAC packets, broadcast of ARP and

DHCP

– VLAN is optional

• Centralized load-balancing routing

using real-time traffic matrix

• Fast fail-over

using pre-computed primary/backup routes

• Native support for

network virtualization

– Private IP address space reuse

– Multiple subnets per virtual network

(7)

Peregrine Software Architecture

7 Route Server Directory Server Ethernet Switch-based

Network Fabrics Hardware

Hypervisor Peregrine Agent VM3 VM2 Physical Server 1 Physical Server 4 Physical Server 7

(8)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Dynamic Traffic Engineering

• Periodic collection of real-time traffic matrix

– Traffic volume between each pair of VMs

– Traffic volume between each pair of PMs

• Load balancing routing algorithm

– Loads on the physical links

– Number of hops

– Forwarding table entries

– Prioritization

• Computed routes are programmatically installed on

the forwarding tables of Ethernet switches

(9)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Fast Failure Recovery

(10)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Network Virtualization

• Multiple virtual networks running on a single physical network

• The network of each virtual data center (VDC) consists of

– VMs’ MAC addresses are pre-assigned – A single layer-2 network

– A complete private IP address space, organized into multiple subnets each with its own broadcast domain

– A set of public IP addresses

– Its own copy of the DHCP and DNS service

– Security: Intra-VDC and inter-VDC firewall policy

– SLA: Traffic shaping policy

(11)

Peregrine in SDN Framework

• Data plane:

Ethernet switches

• Southbound API:

SNMP and CLI

• Controller:

(1) Physical network resource set-up, (2) Physical topology record keeping, (3) SNMP trap processing, (4) Ethernet switch configuration, including forwarding table programming, (5) Traffic load information

• Northbound API

:

– Failure/congestion notification, including SNMP trap packet delivery – ARP request packet delivery

– Forwarding table programming

– Physical topology/traffic load querying

• Control plane applications:

– Dynamic traffic engineering

– Fast fail-over for data/control plane failures – Network virtualization

(12)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Current Status

12

• A fully operational Peregrine prototype that works on a

10-switch and 100-server test-bed

– Start-up and shut-down without out-of-band control network

– Fail-over for both data plane and control plane failures

• To do items:

– Refactor Peregrine in the OpenDaylight software framework – Encapsulate Peregrine’s network virtualization capability into a

Quantum plug-in implementation

– Embed dynamic load balancing and fast fail-over logic inside an open-source OpenFlow controller

(13)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Ethernet SAL Plugin

13

• Start with a subset of the SAL API, which is designed for

OpenFlow switches

• Define their semantics on Ethernet switches

• Add a set of new APIs

(14)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Manipulation of Ethernet Switch

1. Disable STP

• To make all ports change to the forwarding state

2. Disable BPDU flooding

• To prevent switch from flooding BPDU packets when STP is off

3. Port based enable/disable ingress/egress flooding

• To prevent broadcast storm

4. Port based enable/disable ingress packet source MAC

check

(15)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Manipulation of Ethernet Switch

5.

Port based enable/disable source MAC learning

• All routes are static

6.

Write/delete and read the forwarding database

• To insert/modify/delete routing rules

7.

Setup SNMP host and community

• To collect link down/up event trap

8.

Setup LLDP functionality and collect LLDP tables

• To collect network topology

(16)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Corresponding SAL APIs (1/2)

Ethernet switch

Manipulation

SAL API

Add/modify/remove

ACL

•sal.flowprogrammer

–IPluginInFlowProgrammerService •addFlow() •addFlowAsync() •modifyFlow() •modifyFlowAsync() •removeAllFlows() •removeFlow() •removeFlowAsync() –IPluginOutFlowProgrammerService •flowErrorReported() •flowRemoved()

(17)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Corresponding SAL APIs

Ethernet switch

Manipulation

SAL API

Collect LLDP table

•sal.inventory

–IPluginInInverotyService •getNodeConnectorProps() •getNodeProps()

•sal.topology

–IpluginInTopologyService •sollicitRefresh()

(18)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Proposed New SAL APIs

• disableSTP() • disableBpduFlooding() • disableBroadcastFlooding() • disableMulticastFlooding() • disableUnknownFlooding() • disableSourceMacCheck() • disableSourceLearning() • addFdbEntry() • modifyFdbEntry() • deleteFdbEntry() • setSnmpHost() • setSnmpComm()

(19)

建議字型:中文微軟正黑體,英文Arial

R40 G174 B207

Development Schedule

Milestone Offset 1 Date Deliverables

M2 8/21 Final release plan

M3 9/18 An plugin that support Ethernet-based SDN

M4 10/16 An plugin that implements all Ethernet compatible OpenDaylight SAL API

M5 11/13 Extend the APIs in SAL

RC0 11/20 RC0 RC1 11/27 RC1 RC2 12/4 RC2 Formal Release 12/11 Release 1.0

(20)

20

Thank You!

Questions and Comments?

References

Related documents

Economic integration between countries is a source of policy competition, generating higher long-run inflation, and increased gains from monetary cooperation. The gains from

thermal image foreground pixels background model blobs correspondences dummies feature colour image composite graph all possible tracks best tracks labelling tracking filter

We study the retarded Green’s function of the operators generated by the action of the bulk symmetry and derive the dispersion relation of the diffusive pole.. The formula for the

The data loggers to measure temperature and humidity were placed in the drying chamber, on the metal collector and outside the dryer.. At three intervals during the day, the weight

The results revealed the importance of gender differences in school science learning; the girls were more interested in science in the first grade and had a higher self-concept

Herein, we present suspended monolithic carbon single nanowires and nanomeshes bridging two bulk carbon posts, fabricated in a designed manner using two successive UV exposure steps

While IQ tests measure certain skills that have been found to be strongly related to school achievement, each test publisher goes about measuring those skills in a different way,

Keywords: Corporate management, Management accounting, Manage- ment control systems, Business intelli- gence, Maturity models, Design