亚洲韩日午夜视频,欧美日韩在线精品一区二区三区,韩国超清无码一区二区三区,亚洲国产成人影院播放,久草新在线,在线看片AV色

您好,歡迎來到思海網絡,我們將竭誠為您提供優質的服務! 誠征網絡推廣 | 網站備案 | 幫助中心 | 軟件下載 | 購買流程 | 付款方式 | 聯系我們 [ 會員登錄/注冊 ]
促銷推廣
客服中心
業務咨詢
有事點擊這里…  531199185
有事點擊這里…  61352289
點擊這里給我發消息  81721488
有事點擊這里…  376585780
有事點擊這里…  872642803
有事點擊這里…  459248018
有事點擊這里…  61352288
有事點擊這里…  380791050
技術支持
有事點擊這里…  714236853
有事點擊這里…  719304487
有事點擊這里…  1208894568
有事點擊這里…  61352289
在線客服
有事點擊這里…  531199185
有事點擊這里…  61352288
有事點擊這里…  983054746
有事點擊這里…  893984210
當前位置:首頁 >> 技術文章 >> 文章瀏覽
技術文章

利用IP地址查交換機端口2

添加時間:2010-11-12  添加: admin 
 在一個Cisco 交換網絡中間,已知某臺機器的IP地址,如何找出它連接到了哪臺交換機的哪個端口上呢?最方便快捷的方法使使用CiscoWorks 2000 LMS網管軟件的User tracking 功能,圖形化界面,一目了然。
  如果沒有這個軟件,也可以使用以下手工分析方法來找出答案:
  示例網絡:核心交換機為6509(交換引擎SE用CatOS, MSFC運行IOS軟件)
  1. 找出該IP所對應的MAC地址:
  通過查看系統的ARP緩存表可以找出某IP所對應的MAC地址。由于ARP不能跨VLAN進行,所以連接各個VLAN的路由模塊MSFC就是最佳的選擇--一般它在每一個VLAN都有一個端口(interface vlan n),能正確地進行ARP解釋。
  6509MSFC#ping 10.10.1.65
  Type escape sequence to abort.
  Sending 5, 100-byte ICMP Echos to 10.10.1.65, timeout is 2 seconds:
  !!!!!
  Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
  6509MSFC#show arp | in 10.10.1.65
  Internet 10.10.1.65 2 0006.2973.121d ARPA Vlan2
  通過以上命令,我們知道10.10.1.65的MAC地址是0006.2973.121d, 這是IOS設備的MAC地址表達方式,在CatOS中,應寫為00-06-29-73-12-1d.
  2.在交換機上找出MAC地址所對應的端口
  6509SE> (enable) show cam 00-06-29-73-12-1d
  * = Static Entry. + = Permanent Entry. # = System Entry. R = Router Entry.
  X = Port Security Entry $ = Dot1x Security Entry
  VLAN Dest MAC/Route Des [CoS] Destination Ports or VCs / [Protocol Type]
  2 00-06-29-73-12-1d 9/41 [ALL]
  Total Matching CAM Entries Displayed =1
  這是不是說IP為 10.10.1.65的機器就接在端口9/41上呢?
  不一定。如果以下命令中顯示該端口上只有一個活動的MAC地址,那么答案就是肯定的:
  6509SE> (enable) show cam dynamic 9/41
  * = Static Entry. + = Permanent Entry. # = System Entry. R = Router Entry.
  X = Port Security Entry $ = Dot1x Security Entry
  VLAN Dest MAC/Route Des [CoS] Destination Ports or VCs / [Protocol Type]
  2 00-06-29-73-12-1d 9/41 [ALL]
  Total Matching CAM Entries Displayed =1
  如果該命令顯示該端口上有多個活動的MAC地址,那么這個端口應該連接到別的交換機或HUB設備上,見下面的例子(查找IP為10.10.1.250所對應的交換機端口):
  6509MSFC#ping 10.10.1.250
  Type escape sequence to abort.
  Sending 5, 100-byte ICMP Echos to 10.10.1.250, timeout is 2 seconds:
  !!!!!
  Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
  6509MSFC#show arp | in 10.10.1.250
  Internet 10.10.1.250 4 0009.6b8c.64ec ARPA Vlan2
  6509SE> (enable) show cam 00-09-6b-8c-64-ec
  * = Static Entry. + = Permanent Entry. # = System Entry. R = Router Entry.
  X = Port Security Entry $ = Dot1x Security Entry
  VLAN Dest MAC/Route Des [CoS] Destination Ports or VCs / [Protocol Type]
  ---- ------------------ ----- -------------------------------------------
  2 00-09-6b-8c-64-ec 3/11 [ALL]
  Total Matching CAM Entries Displayed =1
  6509SE> (enable) show cam dy 3/11
  * = Static Entry. + = Permanent Entry. # = System Entry. R = Router Entry.
  X = Port Security Entry $ = Dot1x Security Entry
  VLAN Dest MAC/Route Des [CoS] Destination Ports or VCs / [Protocol Type]
  1 00-03-e3-4b-06-80 3/11 [ALL]
  1 00-08-02-e6-b0-cd 3/11 [ALL]
  1 00-02-a5-ee-f2-4f 3/11 [ALL]
  1 00-09-6b-8c-66-d6 3/11 [ALL]
  1 00-09-6b-63-17-d9 3/11 [ALL]
  1 00-0b-cd-03-ec-f5 3/11 [ALL]
  1 00-09-6b-63-17-d8 3/11 [ALL]
  1 00-08-02-e6-b0-c1 3/11 [ALL]
  1 00-08-02-e6-b0-85 3/11 [ALL]
  1 00-08-02-e6-b0-81 3/11 [ALL]
  1 00-02-a5-ef-16-af 3/11 [ALL]
  1 00-02-a5-ee-f2-93 3/11 [ALL]
  1 00-02-55-c6-05-61 3/11 [ALL]
  2 00-09-6b-8c-64-ec 3/11 [ALL]
  1 00-08-02-e6-b0-ed 3/11 [ALL]
  1 00-08-02-e6-b0-a9 3/11 [ALL]
  1 00-02-55-54-7a-e0 3/11 [ALL]
  1 00-02-a5-ef-15-a6 3/11 [ALL]
  1 00-08-02-e6-af-8f 3/11 [ALL]
  1 00-08-02-e6-b0-bd 3/11 [ALL]
  1 00-0b
分享到:

頂部 】 【 關閉
版權所有:佛山思海電腦網絡有限公司 ©1998-2024 All Rights Reserved.
聯系電話:(0757)22630313、22633833
中華人民共和國增值電信業務經營許可證: 粵B1.B2-20030321 備案號:粵B2-20030321-1
網站公安備案編號:44060602000007 交互式欄目專項備案編號:200303DD003  
察察 工商 網安 舉報有獎  警警  手機打開網站