Cisco SDN & NFV

In this course, students learn Software Defined Network architecture and the important protocols related to SDN implementations. This course thoroughly explains what SDN is, how it works, and then does a deep dive into the SDN protocols themselves. SDN can both manage and control physical network elements as well as Network Function Virtualization, allowing network professionals to deploy and maintain a clean integration between cloud environments and the physical network itself.

img
request

Can’t find a batch you were looking for?

 

Often we are asked by network personnel to teach them what the network looks like when it enters the cloud. This is why the study of Network Function Virtualization is a natural progression in this type of study, so we have included both SDN and NFV in one course. This course will clarify what happens at the cloud boundary and then look into the virtual network within the cloud itself. If you are already a networking professional and you take a look at what is going on inside the cloud, you will learn that there is no reason not to take all those good ideas and implement them outside the cloud. The networking control layer as you may currently understand it, will change radically with SDN. We will show you that the change is both amazing and powerful.

In this course, you will build, configure, and deploy the most popular network functions, routing, bridging, and OpenFlow switches along with requisite protocols. You will integrate these components with an emulated physical environment and perform verification testing. The cloud environment will be represented with a *very* deep dive into OpenStack Neutron and Neutron-compute.

Course content

 

SDN Introduction
  • Southbound Interface and Northbound Interface
    • Controller Southbound Interface (SBI) & Northbound Interface (NBI)
  • Data Plane
    • Classic Forwarding Device
    • Data Plane
  • Control Plane
    • Distributed Control Plane
  • Problems with the current distributed Control Plane design
    • Interfacing with the Distributed Control Plane
    • Problems with Distributed Control Plane
  • Problems solved by the Centralized Control Plane
    • Clean Interface for new Applications
    • Clean Interface for new Applications
    • Declarative vs Imperative Control
    • What about the Southbound Interface?
  • Data Plane
    • Service Chaining
  • Management Plane Functions
    • RFC 7426 SDN Layers and Architecture Terminology
  • Northbound API Abstractions
    • Northbound API Abstractions
    • Recognizing Cloud Types
NFV Practical Application
  • Universal Data Center Options
    • Data Center Layout – Basic Cloud Components
    • Data Center Layout – Network Fabric
    • Data Center Layout – NFV Network
    • Data Center Layout – Controller Node
    • Data Center Layout – Network Node
    • Data Center Layout – Compute Nodes
    • Data Center Layout – Storage Nodes
    • A Data Center Rack – Generic!
    • Compute Node Functions
  • Cisco Data Center Options
    • A Data Center Rack according to Cisco ACI
    • Data Center Layout – Cisco ACI
  • NSX VMware Data Center Options
    • A Data Center Rack according to NSX (VMware)
    • Data Center Layout – NSX Vmware + Cisco-driven Fabric
  • OpenStack Data Center Options
    • A Data Center Rack – Openstack
    • Data Center Layout – Openstack
NFV 
  • NFV Terminology
    • NFV Terminology
  • NFV Architecture
    • ETSI NFV ISG Interfaces and Architecture IFA WG
    • Network Functions Virtualization: VNF, Network Service and E2E Network Service
    • Network Functions Virtualization: Management of NFV Components
    • Management and Orchestration: Architecture
    • Virtualized Infrastructure Manager (VIM)
    • VNF Manager (VNFM)
    • NFV Orchestrator (NFVO)
    • VNF Forwarding Graph and Network Forwarding Path on top of a Network Service
    • Base Information Elements
  • NFV Reference Points
    • MANO Architectural Framework- Reference Points and Interfaces
  • Service Function Chaining Architecture (RFC 7665)
    • Service Chaining
