Task 2.3: Make Cat 1 the root bridge fo sapnning tree using a macro. The command is easy enough "spanning-tree vlan 1-4094 root primary", but how to do this as a macro? I looked through the 3560 configuration doc and gave it a try. (NOTE: The answer guide did not use a macro)
conf t macro name SPT_ROOT spanning-tree vlan 1-4094 root primary @ ! ! now apply the macro ! macro global apply SPT_ROOT ! exit ! show spanning-tree ! ! and it appears to have worked _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
