[c-nsp] Vlans + PIX 515
Eusebio López
eusebio at palmanet.net
Fri Sep 22 05:57:59 EDT 2006
hi
I believe that I have not explained myself. I already have the port trunk formed and working.
what I want to do is to put a port in "switchport mode Access", but that works at the same time for two vlans.
_____
De: Laurent Geyer [mailto:lgeyer at 085zehn.com]
Enviado el: viernes, 22 de septiembre de 2006 5:32
Para: Brian Desmond
CC: Eusebio López; Amol Sapkal; Shakeel Ahmad; cisco-nsp at puck.nether.net
Asunto: Re: [c-nsp] Vlans + PIX 515
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