13 port mirror configuration, 14 ip configuration – ADLINK aTCA-N700 User Manual

Page 19

Advertising
background image

Switch Manager Configuration Guide

19

Example

Pipe port xe2 to port xe3.

4.2.13 Port Mirror Configuration

Port mirroring can be used for network traffic sniffer and debug purposes. This is done for specific

ports of the switch blade. As such, many switch ports are configured as source ports and one

switch port is configured as a destination port. You can configure how traffic is mirrored on a

source port. Packets that are received on the source port, that are transmitted on a port, or are

both received and transmitted, can be mirrored to the destination port.

The following commands are available for Port Mirror

Command description

port PORT_ID mirror-to PORT_ID both

Duplicate both ingress and egress traffic

port PORT_ID mirror-to PORT_ID

egress

Duplicate port egress traffic

port PORT_ID mirror-to PORT_ID

ingress

Duplicate port ingress traffic

Example

Duplicate both ingress and egress traffic of port xe2 to port xe3.

4.2.14 IP Configuration

The Switch Manager provides IP address and MAC address configuration functions on the

physical network interface card and logical VLAN-interface.

ATCA-N700# port pipe xe2 xe3

ATCA-N700# show port pipe

Src_port Dst_port

xe2 xe3

ATCA-N700# port xe2 mirror-to xe3 both

ATCA-N700# show port mirror

SRC_PORT DST_PORT MODE

xe2 xe3 ingress,egress

Advertising