NFV Commands
  • net-tools vs iproute2
    • net-tools (Legacy) vs iproute2 (NFV friendly)
  • iproute2
    • iproute2 Package Commands
    • Linux Container Building Blocks
  • Linux Network Devices
    • Linux Network Devices Used in this Course
    • Linux Network Devices Basics – Linux Bridge
    • OVSwitch
    • TAP (1 of 2)
    • TAP (2 of 2)
    • Physical & Virtual Interfaces
    • Namespaces
    • Introducing the Linux veth
    • Linux veth
    • OVS Bridge Internal
    • iptables (1 of 2)
    • iptables (2 of 2)
    • Linux Bridge
    • namespaces
  • Bridging namespaces
    • Step 1: create veths
    • Step 2: Connect veth to Linux bridge
    • Step 3: Connect veth to namespace
    • Step 4: Connectivity path between namespaces
  • Bridging VMs
    • Use a tap for connectivity to WM (not veths)
    • Linux tap
  • Forwarding Logic
    • ip tables – Type of Chains
    • Reading an iptables entry
    • An iptables example
    • ip table example per device
    • ip table example by protocol (DHCP example)
    • How to use tcpdump to monitor flows
    • Mininet
    • mn (Mininet) Commands
  • ip neigh
    • ip neigh
  • ip2
    • ip link
    • ip addr
    • ip route
  • ovs vsctl
    • ovs-vsctl command examples
  • TCPDUMP
    • Creating complex tcpdump expressions
    • Other search expression
    • tcpdump Essentials
    • BPF Berkley Packet Filter Primer
  • Troubleshooting
    • a3diff
    • ip address vs. ip link
OpenFlow
  • OpenDaylight Soutbound APIs
    • OpenFlow Interface
  • Active Networking
    • Active Networking
  • ForCES Architecture
    • ForCES Architecture
    • ForCES Architecture- FE Model
  • Clean Slate
    • OpenFlow
  • Layers – API vs Control vsInfrastructure

o    OpenFlow in a SDN Architecture

  • Switch Specification
    • OpenFlow Switch Specification
  • Linux Installation and Deployment
    • Installed on a Linux Machine using x86 Hardware
  • Components
    • What is OpenFlow?
  • Main Components the Switch and Controller
    • Main Components of an OpenFlow Switch
    • Open Source Controllers
  • Traditional L2
    • The MAC Address
    • An Ethernet Access
    • The Ethernet Link
    • Ethernet Broadcast Domain
    • The Source and Destination IP Addresses
    • Referencing the Host Routing Table
    • Ethernet Broadcast Domain
    • Ethernet Switch MAC Address Learning
    • Ethernet Broadcast Domain
    • ARP Response
    • ARP Response
    • Analyzing the ARP Table
    • Switch Forwarding to “Known” MAC Address
    • MAC table aging on no activity
  • Basic Operations and Messages
    • OpenFlow Learning Bridge example
    • OpenFlow Ethernet BroadcastDomain
    • OpenFlow Learning SwitchApplication
    • OpenFlow Learning Switch – ARP
    • OpenFlow Learning Switch – Flow match
    • OpenFlow Learning Switch – Packet IN
    • OpenFlow Learning Switch – Learning
    • OpenFlow Learning Switch – Packet OUT
    • OpenFlow Learning Switch – Flooding
    • OpenFlow Learning Switch – ARP Response
    • OpenFlow Learning Switch – Packet IN
    • OpenFlow Learning Switch – Packet OUT
    • OpenFlow Learning Switch – L2Forwarding
    • OpenFlow Learning Switch – L2Forwarding
    • Flow Timers
    • Populating Flow Entries Reactively
    • Populating Flow Entries Reactively
    • HW vs SW Switches
  • Flow Table
    • Flow Table
    • Flow Entries
    • Table ID
    • Priority
    • Packets
    • Match
    • Actions/Instructions
  • Review of OpenFlow Specification (current or 1.1.0, Wire Protocol 0x02)
    • Normal Port
  • Flow Tables, Pipeline Processing
    • Pipeline Processing
    • Multiple Match Tables (MMT)
  • Group Table, Matching, Instructors
    • Instructions
    • Action Set
    • Instructions that modify action set
    • Actions
    • Flow Table Entry
    • Flow Switching/Routing
    • Group Tables (OF 1)
    • OpenFlow 2
    • OpenFlow 3
    • OpenFlow 4
    • OF 5
  • Segment Routing
