Difference between revisions of "Clish logical interfaces"
From cpwiki.net
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
example: | example: | ||
− | add interface eth4 vlanid 2544 address | + | add interface eth4 vlanid 2544 address 192.168.1.1/24 |
== delete interface ip == | == delete interface ip == | ||
− | delete interface eth-s4p1c0 address | + | delete interface eth-s4p1c0 address 192.168.1.1 |
Latest revision as of 15:16, 7 November 2014
from the manual...
When adding a logical interface (in addition to the default logical interface), specify the physical interface. When adding a logical interface, you must specify a VLAN ID.
example:
add interface eth4 vlanid 2544 address 192.168.1.1/24
delete interface ip
delete interface eth-s4p1c0 address 192.168.1.1