05-20-2015 10:12 PM
Need to connect VM host on a HP proliant server to our Nexus 5548up switch. Need example configuration and explanation.
05-23-2015 01:56 PM
How many vlans will you have on the link between the switch and the VM?
How many 5548 switches do you have?
If you have 2, are they configured as VPC?
HTH
05-23-2015 05:50 PM
2 swiches 1 vlan these switches connect our SAN to our servers. We are adding a new physical server to connect to the nexus 5548UP
05-24-2015 01:43 PM
here is a sample config. If you only have one vlan than the switch port can be configured as access port. vlan 5 is an example here.
This example shows how to set an interface as an Ethernet access port that carries traffic for a specific VLAN only:
switch# configure terminal switch(config)# interface ethernet 1/10 switch(config-if)# switchport mode access switch(config-if)# switchport access vlan 5
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5500/sw/layer2/6x/b_5500_Layer2_Config_6x/b_5500_Layer2_Config_602N12_chapter_0100.html
05-24-2015 02:38 PM
The connection will be fiber gig port Not fastethernet.
05-25-2015 05:15 PM
it doesn't matter the interface type. The config is the same for gig, 10gig, etc..
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide