国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

Cisco思科交換機show mac address-table命令使用詳解

這篇具有很好參考價值的文章主要介紹了Cisco思科交換機show mac address-table命令使用詳解。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

Cisco思科交換機show mac address-table命令使用詳解

show mac address-table命令用于顯示交換機的MAC地址表。
該表記錄了每個接口和與之關(guān)聯(lián)的MAC地址。

#show mac address-table ?? ? --當(dāng)在默認情況下輸入“?”,系統(tǒng)會自動識別為 help 命令。
? address ? ? ? Address to lookup in the table? ? ? ? ? ? ? ?--要查找的MAC地址
? aging-time ? ?MAC address table aging parameters??--MAC地址表老化參數(shù)
? count ? ? ? ? Number of MAC addresses in the table? --MAC地址數(shù)
? dynamic ? ? ? List dynamic MAC addresses? ? ? ? ? ? ? ?--列出動態(tài)MAC地址
? interface ? ? List MAC adresses on a specific interface --列出特定接口上的MAC地址
? learning ? ? ?Display learning on VLAN or interface? ?--在VLAN或接口上顯示學(xué)習(xí)
? move ? ? ? ? ?MAC Move information? ? ? ? ? ? ? ? ? ? ? ? ? --MAC移動信息
? multicast ? ? List multicast MAC addresses? ? ? ? ? ? ? ?--列出多播MAC地址
? notification ?MAC notification parameters and history table? --MAC通知參數(shù)和歷史表
? protocol ? ? ?protocol keyword??
? secure ? ? ? ?List secure MAC addresses? ? ? ? ? ? ? ? ? --列出安全MAC地址
? static ? ? ? ?List static MAC addresses? ? ? ? ? ? ? ? ? ? ? ?--列出靜態(tài)MAC地址
? vlan ? ? ? ? ?List MAC addresses on a specific vlan? ?--列出特定vlan上的MAC地址
? | ? ? ? ? ? ? Output modifiers? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? --輸出修飾符
? <cr>

show mac address-table address <mac>??通過MAC地址追蹤設(shè)備經(jīng)過的端口

#show mac address-table address 0040.544d.873d
Unicast Entries
?vlan ? mac address ? ? type ? ? ? ?protocols ? ? ? ? ? ? ? port
-------+---------------+--------+---------------------+--------------------
?732 ? ?0040.544d.873d ? dynamic ip,ipx,assigned,other GigabitEthernet6/48

show mac address-table | include <keyword> 通過輸入的關(guān)鍵詞進行模糊查詢

keyword 關(guān)鍵字可以是MAC地址、MAC地址中的一部分,一般建議搜索末尾后四位,基本上是唯一的。

#show mac address-table | include 0040.544d.873d
?7? ? 0040.544d.873d ? dynamic ip,ipx,assigned,other GigabitEthernet6/48

#show mac address-table | include 873d
?7? ? 0040.544d.873d ? dynamic ip,ipx,assigned,other GigabitEthernet6/48

keyword 關(guān)鍵字也可以是端口號或端口號中的一部分

#show mac address-table | include GigabitEthernet6/48
?7? ? 0040.544d.873d ? dynamic ip,ipx,assigned,other GigabitEthernet6/48

#show mac address-table | include 6/48
?7 ? ?0040.544d.873d ? dynamic ip,ipx,assigned,other GigabitEthernet6/48

show interfaces G6/48?顯示交換機端口G6/48的端口配置信息

#show interfaces G6/48
GigabitEthernet6/48 is up, line protocol is up (connected)
? Hardware is Gigabit Ethernet Port, address is e05f.b90e.330d (bia e05f.b90e.330d)
? Description: "connect to vmswitch2950-SW"
? MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
? ? ?reliability 255/255, txload 1/255, rxload 1/255
? Encapsulation ARPA, loopback not set
? Keepalive set (10 sec)
? Full-duplex, 1000Mb/s, link type is auto, media type is 10/100/1000-TX
? input flow-control is off, output flow-control is off
? Auto-MDIX on (operational: on)
? ARP type: ARPA, ARP Timeout 04:00:00
? Last input 00:00:56, output never, output hang never
? Last clearing of "show interface" counters never
? Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0
? Queueing strategy: fifo

