Skip to main content
roootccc
New Member
December 27, 2015
Question

how to remove router.static6 "1" (1) on a interface

  • December 27, 2015
  • 1 reply
  • 3889 views

 

Hi guys 

 

1 of my interface shows reference of router.static6 "1" (1), but i dont see any static route, how can i remove this reference so i can assign this interface on another vdom.

 

 

    1 reply

    ede_pfau
    SuperUser
    SuperUser
    December 27, 2015

    Have you checked the relevant section in the CLI ("conf router static6")?

    roootccc
    roootcccAuthor
    New Member
    January 7, 2016

    Hi Ede 

     

    i am not familiar with the CLi, is it possible for you to guide me through this ? thank you

    ede_pfau
    SuperUser
    SuperUser
    January 7, 2016

    There's nothing special about the CLI.

    Before you start, please download a backup copy of your configuration (clear text, no encryption). Just to be able to revert your changes if you need to.

     

    Click into the Console widget screen area to connect to the CLI (System > Dashboard). Then type

    conf router static6

    show

    This is what is configured. The routes are numbered so you can delete each by typing

    del <routeID>

     

    In the end, type

    end

    Changes are effective immediately.