導航:首頁 > 程序命令 > vtp命令

vtp命令

發布時間:2023-04-06 09:50:35

Ⅰ 思科時鍾頻率配置命令

設置時間及時區命令如下:
1.設置時區:Router(config)#CLOCK Timezone beijing +08 //設置為北京的時區為東8區
2.設置時間:Router# clock set 10:00:00 Aug 4 2015 //設置時間為2015年8月4日10時整
3.設置網路時間:Router(config)#ntp server s1b.time.e.cn //清華大學NTP伺服器
由於路由器在交互時對時間的匹配要求嚴格,所以在配置路由器時不推薦使用手動設置時間, 我們一般藉助專門的時間同步伺服器來配置網路設備的時間。
Network Time Protocol(NTP)是用來使計兄團算機時間同步化的一種協議,它可以使計算機對其伺服器或時鍾源(如石英鍾,GPS等等)做同步化,
它可以提供高精準度的時間校正(LAN上與標准間差小於1毫秒,WAN上幾十毫秒),且可介由加密確認的方式來防止惡毒的協議攻擊。
NTP可以利用多個途徑和來源的時間伺服器來更加精確的校正時間。
現在絕大部分的操作系統都支持NTP,比凱納如在Unix和Windows中都有他們自己的NTP服務。比如在Windows中的SNTP。
由於各個系統廠商會根據自己的系統情況對NTP來進行優化和設置,
更加適合他自己的系統,對於其他系統的兼容性就會差很多。還有不同時期的系統會使用不同版本的NTP服務。最新版本位V4,由於每個版本都要他自己的一些特徵。
所以在設置NTP伺服器時會有一些兼容性問題。
因此,在多類型操作系統的環境中,盡量使用NTP官方組織提供的軟體進行設置而不使用其他廠商在盯塵沒系統中默認提供的NTP伺服器。NTP官方組織為
www.ntp.org。
Server一般用於伺服器端,該伺服器不會去同步其他伺服器時間,一般server後可以跟 127.127.1.0 該地址代表本級的時鍾,
如果Server後跟其他伺服器IP,表示會去同步其他時間伺服器的地址。

Ⅱ 交換機雲管理三種配置模式區別

VLAN中繼協議,VTP,VLAN TRUNKING PROTOCOL,是CISCO專用協議,大多數交換機都支持該協議。VTP負責在VTP域內同步VLAN信息,這樣就不必在每個交換上配置相同的VLAN信息。VTP還提供一種映射方案,以便通信流能跨越混合介質的骨幹。VTP最重要的作用是,將進行變動時可能會出現在的配置不一致性降至最低。不過,VTP也有一些缺點,這些缺點通常都與生成樹協議有關.

簡述:

如果兩台以及兩台以上的交換機,具有相同的區域,相同的vlan,那麼我們必須在所有的交換機上創建那些區域,vlan,這對於大型企業區域網來說是相當麻煩的:

①網路管理員,對於交換機的配置相當煩雜;

②網路管理員,對於交換機的管理相當煩雜,如果任意一台出現故障,就必須重新配置vlan,因此維護相當困難。

VTP的概念描述:

Vtp就是能夠實現在多台交換機上共享vlan信息的協議。

它是通過以下方式來實現這一功能的:

①交換機之間必須用trunk模式的線路連接(前提)

②採用「域(domain)」來組織多個交換機;

③採用伺服器/客戶機模式管理多個交換機vlan;

④根據vtp配置版本號的大小,同步vlan信息。

如何配置VTP域(Domain)

問題:何為「域」?

「域「可以理解為一個區域,只有域名相同的交換機才能共享vlan信息,才可以實現VTP共享;

命令:

方法1:在全局模式下,直接輸入vtp   domain  domain-name  //domain-name為域名

方法2:

①在特權模式下,進入vlan資料庫vlan database

②指定域名vtp domain domain-name //domain-name為域名

VTP有三種模式:

1.Server(默認)伺服器模式:

交換機被配置成伺服器模式時,該交換機能夠創建、刪除、修改vlan;並且它配置的vlan信息能夠傳輸到其他處於server或client模式下的交換機。交換 機默認處於伺服器模式,即server。

2.Client-客戶端模式:

