Configuracion Conversor Giga Etx 203ax

Descargar como pdf o txt
Descargar como pdf o txt
Está en la página 1de 11

CONFIGURACION CONVERSOR RAQD GIGA ETX-203AX

Para La configuración de los conversores Giga RAD ETX-203AX se ingresa al


equipo con la siguiente configuración del puerto:
EL CABLE DE CONFIGURACIÓN ES PROPIETARIO SE ADJUNTA
REGISTRO FOTOGRÁFICO:

SE DEBE CONECTAR AL PUERTO CONTROL

Luego se debe ingresar en la pantalla el usuario

User>su
Password> 1234

Al ingresar con Súper usuario en el screen se muestra de la siguiente


manera

ETX-203AX#

En estos momentos se debe ingresar a modo CONFIGURACION con el


comando configure
Y pegar la plantilla.

SE RELACIONAN A CONTINUACIÓN DOS PLANTILLAS:

1. Servicios que no se debe configurar VLAN

2. Servicios los cuales llevan configuración de VLAN

1. PLANTILLA SIN VLAN

configure

echo "Flows Configuration"

# Flows Configuration

flows

echo "Classifier Profile Configuration"

# Classifier Profile Configuration

classifier-profile "untaq" match-any

match untagged
exit

classifier-profile "all" match-any

match all

exit

echo "Flow Configuration"

# Flow Configuration

flow "data_in"

classifier "all"

ingress-port ethernet 3

egress-port ethernet 1 queue 0 block 0/1

no shutdown

exit

flow "data_out"

classifier "all"

ingress-port ethernet 1

egress-port ethernet 3 queue 0 block 0/1

no shutdown

exit

exit

exit

configure

exit

ETX-203AX#
En esto momentos queda configurado en modo Bridge para que todo el
trafico del puerto SFP marcado como ethernet 1 se envié al puerto Ethernet
marcado como ethernet 1, si se quiere habilitar mas puertos Ethernet se
debe repetir la parte de la plantilla FLOW data reemplazando los puertos a
los cuales se quiere direccionar el trafico

# Flow Configuration

flow "data_in"

classifier "all"

ingress-port ethernet 3

egress-port ethernet 1 queue 0 block 0/1

no shutdown

exit

flow "data_out"

classifier "all"

ingress-port ethernet 1

egress-port ethernet 3 queue 0 block 0/1

no shutdown

exit

exit

exit

SE COMPRUEBA LA CONFIGURACIÓN DEL EQUIPO CON EL COMANDO


INFO

ETX-203AX# info

version "3.01A14" sw "5.5.0(0.52)G2"

configure
echo "Flows Configuration"

# Flows Configuration

flows

echo "Classifier Profile Configuration"

# Classifier Profile Configuration

classifier-profile "untaq" match-any

match untagged

exit

classifier-profile "all" match-any

match all

exit

echo "Flow Configuration"

# Flow Configuration

flow "data_in"

classifier "all"

ingress-port ethernet 3

egress-port ethernet 1 queue 0 block 0/1

no shutdown

exit

flow "data_out"

classifier "all"

ingress-port ethernet 1

egress-port ethernet 3 queue 0 block 0/1

no shutdown

exit

exit

exit
configure

exit

ETX-203AX#

2. PLANTILLA 2 CON VLAN

configure

port

ethernet 1

no auto-negotiation

exit

svi 1

no shutdown

exit

exit

bridge 1

name "BRIDGE 1"

port 1

no shutdown

exit
port 2

no shutdown

exit

port 3

no shutdown

exit

port 4

no shutdown

exit

port 5

no shutdown

exit

vlan 2309

exit

exit

flows

classifier-profile "v2309" match-any

match vlan 2309

exit

classifier-profile "untag" match-any

match untagged

exit

classifier-profile "all" match-any

match all

exit
flow "eth1-to-bp1"

classifier "v2309"

ingress-port ethernet 1

egress-port bridge-port 1 1

reverse-direction block 0/1

no shutdown

exit

flow "eth3-to-bp2"

classifier "v2309"

ingress-port ethernet 3

egress-port bridge-port 1 2

reverse-direction block 0/1

no shutdown

exit

flow "eth4-to-bp3"

classifier "v2309"

ingress-port ethernet 4

egress-port bridge-port 1 3

reverse-direction block 0/1

no shutdown

exit

flow "eth5-to-bp4"

classifier "v2309"

ingress-port ethernet 5

egress-port bridge-port 1 4

reverse-direction block 0/1

no shutdown
exit

flow "eth6-to-bp6"

classifier "v2309"

ingress-port ethernet 6

egress-port bridge-port 1 5

reverse-direction block 0/1

no shutdown

exit

exit

exit

exit

SE COMPRUEBA LA CONFIGURACIÓN DEL EQUIPO CON EL COMANDO


INFO ETX-203AX# info

TENER EN CUENTA QUE LA VLAN DE ESTA PLANTILLA DE MUESTRA


ES LA 2309 ES LA QUE SE DEBE REEMPLAZAR POR LA VLAN QUE SE
DESEA CONFIGURAR

En esto momentos queda configurado en modo TRUNK para que todo el


tráfico del puerto SFP marcado como NET 1 se envié al puerto Ethernet del
3 AL 6 y viceversa con la VLAN configurada, si se quiere habilitar mas VLAN
deben agregarse del mismo modo y relacionarlas a los puertos que se
desean relacionar.

GUARDAR CAMBIOS DE CONFIGURACION

SAVE
PARA QUE EL EQUIPO QUEDE CON LA CONFIGURACION DE FÁBRICA EN EL
MODO GLOBAL SE DIGITA EL COMANDO:

ADMIN FACTORY-DEFAULT

También podría gustarte