cancel
Showing results for 
Search instead for 
Did you mean: 

interface system x440

interface system x440

frederic_ragot
New Contributor
Hi,

On the siwtch 800 series, i associated a vlan created and a ip @ with the system.

#Config ipif System ipaddress 192.168.1.254/24
#config ipif System vlan admin

Is there any command which approach those ones on switch x440?
11 REPLIES 11

Burak_Kale
New Contributor II
Hi;

You can configure a vlan ipaddress or if you have a management network you can configure the management port . But in both cases commands are same.

Management port works under a different virtual router so you can have a out of band management if you have a seperate management network.

create vlan admin tag 100
configure vlan admin ipaddress 192.168.1.254 255.255.255.0

Regards.

Zelnosky__Kevin
Extreme Employee
Frederic,

You can use the following command to apply an IP address to a VLAN:

config vlan ipaddress

For example, out of the box there is the "Default" VLAN, you would use the following syntax:

config vlan Default ipaddress 192.168.0.1 255.255.255.0
GTM-P2G8KFN