Guía de configuración de Oracle® Switch ES2-72 y Oracle Switch ES2-64

Salir de la Vista de impresión

Actualización: Abril de 2015
 
 

Verificar la pertenencia de VLAN

Esta tarea prueba si los paquetes entrantes se conmutan adecuadamente en los puertos miembro de la VLAN.

  1. Conéctese al SEFOS.

    Consulte Connect to SEFOS.

  2. Muestre la interfaz actual de VLAN.
    SEFOS-1# show vlan
    Vlan database
    -------------
    Vlan ID             : 101
    Member Ports : X10/1,X10/2,X10/21,X10/22
    Untagged Ports : X10/1,X10/2,X10/21,X10/22
    Forbidden Ports : None
    Reflective-Relay : Disabled
    Name :
    Status : Other
    
  3. Ejecute Ping desde el host A al host B.
    # ping -s 20.0.0.20
    
  4. Ejecute Ping desde el host B al host A.
    # ping 20.0.0.10
    
  5. Cambie los puertos miembro de VLAN 101 en el conmutador SEFOS-2.
    SEFOS-2# configure terminal
    SEFOS-2(config)# vlan 101
    SEFOS-1(config-vlan)# ports xl-ethernet 0/25,0/1-2 untagged xl-ethernet 0/25,0/1-2
    
  6. Active el puerto 25, que está conectado al host C.
    SEFOS-2# config terminal
    SEFOS-2(config)# interface xl-ethernet 0/25
    SEFOS-2(config-if)# no shutdown
    SEFOS-2(config-if)# end
    
  7. Muestre la interfaz de VLAN.
    SEFOS-2# show vlan
    Vlan database 
    ------------- 
    Vlan ID             : 101
    Member Ports        : X10/1,X10/21, X10/22
    Untagged Ports      : X10/1,X10/21, X10/22
    Forbidden Ports     : None
    Reflective-Relay    : Disabled
    Name                :
    Status              : Other
    
  8. Ejecute Ping desde el host A al host B, o al host C.

    El comando ping debe ejecutarse correctamente.

    # ping -s 20.0.0.20
    # ping -s 20.0.0.30
    

Información relacionada