- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
cisco交换机端口镜像配置命令(Cisco switch port image configuration command)
cisco交换机端口镜像配置命令(Cisco switch port image configuration command)
Port mirroring configuration for CISCO switches
Source: site release time: 2010-4-15 13:37:00 browser: 249
Port mirroring configuration for CISCO switches
Mirror port configuration
Most switches support mirroring technology, which allows for easy fault diagnosis of switches. We call it mirroring or Spanning. Mirroring is to copy the flow of one port of the switch to another port (mirror port) for monitoring.
Cisco3550 can configure 2 mirror ports
Case: mirror port 2~5 to port 6
1 mirror port configuration
Switchenable
Switch#conf t
The Step3: configuration mirror source can either be port or Vlan
Switch (config), #monitor, session 1, source, interface, gigabitEthernet, 0/2 - 5, RX
The last parameter of the command above:
Both listens for bidirectional data and defaults to both
RX receive
TX send
Step4: configuration mirror destination port
Switch (config) #monitor, session 1, destination, interface, gigabitEthernet, 0/6
Switch (config) #exit
Switch#wr
Step7: view configuration results
Switch#show monitor
Session 1
-
Type: Local Session
Source Ports:
RX Only: Gi0/2-5
Destination Ports: Gi0/6
Encapsulation: Native
Ingress: Disabled
Both listens bidirectional data
RX Only monitor receive
Tx Only monitor send
2, delete mirror port
Switch#conf t
Switch (config) #no monitor session 1
Switch (config) #end
Switch#wr
Switch#show monitor
No, SPAN, configuration, is, present, in, the, system.
3. other
(1) port mirroring filtering, port mirroring is Filter.
Monitor session session_number filter VLAN vlan-id [-] |.
* * specifies which VLAN ports in the source port entry flow can be sent from the destination port.
(2) delete mirror image
No monitor session {session_number all local remote} | | |
**session_number specifies the session number, all is all mirroring, local is the local mirror, and remote is the remote mirror.
(3) the destination port of the mirror cannot send and receive data properly, so it cannot be us
您可能关注的文档
- antonym(反义词).doc
- ApacheJKTomcat 负载平衡配置(ApacheJKTomcat load balancing configuration).doc
- apache2.2 + tomcat6 集群配置及负载均衡设置(The apache2.2 + tomcat6 cluster configuration and load balancing Settings).doc
- Apache和PHP-Perl-Python组合加速_网络管理_网上学园_科技时代_新浪网(Apache and PHP - Perl - Python combination acceleration _ network management _ new wave web).doc
- apache的rewrite(The apache rewrite).doc
- Apache负载均衡+Tomcat集群(Apache load balancing + Tomcat cluster).doc
- apache负载均衡配置(Apache load balancing configuration).doc
- applicationconfig(applicationconfig).doc
- arcgis字段计算字符串函数(Arcgis field calculates string functions).doc
- ARCHER(弓之骑士)(ARCHER (ARCHER of the bow)).doc
- cisco四种类型的网络防火墙技术汇总(Cisco four types of network firewall technology summary).doc
- Cisco路由器是怎样被攻陷的--SolarWinds2002的简单使用(How did the Cisco router get compromised - the simple use of SolarWinds2002).doc
- cmd命令 文本文档(CMD command text document).doc
- cmd中的运行命令(Run commands in CMD).doc
- CMD命令大全 - 副本(CMD command full - copy).doc
- city super(城市超).doc
- cmd常见命令(CMD common commands).doc
- cmd指令大全(CMD instruction).doc
- cmd查看电脑(CMD view computer).doc
- cmd管理员命令大全(The CMD administrator commands the full).doc
文档评论(0)