交換機被配置成客戶機模式時,該交換機不允許創建、刪除、修改vlan;它只能夠接受其他處於服唯梁務器 模式或透明模式的vlan信息,並更新自己的資料庫。處於該判游模式的交換機在斷電後,vlan信息自動消失。

3.Transparent-透明模式

交換機被配置成透明模式時,該交換機只轉發其他交換機的vlan信息,不通告自己信息,也不根據別人信息更新自己的信息。

如何配置VTP伺服器/客戶模式:

命令:

1.配置交換機為伺服器模式vtp mode server

2.配置交換機為客戶機模式vtp mode client

3.配置交換機為透明模式vtp mode transparent

查看交換機vtp信息命令:show vtp status  //特權模式輸入

為vtp區域創建密碼:

說明:配置vtp密碼有助於防止非法交換機任意接入vtp域,帶來不安全隱患 ;但是此時,密碼必須在所有交掘山銷換機配置。

命令:

在任意交換機上,配置一下命令vtp password xxx

注意:vtp密碼為明文,配置時,應配置盡可能復雜的密碼

查看vtp域密碼命令:show vtp password

Ⅲ 有VTP配置的簡單命令嗎

創建VTP 域
switch(config)# vtp domian domain_name

配置交換機的VTP模式
switch(config)# vtp mode server | client | transparent

配置VTP口令
switch(config)# vtp password password

配置VTP修剪
switch(config)# vtp pruning

VTP版本的配置
switch(config)# vtp version 2

查看VTP的配置
switch# show vtp status

Ⅳ 交換機與路由器的常用配置命令是什麼

1.交換機支持的命令:
交換機基本狀態:switch:;ROM狀態,
路由器是rommon>hostname>;用戶模式hostname#;特權模式hostname(config)#;全局配置模式hostname(config-if)#;介面狀態

交換機口令設置:switch>enable;進入特權模式
switch#configterminal;進入全局配置模式
switch(config)#hostname;設置交換機的主機名
switch(config)#enablesecretxxx;設置特權加密口令
switch(config)#enablepasswordxxa;設置特權非密口令
switch(config)#lineconsole0;進入控制台口
switch(config-line)#linevty04;進入虛擬終端
switch(config-line)#login;允許登錄
switch(config-line)#passwordxx;設置登錄口令
xxswitch#exit;返回命令

交換機VLAN設置:

switch#vlandatabase;進入VLAN設置
switch(vlan)#vlan2;建VLAN2
switch(vlan)#novlan2;刪vlan2
switch(config)#intf0/1;進入埠1
switch(config-if)#switchportaccessvlan2;當前埠加入
vlan2switch(config-if)#switchportmodetrunk;設置為干線
switch(config-if)#switchporttrunkallowedvlan1,2;設置允許的vlan
switch(config-if)#switchporttrunkencapdot1q;設置vlan中繼
switch(config)#vtpdomain;設置發vtp域名
switch(config)#vtppassword;設置發vtp密碼
switch(config)#vtpmodeserver;設置發vtp模式
switch(config)#vtpmodeclient;設置發vtp模式

交換機設置IP地址:

switch(config)#interfacevlan1;進入vlan1
switch(config-if)#ipaddress;設置IP地址
switch(config)#ipdefault-gateway;設置默認網關
switch#dirflash:;查看快閃記憶體

交換機顯示命令:

switch#write;保存配置信息
switch#showvtp;查看vtp配置信息
switch#showrun;查看當前配置信息
switch#showvlan;查看vlan配置信息
switch#showinterface;查看埠信息
switch#showintf0/0;查看指定埠信息

2.路由器支持的命令:
路由器顯示命令:

router#showrun;顯示配置信息
router#showinterface;顯示介面信息
router#showiproute;顯示路由信息
router#showcdpnei;顯示鄰居信息
router#reload;重新起動

路由器口令設置:

router>enable;進入特權模式
router#configterminal;進入全局配置模式
router(config)#hostname;設置交換機的主機名
router(config)#enablesecretxxx;設置特權加密口令
router(config)#enablepasswordxxb;設置特權非密口令
router(config)#lineconsole0;進入控制台口
router(config-line)#linevty04;進入虛擬終端
router(config-line)#login;要求口令驗證
router(config-line)#passwordxx;設置登錄口令xx
router(config)#(Ctrl+z);返回特權模式
router#exit;返回命令

