[精讚] [會員登入]

CISCO Mirror ports設定鏡射

CISCO Mirror ports設定鏡射

分享完整連結 //n.sfs.tw/m10082

分享連結 CISCO Mirror ports設定鏡射@精讚
(文章歡迎轉載,請尊重版權註明連結來源)
2016-10-25 14:12:23 By 張○○

設定SOURCE

TANET-TCC-C6807(config)#monitor session 2 destination interface TenGigabitEthernet 6/15-16

設定DESTINATION

TANET-TCC-C6807(config)#monitor session 2 destination interface TenGigabitEthernet 6/15-16

查看mirror狀態

#sh monitor 
...
Session 2
---------
Type                   : Local Session
Source Ports           : 
    Both               : Po10
Destination Ports      : Te6/15-16

Egress SPAN Replication State:
Operational mode       : Centralized
Configured mode        : Centralized (default)

查看被Mirror的埠

#sh interfaces TenGigabitEthernet 6/16
TenGigabitEthernet6/16 is up, line protocol is down (monitoring)
  Hardware is C6k 10000Mb 802.3, address is 5897.bd79.6f00 (bia 5897.bd79.6f00)
  MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, 
     reliability 255/255, txload 33/255, rxload 1/255
  Encapsulation ARPA, loopback not set
...

 

END
你可能有興趣

[Rocky9] 安裝node.js 18, node.js 20

原本的nodejs16在使用 quasar dev時出現錯誤,得升級成18版以上

[SSL] Could not read certificate from server.cer 的錯誤排除

在轉換ssl憑證時,出現無法讀取的錯誤,可是怎麼看憑證都很正常,該怎麼解決?

[Linux] 如何能知道我是什麼時候安裝系統的?

linux想知道什麼時候裝系統的? 不必憑記憶。

地圖填色的網站

我們想為國家填色不需要小畫家,這個網站能幫助你

[Linux] 列出所有目錄及所占空間的方法

想知道目錄下的所有目錄所占的空間大小?

[Linux] grep 排除特定字串

使用 -v 參數可以讓grep排除特定字串的方法