I searched the forum for similar topics regarding MST's configuration revision number and came up empty. I have read Cisco's "Understanding Multiple Spanning Tree Protocol (802.1s)", both CCNP:SWITCH books and employed the Google machine finding little information regarding the
revision command except the fact that it must match within an MST region. Also, the revision number does not increment unless you were to increment it manually regardless of added or removed configuration.
A typical MST configuration is as follows:
SW1(config)#spanning-tree mst configuration
SW1(config-mst)#name MST_NAME
SW1(config-mst)#
revision 1 <----cmd in question (0-65535)
SW1(config-mst)#instance 1 vlan 10, 30
SW1(config-mst)#instance 2 vlan 20, 40
SW1(config-mst)#exit
SW1(config)#spanning-tree mode mst
My question is, "What purpose does the configuration revision number serve?"
Thanks to any and all that reply