Link to home
Start Free TrialLog in
Avatar of boomerbostock
boomerbostock

asked on

HP Procurve trunking info

I have a new server installed Windows 2003 with dual nics i wish to trunk these nics into my HP Procurve 2626 and need to know the config information for the HP IOS. What commands do i use to set two ports as trunk? current config below

PER-SW-05# show running-config

Running configuration:

hostname "HP-Switch"
time timezone 480
interface 9
   speed-duplex 100-full
exit
interface 10
   speed-duplex 100-full
exit
interface 25
   speed-duplex auto-1000
exit
interface 26
   speed-duplex auto-1000
exit
ip default-gateway 10.1.0.1
sntp server 10.1.0.1
timesync sntp
sntp unicast
sntp 60
snmp-server community "public" Unrestricted
snmp-server community "netman" Operator Unrestricted
snmp-server host 10.5.1.10 "public"
vlan 1
   name "DEFAULT_VLAN"
   no ip address
   no untagged 1-26
   exit
vlan 102
   name "DATA"
   untagged 1-26
   ip address 10.1.0.9 255.255.192.0
   exit
vlan 103
   name "VOICE"
   tagged 1-24,26
   exit
spanning-tree
password manager
Avatar of yasirirfan
yasirirfan
Flag of Saudi Arabia image

Use the following command

trunk ethernet 1 trk1
trunk ethernet 2 trk1


trunk ethernet 4 trk2
trunk ethernet 3 trk2

in the above command u have created interfaces ethernet 1 & 2 and as part of trunk 1  & ethernet 3 & 4 and as part of trunk 2

You can verfy with following command
Sho trunks
Here is the eg

BLD-DS01# sho trunks

 Load Balancing

  Port | Name                             Type      | Group Type
  ---- + -------------------------------- --------- + ----- -----
  1    | MAPP02                           100/1000T | Trk1  Trunk
  2    | AAPP01                           100/1000T | Trk1  Trunk
  3   | TRK2-DCBB01                   100/1000T | Trk2  Trunk
  4   | TRK2-DCBB01                   100/1000T | Trk2  Trunk

Cheers

Yasir

If you need any more info do let me know
 
Avatar of boomerbostock
boomerbostock

ASKER

ok i sort of understand - but why 4 ports when i only have two nics. What im trying to do is get daul 100MB links happening with my server to ease traffic when things get busy.
ASKER CERTIFIED SOLUTION
Avatar of yasirirfan
yasirirfan
Flag of Saudi Arabia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial