Skip to content

Commit

Permalink
Add ex3400 to junos VC-enabled platforms (#2877)
Browse files Browse the repository at this point in the history
EX3400s should be included in the list of juniper switches where
virtual-chassis status is collected
  • Loading branch information
ermuller authored Jul 25, 2023
1 parent fd3608e commit eb03fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## Changed
- dlink: fixed prompt for other dlink switches, added additional uptime removal expressions (@mirackle-spb)

- Collect VC info for juniper ex3400 (@ermuller)

## Fixed

- fixed empty lines for ZyXEL GS1900 switches (@jluebbe)
Expand Down
2 changes: 1 addition & 1 deletion lib/oxidized/model/junos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def telnet
case @model
when 'mx960'
out << cmd('show chassis fabric reachability') { |cfg| comment cfg }
when /^(ex22|ex33|ex4|ex8|qfx)/
when /^(ex22|ex3[34]|ex4|ex8|qfx)/
out << cmd('show virtual-chassis') { |cfg| comment cfg }
end
out
Expand Down

0 comments on commit eb03fd2

Please sign in to comment.