Top

How to configure vlan-translation via CLI and SNMP on ECS4620 series ? Follow

Comments

1 comment

  • Avatar
    Yurii Ivanov

    ECS4620 has different example in documentation!
    ECS4210-12T works the same btw.
    But, you should take more steps in confiration:

    To translate 124->100 for example
    configure
      interface ethernet 1/1
        description UpLink
        switchport allowed vlan add 124 tagged
        switchport allowed vlan add 100 tagged

    interface ethernet 1/7
      description DownLink
      switchport allowed vlan add 100 tagged
      switchport allowed vlan add 124 tagged
      switchport vlan-translation 100 124

    0
    Comment actions Permalink

Please sign in to leave a comment.