Skip to content

Commit

Permalink
Add support for AricentISS firware 2.x (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
davromaniak authored Aug 15, 2023
1 parent 1d83971 commit 494d877
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## Added
- model for D-Link cisco like CLI (@mirackle-spb)
- model for Ruijie Networks RGOS devices (@spike77453)
- added support for AricentISS 2.x firmware (@davromaniak)
- model for Asterfusion Network Operating System (@avl-dev)
- pagination for http source (@davama)
- model for Ericsson Miniling 6600 series (@schouwenburg)
Expand Down
7 changes: 7 additions & 0 deletions lib/oxidized/model/aricentiss.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# #show version
# Switch ID Hardware Version Firmware Version
# 0 SSE-G48-TG4 (P2-01) 1.0.16-9
# and
# # show version
# Switch ID Hardware Version Firmware Version
# 0 MBM-XEM-002 (B6-01) 2.1.3-25

class AricentISS < Oxidized::Model
using Refinements
Expand All @@ -13,6 +17,9 @@ class AricentISS < Oxidized::Model
# 1.0.18-15 is known to include the corrected spelling
post_login 'no cli pagination'
post_login 'no cli pagignation'
# Starting firmware 2.0, pagination is done differently.
# This configuration is reset after the session ends.
post_login 'conf t; set cli pagination off; exit'
pre_logout 'exit'
end

Expand Down

0 comments on commit 494d877

Please sign in to comment.