Seungweon's Blog

in Portland, Oregon

How to setup the switch port in Dell Blade server for multiple SIKs/SLKs of M710

SIK: Stock Island Key, two 10Gs, SLK: Summer Land Key, four 1Gs

--------------------------------------------------------------------------------
<- UP BACK DOWN->
--------------------------------------------------------------------------------
Upper Bottom
C : B C : B
| | | |
SLK#1 SIK#1 SLK#2 SIK#2
--------------------------------------------------------------------------------
FRONT
--------------------------------------------------------------------------------
M710 is at the 2nd slot and long blade, it occupies 10th slot as well.

SLK#1:
Port #1/#4 --> 1/g2 of switch-c1/switch-c2
Port #2/#3 --> 1/g18 of switch-c1/switch-c2

SLK#2:
Port #1/#4 --> 1/g10 of switch-c1/switch-c2
Port #2/#3 --> 1/g26 of switch-c1/switch-c2

SIK#1:
Port #1 --> 1/xg2 of switch-b1
Port #2 --> 1/xg2 of switch-b2

SIK#2:
Port #1 --> 1/xg10 of switch-b1
Port #2 --> 1/xg10 of switch-b2

Commands (Dell PowerConnect 6348)

Access Mode
----------------------------------------------------------------------------
connect switch-[b1|b2|c1|b2] ex) connect switch-c2
interface ethernet [#/g#|#/xg#] ex) interface ethernet 1/g10
switchport mode access
switchport access vlan # ex) switchport access vlan 60
----------------------------------------------------------------------------

Trunk Mode
----------------------------------------------------------------------------
connect switch-[b1|b2|c1|b2] ex) connect switch-c2
interface ethernet [#/g#|#/xg#] ex) interface ethernet 1/g10
switchport mode general
switchport general allow vlan add 2-60 tagged
switchport general allow vlan add 21 untagged
switchport general allow vlan remove 1
swtichport general pvid 21
-----------------------------------------------------------------------------

0 comments:

Post a Comment