Guia #1 Laboratorio de Telecomunicaciones
Guia #1 Laboratorio de Telecomunicaciones
Laboratorio de Telecomunicaciones
Table of Contents
i
About This Test
Test Instructions
This Guide is applicable to VRP Version3.1RELEASE 0020
Test Objectives
1. To grasp the basic configurations of Ethernet ports.
2. To grasp the port trunking for Ethernet ports.
3. To grasp the port mirroring for Ethernet ports.
Test Tasks
Basic configuration of Ethernet ports
Ethernet port trunking
Ethernet port mirroring
Relevant Materials
VRP 3.10 Operation Manual
1
Chapter 1 Basic Configuration of Ethernet Ports
RTA RTB
.1 10.1.1.0/30 .2
R R
2
1.5 Configuration Procedure
Configure IP addresses for interfaces of RTA and RTB, with other configurations using
the default values.
3) Test connectivity
[RTA-Ethernet0/0]ping 10.1.1.2
3
PING 10.1.1.2: 56 data bytes, press CTRL_C to break
Reply from 210.11.180.18 : bytes=56 Sequence=1 ttl=255 time=2 ms
Reply from 210.11.180.18 : bytes=56 Sequence=2 ttl=255 time=1 ms
Reply from 210.11.180.18 : bytes=56 Sequence=3 ttl=255 time=1 ms
Reply from 210.11.180.18 : bytes=56 Sequence=4 ttl=255 time=1 ms
Reply from 210.11.180.18 : bytes=56 Sequence=5 ttl=255 time=1 ms
Configuration of router B:
[RTB]interface Ethernet 0/0
[RTB-Ethernet0/0]ip address 10.1.1.2 30
4
Chapter 2 Ethernet Port Trunking
5
Before configuring port trunking, you must ensure that all ports of SW1 and SW2 to be
aggregated to port trunking work in the full duplex mode and at the same rate (they
cannot work in the auto negotiation mode).
3) Configure port trunking
The above output information shows that SW1 forwards Interface Vlan1 data frames to
SW2 through E0/2. To check whether E01 in the port trunking group can back up E02,
you can only disable E0/1 manually and then check the connectivity between SW1 and
SW2.
[Sw1]interface Ethernet 0/2
[Sw1-Ethernet0/2]shut
%Oct 10 15:01:57 2005 Sw1 L2INF/5/PORT LINK STATUS CHANGE:
Ethernet0/2: turns into DOWN state
<Sw2>ping 10.1.1.1
PING 10.1.1.1: 56 data bytes, press CTRL_C to break
Reply from 10.1.1.1: bytes=56 Sequence=1 ttl=255 time = 23 ms
Reply from 10.1.1.1: bytes=56 Sequence=2 ttl=255 time = 4 ms
Reply from 10.1.1.1: bytes=56 Sequence=3 ttl=255 time = 9 ms
Reply from 10.1.1.1: bytes=56 Sequence=4 ttl=255 time = 4 ms
Reply from 10.1.1.1: bytes=56 Sequence=5 ttl=255 time = 4 ms
6
--- 10.1.1.1 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 4/8/23 ms
<Sw1>display mac
MAC ADDR VLAN ID STATE PORT INDEX AGING TIME
00e0-fc26-2f3c 1 Learned Ethernet0/1 AGING
00e0-fc09-bcf9 1 Learned Ethernet0/1 AGING
Note: if you use S3900 series switches the commands for link aggregation is :
[Sw1]link-aggregation group 10 mode manual
[Sw1-Ethernet1/0/1]speed 100
[Sw1-Ethernet1/0/1]duplex full
[Sw1-Ethernet1/0/1]port link-aggregation group 10
[Sw1-Ethernet1/0/2]speed 100
[Sw1-Ethernet1/0/2]duplex full
[Sw1-Ethernet1/0/2]port link-aggregation group 10
7
Chapter 3 Ethernet Port Mirror
The PC is connected to port E0/24. Data received on port E0/1 is monitored through the
monitoring software.
8
Configure an IP address for the
interface
Configuration of SW2:
[Sw2]interface Vlan-interface 1
[Sw2-Vlan-interface1]ip address 10.1.1.2 255.255.255.252