Sun Microsystems B1600, B100X, AND B100S manual Setting up a Tagged Vlan Trunk With Cisco Switches

Page 60

6.4Setting up a Tagged VLAN Trunk With Cisco Switches

There is a known problem with setting a switch port to trunk mode if that port is connected to a port on a Cisco switch also in trunk mode (note that we use the word “trunk” in the sense of a point-to-point link, not in the sense of an aggregated link). This is because of a standardization issue (Cisco comply with the Cisco standard whereas the switch in the blade system chassis complies with the IEEE 802.1Q standard). It means that it will drop frames from the Cisco switch port’s native VLAN.

To work around this problem, you need to configure the system chassis’s switch port to hybrid (not trunk) mode, make sure that it has the same native VLAN Id as the Cisco switch, and also make sure that all the VLANs requiring connection to the Cisco switch have been added to the port. You must also stop packets for VLANs that the port is not a member of from entering the port.

Commands for a sample workaround are printed below. These assume a system chassis port (NETP0) with VLAN 1 as its native VLAN and hybrid as its link mode (this is the factory default configuration for the system chassis’s network ports).

The commands for the sample workaround also assume a Cisco switch port with trunk as itslink mode, VLAN 10 as its native VLAN, and additional membership of VLANs 11 and 12.

The commands for the workaround in this scenario are:

Console#configure

Console(config)#interface ethernet NETP0

Console(config-if)#switchport allowed vlan add 10

Console(config-if)#switchport native vlan 10

Console(config-if)#switchport allowed vlan remove 1

Console(config-if)#switchport allowed vlan add 11 tagged

Console(config-if)#switchport allowed vlan add 12 tagged

Console(config-if)#switchport ingress-filtering

Console(config-if)#end

Console(config)#

6-12Sun Fire™ B1600 Chassis and B100s, B100x, and B200x Blade Product Notes • May 2004

Image 60
Contents Page Page Contents Sparc Solaris Contents Page Documentation and Miscellaneous Information Upgrading the Bios on a B200x Server Blade Before Installing Solaris x86 Onto a BladeUsing N1 Provisioning Software Miscellaneous InformationUsing the Sun Fire B10n Content Load Balancing Blade Downloading New Firmware for Chassis ComponentsDocumentation in this Release Documentation Errata Page Linux Installing Linux Onto a B100x or B200x Blade Upgrading the Bios on B200x Server Blades To Upgrade the BiosBlade prompt returns when the update is complete B100x and B200x Linux Server Blade Issues Issues Affecting the B200x Server Blade OnlyIssues Affecting the B100x Server Blade Only Preparing to Install Solaris x86 Onto a Blade SolarisSolaris x86 Drivers and Documentation Overview of the Solaris x86 Installation Process # mkdir -m 755 /var/tmp/blades Proceed to Creating a Network Install Server on Creating a Network Install Server # ./modifyinstallserver -d installdirpath Page Need Support for Soft Poweroff in Solaris Workaround Workaround Page Error Messages That Can be Safely Ignored Consconfig complains on servers with no frame bufferPage Solaris x86 Other Issues Acpi Resource Conflicts Unnecessarily Reported1The Network Interfaces on a B200x Blade Base MAC + 1, snet1 Solaris x86 Page Sparc Solaris Installing Sparc Solaris Onto a B100s Server Blade B100s Sparc Solaris Server Blade Issues# share -F nfs /cdrom/solaris8hw1202suppcd Installation of SUNWidecr failed System Controller Upgrading the System Controller SC Firmware Set up a new user name and password for yourself System Controller Software Issues System Controller FirmwareScreset -x -y sn Scremovefru -y psn scpoweron psn System Chassis’s Integrated Switch Switch Firmware Issues Console#configure Consoleconfig#vlan database Consoleconfig#no vlan vlanid System Chassis’s Integrated Switch Page Console#configure Page Consoleconfig#no bridge-ext gvrp Aggregated Links Switch-to-switch Tagged Vlan Trunk Connections Setting up a Tagged Vlan Trunk With Cisco Switches