路由器配置:

router(config)#ints0/0;進入Serail介面
router(config-if)#noshutdown;激活當前介面
router(config-if)#clockrate64000;設置同步時鍾
router(config-if)#ipaddress;設置IP地址
router(config-if)#ipaddresssecond;設置第二個IP
router(config-if)#intf0/0.1;進入子介面
router(config-subif.1)#ipaddress;設置子介面IP
router(config-subif.1)#encapsulationdot1q;綁定vlan中繼協議
router(config)#config-register0x2142;跳過配置文件
router(config)#config-register0x2102;正常使用配置文件
router#reload;重新引導

路由器文件操作:

router#running-configstartup-config;保存配置
router#running-configtftp;保存配置到tftp
router#startup-configtftp;開機配置存到tftp
router#tftpflash:;下傳文件到flash
router#tftpstartup-config;下載配置文件ROM狀態:
Ctrl+Break;進入ROM監控狀態
rommon>confreg0x2142;跳過配置文件
rommon>confreg0x2102;恢復配置文件
rommon>reset;重新引導
rommon>xmodem:flash:;從console傳輸文件

rommon>IP_ADDRESS=10.65.1.2;設置路由器IP
rommon>IP_SUBNET_MASK=255.255.0.0;設置路由器掩碼
rommon>TFTP_SERVER=10.65.1.1;指定TFTP伺服器IP
rommon>TFTP_FILE=c2600.bin;指定下載的文件
rommon>tftpdnld;從tftp下載
rommon>dirflash:;查看快閃記憶體內容
rommon>boot;引導IOS

靜態路由:

iproute;命令格式router(config)#iproute2.0.0.0255.0.0.01.1.1.2;
靜態路由舉例router(config)#iproute0.0.0.00.0.0.01.1.1.2;默認路由舉例

動態路由:

router(config)#iprouting;啟動路由轉發
router(config)#routerrip;啟動RIP路由協議。
router(config-router)#network;設置發布路由
router(config-router)#negihbor;點對點幀中繼用。

最好是去官方網站參考手冊。

Ⅳ 如何配置VTP

方山侍念法/步驟

Ⅵ 交換機portstatus配置命令

交換機portstatus配置命令有:
用戶視圖
登陸設備後,直接進入用戶模式,只能執行少量查看配置的命令

Info: The max number of VTY users is 10, and the number
of current VTY users on line is 1.
The current login time is 2020-04-10 12:15:00+00:00.
<ZD_agg_5720>
系統視圖
用戶模式下,輸入system-view命令進入視圖模式,可執行設備全局配置的命令

<ZD_agg_5720>system-view
Enter system view, return user view with Ctrl+Z.
[ZD_agg_5720]
局部視圖
系統視圖模式下,輸入局部配置命令,進入局部對像的配置視圖。如interface GE 1/0/0,進入GE1/0/0埠配置模式