Open vSwitch
  • Architecture and Components
    • What is Open vSwitch?
    • What is Virtual Switch?
  • Open vSwitch Design
  • Open Virtual Network Architecture
  • Open Virtual Network Architecture
  • Open Virtual Network Architecture
  • Open Virtual Network Architecture
  • Open Virtual Network Architecture
  • Open Virtual Network Architecture
  • Open Virtual Network Architecture
  • Open Virtual Network Architecture
  • Open Virtual Network Architecture
  • Open Virtual Network Architecture
  • OpenvSwitch Daemon
    • ovs-vswitchd
  • ovsdb-server
    • Lifecycle of a VIF
  • Core Tables
    • Open vSwitch
  • Linux Bridge vs. OpenvSwitch Design
    • Virtual Network Topology in OpenStack Example
  • Ovs-ofctl, ovs-dpctl
    • Management
  • Traditional VM Ethernet Processing
    • Traditional VM Ethernet Processing
  • Intel DPDK intro
    • Intel DPDK
  • Intel SR-IOV
    • Intel SR-IOV (Single Root IO Virtualization)
  • OVS Kernel Module
    • OVS Kernel Module: ko
  • Intel DPDK Effect
    • Why is OVS-DPDK faster than OVS?
    • OVS vs OVS-DPDK
    • Cross Socket Tests
  • ovs-vswitchd.conf.db(5)
    • ovs-vswitchd.conf.db – Open_vSwitch database schema
    • ovs-vswitchd.conf.db – Open_vSwitch TABLE SUMMARY
    • OpenFlow Switch Specification
OpenFlow Controller 
  • Northbound vs. Southbound Interfaces
    • Northbound API Abstractions
  • RYU SDN Framework
    • What is Ryu?
    • What’s Ryu?
    • Supported features/protocols
    • OF/firewall/router REST API
    • IDS Support
    • Ryu Implementation
    • Ryu Architecture
    • Event Dispatcher
    • Event Source/Sink
    • Event Request/Reply
    • Connection to OpenFlow Switch
    • Overview of Ryu Plugin
    • OpenStack L2 Isolation: Physical View
    • Flow Table Usage
    • GRE Tunneling with OpenStack
    • Python
    • AIO Libraries
    • Threading
    • Hello Packets and Discovery
    • Default Match
    • PacketIN and PacketOut
    • Source MAC learning at the controller
    • Simple Switch via FlowMod
NETCONF and YANG
  • Overview of Network Configuration
    • What is NETCONF and YANG?
    • Why NETCONF and YANG?
    • YANG: Data Schema for Networking
  • Introduction to SDN with NETCONF
    • NETCONF Configuration Data Stores
    • NETCONF Layers
    • NETCONF Transactions, Network-wideTransactions
    • NETCONF Transactions, Network-wideTransactions
    • NETCONF Base Operations
    • NETCONF Example Configuration Sequence
  • Introduction to SDN with YANG
    • YANG Data Modeling Nodes
    • YANG Data Modeling Nodes
    • YANG Example
    • YANG – Toaster
    • YANG – Toaster
  • SDN Programming with YANG
    • YANG – Structure
    • YANG – Header
    • YANG – Identities
    • YANG – Container
    • YANG – RPC Example
    • YANG – RPC example 2
    • YANG – Notifications
  • SDN Programming with NETCONF
    • NETCONF RFC 6241 Optional Capabilities
    • Non-base NETCONF Capabilities
    • NETCONF <hello> Operation
    • NETCONF <get-config> Operation
    • NETCONF <get-config> Operation
    • NETCONF <edit-config> Operation
    • NETCONF <lock>, <unlock> Operation
    • NETCONF <get> Operation
    • NETCONF <close-session> Operation
    • Additional NETCONF operations by capabilities
  • VPN Scenario
    • VPN Scenario
  • RFC 7149
    • RFC 7149 A Perspective from within a Service Provider Environment
    • RFC 7426 SDN Layers and Architecture Terminology
OpFlex
  • Introduction
    • OpFlex Background
    • draft-smith-opflex-03 Status
  • Group Policy
    • Group Based Policy (1 of 3) “As desired”
    • Group Based Policy (2 of 3) “in Reality”
    • Group Based Policy (3 of 3) “How Group based Policy is Deployed”
    • Group Based Policy Constructs
    • The Translation from Group based Policy to Reality
    • The OpenFlow Conversion from Policy to Reality
    • The OpFlex Conversion from Policy to Reality
    • OpFlex Elements
    • Logical constructs required for OpFlex operation
    • OpFlex Transaction Types
Introduction to OpenDaylight 
  • Fundamentals for OpenDaylight Programming
    • Open Daylight- 4th Release “Beryllium” Production-Ready Open SDNPlatform
  • Setup
    • OPEN DAYLIGHT Versions
    • OPEN DAYLIGHT Versions
  • OSGI
    • OSGI: As the Architect Designed it
    • OSGI: As the Boss Changed it
    • OSGI: Business Requirements Changed it
    • OSGI: As the programmer developed it
    • OSGI: Design vs Deployment without OSGI
    • OSGI: As the programmer Maintains the Code
    • OSGI: Unknown Dependencies!?
    • OSGI: How OSGI Helps
    • Open Service Gateway Initiative (OSGI)
  • Fundamentals – Maven and Project Building
    • Maven Package Manager for Java
  • Apache Karaf
    • Karaf: OSGI Management
  • Fundamentals – Mininet
    • Apache Karaf Overview
