Cisco Sx350 Cli Manual page 505

Hide thumbs Also See for Sx350:
Table of Contents

Advertisement

IP Addressing Commands
Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide
Default Configuration
No IP address is defined for interfaces.
Command Mode
Interface Configuration mode
User Guidelines
Use the ip address command to define a static IP address on an interface.
Multiple IP addresses are supported. A new defined IP address is added on the
interface.
Defining a static IP address on an interface stops a DHCP client running on the
interface and removes the IP address assigned by the DHCP client.
If a configured IP address overlaps another configured one a warning message is
displayed. To change an existed IP address, delete the existed one and add the
new one.
While no IP address is assigned either by DHCP client or manually the default IP
address 192.168.1.254 is assigned on the Default VLAN.
Examples
Example 1. The following example configures VLAN 1 with IP address
131.108.1.27 and subnet mask 255.255.255.0.
switchxxxxxx(config)#
switchxxxxxx(config-if)# ip address 131.108.1.27 255.255.255.0
Example 2. The following example configures 3 overlapped IP addresses.
switchxxxxxx(config)#
switchxxxxxx(config-if)#
switchxxxxxx(config)#
switchxxxxxx(config)#
switchxxxxxx(config-if)#
switchxxxxxx(config)#
are you sure? [Y/N]Y
interface vlan
1
interface vlan
1
1.1.1.1 255.0.0.0
ip address
exit
2
interface vlan
ip address
1.2.1.1 255.255.0.0
This IP address overlaps IP address 1.1.1.1/8 on vlan1,
24
504

Advertisement

Table of Contents
loading

Table of Contents