Skip to content

Commit

Permalink
Merge pull request #1278 from yzguy/eos_4_23_temp
Browse files Browse the repository at this point in the history
Add EOS-4.23+ translation for show environment temperature
  • Loading branch information
mirceaulinic committed Aug 25, 2020
2 parents b9a09ef + 4b735a3 commit 30d7315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions napalm/eos/utils/cli_syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"show dot1x all brief": "show dot1x all summary",
"show system environment all": "show environment all",
"show system environment cooling": "show environment cooling",
"show system environment temperature": "show environment temperature",
"show interfaces hardware": "show interfaces capabilities",
"show interfaces flow-control": "show interfaces flowcontrol",
"show pvlan mapping interfaces": "show interfaces private-vlan mapping",
Expand Down Expand Up @@ -244,6 +245,7 @@
"show dot1x all summary": "show dot1x all brief",
"show environment all": "show system environment all",
"show environment cooling": "show system environment cooling",
"show environment temperature": "show system environment temperature",
"show interfaces capabilities": "show interfaces hardware",
"show interfaces flowcontrol": "show interfaces flow-control",
"show interfaces private-vlan mapping": "show pvlan mapping interfaces",
Expand Down

0 comments on commit 30d7315

Please sign in to comment.