文本版|topic 高级搜索
   名人堂 帮助 论坛制度 意见反馈 | 首页 博客 周新贴 招聘 专题 新闻
RSS 底部
 
社区导航: 专家门诊   网络技术   操作系统   数据库   程序设计   系统应用   考试认证   CIO及信息化   站长交流   综合交流   下载基地  51CTO产品服务 设为首页 | 收藏本站
51CTO技术论坛» 华为技术 » 堆叠交换机如何做端口镜像       [ 打印]  [ 订阅]  [ 收藏]  [ 推荐给朋友]   [ 本帖文本页]

论坛跳转:
     
标题: 堆叠交换机如何做端口镜像  ( 查看:210  回复:3 )   
 该主题悬赏的20无忧币已被全部领完 
 
zuixk
新新人类  点击可查看详细



帖子 2
精华 0
无忧币 18
积分 6
阅读权限 20
注册日期 2008-4-29
最后登录 2008-5-4 离线

[查看资料]  [发短消息]  [Blog
       
发表于:2008-4-29 13:44   标题:堆叠交换机如何做端口镜像
上一帖 |
公司里老有人在下载东西,苦于不知道如何做端口镜像

交换机是由1台5516+2台3050C堆叠成的,请问在一个端口可以映射到2台3050交换机的所有端口么?

具体操作是什么?

谢谢

[ 本帖最后由 zuixk 于 2008-4-29 15:04 编辑 ]



网络工程师到底该不该去考CCIE认证?
2008-4-29 13:441楼
[ 顶部 ]
 
javson
技术员  点击可查看详细


帖子 296
精华 0
无忧币 975
积分 338
阅读权限 30
注册日期 2006-12-22
最后登录 2008-7-21 离线

[查看资料]  [发短消息]  [Blog
       
发表于:2008-4-29 15:16  ,被系统奖励 7 点无忧币
如果是一台交换机,当然可以,但是现在是堆叠,你把配置文件写出来吧,看看!



2008-4-29 15:162楼
[ 顶部 ]
 
zuixk
新新人类  点击可查看详细



帖子 2
精华 0
无忧币 18
积分 6
阅读权限 20
注册日期 2008-4-29
最后登录 2008-5-4 离线

[查看资料]  [发短消息]  [Blog
       
发表于:2008-4-29 15:25  ,被系统奖励 7 点无忧币
<stack_0.LS5516>display cur
#
sysname stack_0.LS5516
#
radius scheme system
server-type huawei
primary authentication 127.0.0.1 1645
primary accounting 127.0.0.1 1646
user-name-format without-domain

domain system
radius-scheme system
access-limit disable
state active
idle-cut disable
self-service-url disable
messenger time disable

domain default enable system
#
local-server nas-ip 127.0.0.1 key huawei

local-user
password simple
service-type telnet level 3
#
dhcp-server detect
#
acl number 3000
rule 30 deny tcp destination-port eq 3127
rule 31 deny tcp destination-port eq 1025
rule 32 deny tcp destination-port eq 5554
rule 33 deny tcp destination-port eq 9996
rule 34 deny tcp destination-port eq 1068
rule 43 deny tcp destination-port eq 593
rule 44 deny tcp destination-port eq 4444
rule 45 deny tcp destination-port eq 5800
rule 46 deny tcp destination-port eq 5900
rule 48 deny tcp destination-port eq 8998
rule 49 deny tcp destination-port eq 445
rule 50 deny udp destination-port eq 445
rule 51 deny udp destination-port eq 1434
rule 100 deny tcp source 0.0.0.224 255.255.255.0 destination-port eq 139
#
vlan 1
#
vlan 2
#
vlan 3
#
vlan 4
#
vlan 5
#
vlan 6
#
vlan 7
#
vlan 8
#
vlan 9
#
vlan 100
#
interface Vlan-interface1
ip address 192.168.0.1 255.255.255.0
#
interface Vlan-interface2
ip address 192.168.2.1 255.255.255.0
#
interface Vlan-interface3
ip address 192.168.3.1 255.255.255.0
#
interface Vlan-interface4
ip address 192.168.4.1 255.255.255.0
#
interface Vlan-interface5
ip address 192.168.5.1 255.255.255.0
#
interface Vlan-interface6
ip address 192.168.6.1 255.255.255.0
#
interface Vlan-interface7
ip address 192.168.7.1 255.255.255.0
#
interface Vlan-interface8
ip address 192.168.8.1 255.255.255.0
#
interface Vlan-interface9
ip address 192.168.9.1 255.255.255.0
#
interface Vlan-interface100
ip address 192.168.100.1 255.255.255.0
#
interface Aux0/0
#
interface GigabitEthernet1/1
port link-type trunk
port trunk permit vlan all
#
interface GigabitEthernet1/2
port link-type trunk
port trunk permit vlan all
#
interface GigabitEthernet1/3
port link-type trunk
port trunk permit vlan all
#
interface GigabitEthernet1/4
#
interface GigabitEthernet2/1
port access vlan 100
#
interface GigabitEthernet2/2
port access vlan 100
#
interface GigabitEthernet2/3
port access vlan 100
#
interface GigabitEthernet2/4
port access vlan 100
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 192.168.3.251 preference 60
#
snmp-agent
snmp-agent local-engineid 800007DB00E0FC595CE16877
snmp-agent community read  public
snmp-agent community write  private
snmp-agent sys-info location BeiJing China
snmp-agent sys-info version all
#
stacking ip-pool 192.168.0.1 3 255.255.255.0
stacking enable
#
user-interface aux 0
user-interface vty 0
authentication-mode scheme
set authentication password simple zero
user-interface vty 1 4
authentication-mode scheme
#
return
<stack_0.LS5516>


这个算配置吧,我也不大明白



网络工程师到底该不该去考CCIE认证?
2008-4-29 15:253楼
[ 顶部 ]
 
javson
技术员  点击可查看详细


帖子 296
精华 0
无忧币 975
积分 338
阅读权限 30
注册日期 2006-12-22
最后登录 2008-7-21 离线

[查看资料]  [发短消息]  [Blog
       
发表于:2008-4-29 16:54  ,被系统奖励 7 点无忧币
结论:你使用的堆叠技术只支持本地镜像,不支持远程镜响;
解释:
你现在使用的堆叠技术和现在的S3600技术不一样.你的堆叠效果是显示3台设备,这样是无法把3050C上的流量镜像到5516上,只能对5516上所有流量做镜像;
使用现在的堆叠技术堆叠后,登陆任意一台交换机,配置出的效果是包括所有端口,真实的实现一台管理多台,此时,可以实现A,B,C所有流量镜像;



2008-4-29 16:544楼
[ 顶部 ]
     
论坛跳转:  

| | |

| | |

| | |

标记已读 · 删除论坛Cookies · 文本版 · WAP
 
| 诚征版主 | 版主堂 | 意见建议 | 大史记 | 论坛地图
Copyright©2005-2008 51CTO.COM  Powered by Discuz!
本论坛言论纯属发布者个人意见,不代表51CTO网站立场!如有疑义,请与管理员联系。
京ICP备05051492号