how to change ip address on existing vlan interface on s8 ?(Syntax)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-05-2018 08:27 AM
I have to change the IP Address of an existing vlan interface on S8.
How to do it?
How to do it?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-05-2018 10:51 AM
Alexandra,
For example I have an interface such as:
!
interface vlan.0.202
ip address 10.202.1.1 255.255.255.0 primary management
no shutdown
exit
I will change it to 10.202.1.2 as follows
enter configuration mode :
S3 Chassis(su)->configure
S3 Chassis(su-config)->int vlan.0.202
S3 Chassis(su-config-intf-vlan.0.202)->shutdown
S3 Chassis(su-config-intf-vlan.0.202)->no ip address 10.202.1.1 255.255.255.0
S3 Chassis(su-config-intf-vlan.0.202)->ip address 10.202.1.2 255.255.255.0
S3 Chassis(su-config-intf-vlan.0.202)->no shutdown
S3 Chassis(su-config-intf-vlan.0.202)->
Of course you want to make sure that you are not using the interface that you are changing.
For example I have an interface such as:
!
interface vlan.0.202
ip address 10.202.1.1 255.255.255.0 primary management
no shutdown
exit
I will change it to 10.202.1.2 as follows
enter configuration mode :
S3 Chassis(su)->configure
S3 Chassis(su-config)->int vlan.0.202
S3 Chassis(su-config-intf-vlan.0.202)->shutdown
S3 Chassis(su-config-intf-vlan.0.202)->no ip address 10.202.1.1 255.255.255.0
S3 Chassis(su-config-intf-vlan.0.202)->ip address 10.202.1.2 255.255.255.0
S3 Chassis(su-config-intf-vlan.0.202)->no shutdown
S3 Chassis(su-config-intf-vlan.0.202)->
Of course you want to make sure that you are not using the interface that you are changing.
