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
你可能有興趣
[地理] 澳洲柏斯的位置竟然比台灣還要西邊
這近我驚奇的發現,澳洲柏斯的精度竟然比臺灣甚至今晚還要來的西邊
WarSpotting 統計俄國在烏克蘭戰爭中到底是損失了多少軍事裝備或人員
這個網站可以看到俄羅斯在戰場上的軍事人員裝備損失,非常詳細
Mac上 vim的複製貼上不能用
在freebsd系統中發現vim裡的command+c沒辦法選取複製,但command+v可以貼上
check-host 從世界各地檢查你的網站能不能連線?
檢測你的網站能不能暢通?這個網站可讓你知道你的網站是不是「網際網路」還是「區域網路」?
[Smarty4] 出現 modifiers 函式不能用的問題
當我把smarty由3版更新到4.5.1版的時候,出現了Using unregistered function xx in a template這樣的錯誤,該如何解決?
[Docker] docker中要怎麼修改影像的名稱,rename image
透過 build來的image如果沒有指定名稱,事後要怎麼修改影像的名稱?