Difference between revisions of "nokia - get model / appliance number"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
Line 1: Line 1:
 
works on all ipso versions
 
works on all ipso versions
  
  # ipsctl -a |grep eeprom | grep product_id
+
  # '''ipsctl -a |grep eeprom | grep product_id'''
  
 
or for ipso 6.x
 
or for ipso 6.x
  
  # show asset hardware
+
  # clish -c '''"show asset hardware"'''
 
+
  
 
[[category:check point]]
 
[[category:check point]]
 
[[category:nokia]]
 
[[category:nokia]]

Revision as of 15:08, 21 May 2014

works on all ipso versions

# ipsctl -a |grep eeprom | grep product_id

or for ipso 6.x

# clish -c "show asset hardware"