Procurve 2900 configuration

About NDGF

About
People
Meetings
Forums
Steering Board

Documents

Presentations
Technical
Managemental
Links

Activities

Planning
Operation
Middleware
Tier-1

e-Science Projects

CERN
BioGrid
CO2
CC-VO


Added by Gerd Behrmann, last edited by Gerd Behrmann on Sep 18, 2007

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

Quick and dirty howto for configuring our Procurve 2900-48 switch for Ørestaden:

Initial setup

  • Run Setup from main menu and configure relevant parameters (IP is 192.168.0.252/24).
  • Under 'switch configuration', 'system information', disable telnet

Enabling ssh

  • On the command line
    config
    crypto key generate ssh rsa
    ip ssh
    ip ssh filetransfer
    aaa authentication ssh login local
    aaa authentication ssh enable local
    write memory
    

Confiuring trunking

'switch configuration', 'port/trunk settings', set Group for ports 47
and 48 to 'Trk1' and type to 'LACP'.

Configuring VLAN support

  • Define VLAN Names:
    'NDGF Intern' with VLAN ID 1
    'NDGF Public' with VLAN ID 2
    
  • Assign ports 37 to 46 and Trk1 to NDGF Public, untagged
  • Assign ports 1 to 36 to NDGF Intern, untagged

Enabling jumbo frames

  • On the command line
    config
    show vlans
    vlan 2 jumbo       -- 2 is the vlan id for NDGF Public
    show vlans
    write memory