SAL
  • Controller Functionality
    • Critical Northbound Applications
  • Standardization
    • Diagram of Standardization
OpFlex
  • Big Picture Diagramming
    • The Big Picture
SAL
  • Standardization
    • MD-SAL Communication Model
  • Restful Interface YANG
    • MD-SAL’s Restful Interface
  • Model Driven Service Abstraction Layer
    • MD-SAL’s Interaction with the Controller
  • Network Abstraction
    • Network Abstractions (Policy/Intent)
  • Alto Protocol
    • Alto Protocol Manger
  • Fabric as a Service
    • New, Fabric as a Service (FaaS)
  • Network Modeling Language NEMO
    • New, Nemo – A NEtwork MOdeling Language
  • Group Based Policy Service Example
    • Network Intent Composition
Overlays and Underlays
  • Architecture for Overlay Networks (draft-ietf-nvo3-arch-04)
    • An Architecture for Data Center Network Virtualization Overlays
    • An Architecture for Data Center Network Virtualization Overlays (Continued)
  • Security Requirements of NVO3 (draft-ietf-nvo3-security-requirements-07)
    • Security Requirements of NVO3 (draft-ietf-nvo3-security-requirements-07)
    • Introduction to Cloud Overlay Networks
    • L3 Based Fabric Advantages
    • L3: A Better Design
    • Tunnels in the Physical World
    • VXLAN: Virtual eXtensible LAN
    • VXLAN: Virtual eXtensible LAN
    • VXLAN: Virtual eXtensible LAN
    • How do VTEPs handle BUM (Broadcast, Unknown Unicast, Multicast)?
    • VXLAN: Virtual eXtensible LAN
    • VXLAN Service Node
    • How many L2 networks in this picture? Two!
    • How many L2 networks in this picture? Still only two!
    • VLAN
    • How L2 VLAN tagging works
    • How many L2 networks in this picture? Four!
    • Again, how many L2 networks in this picture? Four!
    • VXLAN Packet Headers
    • GRE Packet Headers
    • How L2 VLAN tagging works with L3 subnets
    • VTEP allows L2 connectivity despite L3 boundaries
    • VTEP allows L2 connectivity despite L3 boundaries (1 of 2)
    • VTEP allows L2 connectivity despite L3 boundaries (2 of 2)
    • Examining VXLAN tagging in Wireshark
    • Decode as VXLAN
    • Now Wireshark shows vxlan-encapsulated internal packets!
OpenStack Neutron Networking
  • Bare Metal Interfaces
    • Neutron Networks
    • Same Tenant, Same VM
    • Neutron Networking same compute, same subnet
    • Neutron Networking same compute, different subnet, no DVR
    • Neutron Networking VXLAN Option without DVR
    • Neutron Networking same compute, different subnet, with DVR
    • Neutron Networking different compute, different subnet
    • Neutron Networking same compute, different subnet, no DVR
    • Neutron Networks
    • Neutron Networks
    • Neutron Networks
    • Neutron Networks
  • OpenvSwitch
    • Neutron Architecture (OVS)
  • Type Drivers – VLAN
    • Neutron ML2 Type Drivers
    • Neutron ML2 Mechanism Drivers Drivers
  • Neutron Network Types
    • Neutron Network Types
  • Type Drivers – VXLAN
    • OpenStack VXLAN
  • Neutron Network Types – Overlay Networks
    • Step 1 of 7 Networking a Freshly BootstrappedNeutron
    • Step 2 of 7 Networking a Freshly BootstrappedNeutron
  • Neutron Subnets
    • Step 3 of 7 Networking a Freshly Bootstrapped Neutron
  • Neutron Subnet Pool
    • Neutron Subnet
  • Neutron Routers
    • Neutron Router
    • Neutron Router Interface
    • Neutron Router Gateway
  • Neutron Network Types – Overlay Networks
    • Tenant Networks
  • Neutron Ports
    • Neutron Ports
  • Neutron Namespaces

o    Neutron Namespaces

  • Architecture
    • Compute Node Network OVS Integration
  • Linux Bridge
    • Neutron Architecture (Linux Bridge)
  • neutron-server
    • Neutron Server
  • Neutron Security Group

