3.18. Configuring PORT-XCONNECT

Overview

Function Introduction

This feature can forward the packet directly according to the destination-interface configured without looking up any table items and forwarding.

Only physical and aggregate port are currently supported.

Principle Description

N/A

Configuration

step 1 Enter the configure mode

Switch# configure terminal

step 2 Enter the interface mode and no shutdown

Switch(config)# interface range eth-0-1 , eth-0-2
Switch(config-if-range)# no shutdown

step 3 Set eth-0-1 port-xconnect destination interface

Switch(config)# interface eth-0-1
Switch(config-if)# port-xconnect destination-interface eth-0-2
Switch(config-if)# end

step 4 Display configuration

Switch# show running-config
Building configuration...
!
no service password-encryption
!
!
!
!
!
!
!
temperature 0 0 0
!
vlan database
!
interface eth-0-1
port-xconnect destination-interface eth-0-2
!
interface eth-0-2
!
interface eth-0-3
Switch#

Application cases

N/A