- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- VTI creation in console
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VTI creation in console
Is there a way to create a point to point interface manually in console instead of using the "Get interface" every time when have VTI (route based VPN) configured from CLI.
- Tags:
- route based vpn
- vti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
While R80.10 definitely has improved CLI/API support from past versions, there are some functions that are still done with the older OPSEC CPMI.
This includes many functions related to gateway objects, including such functions as "Get Interfaces," which can only be done via SmartConsole.
We plan to resolve those limitations in future versions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Understood, Thanks for the reply Dameon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would explorer the option to use these 2 API commands (I yet did not had the opportunity to check it )
1. run-script
use the clish syntax to add VTI:
something like that :
clish -sic "add vpn tunnel 20 type numbered local 10.10.10.1 remote 20.20.20.1 peer MyPeer"
2. set simple-gateway to define the interfaces
Please see this section with the API documentation :
interfaces | List: Object v
Morev | Network interfaces. When a gateway is updated with a new interfaces, the existing interfaces are removed |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not talking about the API stuffs. I use unnumbered vti with cluster env. Dameon seems to be right, still we do not have a pt-to-pt from the manual selection.
