Comware

 View Only
last person joined: yesterday 

Expand all | Collapse all

HP 1910-8G-POE TRUNK HYPERV

This thread has been viewed 4 times
  • 1.  HP 1910-8G-POE TRUNK HYPERV

    Posted 2 days ago

    Hello,

        We have a strange issue in HP 1910-8G-POE which is Trunked to HYPER-V server, in which we have 4 vlans

    192..168.20.0   (VLAN20)  VLAN INTERFACE 192.168.20.1

    192.168.40.0   (VLAN40)  VLAN INTERFACE 192.168.40.1

    192.168.60.0   (VLAN60)  VLAN INTERFACE 192.168.60.1

    192.168.100.0 (VLAN1)  VLAN INTERFACE 192.168.100.254

     

    My server has 192.168.20.200/24 ip address and its directly connected to the Trunk port of the server where all the VLANS are allowed .

    I CANNOT PING THE VLAN INTERFACE 192.168.20.1

     

    But i change the same port from trunk to access and put the port in VLAN 20 the server starts pinging.

     

    [HP]display current-configuration
    #
    version 5.20, Release 1513P62
    #
    sysname HP
    #
    domain default enable system
    #
    ip ttl-expires enable
    #
    password-recovery enable
    #
    vlan 1
    #
    vlan 10
    description Sales
    #
    vlan 20
    description MRKT
    #
    vlan 40
    description FIN
    #
    vlan 60
    description LOT
    #
    domain disp
    state active
    idle-cut disable
    self-service-url disable
    domain system
    access-limit disable
    state active
    idle-cut disable
    self-service-url disable
    #
    user-group system
    #
    local-user admin
    authorization-attribute level 3
    service-type ssh telnet terminal
    service-type web
    #
    stp mode rstp
    stp enable
    #
    interface NULL0
    #
    interface Vlan-interface1
    ip address 192.168.100.254 255.255.255.0
    #
    interface Vlan-interface20
    ip address 192.168.20.1 255.255.255.0
    #
    interface Vlan-interface40
    ip address 192.168.40.1 255.255.255.0
    #
    interface Vlan-interface60
    ip address 192.168.60.1 255.255.255.0
    #
    interface GigabitEthernet1/0/1
    poe enable
    stp edged-port enable
    #
    interface GigabitEthernet1/0/2
    poe enable
    stp edged-port enable
    #
    interface GigabitEthernet1/0/3
    port access vlan 20
    poe enable
    stp edged-port enable
    #
    interface GigabitEthernet1/0/4
    port access vlan 20
    poe enable
    stp edged-port enable
    #
    interface GigabitEthernet1/0/5
    port access vlan 20
    poe enable
    stp edged-port enable
    #
    interface GigabitEthernet1/0/6
    port access vlan 20
    poe enable
    stp edged-port enable
    #
    interface GigabitEthernet1/0/7
    port access vlan 20
    poe enable
    stp edged-port enable
    #
    interface GigabitEthernet1/0/8
    port link-type trunk
    port trunk permit vlan all
    poe enable
    stp edged-port enable
    #
    interface GigabitEthernet1/0/9
    port link-type hybrid
    port hybrid vlan 1 tagged
    stp edged-port enable
    #
    user-interface aux 0
    authentication-mode scheme
    user-interface vty 0 15
    authentication-mode scheme
    #
    return



  • 2.  RE: HP 1910-8G-POE TRUNK HYPERV

    Posted 9 hours ago

    Hi SKAK

    I suppose the port on the switch where you connect the server is GigabitEthernet1/0/8.

    Let's try to set VLAN 20 as the PVID (the "native" vlan) :

    interface GigabitEthernet1/0/8
    port link-type trunk
    port trunk permit vlan all

    port trunk pvid vlan 20

    poe enable
    stp edged-port enable



    ------------------------------
    Frederic
    (kudos welcome)
    ------------------------------