Create Date: Aug 2 2013 6:02PM
Hey guys,
I'm struggling with setting up a simple topology and feeling pretty dumb. Basically I want to have two VLANs: 172.16.6.2/25 (Default) and 172.16.6.129/25 (otherOffice), all sitting behind my ASA. The address of my ASA is 172.16.6.1.
I have a x440-8t and want to split the VLAN/port assignment down the middle.
My first VLAN gets out no problem. The other VLAN can't reach the ASA. Here's the excerpts from my config below; what am I missing?
Thanks!
#
# Module vlan configuration.
#
configure vr VR-Default delete ports 1-12
configure vr VR-Default add ports 1-12
configure vlan Default delete ports 5-8
create vlan "otherOffice"
configure vlan otherOffice tag 150
configure vlan Default add ports 1-4, 9-12 untagged
configure vlan otherOffice add ports 5-8 untagged
configure vlan Default ipaddress 172.16.6.2 255.255.255.128
enable ipforwarding vlan Default
configure vlan otherOffice ipaddress 172.16.6.129 255.255.255.128
enable ipforwarding vlan otherOffice
# Module rtmgr configuration.
#
configure iproute add default 172.16.6.1
(from RedHelix)