Blog (view all blog posts)
The views expressed in the posts and comments of this blog do not necessarily reflect those of Sigma Solutions. They should be understood as the personal opinions of the author. No information on this blog will be understood as official.
-
PC Applications in The Post-PC Era - 2011.10.06
Tweet I subscribe to the school of thought that we’re already in the post-PC era, simply based on the number of mobile devices we support. That point may be arguable, but one thing is not up for debate: PC-based applications, specifically those that run on Windows, are going to be around for a very, very long time, especially in large enterprises. Yes, we hear a lot about SaaS and Web-based alternatives, but who among us doesn’t have some legacy software that we have to keep running?
Most IT teams have struggled to marry new devices, mostly tablets and smartphones with small displays and touch-screen keyboards, with Windows operating systems and the applications that love them. The main sticking point is that Windows is a point-and-click interface. Some smartphones, such as the Motorola Atrix, allow users to dock a phone in a laptop shell, thereby giving access to a full laptop screen and keyboard. Celio offers a Redfly mobile shell and dock. That is, however, another piece of equipment users have to carry. Newer phones also have some sort of video output, like HDMI, that would allow the projection of the phone’s screen onto a larger display, provided such a display is available.
The form-factor problem is another issue. I don’t believe anyone enjoys working on a Windows desktop from a smartphone screen, so people will still carry multiple devices when they move around — a smartphone, a tablet for meetings or on a plane, maybe a laptop PC or Mac just in case.
This problem isn’t going to go away anytime soon, especially because vendors like Citrix and Microsoft are releasing software that works or will soon work on any device, from Android to iOS and Windows Mobile Phone, all the way to BlackBerry and HTML5; users will be able to connect to PC-era applications leveraging VDI and other technologies. Your users may like seeing a Windows desktop or application on their favorite mobile devices, but this is just perpetuating the problem.
In response, many enterprises that have deployed desktop virtualization offer Bluetooth keyboards and mice for their tablet users to maximize the experience, but is that really the solution? There has to be a better way of addressing a PC-era computing architecture with the post-PC-era mobility frenzy.
We expect more vendors to start playing in this space, and we’d like to offer a suggestion: Figure out a way to zoom and project the keyboard and screen onto a larger surface, like a holographic display, that can be resized and that allows users to control the brightness and contrast. The technology exists. Now all of a sudden, that smartphone and VDI just became the ultimate computing device for PC-era and post-PC-era applications. We can use the full-size keyboard and holographic display when using point-and-click applications like Word or PowerPoint. The phone is always connected with Wi-Fi and 4G connectivity, so all social media and SaaS applications are available. What else would a road warrior need?
VDI has solved the problem of running Windows apps on smartphones. Now we just need those few missing pieces. We’ll be watching to see what innovations arise.
As written by Sigma’s Technology Officer, Elias Khnaser, for Information Week
-
Verifying VTP Information - 2010.12.24
Tweet Taken from “Troubleshooting VLAN Trunk Protocol (VTP)” show vtp statistics
The general purpose of an MD5 value is to verify the integrity of a received packet and to detect any changes to the packet or corruption of the packet during transit. When a switch detects a new revision number that is different from the currently stored value, the switch sends a request message to the VTP server and requests the VTP subsets. A subset advertisement contains a list of VLAN information. The switch calculates the MD5 value for the subset advertisements and compares the value to the MD5 value of the VTP summary advertisement. If the two values are different, the switch increases the No of config digest errors counter.
A common reason for these digest errors is that the VTP password is not configured consistently on all VTP servers in the VTP domain. Troubleshoot these errors as a misconfiguration or data corruption issue.
When you troubleshoot this problem, ensure that the error counter is not historical. The statistics menu counts errors since the most recent device reset or the VTP statistics reset.
Catalyst Switches Do Not Exchange VTP Information
VTP allows switches to advertise VLAN information between other members of the same VTP domain. VTP allows a consistent view of the switched network across all switches. There are several reasons why the VLAN information can fail to be exchanged. Verify these items if switches that run VTP fail to exchange VLAN information:
- VTP information only passes through a trunk port. Make sure that all ports that interconnect switches are configured as trunks and are actually trunking. Make sure that if EtherChannels are created between two switches, only Layer 2 EtherChannels propagate VLAN information.
- Make sure that the VLANs are active in all the devices.
- One of the switches must be the VTP server in a VTP domain. All VLAN changes must be done on this switch in order to have them propagated to the VTP clients.
- The VTP domain name must match and it is case sensitive. CISCO and cisco are two different domain names.
- Make sure that no password is set between the server and client. If any password is set, make sure that the password is the same on both sides.
- Every switch in the VTP domain must use the same VTP version. VTP V1 and VTP V2 are not compatible on switches in the same VTP domain. Do not enable VTP V2 unless every switch in the VTP domain supports V2. Note: VTP V2 is disabled by default on VTP V2-capable switches. When you enable VTP V2 on a switch, every VTP V2-capable switch in the VTP domain enables V2. You can only configure the version on switches in VTP server or transparent mode.
- Switches that operate in transparent mode drop VTP advertisements if they are not in the same VTP domain.
- The extended-range VLANs are not propagated. Therefore, you must configure extended-range VLANs manually on each network device. Note: In the future, the Catalyst 6500 Cisco IOS Software switches support VTP Version 3. This version is able to transmit extended-range VLANs. So far, VTP Version 3 is only supported on CatOS. Refer to theUnderstanding How VTP Version 3 Works section of Configuring VTP for more information on VTP Version 3.
- The Security Association Identifier (SAID) values must be unique. SAID is a user-configurable, 4-byte VLAN identifier. The SAID identifies traffic that belongs to a particular VLAN. The SAID also determines to which VLAN each packet is switched. The SAID value is 100,000 plus the VLAN number. These are two examples:
- The SAID for VLAN 8 is 100008.
- The SAID for VLAN 4050 is 104050.
- The updates from a VTP server do not get updated on a client if the client already has a higher VTP revision number. Also, the client does not allow these updates to flow to its downstream VTP clients if the client has a higher revision number than that which the VTP server sends.
Posted in: VTP
