Difference between revisions of "Cisco vWLC"

From Ever changing code
Jump to navigation Jump to search
Line 1: Line 1:
= Installation =
= Installation =
Virtual Controller Virtual Interfaces
*Management Interface
*Virtual Interface
*Dynamic Interface
*AP Manager Interface
[[File:Virtual-controller-virtual-interfaces.gif|none|left|Virtual-controller-virtual-interfaces]]
This is port mapping between ESXi 5.5 and Dell Power Edge 1950 Ethernet ports. Please notice this server has 2 embedded ports and 2 ports on duo-ethernet card.  
This is port mapping between ESXi 5.5 and Dell Power Edge 1950 Ethernet ports. Please notice this server has 2 embedded ports and 2 ports on duo-ethernet card.  
[[File:ESXi-eth-ports-mapping.jpg|none|left|ESXi-eth-ports-mapping]]
[[File:ESXi-eth-ports-mapping.jpg|none|left|ESXi-eth-ports-mapping]]
This section provides a sample configuration of the Cisco Catalyst interface connection to the ESXi server for the virtual switch as trunk interface. The management interface can be connected to an access port on the switch.
interface GigabitEthernet1/1/2
  description ESXi Management
  switchport access vlan 10
  switchport mode access
!
interface GigabitEthernet1/1/3
  description ESXi Trunk
  switchport trunk encapsulation dot1q
  switchport mode trunk
end


= References =
= References =
*[http://www.cisco.com/en/US/products/ps12723/products_tech_note09186a0080bd2d04.shtml Cisco Virtual Wireless Controller Deployment Guide]
*[http://www.cisco.com/en/US/products/ps12723/products_tech_note09186a0080bd2d04.shtml Cisco Virtual Wireless Controller Deployment Guide]

Revision as of 22:14, 10 February 2014

Installation

Virtual Controller Virtual Interfaces

  • Management Interface
  • Virtual Interface
  • Dynamic Interface
  • AP Manager Interface
Virtual-controller-virtual-interfaces

This is port mapping between ESXi 5.5 and Dell Power Edge 1950 Ethernet ports. Please notice this server has 2 embedded ports and 2 ports on duo-ethernet card.

ESXi-eth-ports-mapping

This section provides a sample configuration of the Cisco Catalyst interface connection to the ESXi server for the virtual switch as trunk interface. The management interface can be connected to an access port on the switch.

interface GigabitEthernet1/1/2
 description ESXi Management
 switchport access vlan 10
 switchport mode access
!
interface GigabitEthernet1/1/3
 description ESXi Trunk
 switchport trunk encapsulation dot1q
 switchport mode trunk
end

References