Difference between revisions of "clish - adding an IP address to an existing logical interface"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with "== adding an IP address to an existing logical interface: == *** you must leave off the enable keyword when the logical interface already exists. add interface eth-s1p1c0 a...")
 
Line 3: Line 3:
  
 
   add interface eth-s1p1c0 address 192.168.1.2/23
 
   add interface eth-s1p1c0 address 192.168.1.2/23
 +
 +
[[category:nokia]]
 +
[[category:clish]]

Revision as of 13:30, 24 May 2013

adding an IP address to an existing logical interface:

      • you must leave off the enable keyword when the logical interface already exists.
 add interface eth-s1p1c0 address 192.168.1.2/23