Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fortigate 900g, fix typo #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions EXTRAS/reports/all
Original file line number Diff line number Diff line change
Expand Up @@ -517055,6 +517055,8 @@
fgt601F(6008) type=0
fgt800C(8003) type=0
fgt800D(8004) type=0
fgt900G(9001) type=0
fgt901G(9002) type=0
fgt1000C(10004) type=0
fgt1000D(10005) type=0
fgt1100E(10006) type=0
Expand Down
2 changes: 2 additions & 0 deletions EXTRAS/reports/fortinet
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@
fgt601F(6008) type=0
fgt800C(8003) type=0
fgt800D(8004) type=0
fgt900G(9001) type=0
fgt901G(9002) type=0
fgt1000C(10004) type=0
fgt1000D(10005) type=0
fgt1100E(10006) type=0
Expand Down
2 changes: 1 addition & 1 deletion fortinet/README
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ this isn't all that hard, a short procedure follows:
# copy new fortigate mib to /tmp/f2, in this case FORTINET-FORTIGATE-MIB-build0231.mib
cp ~/FORTINET-FORTIGATE-MIB-build0231.mib /tmp/f2

# now safe the removed hardware, this we'll do under our user tmp
# now save the removed hardware, this we'll do under our user tmp
mkdir ~/tmp
cd ~/tmp

Expand Down
2 changes: 2 additions & 0 deletions fortinet/fortinet-fortigate-mib.mib
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,8 @@ fgt600F OBJECT IDENTIFIER ::= { fgModel 6007 }
fgt601F OBJECT IDENTIFIER ::= { fgModel 6008 }
fgt800C OBJECT IDENTIFIER ::= { fgModel 8003 }
fgt800D OBJECT IDENTIFIER ::= { fgModel 8004 }
fgt900G OBJECT IDENTIFIER ::= { fgModel 9001 }
fgt901G OBJECT IDENTIFIER ::= { fgModel 9002 }
fgt1000C OBJECT IDENTIFIER ::= { fgModel 10004 }
fgt1000D OBJECT IDENTIFIER ::= { fgModel 10005 }
fgt1100E OBJECT IDENTIFIER ::= { fgModel 10006 }
Expand Down