Skip to content

Commit

Permalink
Update iosxr.rb with admin keyword for show inventory command
Browse files Browse the repository at this point in the history
"show inventory" command without admin keyword is not showing some useful inventory information, such as FAN, PSU and Chassis serial and part numbers
  • Loading branch information
maugli13 committed Aug 22, 2023
1 parent 39bb8cc commit 36681b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oxidized/model/iosxr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class IOSXR < Oxidized::Model
cfg
end

cmd 'show inventory' do |cfg|
cmd 'admin show inventory' do |cfg|
comment cfg
end

Expand Down

0 comments on commit 36681b3

Please sign in to comment.