Hi
I'm looking to implement VLAN mapping for a proof of concept between two Cisco 6500.
One is running old Catos & the other IOS.
Config will look like this - does this look correct?
6500 CATOS
Interface gi1/2/1
set switchport mode trunk
set trunk encapsulation dot.1q
Set Switchport vlan mapping 101 561
6500 IOS
Interface gi1/2/1
switchport mode trunk
switchport trunk encapsulation dot.1q
switchport vlan mapping enable
Switchport vlan mapping 561 101
on both switches do i need to prune all other vlans except for the ones i want to map?
Thanks in advance.