- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to remove router.static6 "1" (1) on a interface
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you checked the relevant section in the CLI ("conf router static6")?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ede
i am not familiar with the CLi, is it possible for you to guide me through this ? thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
wow, i got it removed, thanks alot on this