show mac address-table interface G6/48 顯示交換機端口G6/48的MAC信息

#show mac address-table dynamic address 0040.544d.873d
Unicast Entries
?vlan ? mac address ? ? type ? ? ? ?protocols ? ? ? ? ? ? ? port
-------+---------------+--------+---------------------+--------------------
?7 ? ?0040.544d.873d ? dynamic ip,ipx,assigned,other GigabitEthernet6/48

show mac address-table 顯示所有類型的MAC地址

#show mac address-table
Unicast Entries
?vlan ? mac address ? ? type ? ? ? ?protocols ? ? ? ? ? ? ? port
-------+---------------+--------+---------------------+--------------------
? ?7 ? ?0040.544d.873d ? dynamic ip,ipx,assigned,other GigabitEthernet6/48
……

show mac address-table dynamic 顯示所有動態(tài)的MAC地址信息

#show mac address-table dynamic
Unicast Entries
?vlan ? mac address ? ? type ? ? ? ?protocols ? ? ? ? ? ? ? port
-------+---------------+--------+---------------------+--------------------
? ?7 ? ?0040.544d.873d ? dynamic ip,ipx,assigned,other GigabitEthernet6/48
……

show mac address-table static 顯示所有靜態(tài)的MAC地址信息

#show mac address-table static??
Unicast Entries
?vlan ? mac address ? ? type ? ? ? ?protocols ? ? ? ? ? ? ? port
-------+---------------+--------+---------------------+--------------------
? ?7 ? ?0040.544d.873d ? ?static ip,ipx,assigned,other GigabitEthernet6/48
……

以上就是針對常用的Cisco思科交換機show mac address-table命令使用詳解,若您覺得文章對您有幫助,記得點贊收藏起來,說不定哪天就用上了。文章來源地址http://www.zghlxwxcb.cn/news/detail-780491.html

到了這里,關(guān)于Cisco思科交換機show mac address-table命令使用詳解的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費用

