interface system x440
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-07-2015 11:44 AM
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?
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-07-2015 11:49 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-07-2015 11:49 AM
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
You can use the following command to apply an IP address to a VLAN:
config vlan
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
