Difference between revisions of "Cisco vWLC"

From Ever changing code
Jump to navigation Jump to search
Line 15: Line 15:


  interface FastEthernet0/1
  interface FastEthernet0/1
   description ->pe1950 esxi service_port (Management)
   description ->pe1950 vmnic0 esxi(vWLC Service Port)
   switchport access vlan 10
   switchport access vlan 10
   switchport mode access
   switchport mode access
  !
  !
  interface FastEthernet0/2
  interface FastEthernet0/2
   description ->pe1950 esxi trunk
   description ->pe1950 vmnic2 esxi trunk(vWLC Data Port)
  switchport access vlan 10
   switchport trunk allowed vlan 10,1002-1005
   switchport trunk allowed vlan 10,1002-1005
   switchport mode trunk
   switchport mode trunk


  Power Edge 1950 rear
  Power Edge 1950 rear
  +-----------------------------------+
  +-----------------------------------+---
  |                    |e0|  |e1|  |Dual Ethernet network card
  |                    |e0|  |e1|  |Dual-Ethernet-card
  |-----------------------------|-----|
  |-----------------------------/-----|
  |      |gb1|    |gb2|         |    |Build-in ethernet ports
  |      |gb1|    |gb2|       /      |Build-in ethernet ports
  +-------/------------------___|-----+
  +-------/------------------ /-------+---
    __ /   _______________/
        /     ______________/
     |      |
      /     /
  +--|------|-------------------------+
  +----/---- /------------------------+
  |fa0/1|fa0/2|fa0/3|fa0/4|fa0/5      |Cisco 2950 switch
  |fa0/1|fa0/2|fa0/3|fa0/4|fa0/5      |Cisco 2950 switch
  +-----------------------------------+
  +-----------------------------------+

Revision as of 22:02, 13 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.

Following configuratin is on Cisco 2950 switch

interface FastEthernet0/1
 description ->pe1950 vmnic0 esxi(vWLC Service Port)
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/2
 description ->pe1950 vmnic2 esxi trunk(vWLC Data Port)
 switchport trunk allowed vlan 10,1002-1005
 switchport mode trunk
Power Edge 1950 rear
+-----------------------------------+---
|                     |e0|   |e1|   |Dual-Ethernet-card
|-----------------------------/-----|
|      |gb1|    |gb2|        /      |Build-in ethernet ports
+-------/------------------ /-------+---
       /     ______________/
      /     /
+----/---- /------------------------+
|fa0/1|fa0/2|fa0/3|fa0/4|fa0/5      |Cisco 2950 switch
+-----------------------------------+

References