<ZD_agg_5720>system-view
Enter system view, return user view with Ctrl+Z.
[ZD_agg_5720]interface GigabitEthernet 1/0/1
[ZD_agg_5720-GigabitEthernet1/0/1]
信息查看命令
交換機信息查看
display version 查看交換機軟體版本
display clock 查看交換機時鍾
交換機配置查看
display saved-configuration 顯示系統保存配置
display current-configuration 顯示系統當前配置
當前對象信息查看
display this 顯示當前信息。
display this include-default 顯示當前介面視圖下的介面信息,包括默認值。
display this interface 顯示當前介面視圖下的介面信息。
查看介面
display interface 查看介面當前運行狀態和介面統計信息
display interface brief 查看介面狀態和配置的簡要信息。
display interface description 查看指定介面的描述信息
display interface vlanif 查看VLANIF介面的狀態信息、配置信息和統計信息。
查看IP相關
display ip interface 查看介面與IP相關的配置和統計信息,包括介面接收和發送的報文數、位元組數和組播報文數,以及介面接收、發送、轉發和丟棄的廣播報文數。
display ip interface brief 看介面與IP相關的簡要信息,包括IP地址、子網掩碼、物理鏈路和協議的Up/Down狀態以及處於不同狀態的介面數目。
display ip interface description 查看介面與IP相關的簡要信息,包括IP地址、子網掩碼、物理層狀態、鏈路層協議狀態,及介面描述信息和處於不同狀態的介面數目。
display ip pool 顯示所有ip pool
display ip pool name {pool name} {all|conflict|expired|used} 顯示ip pool詳細信息
display ip host 查看靜態DNS表項
display ip socket 查看已創建的IPv4 Socket信息。
display ip statistics 顯示IP流量統計信息。
查看路由
display ip routing-table 顯示路由信息
display ospf peer 查看ospf鄰接等信息
display ospf peer brief 查看ospf鄰接等簡要信息
display rip 查看rip路由信息
網路及流量
display network status { all|tcp|udp|port port-number } 顯示IP流量統計信息
display tcp statistics 查看TCP流量統計信息
display udp statistics 查看UDP流量統計信息
VLAN查看
display vlan 顯示VLAN信息
display vlan {pvid} verbose 查看vlan的詳細信息
display port vlan 查看VLAN中包含的介面信息
display sub-vlan 查看Sub-VLAN類型的VLAN表項信息
display super-vlan 查看Super-VLAN類型的VLAN表項信息
display mac-vlan mac-address all 查看所有MAC地址劃分VLAN的配置信息
display mac-vlan vlan 2 查看vlan 2 MAC地址劃分VLAN的配置信息
查看ACL配置
display acl {all | name | ipv6} 查看ACL
display traffic classifier user-defined 查看用戶定義的流分類
display traffic behavior user-defined 查看用戶定義的流行為
display traffic policy user-defined {policy name} 查看用戶定義的流策略
display traffic-applied {inbound | outbound | interface | vlan} 查看流策略應用情況

display traffic policy {global | interface | statistics | vlan } {inbound | outbound} 查看更多流策略信息
display traffic policy statistics {global | interface | vlan} {inbound | outbound} 查看流策略統計信息

display traffic-filter applied-record 查看acl應用的介面
查看NAT配置
#路由器命令
display nat static {acl | global | inside | interface} 查看靜態NAT信息
display nat session {all | dest | number | protocol | source} 查看動態NAT信息
display nat server {acl | global | inside | interface} 查看NAT server信息
配置管理命令
埠管理
port 配置介面的預設VLAN並加入該VLAN
port description 配置介面的描述信息,描述與介面相連的設備類型。
port gigabitethernet 0/0/1 to 0/0/4
port default vlan 配置介面的預設VLAN並同時加入這個VLAN。
port link-type {access | hybird | trunk} 配置介面的鏈路類型
port trunk allow-pass vlan {vlanid} 將trunk介面加入vlan
埠配置
speed {10|100|auto} 配置埠工作速率
plex {half|full|auto}

Ⅶ 普通交換機常用配置命令是什麼

