USG FLEX 500 H V1.37(ABZH.0)

Options
sysco
sysco Posts: 3 image  Freshman Member
First Comment Sixth Anniversary

Hello,

I'm looking for the CLI command to create a new interface ge5 for example ?

I'm also looking for the CLI command to remove a port (p10) from interface ge4

and finally, I'm also looking for the commande to remove an existing interface, for example ge2.

I looked at this guide : https://download.zyxel.com/USG_FLEX_500H/cli_reference_guide/USG%20FLEX%20500H_V1.36.pdf

Thanks a lot for your help.

Best regards

All Replies

  • Zyxel_Melen
    Zyxel_Melen Posts: 4,533 image  Zyxel Employee
    Zyxel Certified Network Engineer Level 1 - Switch Zyxel Certified Network Administrator - Switch Zyxel Certified Network Administrator - Nebula Zyxel Certified Sales Associate

    Hi @sysco

    I'm looking for the CLI command to create a new interface ge5 for example ?

    Type in "vrf main interface ethernet/vlan <interface name> <default-snat / ping-check / ipv4 / ipv6 / network-stack / ethernet / enabled / type / ports>"

    I'm also looking for the CLI command to remove a port (p10) from interface ge4

    Start with del to remove any config, includes port in an interface. Example: "del vrf main interface ethernet ge4 ports p10"

    and finally, I'm also looking for the commande to remove an existing interface, for example ge2.

    I suggest to remove it from GUI since you need to delete it reference. From GUI you can check which object/policy/settings relates with it.

    Zyxel Melen


  • sysco
    sysco Posts: 3 image  Freshman Member
    First Comment Sixth Anniversary

    Thanks for your help.

    I tried this command but it doesn't work :

    / vrf "main" interface ethernet "lan1"

    Thanks for your help