On Wed, 9 Jan 2008, Falk Brockerhoff wrote:
On Cisco side:
interface FastEthernet0/33
description temp. Uplink to brain
duplex full
speed 100
switchport trunk encapsulation dot1q
switchport mode trunk
no cdp enable
end
Regards,
Falk
Not that this is meant to be a Cisco training class, but if your Cisco
device has a lot of VLANS on it they will all be available to the OpenBSD
system once you configure the Cisco interface to:
"switchport trunk encapsulation dot1q"
So if you don't want them all to be available down stream you should
filter them out on the Cisco side.
diana