nokia - get model / appliance number

From cpwiki.net
Revision as of 15:07, 12 June 2014 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Check Point Profressional Services

works on all ipso versions

this is slow but it works...

# ipsctl -a | grep eeprom | grep "hw:eeprom:product_id =" | awk -F "=" '{print $2}' | sed 's/^[ \t]*//'

or for ipso 6.x

# clish -c "show asset hardware"