o    Compute Node Network OVS Integration

  • neutron-server – ML2Plugin

o    Neutron ML2 Plugin

  • neutron-server – L3 Agent
    • Neutron ML2 Plugin
    • Neutron ML2 Plugin
  • neutron-server – OVS L2 Agent
    • Neutron L2 Agent
    • Neutron L2 Agent
Writing an Application UsingOpenDaylight
  • Writing an Application UsingOpenDaylight
  • Restful Interface
    • Restful Interface
    • Writing an Application using RESTful API
ONOS Controller
  • East-West ONOS Cluster
    • ONOS without Open_vSwitch table summarization
  • Shared Aggregate Network Topology
    • ONOS Open_vSwitch with summarization (east)
    • ONOS Open_vSwitch view after summarization
  • Provider Clustering Diagram
    • Open_vSwitch TABLE SUMMARY
  • ONOS0
    • ONOS0
  • ONOS1
    • ONOS1
  • Ecosystem
    • ONOS Ecosystem
  • Control and Data Planes
    • ONOS Control & Data Planes
    • Redundant ONOS Controllers
  • Network Slicing
    • Network topology determined by slice aggregation
    • ONOS controllers topology map
    • An ONOS primary controller is elected per slice
    • ONON network when a primary controller fails
    • Rapid Raft Consensus Protocol
    • ONOS after controller recovery
  • Versions
    • ONOS after controller recovery
Securing SDN 
  • Securing the Controller
    • Security Challenges
  • Security Challenges
    • SDN-Specific Security Challenges
    • SDN-Specific Security Challenges
  • Security Principles
    • Security Principles
    • Security Principles
    • Security Principles
    • Security Principles
  • Attack Model
    • Attack Model
SDN Labs
  • Lab 1: Linux iproute2 – Linux is standardly equipped with most of the NFV components,let’s learn the basics
    • legacy vs iproute2 commands
    • create a virtual interface
    • assign an ip address to virtual interfaces
    • assign static ip routes
  • Lab 2: NFV debugging tools
  • Using live tcpdump to view SDN protocol analysis
  • tcpdump pcap files for Wireshark
  • Lab 3: Virtual Interfaces o veth
    • network namespace
    • interconnecting namespaces
  • Lab 4: Linux Bridge
    • link show
    • create a linux bridge
    • installing new ports
    • interconnecting namespaces with veth and linux bridge
  • Lab 5: ADVANCED – Augmenting bash for working with Network Namespaces o Modify bash prompt to indicate shell environment’s current namespace
  • Lab 6: Open vSwitch (OVS)
  • create an OvS bridge
  • Install ports
  • Install bridge internal ports
  • Interconnect namespaces using OvS
  • Show advantages of OvS over Linux bridge
  • Lab 7: Wireshark set up for SDN Protocol analysis
    • How to set up wireshark to perform OpenFlow Protocol analysis
  • Lab 8: Introduction to Mininet
  • Set up mininet
  • mininet commands
  • Standard mininet topologies
  • Lab 9: Using MiniEdit to create custom MiniNet Topologies o How to setup a custom mininet topology
  • Lab 10: Mininet Namespaces – Learning About Linux Network Namespaces o Learn how mininet manages network namespaces
    • Basic python example to examine mininet namespaces
  • Lab 11: ADVANCED – SDN Topology Analysis Using Python
    • An optional lab, teaching how to use python to build complextopologies
  • Lab 12: Detailed Wireshark analysis of live OpenFlow Traffic o HELLO
    • OFPT_FEATURES (request/reply)
    • OFPT_MULTIPART
    • OFPMP_PORT_DESC
    • reserved ports
    • OFPT_PACKET_IN
    • OFPT_PACKET_OUT1
    • OFPT_FLOW_MOD
    • OFPT_ECHO
  • Lab 13: OPTIONAL – Using vim
    • Optional lab for people not familiar with linux text editing
  • Lab 14: Introducing the Controllers (Ryu)
    • We will analyze and run already-written python scripts to perform
      • broadcast domain management

Lab 15: Writing a FlowMod to Handle a Table-Miss – Controller Application (ryu-app) o We add the northbound logic to perform table-miss processing

Lab 16: PacketIn Hub Logic with an SDN (Ryu)

We add even more logic to make the OvS switch act like a hub

Lab 17: Deploying Simple Switch Logic with an SDN (Ryu)

