Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VLAN contra Switch HPE

estoy configurando un XG 230 contra un Switch HPE 1920s pero no logro que las vlans se activen



This thread was automatically locked due to age.
  • you can't create VLANS at the switch or at the firewall?
    At the firewall you simply use "new vlan-interface".

  • ¡Hola! Jofre and welcome to the Sophos Community!

    ¿Qué ves cuando no puedes activar las vlans?

    Muevo su conversación a la comunidad de Sophos Firewall (XG).

    Cheers - Bob

  • ejemplo para comware (former 3com, then H3C):

    vlan 1
     name primary-VLAN
    #
    vlan 2
     name auxilliary-VLAN
    #
    interface GigabitEthernet1/0/1
     port link-mode bridge
     description Trunk-to-UTM
     port link-type trunk
     port trunk permit vlan all
     port trunk pvid vlan 1
    #

    ejemplo para procurve (former RND, now aruba):

    interface 1 
       name Trunk-to-UTM
    exit
    vlan 1 
       name "primary-VLAN" 
       untagged 1
       exit 
    vlan 2 
       name "auxilliary-VLAN" 
       tagged 1
       exit 
    

    En ambos casos, agregue una interfaz "Ethernet VLAN" con la etiqueta dada (2 en el caso anterior)