Changes between Version 8 and Version 9 of Installation/Switch


Ignore:
Timestamp:
May 3, 2011 4:10:26 PM (13 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Switch

    v8 v9  
    4545== Switch Configuration ==
    4646
     47Here is the configuration from the HP Procurve 2810 at the ISI mini testbed.  Please note that the max-vlans number can be, and should be, increased on switches that are capable of more (5400 series).
     48
     49{{{
     50hostname "hp1"
     51max-vlans 256
     52interface 1
     53   name "UPLINK"
     54exit
     55interface 2
     56   name "VMWARE_DRAC"
     57exit
     58interface 3
     59   name "VMWARE"
     60exit
     61interface 4
     62   name "POWER_CONTROLLER"
     63exit
     64interface 5
     65   name "SERIAL_CONTROLLER"
     66exit
     67ip default-gateway 192.168.254.254
     68snmp-server community "public" Unrestricted
     69snmp-server community "private" Operator Unrestricted
     70vlan 1
     71   name "DEFAULT_VLAN"
     72   untagged 13-48
     73   no ip address
     74   no untagged 1-12
     75   exit
     76vlan 2003
     77   name "CONTROL"
     78   untagged 6-12
     79   tagged 3
     80   exit
     81vlan 2004
     82   name "CONTROLHW"
     83   untagged 4-5
     84   ip address 192.168.254.1 255.255.255.0
     85   tagged 3
     86   exit
     87vlan 2002
     88   name "INTERNET"
     89   untagged 1-2
     90   tagged 3
     91   exit
     92vlan 2006
     93   name "BOSS"
     94   tagged 3
     95   exit
     96management-vlan 2004
     97}}}
     98
    4799== VMWare Network Setup ==
    48100