Quori,
This is how I was thinking. There doesn't seem to be good reason to extend it to the middle switch. The only reason for keeping it like it is now, if to keep it like it is now. I am just a little nervous about doing it as the only way I have to test it fully is in production. I will accept your answer as the solution and award you the points.
Thanks much!
Main Topics
Browse All Topics





by: QuoriPosted on 2009-10-29 at 16:35:01ID: 25699192
Good grief.
Is there anything else plugged into switch with ip 10.10.11.7?
I pressume that the distribution switch is doing all the inter-VLAN routing? If so you'll be best off plugging the ASA into the distribution switch, and extending a dot1q trunk to it then simply create your interfaces as such (assuming VLANs 10, 63, 73):
interface Ethernet0/2
no nameif
no security-level
no ip address
!
interface Ethernet0/2.10
vlan 10
nameif Inside
security-level 100
ip address 10.10.0.253 255.255.255.0
!
interface Ethernet0/2.63
vlan 63
nameif Inside
security-level 100
ip address 10.16.3.253 255.255.255.0
!
interface Ethernet0/2.73
vlan 73
nameif Inside
security-level 100
ip address 10.17.3.253 255.255.255.0
!
Otherwise if you extend all VLANs onto the switch between the ASA/PIX and the distribution switch this will also work. The key is you just need to extend each layer 2 segment over the trunk from distribution to 'switch' then extend out to ASA/PIX over trunk to it.