User Tools

Site Tools

infrastruktur:it-services:netvaerk:switch_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
infrastruktur:it-services:netvaerk:switch_setup [2013/03/20 22:52] Georg Sluytermaninfrastruktur:it-services:netvaerk:switch_setup [2013/04/08 15:47] – external edit 127.0.0.1
Line 1: Line 1:
 +====== Switch setup i Hal9k ======
 +//Denne side er begrænset til læsning for almindelige brugere//
  
 +I krydsfeltet er der 2 Dell-switche. Noter fra opsætning:
 +
 +<code>
 +en
 +conf
 +hostname sw1.hal9k.dk
 +vlan database
 +vlan 901
 +vlan 902
 +vlan 903
 +vlan 904
 +vlan 905
 +exit
 +interface vlan 901
 +name outside
 +exit
 +interface vlan 902
 +name "Wireless network"
 +exit
 +interface vlan 903
 +name "Cabled network"
 +exit
 +interface vlan 904
 +name "Server network"
 +exit
 +interface vlan 905
 +name "bmx-klubben"
 +exit
 +
 +enable password CHANGEME
 +interface vlan 904
 +ip address 10.42.4.2 255.255.255.0
 +ipv6 enable
 +ipv6 address 2001:16d8:dd56:4::2/64
 +exit
 +
 +ipv6 default-gateway fe80::20c:29ff:fe9e:fc49
 +
 +interface range ethernet all
 +port storm-control broadcast enable
 +port storm-control broadcast rate 50000
 +switchport mode access
 +switchport access vlan 903
 +spanning-tree portfast
 +exit
 +
 +interface ethernet g44
 +switchport mode access
 +switchport access vlan 904
 +exit
 +interface ethernet g45
 +switchport mode access
 +switchport access vlan 902
 +exit
 +interface ethernet g46
 +switchport mode access
 +switchport access vlan 901
 +exit
 +interface ethernet g47
 +switchport mode trunk
 +switchport trunk allowed vlan add 901
 +switchport trunk allowed vlan add 902
 +switchport trunk allowed vlan add 903
 +switchport trunk allowed vlan add 904
 +switchport trunk allowed vlan add 905
 +exit
 +
 +interface ethernet g48
 +switchport mode trunk
 +switchport trunk allowed vlan add 901
 +switchport trunk allowed vlan add 902
 +switchport trunk allowed vlan add 903
 +switchport trunk allowed vlan add 904
 +switchport trunk allowed vlan add 905
 +exit
 +
 +snmp-server location "Sofiendalsvej 80, 9220 Aalborg Oest, Denmark"
 +snmp-server community public
 +snmp-server contact "[email protected]"
 +snmp-server enable
 +
 +copy running-config startup-config
 +y
 +
 +
 +
 +
 +dir
 +copy tftp://10.42.4.123/image.ros image
 +copy tftp://10.42.4.123/image.rfb boot
 +show bootvar
 +boot system image-2
 +show bootvar
 +y
 +
 +############################
 +In webinterface:
 +System -> Management Security -> Enable Password     (change the pw)
 +System -> Management Security -> Local user Database    (change the pw)
 +
 +</code>
Permalink infrastruktur/it-services/netvaerk/switch_setup.txt · Last modified: 2018/09/10 21:50 by Jener Rasmussen

oeffentlich