‘壹’ 大华核心交换机查看参数
1、背板带宽、二/三层交换吞吐率。
2、VLAN类型和数量。
3、交换机端口数量及类型。
4、支持网络管理的协议和方法。需要交换机提供更加方便和集中式的管理。
5、Qos、802.1q优先级控制、802.1X、802.3X的支持。
6、堆叠的支持。
7、交换机的交换缓存和端口缓存、主存、转发延时等参数。
8、线速转发、路由表大小、访问控制列表大小、对路由协议的支持情况、对组播协议的支持情况、包过滤方法、机器扩展能力等都是值得考虑的参数,应根据实际情况考察。
‘贰’ 根据IP地址查交换机端口的方法
在一个Cisco 交换网络中间,已知某台机器的IP地址,怎样找出它相连到了哪台交换机的哪个端口上呢?接下来是我为大家收集的根据IP地址查交换机端口的方法方法,希望能帮到大家。
根据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
全球IP地址分配表最新数据 S_CXV
授权:共享软件 大小:62KB 语言: 简体中文下载地址本周共下载 20 次
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-cd-03-db-8b 3/11 [ALL]
1 00-09-6b-8c-25-50 3/11 [ALL]
Do you wish to continue y/n [n]? n
因为该端口相连到另一台交换机或HUB,必须继续追查,方式如下:
6509SE> (enable) show cdp nei 3/11
* - indicates vlan mismatch.
[ 不重启98更改IP地址 ]# - indicates plex mismatch.
Port Device-ID Port-ID Platform
3/11 Cisco2924 GigabitEthernet1/1 cisco WS-C2924M-XL
该命令显示对端设备是一台Cisco2924,如果没有显示,那么说明相连的是别的厂家的设备,可能要到该交换机上用类似的办法继续追查IP地址,交换机。本例子中是Cisco 设备,全部我们可以继续:
6509SE> (enable) show cdp nei 3/11 de
Port (Our Port): 3/11
Device-ID: Cisco2924
Device Addresses:
IP Address: 10.10.0.60
Holdtime: 153 sec
Capabilities: TRANSPARENT_BRIDGE SWITCH
Version:
Cisco Internetwork Operating System Software
IOS (tm) C2900XL Software (C2900XL-C3H2S-M), Version 12.0(5.2)XU,
MAINTENANCE INTERIM SOFTWARE
Copyright (c) 1986-2000 by cisco Systems, Inc.
Compiled Mon 17-Jul-00 17:35 by ayounes
Platform: cisco WS-C2924M-XL
Port-ID (Port on Neighbors's Device): GigabitEthernet1/1
VTP Management Domain: lan
Native VLAN: 1
Duplex: full
System Name: unknown
System Object ID: unknown
Management Addresses: unknown
Physical Location: unknown
Cisco2924#show mac-address-table dynamic address 0009.6b8c.64ec
Non-static Address Table:
Destination Address Address Type VLAN Destination Port
------------------- ------------ ---- --------------------
0009.6b8c.64ec Dynamic 2 FastEthernet0/2
Cisco2924#show mac-address-table dynamic interface f0/2
Non-static Address Table:
Destination Address Address Type VLAN Destination Port
------------------- ------------ ---- --------------------
0009.6b8c.64ec Dynamic 2 FastEthernet0/2
议决以上命令可知,MAC地址0009.6b8c.64ec 与Cisco 2924交换机相连,且是该端口上唯一运动的MAC地址,所以IP为10.10.1.250的机器应该就相连在这个端口上。
看了“根据IP地址查交换机端口的方法”还想看:
1. 怎么给交换机配置ip地址
2. Nortel交换机端口怎么配置
3. IP地址冲突原因分析及解决方案
4. 怎么能够有效的管理企业ip地址介绍
5. 思科IP-MAC地址绑定怎么配置
6. nortel交换机如何配置ip地址
‘叁’ 华为交换机如何根据已知一个IP查他对应的MAC地址和交换机端口
华为S5735S-S24T4S-A
VRP software, Version 5.170 (S5735 V200R019C10SPC500)
华为S5720-28p-LI-AC
VRP software, Version 5.170 (S5720 V200R011C10SPC600
华为交换机如何根据已知一个IP查他对应的MAC地址和交换机端口命令
华为交换机根据已知一个IP查他对应的MAC地址,已知终端ip:192.168.1.11
1.首先在核心交换机上dis arp | include 192.168.1.11
显示
找到ip:192.168.1.11对应mac地址为6xxx-9xxx-fxxx
2.然后找到对应接入层交换机dis mac-address 6xxx-9xxx-fxxx
查看接口对应有哪些mac地址
‘肆’ 核心交换机怎么查看傻瓜交换机
核心交换机的功能菜单中可以查看傻瓜交换机,核心交换机的功能和质量都是非常不错的
‘伍’ 怎么查看交换机型号
1、首先通过SSH、telnet等方式远程登录所要查询的交换机,如图所示。
‘陆’ 华为核心交换机怎么查看设备信息
华为设备都会自带一根console线,用console线的Rs232口连接电脑,Rj45口连接核心交换的console口,之后启动电脑的超级终端,设置终端参数为:波特率为9600bit/s、8位数据位、1位停止位、无校验和无流控,并选择终端类型位VT100。之后就进入了华为核心交换机的CLI配置模式,输入dis device命令就会输出设备相关信息了。
‘柒’ 网络核心交换机怎样查看局域网的某台上网记录
交换机只做数据交换,不能查看记录,如需查看,需要安装上网行为管理设备,或安装代理服务器
‘捌’ 华为交换机如何查看本交换机IP地址
可以参考以下操作步骤:
1、准备一台带串口的电脑,最好是笔记本,方便操作,然后准备一根一端为网口一端为串口的配置线,