We yet more logic to make the OvS switch learn mac addresses

Lab 18: Deploying Simple Switch Logic with an SDN (Ryu) Part 2

We add logic to populate switch mac tables, greatly reducing OpenFlow chatter and speeding up the

Lab 19: Neutron All labs leading up to this point are mandatory to understand this lab.

A deep dive into the following OpenStack NFV stack (NOTHING isomitted).

        • veths
        • namespaces
        • OvS
        • OvS patches
        • OvS Bridge internal
        • Linux bridge security group (firewall)
        • Bonding
        • Vlan Management
        • Integration bridge
        • Tunnel bridge
        • Vlan bridge
        • Provide bridge
      • On a newly installed OpenStack datacenter, Install a Neutron networking from scratch. While performing each of the following steps, analyze EXACTLY what NFV components have been changed by
        • Install the provider net
        • define provider gateway router
        • define provider subnet
        • create a tenant network
        • Install a tenant router
        • install a tenant subnet
        • configure firewall rules
        • Launch the virtual machine
To see the full course content Download now

Course Prerequisites

 
  • Delegates should be from an engineering background with a solid appreciation of carrier class or enterprise networks.
  • Understanding of a programming language such as Python or Java is helpful but not essential.

Who can attend

 
  • Strategic planners, network architects, network managers, systems engineers, service planners and carrier operation staff who are responsible for planning, implementing and deploying networks which may require SDN and/or NFV techniques in the future.

Number of Hours: 50hrs

Certification

None

Key features

  • One to One Training
  • Online Training
  • Fastrack & Normal Track
  • Resume Modification
  • Mock Interviews
  • Video Tutorials
  • Materials
  • Real Time Projects
  • Virtual Live Experience
  • Preparing for Certification

FAQs

DASVM Technologies offers 300+ IT training courses with 10+ years of Experienced Expert level Trainers.

  • One to One Training
  • Online Training
  • Fastrack & Normal Track
  • Resume Modification
  • Mock Interviews
  • Video Tutorials
  • Materials
  • Real Time Projects
  • Materials
  • Preparing for Certification

Call now: +91-99003 49889 and know the exciting offers available for you!

We working and coordinating with the companies exclusively to get placed. We have a placement cell focussing on training and placements in Bangalore. Our placement cell help more than 600+ students per year.

Learn from experts active in their field, not out-of-touch trainers. Leading practitioners who bring current best practices and case studies to sessions that fit into your work schedule. We have a pool of experts and trainers are composed with highly skilled and experienced in supporting you in specific tasks and provide professional support. 24x7 Learning support from mentors and a community of like-minded peers to resolve any conceptual doubts. Our trainers has contributed in the growth of our clients as well as professionals.

All of our highly qualified trainers are industry experts with at least 10-12 years of relevant teaching experience. Each of them has gone through a rigorous selection process which includes profile screening, technical evaluation, and a training demo before they are certified to train for us. We also ensure that only those trainers with a high alumni rating continue to train for us.

No worries. DASVM technologies assure that no one misses single lectures topics. We will reschedule the classes as per your convenience within the stipulated course duration with all such possibilities. If required you can even attend that topic with any other batches.

DASVM Technologies provides many suitable modes of training to the students like:

  • Classroom training
  • One to One training
  • Fast track training
  • Live Instructor LED Online training
  • Customized training

Yes, the access to the course material will be available for lifetime once you have enrolled into the course.

You will receive DASVM Technologies recognized course completion certification & we will help you to crack global certification with our training.

Yes, DASVM Technologies provides corporate trainings with Course Customization, Learning Analytics, Cloud Labs, Certifications, Real time Projects with 24x7 Support.

Yes, DASVM Technologies provides group discounts for its training programs. Depending on the group size, we offer discounts as per the terms and conditions.

We accept all major kinds of payment options. Cash, Card (Master, Visa, and Maestro, etc), Wallets, Net Banking, Cheques and etc.

DASVM Technologies has a no refund policy. Fees once paid will not be refunded. If the candidate is not able to attend a training batch, he/she is to reschedule for a future batch. Due Date for Balance should be cleared as per date given. If in case trainer got cancelled or unavailable to provide training DASVM will arrange training sessions with other backup trainer.

Your access to the Support Team is for lifetime and will be available 24/7. The team will help you in resolving queries, during and after the course.

Please Contact our course advisor +91-99003 49889. Or you can share your queries through info@dasvmtechnologies.com

like our courses