Skip to content

Commit

Permalink
Add FortiOS notes (#3077)
Browse files Browse the repository at this point in the history
  • Loading branch information
systeembeheerder authored Feb 27, 2024
1 parent 6e826ab commit 792cdab
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions docs/Model-Notes/FortiOS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# FortiOS Configuration

Create user oxidized with ED25519 public key

```text
config system admin
edit oxidized
set trusthost1 192.0.2.1 255.255.255.255
set accprofile "super_admin_readonly"
set ssh-public-key1 "ssh-ed25519 AAAAThisIsJustAnExmapleKey_UseYourOxidizedPUBLICKEY oxidized@librenms"
end
```


Fortigate procdues a lot of config changes. I recommend filtering using

```yaml
models:
fortios:
vars:
remove_secret: true
```
Oxidized can now retrieve your configuration!
Back to [Model-Notes](README.md)
2 changes: 1 addition & 1 deletion docs/Supported-OS-Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
|Firebrick |FBxxxx |[firebrick](/lib/oxidized/model/firebrick.rb)
|Force10 |DNOS |[dnos](/lib/oxidized/model/dnos.rb)
| |FTOS |[ftos](/lib/oxidized/model/ftos.rb)
|FortiGate |FortiOS |[fortios](/lib/oxidized/model/fortios.rb)
|FortiGate |FortiOS |[fortios](/lib/oxidized/model/fortios.rb) | |[FortiOS](Model-Notes/FortiOS.md)
|FortiWLC |FortiWLC |[fortiwlc](/lib/oxidized/model/fortiwlc.rb)
|Fujitsu |PRIMERGY Blade switch 1/10Gbe |[fujitsupy](/lib/oxidized/model/fujitsupy.rb)
|GCOM Technologies |Broadband Network Platform Software|[gcombnps](/lib/oxidized/model/gcombnps.rb)
Expand Down

0 comments on commit 792cdab

Please sign in to comment.