相關(guān)文章

  • 【Cisco Packet Tracer(思科)交換機和路由器配置實例】

    【Cisco Packet Tracer(思科)交換機和路由器配置實例】

    創(chuàng)建實驗拓撲圖 為各個主機命名、配置IP. ?將各個主機按照不同部門劃分 ? ?其余的五臺主機按照上述方法分別接入vlan10,vlan20,vlan30. 使用show vlan 查看所有交換機的vlan表 ***************S1交換機vlan表 **********************S2交換機的vlan表 在三層交換機上創(chuàng)建vlan ? ?將每臺交換機上

    2024年02月07日
    瀏覽(29)
  • 思科(cisco)交換機設(shè)置遠程登錄服務(wù)以及通過console口登錄實驗

    思科(cisco)交換機設(shè)置遠程登錄服務(wù)以及通過console口登錄實驗

    ? 這兩個圖本質(zhì)上就是一個圖,沒什么區(qū)別 ?實驗配置 一,我們都知道默認情況下交換機的所有端口都在vlan? 1下面,接下來我們?yōu)榻粨Q機先配置vlan 1配置ip 二,給電腦pc端配置IP ? 三,交換機和pc都配置好了,接下來我們?nèi)ヲ炞C遠程配置配置結(jié)果 在pc1上面去驗證實驗結(jié)果 ?

    2024年02月06日
    瀏覽(19)
  • Cisco交換機之Catalyst 3750G交換機端口限速的實例

    在3750核心交換機的g1/0/41端口的入方向上,對進來的流量(從1.1.1.1到2.2.2.2的指定IP Conversation)實施20M帶寬限制。 復(fù)制代碼 代碼如下: (config)#mls qos #全局啟用qos (config)#access-list 104 permit ip host 1.1.1.1 host 2.2.2.2(config)#class-map c41 (config-cmap)#match access-group 104 (config)#policy-map p41 (config-pm

    2024年02月07日
    瀏覽(26)
  • Cisco交換機安全配置

    Cisco交換機安全配置

    我們以下命令一般都要先進入Config模式 禁用未使用的端口 以關(guān)閉fa0/1到fa0/24的端口為例 緩解MAC地址表攻擊 防止CAM表溢出的最簡單有效的方法是啟用端口安全,它限制了端口上所允許的有效MAC地址數(shù)量。 我們以fa0/1為例子 這里你可能會遇到報錯,內(nèi)容如下: 這是因為端口安

    2024年04月13日
    瀏覽(25)
  • 思科交換機命令大全

    思科交換機基本配置命令 使用telnet遠程式管理 控制臺口令 cisco發(fā)現(xiàn)協(xié)議(cdp) 思科交換機恢復(fù)出廠配置 配置接口標(biāo)識(區(qū)分路由器的各個接口) vtp配置 vlan基本配置 vlan中添加刪除端口 配置接口為動態(tài)協(xié)商模式 生成樹stp 注:在配置上行速端口前要先將基于vlan上的網(wǎng)橋優(yōu)先級

    2024年02月11日
    瀏覽(118)
  • 思科交換機開啟RSTP

    思科交換機開啟RSTP

    ? 使用PC0持續(xù)去ping PC2,在ping的同時斷掉非阻塞鏈路(橙色代表阻塞),發(fā)現(xiàn)丟包5個后恢復(fù)正常。為減少丟包,下面將采用rstp技術(shù)進行優(yōu)化 ? 將實驗拓撲圖進行還原 配置好了后,發(fā)現(xiàn)阻塞端口(橙色)改變了位置,那是因為我們配置的時候switch0的優(yōu)先級設(shè)置最高(0),

    2024年01月24日
    瀏覽(90)
  • 思科交換機DHCP配置

    思科交換機DHCP配置

    思科交換機DHCP配置: 拓撲圖 SW1 配置: Switchenable ----- 從用戶模式進入特權(quán)模式 Switch#configure terminal-----從特權(quán)模式進入全局配置模式 Switch(config)#hostname sw1-----給交換機指定主機名為sw1 SW1(config)#vlan 10-----創(chuàng)建vlan 10 SW1(config)#vlan 20-----創(chuàng)建vlan 20 SW1(config)#interface fastEthernet 0/2----

    2024年02月08日
    瀏覽(19)
  • 思科交換機密碼設(shè)置方法

    一.設(shè)置console密碼 enable #configure trminal (confing)#line console 0←console口 ①(config-line)#password (cisco)←密碼 (config-line)#login ← 一定不能少的. console密碼設(shè)置完成 exit 二:設(shè)置全局密碼 enadle #configure terminal ②(config)#enable secret (class)←密碼 (config)#login 全局密碼設(shè)置完成 exit 三.設(shè)置遠程登

    2024年02月05日
    瀏覽(74)
  • Cisco Packet Tracer 三層交換機與兩層交換機的配置

    Cisco Packet Tracer 三層交換機與兩層交換機的配置

    使用兩臺雙層交換機(2950)連接一臺三層交換機(3560)并連接四臺主機 1.拓撲網(wǎng)絡(luò)如下: Pc0連接Sw0 fa0/1 Pc1連接Sw0 fa0/2 Pc2連接Sw1 fa0/1 Pc3連接Sw1 fa0/2 Sw0 fa0/24連接NSw fa0/1 Sw1 fa0/24連接NSw fa0/2 2.之后配置一下四臺pc的ip地址以及掩碼和網(wǎng)卡:? ? ? ? ? ? 注意:ip地址尾號隨意,但

    2023年04月09日
    瀏覽(26)
  • cisco交換機配置vlan方法

    Cisco IOS中有兩種方式創(chuàng)建vlan,在全局模式下使用vlan vlanid命令,如switch(config)#vlan 10; 在vlan database 下創(chuàng)建vlan ,如 switch(vlan)#vlan 20; 交換機配置: 復(fù)制代碼 代碼如下: Switchenable Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z Switch(config)#vlan 10 Switch(config-vlan)#nam

    2024年02月06日
    瀏覽(33)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包