[c-nsp] Vlans + PIX 515

Laurent Geyer lgeyer at 085zehn.com
Thu Sep 21 23:31:41 EDT 2006


On 9/21/06, Brian Desmond <brian at briandesmond.com> wrote:
>
> Yeah you need to trunk the port on the switch
>
> Interface FastEthernet0/1
>         switchport mode trunk
>         switchport trunk encapsulation dot1q
>         switchport trunk allowed vlans xxx,yyy


Slight correction, if the switch supports  isl and dot1q you won't be ablet
to set the switchport mode to trunk unless  the encapsulation method is
defined first.

int fa0/1
  switchport trunk encapsulation dot1q
  switchport mode trunk
  switchport trunk allowed vlans xxx,yyy

This is assuming that he has a Catalyst that runs IOS...

- Laurent


More information about the cisco-nsp mailing list