Guys,
I was loading up the configurations on my home equipement and the configurations for sw1, sw2, sw3 and sw4 and for some reason they include several "do" comands from inside conf t. (See start of file below)
Commands in question are:
do show vtp status
do show vlan brief
Any idea what is going on here or why the configuration have do commands in them? It's also a bit interesting they have a reference to the vtp file that I have never seen before in the configs.
Andy
start of file sw3.txt from lab 1 in Initial Configs.zip (download today)
enable
configure terminal
! rsrack1
! iewb.rs.vol2-v5.0-lab6
! sw3
! Tue Dec 21 15:50:18 PST 2010
! Copyright (C) 2010 Internetwork Expert, Inc. -- All rights reserved
! rsrack28, sw3, 2010-12-21 15:25:01
!
no vtp password
vtp file vlan.dat
vtp domain NET34
! VTP interface control currently not supported
vtp mode Server
no vtp pruning
vtp version 1
! VTP traps generation control currently not supported
do show vtp status
do show vlan brief
vlan 4
name VLAN0004
vlan 5
name VLAN0005
<rest of file omited>