Book Image

Implementing Cisco UCS Solutions - Second Edition

By : Anuj Modi, Prasenjit Sarkar
Book Image

Implementing Cisco UCS Solutions - Second Edition

By: Anuj Modi, Prasenjit Sarkar

Overview of this book

Cisco Unified Computer System (UCS) is a powerful solution for modern data centers and is responsible for increasing efficiency and reducing costs. This hands-on guide will take you through deployment in Cisco UCS. Using real-world examples of configuring and deploying Cisco UCS components, we’ll prepare you for the practical deployments of Cisco UCS data center solutions. If you want to develop and enhance your hands-on skills with Cisco UCS solutions, this book is certainly for you. We start by showing you the Cisco UCS equipment options then introduce Cisco UCS Emulator so you can learn and practice deploying Cisco UCS components. We’ll also introduce you to all the areas of UCS solutions through practical configuration examples. Moving on, you’ll explore the Cisco UCS Manager, which is the centralized management interface for Cisco UCS. Once you get to know UCS Manager, you’ll dive deeper into configuring LAN, SAN, identity pools, resource pools, and service profiles for the servers. You’ll also get hands-on with administration topics including backup, restore, user’s roles, and high availability cluster configuration. Finally, you will learn about virtualized networking, third-party integration tools, and testing failure scenarios. By the end of this book, you’ll know everything you need to know to rapidly grow Cisco UCS deployments in the real world.
Table of Contents (20 chapters)
Title Page
Credits
About the Authors
www.PacktPub.com
Customer Feedback
Preface

Nexus and vPath


Cisco vPath allows you to deploy network services, like in a physical switch. It is embedded in every VEM. Essentially, it provides intelligent packet steering, which means that policy lookup is decoupled from enforcement. For example, with the Virtual Security Gateway (VSG), which is a virtualized Cisco firewall, once a policy decision is made at the VSG for a particular flow, it's up to vPath now to implement that policy for each packet in that flow, thereby freeing up the VSG.

The vPath is enabled at a port-profile level. When VSG policies are configured, flow is evaluated against the policy by the VSG, and then the policy decision is pushed for implementation to vPath. It stores that decision only for the duration of that flow. Once there is a Reset (RST) event or Finish (FIN) flag, the flow entry is removed from the vPath table. There is also an activity timer, which can terminate sessions.

FIN and RST are TCP control bits (flags). FIN indicates that the client will send...