in

Cisco CAT-OS 6509 - Trunk VLan

Just a quick question, my cat-os is rusty!

I have a port on a 6509 that is currently trunked with the following data, i need to add another vlan to it, that VLAN would be 226.

Port      Mode         Encapsulation  Status        Native vlan
--------  -----------  -------------  ------------  -----------
 9/8      on           isl            trunking      2

Port      Vlans allowed on trunk
--------  ---------------------------------------------------------------------
 9/8      1,10,88,238

Port      Vlans allowed and active in management domain
--------  ---------------------------------------------------------------------
 9/8      1,10,88,238

Port      Vlans in spanning tree forwarding state and not pruned
--------  ---------------------------------------------------------------------
 9/8      1,10,88,238


So to ad that I think i need to do this:

set trunk 9/8 vlan 226 isl

But will that add the 226 vlan or will it overwrite the current config? Also, is there anything else to conisder..STP, etc?
Movie Stars

Solution: Cisco CAT-OS 6509 - Trunk VLan

Hang on this is the command:

set trunk 9/8 on isl 1,10,88,226,238

That would do it.. I had to check a config to verify syntax.