CISCO交換機基本配置:Console埠連接 x0dx0a用戶模式hostname# ;x0dx0a特權模式hostname(config)# ;x0dx0a全局配置模式hostname(config-if)# ;x0dx0ax0dx0a交換機口令設置: x0dx0aswitch>enable ;進入特權模式x0dx0aswitch#config terminal ;進入全局配置模式x0dx0aswitch(config)#hostname csico ;設置交換機的主機名x0dx0aswitch(config)#enable secret csico1 ;設置特權加密口令x0dx0aswitch(config)#enable password csico8 ;設置特權非密口令x0dx0aswitch(config)#line console 0 ;進入控喚拍制台口x0dx0aswitch(config-line)#line vty 0 4 ;進入虛擬終端x0dx0aswitch(config-line)#login ;虛擬終端允許登錄x0dx0aswitch(config-line)#password csico6 ;設置虛擬終端登錄口令csico6x0dx0aswitch#exit ;返回命令x0dx0a交換機VLAN創建,刪除,埠屬性的設置,配置trunk埠,將某埠加入vlan中困舉,配置VTP:x0dx0aswitch#vlan database ;進入VLAN設汪鏈碧置x0dx0aswitch(vlan)#vlan 2 ;建VLAN 2x0dx0aswitch(vlan)#vlan 3 name vlan3 ;建VLAN 3並命名為vlan3x0dx0aswitch(vlan)#no vlan 2 ;刪vlan 2x0dx0aswitch(config)#int f0/1 ;進入埠1x0dx0aswitch(config)#speed ? 查看speed命令的子命令x0dx0aswitch(config)#speed 100 設置該埠速率為100mb/s (10/auto)x0dx0aswitch(config)#plex ? 查看plex的子命令x0dx0aswitch(config)#plex full 設置該埠為全雙工(auto/half)x0dx0aswitch(config)#description TO_PC1 這是該埠描述為TO_PC1x0dx0aswitch(config-if)#switchport access vlan 2 ;當前埠加入vlan 2x0dx0aswitch(config-if)#switchport mode trunk ;設置為trunk模式(access模式)x0dx0aswitch(config-if)#switchport trunk allowed vlan 1,2 ;設置允許的vlanx0dx0aswitch(config-if)#switchport trunk encap dot1q ;設置vlan 中繼x0dx0aswitch(config)#vtp domain vtpserver ;設置vtp域名相同x0dx0aswitch(config)#vtp password ;設置發vtp密碼x0dx0aswitch(config)#vtp server ;設置vtp伺服器模式x0dx0aswitch(config)#vtp client ;設置vtp客戶機模式x0dx0ax0dx0a交換機設置IP地址,默認網關,域名,域名伺服器,配置和查看MAC地址表:x0dx0aswitch(config)#interface vlan 1 ;進入vlan 1x0dx0aswitch(config-if)#ip address 192.168.1.1 255.255.255.0 ;設置IP地址x0dx0aswitch(config)#ip default-gateway 192.168.1.6 ;設置默認網關x0dx0aswitch(config)#ip domain-name cisco.com 設置域名x0dx0aswitch(config)#ip name-server 192.168.1.18 設置域名伺服器x0dx0aswitch(config)#mac-address-table? 查看mac-address-table的子命令x0dx0aswitch(config)#mac-address-table aging-time 100 設置超時時間為100msx0dx0aswitch(config)#mac-address-table permanent 0000.0c01.bbcc f0/3 加入永久地址在f0/3埠x0dx0aswitch(config)#mac-address-table restricted static 0000.0c02.bbcc f0/6 f0/7 加入靜態地址目標埠f0/6源埠f0/7x0dx0aswitch(config)#endx0dx0aswitch#show mac-address-table 查看整個MAC地址表x0dx0aswitch#clear mac-address-table restricted static 清除限制性靜態地址x0dx0a交換機顯示命令:x0dx0aswitch#write ;保存配置信息x0dx0aswitch#show vtp ;查看vtp配置信息x0dx0aswitch#show run ;查看當前配置信息x0dx0aswitch#show vlan ;查看vlan配置信息x0dx0aswitch#show interface ;查看埠信息x0dx0aswitch#show int f0/0 ;查看指定埠信息x0dx0aswitch#show int f0/0 status;查看指定埠狀態x0dx0aswitch#dir flash: ;查看快閃記憶體

閱讀全文

與vtp命令相關的資料

熱點內容
pdf轉換成word表格 瀏覽:351
無線遠端伺服器無響應是什麼意思 瀏覽:670
兩位整數倒序輸出python 瀏覽:781
為什麼我的世界天空伺服器進不去 瀏覽:262
釘釘直播後的視頻如何線上加密 瀏覽:503
聽主的命令 瀏覽:208
全民上雲時代雲伺服器 瀏覽:519
iphone不創建id如何下載app 瀏覽:972
windowsphp擴展安裝 瀏覽:93
emacslinux配置文件 瀏覽:379
python3在線教程 瀏覽:114
不小心刪文件夾的文件 瀏覽:480
java獲取手機IP 瀏覽:816
手機rar解壓密碼獲取 瀏覽:344
程序員被辭退工資怎麼處理 瀏覽:494
戀活的模型沒加密 瀏覽:159
如何把安卓機的微信轉移蘋果 瀏覽:583
爬山演算法相關題目 瀏覽:724
vc編程大全 瀏覽:118
excel表格單列數據加密 瀏覽:650