# write ;保存配置
# copy running-config startup-config ;与write命令一样
# show running-config ;是你本次对路由器的所做的配置
# show starup-config ;是路由器启动的时候自动运行的配置
用do命令可不必退回到特权模式就能使用在特权模式下用的命令,例write、copy running-config startup-config 、show等
(config)# vtp mode server ;将VTP(Cisco的vlan中继协议,三种模式 server,client和transparent)设置为server模式
转载于:https://blog.51cto.com/1957949/575422