Difference between revisions of "BXadmin:Network/Galaxy"
From CCGB
(bigsky config) |
|||
Line 46: | Line 46: | ||
switch-dell-powerconnect-1(config)#interface port-channel 2 | switch-dell-powerconnect-1(config)#interface port-channel 2 | ||
switch-dell-powerconnect-1(config-if-ch2)#switchport general allowed vlan add 140,270 tagged | switch-dell-powerconnect-1(config-if-ch2)#switchport general allowed vlan add 140,270 tagged | ||
+ | Warning: The use of large numbers of VLANs or interfaces may cause significant | ||
+ | delays in applying the configuration. | ||
+ | switch-dell-powerconnect-1(config-if-ch2)#exit | ||
+ | switch-dell-powerconnect-1(config)#interface port-channel 4 | ||
+ | switch-dell-powerconnect-1(config-if-ch4)#switchport general allowed vlan add 140 tagged | ||
Warning: The use of large numbers of VLANs or interfaces may cause significant | Warning: The use of large numbers of VLANs or interfaces may cause significant | ||
delays in applying the configuration. | delays in applying the configuration. | ||
</pre> | </pre> | ||
+ | |||
+ | === bigsky === | ||
+ | |||
+ | <pre># touch /etc/hostname.aggr140001 | ||
+ | # ifconfig aggr140001 plumb | ||
+ | # zonecfg -z main-web1 | ||
+ | zonecfg:main-web1> add net | ||
+ | zonecfg:main-web1:net> set physical=aggr140001 | ||
+ | zonecfg:main-web1:net> set address=128.118.250.4/27 | ||
+ | zonecfg:main-web1:net> end | ||
+ | zonecfg:main-web1> verify | ||
+ | zonecfg:main-web1> commit | ||
+ | zonecfg:main-web1> exit | ||
+ | # ifconfig aggr140001 addif 128.118.250.4/27 zone main-web1 | ||
+ | # ifconfig aggr140001:1 up | ||
+ | </pre> | ||
+ | |||
+ | '''TODO:''' default route change in zonecfg? |
Revision as of 16:09, 10 February 2012
Contents
Initial Configuration
Galaxy has its own subnet, this is the configuration that was done to create it:
asa
access-list Outside_access_in extended permit ip any 128.118.250.0 255.255.255.224 route Bioinformatics 128.118.250.0 255.255.255.224 172.28.90.18 1
switch-cisco-3750-1
switch-cisco-3750-1(config)#int vlan 140 switch-cisco-3750-1(config-if)#description GALAXY_PUBLIC switch-cisco-3750-1(config-if)#no ip address switch-cisco-3750-1(config-if)#exit switch-cisco-3750-1(config)#int vlan 270 switch-cisco-3750-1(config-if)#description GALAXY_PRIVATE switch-cisco-3750-1(config-if)#no ip address switch-cisco-3750-1(config-if)#exit switch-cisco-3750-1(config)#ip route 128.118.250.0 255.255.255.224 10.1.7.2 switch-cisco-3750-1(config)#ip route 172.18.2.0 255.255.255.0 10.1.7.2
switch-dell-powerconnect-6248-1
switch-dell-powerconnect-1(config)#vlan database switch-dell-powerconnect-1(config-vlan)#vlan 140 Warning: The use of large numbers of VLANs or interfaces may cause significant delays in applying the configuration. switch-dell-powerconnect-1(config-vlan)#vlan 270 Warning: The use of large numbers of VLANs or interfaces may cause significant delays in applying the configuration. switch-dell-powerconnect-1(config-vlan)#exit switch-dell-powerconnect-1(config)#interface vlan 140 switch-dell-powerconnect-1(config-if-vlan140)#name "GALAXY_PUBLIC" switch-dell-powerconnect-1(config-if-vlan140)#ip address 128.118.250.1 255.255.255.224 switch-dell-powerconnect-1(config-if-vlan140)#routing switch-dell-powerconnect-1(config-if-vlan140)#no ip redirects switch-dell-powerconnect-1(config-if-vlan140)#exit switch-dell-powerconnect-1(config)#interface vlan 270 switch-dell-powerconnect-1(config-if-vlan270)#name "GALAXY_PRIVATE" switch-dell-powerconnect-1(config-if-vlan270)#ip address 172.18.2.1 255.255.255.0 switch-dell-powerconnect-1(config-if-vlan270)#routing switch-dell-powerconnect-1(config-if-vlan270)#no ip redirects switch-dell-powerconnect-1(config-if-vlan270)#exit switch-dell-powerconnect-1(config)#interface port-channel 2 switch-dell-powerconnect-1(config-if-ch2)#switchport general allowed vlan add 140,270 tagged Warning: The use of large numbers of VLANs or interfaces may cause significant delays in applying the configuration. switch-dell-powerconnect-1(config-if-ch2)#exit switch-dell-powerconnect-1(config)#interface port-channel 4 switch-dell-powerconnect-1(config-if-ch4)#switchport general allowed vlan add 140 tagged Warning: The use of large numbers of VLANs or interfaces may cause significant delays in applying the configuration.
bigsky
# touch /etc/hostname.aggr140001 # ifconfig aggr140001 plumb # zonecfg -z main-web1 zonecfg:main-web1> add net zonecfg:main-web1:net> set physical=aggr140001 zonecfg:main-web1:net> set address=128.118.250.4/27 zonecfg:main-web1:net> end zonecfg:main-web1> verify zonecfg:main-web1> commit zonecfg:main-web1> exit # ifconfig aggr140001 addif 128.118.250.4/27 zone main-web1 # ifconfig aggr140001:1 up
TODO: default route change in zonecfg?